Re: [Qemu-devel] [PATCH 1/5] pci: introduce PC_PCI_CONFIG_ENABLED()

2014-11-05 Thread Hu Tao
On Tue, Nov 04, 2014 at 03:41:11PM +0200, Marcel Apfelbaum wrote: > Hi, > > On Tue, 2014-11-04 at 17:12 +0800, Hu Tao wrote: > > This makes code more readable. > > > > Signed-off-by: Hu Tao > > --- > > hw/mips/gt64xxx_pci.c | 4 ++-- > > hw/pci/pci_host.c | 5 +++-- > > include/hw/pci/pci.h

Re: [Qemu-devel] [PATCH 1/5] pci: introduce PC_PCI_CONFIG_ENABLED()

2014-11-04 Thread Marcel Apfelbaum
Hi, On Tue, 2014-11-04 at 17:12 +0800, Hu Tao wrote: > This makes code more readable. > > Signed-off-by: Hu Tao > --- > hw/mips/gt64xxx_pci.c | 4 ++-- > hw/pci/pci_host.c | 5 +++-- > include/hw/pci/pci.h | 2 ++ > 3 files changed, 7 insertions(+), 4 deletions(-) > > diff --git a/hw/mips

[Qemu-devel] [PATCH 1/5] pci: introduce PC_PCI_CONFIG_ENABLED()

2014-11-04 Thread Hu Tao
This makes code more readable. Signed-off-by: Hu Tao --- hw/mips/gt64xxx_pci.c | 4 ++-- hw/pci/pci_host.c | 5 +++-- include/hw/pci/pci.h | 2 ++ 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/hw/mips/gt64xxx_pci.c b/hw/mips/gt64xxx_pci.c index 1f2fe5f..a49dbd7 100644 --- a