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