Re: [Qemu-devel] [PATCH v3 11/26] pcie: Convert PCIExpressHost to use the QOM.

2012-10-22 Thread Michael S. Tsirkin
On Fri, Oct 19, 2012 at 04:43:33PM -0400, Jason Baron wrote: > From: Jason Baron > > Let's use PCIExpressHost with QOM. > > Reviewed-by: Paolo Bonzini > Acked-by: Andreas Färber > Signed-off-by: Jason Baron Applied, thanks. > --- > hw/pcie_host.c | 14 ++ > hw/pcie_host.h |

[Qemu-devel] [PATCH v3 11/26] pcie: Convert PCIExpressHost to use the QOM.

2012-10-19 Thread Jason Baron
From: Jason Baron Let's use PCIExpressHost with QOM. Reviewed-by: Paolo Bonzini Acked-by: Andreas Färber Signed-off-by: Jason Baron --- hw/pcie_host.c | 14 ++ hw/pcie_host.h |4 2 files changed, 18 insertions(+), 0 deletions(-) diff --git a/hw/pcie_host.c b/hw/pcie_h