Re: [Qemu-devel] [PATCH 3/6] convert pci-host to QOM

2012-03-26 Thread Andreas Färber
Am 26.03.2012 04:06, schrieb Wanpeng Li: > From: Anthony Liguori > > > Signed-off-by: Anthony Liguori > Signed-off-by: Wanpeng Li Some minor formal comments inline, otherwise looks okay. > --- > hw/pci_host.c | 26 ++ > hw/pci_host.h |5 + > 2 files changed

Re: [Qemu-devel] [PATCH 3/6] convert pci-host to QOM

2012-03-26 Thread Wanpeng Li
On Mon, Mar 26, 2012 at 10:06:45AM +0800, Wanpeng Li wrote: > >From: Anthony Liguori > > >Signed-off-by: Anthony Liguori >Signed-off-by: Wanpeng Li > >--- > hw/pci_host.c | 26 ++ > hw/pci_host.h |5 + > 2 files changed, 31 insertions(+), 0 deletions(-) > >diff --

[Qemu-devel] [PATCH 3/6] convert pci-host to QOM

2012-03-26 Thread Wanpeng Li
From: Anthony Liguori Signed-off-by: Anthony Liguori Signed-off-by: Wanpeng Li --- hw/pci_host.c | 26 ++ hw/pci_host.h |5 + 2 files changed, 31 insertions(+), 0 deletions(-) diff --git a/hw/pci_host.c b/hw/pci_host.c index 44c6c20..44d7e55 100644 --- a/h

[Qemu-devel] [PATCH 3/6] convert pci-host to QOM

2012-03-26 Thread y
From: Wanpeng Li From: Anthony Liguori Signed-off-by: Anthony Liguori Signed-off-by: Wanpeng Li --- hw/pci_host.c | 26 ++ hw/pci_host.h |5 + 2 files changed, 31 insertions(+), 0 deletions(-) diff --git a/hw/pci_host.c b/hw/pci_host.c index 44c6c20..44d

Re: [Qemu-devel] [PATCH 3/6] convert pci-host to QOM

2012-03-26 Thread Stefan Hajnoczi
On Mon, Mar 26, 2012 at 10:06:45AM +0800, Wanpeng Li wrote: > diff --git a/hw/pci_host.c b/hw/pci_host.c > index 44c6c20..44d7e55 100644 > --- a/hw/pci_host.c > +++ b/hw/pci_host.c > @@ -162,4 +162,30 @@ const MemoryRegionOps pci_host_data_be_ops = { > .endianness = DEVICE_BIG_ENDIAN, > }; >

[Qemu-devel] [PATCH 3/6] convert pci-host to QOM

2012-03-25 Thread Wanpeng Li
From: Anthony Liguori Signed-off-by: Anthony Liguori Signed-off-by: Wanpeng Li --- hw/pci_host.c | 26 ++ hw/pci_host.h |5 + 2 files changed, 31 insertions(+), 0 deletions(-) diff --git a/hw/pci_host.c b/hw/pci_host.c index 44c6c20..44d7e55 100644 --- a/h