All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] ppc: Include vga cirrus card into the compiling process
@ 2018-06-18 21:56 Sebastian Bauer
  2018-06-18 23:55 ` David Gibson
  0 siblings, 1 reply; 19+ messages in thread
From: Sebastian Bauer @ 2018-06-18 21:56 UTC (permalink / raw)
  To: mail; +Cc: qemu-devel, david, thuth, balaton, qemu-ppc

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 <mail@sebastianbauer.info>
---
 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

^ permalink raw reply related	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2018-07-04  1:43 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-18 21:56 [Qemu-devel] [PATCH] ppc: Include vga cirrus card into the compiling process Sebastian Bauer
2018-06-18 23:55 ` David Gibson
2018-06-19  4:32   ` Sebastian Bauer
2018-06-19  4:36     ` David Gibson
2018-06-19 10:23       ` [Qemu-devel] [Qemu-ppc] " BALATON Zoltan
2018-06-19 10:46         ` Sebastian Bauer
2018-06-19 10:56           ` Thomas Huth
2018-06-19 10:57         ` Thomas Huth
2018-06-19 19:38       ` [Qemu-devel] " Sebastian Bauer
2018-06-29 18:06       ` Sebastian Bauer
2018-06-30  6:14         ` David Gibson
2018-06-30 11:29           ` BALATON Zoltan
2018-07-02  4:02             ` David Gibson
2018-07-02  5:22               ` David Gibson
2018-07-02  7:42                 ` Sebastian Bauer
2018-07-03  4:41                   ` David Gibson
2018-07-03 15:20                     ` Eric Blake
2018-07-04  1:30                       ` David Gibson
2018-06-19  5:24   ` Thomas Huth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.