X-Git-Url: http://rtime.felk.cvut.cz/gitweb/jailhouse.git/blobdiff_plain/cc4e550ede4418bd77cde5e1b7a0ae9a9700a7f0..26a522afac6b35f3b1f4ae2b01e4631c1eb2b94d:/README.md diff --git a/README.md b/README.md index 9298c4f..ec39a6b 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,7 @@ enable nested VMX support. Start the virtual machine as follows: qemu-system-x86_64 -machine q35 -m 1G -enable-kvm -smp 4 \ -cpu kvm64,-kvm_pv_eoi,-kvm_steal_time,-kvm_asyncpf,-kvmclock,+vmx,+x2apic \ - -drive file=LinuxInstallation.img,id=disk,if=none \ + -drive file=LinuxInstallation.img,format=raw|qcow2|...,id=disk,if=none \ -device ide-hd,drive=disk -serial stdio -serial vc \ -device intel-hda,addr=1b.0 -device hda-duplex @@ -181,7 +181,7 @@ nested SVM support. Start the virtual machine as follows: qemu-system-x86_64 -machine q35 -m 1G -enable-kvm -smp 4 \ -cpu host,-kvm_pv_eoi,-kvm_steal_time,-kvm_asyncpf,-kvmclock,+svm,+x2apic \ - -drive file=LinuxInstallation.img,id=disk,if=none \ + -drive file=LinuxInstallation.img,format=raw|qcow2|...,id=disk,if=none \ -device ide-hd,drive=disk -serial stdio -serial vc \ -device intel-hda,addr=1b.0 -device hda-duplex