Run virtual machines at near-native speeds and manage them at ease
cdromimg.
https://getfedora.org
$ qemu-system-x86_64 \
-boot menu=on \
-m 2048 \
-cpu max \
-smp 4 \
-cdrom cdromimg/<Fedora-Workstation-Live-x86_64-xx-y.z.iso> \
-vnc 0.0.0.0:59,password=on \
-accel kvm \
-monitor stdio
QEMU 5.2.0 monitor - type 'help' for more information
(qemu)
(qemu) console to change the default VNC password.
change vnc password
QEMU 5.2.0 monitor - type 'help' for more information
(qemu) change vnc password
Password: ********
0.0.0.0:5959 from the host device (or <ip-address-of-host-device>:5959 if accessed from another device in the same network) - 59 from the command referring to the offset from 5900 which is the default VNC port.
Continue button.
OK button.

Authors: Akashdeep Dhar, Jarek Prokop, Nick Dirschel