Re: [Qemu-devel] [PATCH] pseries pci: removed redundand busdev

2012-06-28 Thread Alexander Graf
On 06/14/2012 06:38 AM, Alexey Kardashevskiy wrote: The PCIHostState struct already contains SysBusDevice so the one in sPAPRPHBState has to go. Signed-off-by: Alexey Kardashevskiy Thanks, applied to ppc-next. Alex

[Qemu-devel] [PATCH] pseries pci: removed redundand busdev

2012-06-13 Thread Alexey Kardashevskiy
The PCIHostState struct already contains SysBusDevice so the one in sPAPRPHBState has to go. Signed-off-by: Alexey Kardashevskiy --- hw/spapr_pci.c |4 ++-- hw/spapr_pci.h |1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/hw/spapr_pci.c b/hw/spapr_pci.c index 75943cf..