QEMU/KVM virtual machine management via QMP
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

qemu: fix README — add missing ~sw to spawn example

+1 -1
+1 -1
README.md
··· 38 38 |> Qemu.Vm.Config.with_cmdline "console=ttyS0" 39 39 in 40 40 41 - let vm = Qemu.Vm.spawn ~proc_mgr config in 41 + let vm = Qemu.Vm.spawn ~sw ~proc_mgr config in 42 42 match Qemu.Vm.connect ~sw ~net vm with 43 43 | Error e -> failwith e 44 44 | Ok () ->