summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/qemuarm64.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/machine/qemuarm64.conf')
-rw-r--r--meta/conf/machine/qemuarm64.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/conf/machine/qemuarm64.conf b/meta/conf/machine/qemuarm64.conf
index fdd464d708..2f61eb0aed 100644
--- a/meta/conf/machine/qemuarm64.conf
+++ b/meta/conf/machine/qemuarm64.conf
@@ -22,8 +22,6 @@ QB_KERNEL_CMDLINE_APPEND = "console=ttyAMA0"
22# For graphics to work we need to define the VGA device as well as the necessary USB devices 22# For graphics to work we need to define the VGA device as well as the necessary USB devices
23QB_OPT_APPEND = "-device VGA,edid=on" 23QB_OPT_APPEND = "-device VGA,edid=on"
24QB_OPT_APPEND += "-device qemu-xhci -device usb-tablet -device usb-kbd" 24QB_OPT_APPEND += "-device qemu-xhci -device usb-tablet -device usb-kbd"
25# Add the 'virtio-rng-pci' device otherwise the guest may run out of entropy
26QB_OPT_APPEND += "-object rng-random,filename=/dev/urandom,id=rng0 -device virtio-rng-pci,rng=rng0"
27# Virtio Networking support 25# Virtio Networking support
28QB_TAP_OPT = "-netdev tap,id=net0,ifname=@TAP@,script=no,downscript=no" 26QB_TAP_OPT = "-netdev tap,id=net0,ifname=@TAP@,script=no,downscript=no"
29QB_NETWORK_DEVICE = "-device virtio-net-device,netdev=net0,mac=@MAC@" 27QB_NETWORK_DEVICE = "-device virtio-net-device,netdev=net0,mac=@MAC@"