From 27a0f247a4d81715dd193fffc3f768ba6a6c4f83 Mon Sep 17 00:00:00 2001 From: snow flurry Date: Mon, 16 Jan 2023 20:41:50 -0800 Subject: [PATCH] uhhhhh stuff --- client/src/vm.rs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 client/src/vm.rs diff --git a/client/src/vm.rs b/client/src/vm.rs new file mode 100644 index 0000000..cda9ff3 --- /dev/null +++ b/client/src/vm.rs @@ -0,0 +1,5 @@ +/// This is a hack, but it's easier than debugging deadlocks! +/// +/// The intent of nzrd was to handle all of the libvirt functionality. +/// Since libvirt seems to stall the entire program though, we might +/// as well implement the bare minimum to properly start the VM. \ No newline at end of file