Re: [Qemu-devel] [PATCH v3 5/6] pci: remove the limit parameter of pci_host_config_write_common

2015-01-21 Thread Michael S. Tsirkin
On Thu, Dec 11, 2014 at 10:20:27AM +0800, Hu Tao wrote: > Since the limit parameter is always set to the size of pci device's > configuration space, and we can determine the size from the type of pci > device. Same comment. > Signed-off-by: Hu Tao > --- > hw/pci/pci_host.c | 13

[Qemu-devel] [PATCH v3 5/6] pci: remove the limit parameter of pci_host_config_write_common

2014-12-10 Thread Hu Tao
Since the limit parameter is always set to the size of pci device's configuration space, and we can determine the size from the type of pci device. Signed-off-by: Hu Tao --- hw/pci/pci_host.c | 13 ++--- hw/pci/pcie_host.c| 9 + hw/ppc/spapr_pci.c| 3 +--