Re: [Qemu-devel] [PATCH v2 11/30] misc/pci-testdev: QOM Upcast Sweep

2013-06-30 Thread Andreas Färber
Am 24.06.2013 08:58, schrieb peter.crosthwa...@xilinx.com: > From: Peter Crosthwaite > > Define and use standard QOM cast macro. Remove usages of DO_UPCAST > and direct -> style upcasting. > > Signed-off-by: Peter Crosthwaite > --- > > hw/misc/pci-testdev.c | 11 --- > 1 file changed,

[Qemu-devel] [PATCH v2 11/30] misc/pci-testdev: QOM Upcast Sweep

2013-06-24 Thread peter . crosthwaite
From: Peter Crosthwaite Define and use standard QOM cast macro. Remove usages of DO_UPCAST and direct -> style upcasting. Signed-off-by: Peter Crosthwaite --- hw/misc/pci-testdev.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/hw/misc/pci-testdev.c b/hw/misc/