Re: [Qemu-devel] [PATCH 04/30] ppc_prep: convert host bridge to qdev

2012-01-06 Thread Andreas Färber
Am 03.01.2012 15:57, schrieb Andreas Färber: Am 03.01.2012 01:51, schrieb Anthony Liguori: Untested beyond compile. But it's a very simple conversion. Signed-off-by: Anthony Liguori aligu...@us.ibm.com Seems like we've crossed paths now. I have a more complete patch using different naming

Re: [Qemu-devel] [PATCH 04/30] ppc_prep: convert host bridge to qdev

2012-01-03 Thread Andreas Färber
Am 03.01.2012 01:51, schrieb Anthony Liguori: Untested beyond compile. But it's a very simple conversion. Signed-off-by: Anthony Liguori aligu...@us.ibm.com Seems like we've crossed paths now. I have a more complete patch using different naming, but it's not yet working. I'll have to bisect.

[Qemu-devel] [PATCH 04/30] ppc_prep: convert host bridge to qdev

2012-01-02 Thread Anthony Liguori
Untested beyond compile. But it's a very simple conversion. Signed-off-by: Anthony Liguori aligu...@us.ibm.com --- hw/prep_pci.c | 38 +++--- 1 files changed, 27 insertions(+), 11 deletions(-) diff --git a/hw/prep_pci.c b/hw/prep_pci.c index ea9fb69..16c036f