summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/qemu/qemu/virtio-vga.patch12
-rw-r--r--meta/recipes-devtools/qemu/qemu_2.12.0.bb1
2 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu/virtio-vga.patch b/meta/recipes-devtools/qemu/qemu/virtio-vga.patch
new file mode 100644
index 00000000000..2bab08e5ef6
--- /dev/null
+++ b/meta/recipes-devtools/qemu/qemu/virtio-vga.patch
@@ -0,0 +1,12 @@
+diff --git a/default-configs/pci.mak b/default-configs/pci.mak
+index 35e7596949..0c3fec447c 100644
+--- a/default-configs/pci.mak
++++ b/default-configs/pci.mak
+@@ -3,6 +3,7 @@ CONFIG_PCI=y
+ CONFIG_ISA_BUS=y
+ CONFIG_VIRTIO_PCI=y
+ CONFIG_VIRTIO=y
++CONFIG_VIRTIO_VGA=y
+ CONFIG_USB_UHCI=y
+ CONFIG_USB_OHCI=y
+ CONFIG_USB_EHCI=y
diff --git a/meta/recipes-devtools/qemu/qemu_2.12.0.bb b/meta/recipes-devtools/qemu/qemu_2.12.0.bb
index 98db44a8ef1..dd2007a9075 100644
--- a/meta/recipes-devtools/qemu/qemu_2.12.0.bb
+++ b/meta/recipes-devtools/qemu/qemu_2.12.0.bb
@@ -22,6 +22,7 @@ SRC_URI = "http://wiki.qemu-project.org/download/${BP}.tar.bz2 \
file://0010-linux-user-Fix-webkitgtk-hangs-on-32-bit-x86-target.patch \
file://0011-Revert-linux-user-fix-mmap-munmap-mprotect-mremap-sh.patch \
file://0001-CVE-2018-11806-QEMU-slirp-heap-buffer-overflow.patch \
+ file://virtio-vga.patch \
"
UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+\..*)\.tar"