Re: [Qemu-devel] [PATCH 06/15] apb: APB QOMify tidy-up

2017-11-19 Thread Philippe Mathieu-Daudé
On 11/17/2017 10:42 AM, Mark Cave-Ayland wrote: > Use DeviceClass rather than SysBusDeviceClass in pbm_host_class_init() and > adjust pci_pbm_init_device() accordingly. > > Signed-off-by: Mark Cave-Ayland Reviewed-by: Philippe Mathieu-Daudé > --- > hw/pci-host/apb.c | 17 - >

[Qemu-devel] [PATCH 06/15] apb: APB QOMify tidy-up

2017-11-17 Thread Mark Cave-Ayland
Use DeviceClass rather than SysBusDeviceClass in pbm_host_class_init() and adjust pci_pbm_init_device() accordingly. Signed-off-by: Mark Cave-Ayland --- hw/pci-host/apb.c | 17 - 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/hw/pci-host/apb.c b/hw/pci-host/apb.c