version 1.8, 2019/12/03 12:52:20
|
version 1.9, 2020/10/14 22:18:02
|
Line 41 The disk image (armv7.img.gz or arm64.im
|
Line 41 The disk image (armv7.img.gz or arm64.im
|
-netdev type=user,id=net0 -device virtio-net-device,netdev=net0,mac=00:11:22:33:44:55 \ |
-netdev type=user,id=net0 -device virtio-net-device,netdev=net0,mac=00:11:22:33:44:55 \ |
-bios QEMU_EFI.fd -nographic |
-bios QEMU_EFI.fd -nographic |
|
|
|
# Enabling graphics support |
|
To enable graphics support, remove the following command-line argument: |
|
|
|
-nographic |
|
|
|
and replace it with: |
|
|
|
-device ramfb -device nec-usb-xhci,id=xhci -device usb-mouse,bus=xhci.0 -device usb-kbd,bus=xhci.0 |
|
|
# Bridged networking |
# Bridged networking |
|
|
To bridge a QEMU guest to your network, you need to create a tap(4) interface for your VM, then connect it to a physical interface with a bridge(4) interface. |
To bridge a QEMU guest to your network, you need to create a tap(4) interface for your VM, then connect it to a physical interface with a bridge(4) interface. |