qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/3] VGA improvements


From: Blue Swirl
Subject: [Qemu-devel] [PATCH 0/3] VGA improvements
Date: Sun, 9 Oct 2011 10:21:45 +0000

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(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]