All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] VGA improvements
@ 2011-10-09 10:21 Blue Swirl
  0 siblings, 0 replies; only message in thread
From: Blue Swirl @ 2011-10-09 10:21 UTC (permalink / raw)
  To: qemu-devel

Build VGA devices in hwlib and make the devices optional.

Blue Swirl (3):
  vga: make PCI devices optional
  vga: make Cirrus ISA device optional
  vga: compile cirrus_vga in hwlib

 Makefile.objs                        |    1 +
 Makefile.target                      |   13 ++-----
 default-configs/alpha-softmmu.mak    |    2 +
 default-configs/arm-softmmu.mak      |    1 +
 default-configs/i386-softmmu.mak     |    2 +
 default-configs/mips-softmmu.mak     |    2 +
 default-configs/mips64-softmmu.mak   |    2 +
 default-configs/mips64el-softmmu.mak |    2 +
 default-configs/mipsel-softmmu.mak   |    2 +
 default-configs/ppc-softmmu.mak      |    1 +
 default-configs/ppc64-softmmu.mak    |    1 +
 default-configs/ppcemb-softmmu.mak   |    1 +
 default-configs/sparc64-softmmu.mak  |    2 +
 default-configs/x86_64-softmmu.mak   |    2 +
 hw/cirrus_vga.c                      |   54 ++++++++++++++++++++++------------
 hw/pc.c                              |    8 ++++-
 hw/pc.h                              |   40 +++++++++++++++++++++++--
 hw/pci.c                             |   18 +++++++++++
 hw/pci.h                             |    4 ++
 hw/vga-pci.c                         |    6 ----
 20 files changed, 125 insertions(+), 39 deletions(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-10-09 10:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-09 10:21 [Qemu-devel] [PATCH 0/3] VGA improvements Blue Swirl

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.