Skip to content
Snippets Groups Projects

Fix PCI support in qemuarma7 machine, allowing use of virtio-gpu-pci device

Merged Esben Haabendal requested to merge esben/meta-openharmony:kirkstone into kirkstone
2 files
+ 4
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -24,7 +24,7 @@ QB_CPU = "-cpu cortex-a7"
@@ -24,7 +24,7 @@ QB_CPU = "-cpu cortex-a7"
QB_MEM = "-m 1G"
QB_MEM = "-m 1G"
QB_SMP = "-smp 1"
QB_SMP = "-smp 1"
# Standard Serial console
# Standard Serial console
QB_KERNEL_CMDLINE_APPEND = "vmalloc=256"
QB_KERNEL_CMDLINE_APPEND = "vmalloc=128M"
# For graphics to work we need to define the VGA device as well as the necessary USB devices
# For graphics to work we need to define the VGA device as well as the necessary USB devices
QB_GRAPHICS = "-device virtio-gpu-pci"
QB_GRAPHICS = "-device virtio-gpu-pci"
QB_OPT_APPEND = "-device qemu-xhci -device usb-tablet -device usb-kbd"
QB_OPT_APPEND = "-device qemu-xhci -device usb-tablet -device usb-kbd"
Loading