qemu-devel
[Top][All Lists]
Advanced

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

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


From: Isaku Yamahata
Subject: Re: [Qemu-devel] [PATCH 0/4] pci config space emulation clean up TAKE 4
Date: Mon, 25 May 2009 10:56:36 +0900
User-agent: Mutt/1.5.6i

No objection?
Anthony, can you commit these patches or comment on it?
Michael S. Tsirkin also wants to get the patch committed.

I suppose PCI emulation clean up is desirable like
avi sent patches for object based physical memory management.

thanks,

On Wed, May 20, 2009 at 11:25:30AM +0900, Isaku Yamahata wrote:
> 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(-)
> 
> 
> 
> 

-- 
yamahata




reply via email to

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