qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/4] pci config space emulation clean up TAKE 4


From: Isaku Yamahata
Subject: [Qemu-devel] [PATCH 0/4] pci config space emulation clean up TAKE 4
Date: Wed, 20 May 2009 11:25:30 +0900

This patch series is for cleaning up pci config space emulation.
Making it table driven with mask and callback.

Changes since v4
- fixed patch owner.
- rebased resolving conflict
- fix cirrus_vga.c behaviour
- typo


Changes since v3
- changed callback signature
- converted pci device

thanks,

Isaku Yamahata (3):
  vmware_vga: clean up
  pci: pci_default_config_write() clean up.
  pci/config: convert pci configuration space handler to use callback.

Michael S. Tsirkin (1):
  qemu: make default_write_config use mask table

 hw/acpi.c         |   11 +-
 hw/cirrus_vga.c   |   17 ++-
 hw/gt64xxx.c      |   13 +--
 hw/pci.c          |  407 +++++++++++++++++++++++++++++++++++-----------------
 hw/pci.h          |  115 +++++++++++++++-
 hw/piix_pci.c     |   18 ++-
 hw/vga.c          |   10 +-
 hw/vmware_vga.c   |    2 +-
 hw/wdt_i6300esb.c |   66 ++++-----
 9 files changed, 453 insertions(+), 206 deletions(-)





reply via email to

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