Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

QEMU does not provide VM manager like VMWare, VirtualBox and etc - meaning it requires to run the necessary things like command line interface. Below is an example to create an 


QEMU Command Line Example to Create Windows VM

Below is an example to create an image by command line interface.

...

Code Block
"C:\Program Files\qemu\qemu-system-x86_64.exe" -m 4G -enable-kvm -cpu host -smp sockets=1,cores=2,threads=2 -drive file=windows.raw,format=raw -soundhw all


QEMU Command Line Example to Create CentOS 8 VM

Below is an another example to create CentOS8 image

...