[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [PATCH] ppc: Include vga cirrus card into the compiling proce
From: |
Sebastian Bauer |
Subject: |
[Qemu-ppc] [PATCH] ppc: Include vga cirrus card into the compiling process |
Date: |
Mon, 18 Jun 2018 23:56:01 +0200 |
Drivers for this card exists on PPC-based AmigaOS guests so it is useful to
allow users to emulate the graphics card for PPC machines.
Signed-off-by: Sebastian Bauer <address@hidden>
---
default-configs/ppc-softmmu.mak | 1 +
1 file changed, 1 insertion(+)
diff --git a/default-configs/ppc-softmmu.mak b/default-configs/ppc-softmmu.mak
index 860de80a27..218b14779c 100644
--- a/default-configs/ppc-softmmu.mak
+++ b/default-configs/ppc-softmmu.mak
@@ -29,6 +29,7 @@ CONFIG_IDE_SII3112=y
CONFIG_I2C=y
CONFIG_BITBANG_I2C=y
CONFIG_M41T80=y
+CONFIG_VGA_CIRRUS=y
# For Macs
CONFIG_MAC=y
--
2.17.1
- [Qemu-ppc] [PATCH] ppc: Include vga cirrus card into the compiling process,
Sebastian Bauer <=
- Re: [Qemu-ppc] [PATCH] ppc: Include vga cirrus card into the compiling process, David Gibson, 2018/06/18
- Re: [Qemu-ppc] [PATCH] ppc: Include vga cirrus card into the compiling process, Thomas Huth, 2018/06/19
- Re: [Qemu-ppc] [PATCH] ppc: Include vga cirrus card into the compiling process, Sebastian Bauer, 2018/06/19
- Re: [Qemu-ppc] [PATCH] ppc: Include vga cirrus card into the compiling process, David Gibson, 2018/06/19
- Re: [Qemu-ppc] [PATCH] ppc: Include vga cirrus card into the compiling process, BALATON Zoltan, 2018/06/19
- Re: [Qemu-ppc] [PATCH] ppc: Include vga cirrus card into the compiling process, Thomas Huth, 2018/06/19
- Re: [Qemu-ppc] [PATCH] ppc: Include vga cirrus card into the compiling process, Sebastian Bauer, 2018/06/19
- Re: [Qemu-ppc] [PATCH] ppc: Include vga cirrus card into the compiling process, Thomas Huth, 2018/06/19
- Re: [Qemu-ppc] [PATCH] ppc: Include vga cirrus card into the compiling process, Sebastian Bauer, 2018/06/19
- Re: [Qemu-ppc] [PATCH] ppc: Include vga cirrus card into the compiling process, Sebastian Bauer, 2018/06/29