qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v4 0/4] VGA patches


From: Blue Swirl
Subject: [Qemu-devel] [PATCH v4 0/4] VGA patches
Date: Sun, 8 Jan 2012 21:08:21 +0000

I'm holding the patch for checking dirty range. Perhaps the original
non-iterative version was better approach, the callers need less
changes. Then 6/6 which lets Cirrus VGA compile only once is also
held.

These should be ready for committing.

Blue Swirl (4):
  vga: improve VGA logic
  memory: change dirty setting APIs to take a size
  vga: make Cirrus ISA device optional
  sga: fix copypasta

 Makefile.target                      |   13 ++-----
 arch_init.c                          |    2 +-
 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 +
 exec-obsolete.h                      |   14 ++++++++
 hw/alpha_pci.c                       |    6 +--
 hw/boards.h                          |    1 -
 hw/cirrus_vga.c                      |   57 +++++++++++++++++++------------
 hw/g364fb.c                          |   11 ++----
 hw/mips_malta.c                      |    6 +---
 hw/pc.c                              |    7 +---
 hw/pc.h                              |    1 -
 hw/pci.c                             |   20 -----------
 hw/pci.h                             |    4 --
 hw/qdev.c                            |    4 ++
 hw/qdev.h                            |    1 +
 hw/qxl.c                             |    5 +--
 hw/s390-virtio.c                     |    1 -
 hw/sga.c                             |    4 +-
 hw/spapr.c                           |    1 -
 hw/tcx.c                             |   14 ++------
 hw/vga.c                             |    6 ++--
 hw/vhost.c                           |    2 +-
 hw/vmware_vga.h                      |    8 +---
 kvm-all.c                            |    7 ++--
 memory.c                             |    5 ++-
 memory.h                             |   11 ++++--
 vl.c                                 |   62 ++++++++++++++++++++++++---------
 xen-all.c                            |    3 +-
 39 files changed, 159 insertions(+), 137 deletions(-)

-- 
1.7.9.rc0



reply via email to

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