Versions Compared

Key

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

...

You will need to install operating system, and below command line example enables you shows how to install it by CD-ROM driver - it is actually linked to iso image you have.

...

Once installation is done, you may not need CD-ROM driver any more, so you can simple you run your virtual machine simply like below - it also enables you shows how to use audio device.

Code Block
$ qemu-system-x86_64 -m 4G -enable-kvm -cpu host -smp sockets=1,cores=2,threads=2 -drive file=windows.raw,format=raw -soundhw all

...