Options (1)
-MbooleanList the supported machine types
Example:
qemu-system-x86_64 {{[-M|-machine]}} helpExamples (6)
Boot from an image emulating the `x86_64` architecture
qemu-system-x86_64 -hda image_name.img -m 4096Boot a QEMU instance from a live ISO image
qemu-system-x86_64 -hda image_name.img -m 4096 -cdrom os_image.iso -boot dBoot from a physical device (e.g. from USB to test a bootable medium)
qemu-system-x86_64 -hda /dev/storage_device -m 4096Do not launch a VNC server
qemu-system-x86_64 -hda image_name.img -m 4096 -nographicExit non-graphical QEMU
<Ctrl a><x>List the supported machine types
qemu-system-x86_64 [-M|-machine] helpmade by @shridhargupta | data from tldr-pages