summaryrefslogtreecommitdiffstats
path: root/default-configs
diff options
context:
space:
mode:
authorAlistair Francis2018-12-11 23:37:46 +0100
committerPalmer Dabbelt2018-12-20 20:45:20 +0100
commita9a0c2d1235a25049ceddb666dec66ba3f59a791 (patch)
treeced695034f13adc35c5c9180b474357169a9b22a /default-configs
parenthw/riscv/virt: Connect the gpex PCIe (diff)
downloadqemu-a9a0c2d1235a25049ceddb666dec66ba3f59a791.tar.gz
qemu-a9a0c2d1235a25049ceddb666dec66ba3f59a791.tar.xz
qemu-a9a0c2d1235a25049ceddb666dec66ba3f59a791.zip
riscv: Enable VGA and PCIE_VGA
Enable compile support for VGA devices. This allows the user to conenct a display by adding '-device bochs-display -display sdl' to their command line argument. Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Reviewed-by: Logan Gunthorpe <logang@deltatee.com> Tested-by: Andrea Bolognani <abologna@redhat.com> Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
Diffstat (limited to 'default-configs')
-rw-r--r--default-configs/riscv32-softmmu.mak3
-rw-r--r--default-configs/riscv64-softmmu.mak3
2 files changed, 6 insertions, 0 deletions
diff --git a/default-configs/riscv32-softmmu.mak b/default-configs/riscv32-softmmu.mak
index c5ea36cba5..dbc9398284 100644
--- a/default-configs/riscv32-softmmu.mak
+++ b/default-configs/riscv32-softmmu.mak
@@ -8,3 +8,6 @@ CONFIG_VIRTIO_MMIO=y
CONFIG_CADENCE=y
CONFIG_PCI_GENERIC=y
+
+CONFIG_VGA=y
+CONFIG_VGA_PCI=y
diff --git a/default-configs/riscv64-softmmu.mak b/default-configs/riscv64-softmmu.mak
index c5ea36cba5..dbc9398284 100644
--- a/default-configs/riscv64-softmmu.mak
+++ b/default-configs/riscv64-softmmu.mak
@@ -8,3 +8,6 @@ CONFIG_VIRTIO_MMIO=y
CONFIG_CADENCE=y
CONFIG_PCI_GENERIC=y
+
+CONFIG_VGA=y
+CONFIG_VGA_PCI=y