rtfd/docs/public/qemu-system/index.rst

19 lines
251 B
ReStructuredText
Raw Normal View History

2021-09-19 20:24:49 +00:00
***********
qemu-system
***********
.. code:: shell
qemu-system-x86_64 \
-nodefaults \
-vga virtio \
-m 1024 \
-drive file=test.img,format=raw,if=virtio \
-enable-kvm \
-bios OVMF.fd
2021-11-06 10:29:21 +00:00
.. code:: shell
-device qemu-xhci \
-device usb-tablet