Re: [Qemu-devel] Re: [PATCH 1/6] PCI config space access overhaul

2010-01-12 Thread Alexander Graf
On 05.01.2010, at 23:16, Michael S. Tsirkin wrote: On Mon, Jan 04, 2010 at 08:32:50AM +0100, Alexander Graf wrote: +typedef void (*pci_config_reg_fn)(PCIHostState *s, uint32_t config_reg, + PCIConfigAddress *conf); + pci_decode_config_addr_fn would be a

[Qemu-devel] Re: [PATCH 1/6] PCI config space access overhaul

2010-01-05 Thread Michael S. Tsirkin
On Mon, Jan 04, 2010 at 08:32:50AM +0100, Alexander Graf wrote: +typedef void (*pci_config_reg_fn)(PCIHostState *s, uint32_t config_reg, + PCIConfigAddress *conf); + pci_decode_config_addr_fn would be a better name. struct PCIHostState { SysBusDevice