Re: [Qemu-devel] [PATCH v3 2/6] pci: introduce pci_host_config_enabled()

2015-01-21 Thread Michael S. Tsirkin
On Thu, Dec 11, 2014 at 10:20:24AM +0800, Hu Tao wrote: > This makes code more readable. > > Signed-off-by: Hu Tao > Reviewed-by: Marcel Apfelbaum > --- > hw/mips/gt64xxx_pci.c | 4 ++-- > hw/pci/pci_host.c | 5 +++-- > include/hw/pci/pci_host.h | 5 + > 3 files changed, 10 inse

[Qemu-devel] [PATCH v3 2/6] pci: introduce pci_host_config_enabled()

2014-12-10 Thread Hu Tao
This makes code more readable. Signed-off-by: Hu Tao Reviewed-by: Marcel Apfelbaum --- hw/mips/gt64xxx_pci.c | 4 ++-- hw/pci/pci_host.c | 5 +++-- include/hw/pci/pci_host.h | 5 + 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/hw/mips/gt64xxx_pci.c b/hw/mips/gt