btabu.blogg.se

Qemu-system-x86
Qemu-system-x86











qemu-system-x86

) and hardware virtualization acceleration

  • -machine type=q35,accel=kvm - Modern chipset (PCIe, AHCI.
  • Substitute X for the number of the display (0 will then listen on 5900, 1 on 5901, etc).įor example to have QEMU send the display to a GTK window add the following option to the list:
  • -display vnc=127.0.0.1: - Start a VNC server on display X (accepts an argument (X) for the display number).
  • This is probably the option most users are looking for.

    qemu-system-x86

    -display gtk - Display video output in a GTK window.This option is different than the -nographic option.

    qemu-system-x86

  • -display none - Do not display video output.
  • -display curses - Displays video output via curses.
  • -display sdl - Display video output via SDL (usually in a separate graphics window).
  • There are a few available options to specify the kind of display to use in QEMU.













    Qemu-system-x86