Re: [Qemu-devel] [PATCH v2 09/30] ide/piix: QOM casting sweep

2013-07-22 Thread Andreas Färber
Am 30.06.2013 10:25, schrieb Andreas Färber: > Am 24.06.2013 08:56, schrieb peter.crosthwa...@xilinx.com: >> From: Peter Crosthwaite >> >> Use standard QOM cast macro. Remove usage of DO_UPCAST and >> direct -> style upcasting. >> >> Signed-off-by: Peter Crosthwaite >> --- >> >> hw/ide/piix.c |

Re: [Qemu-devel] [PATCH v2 09/30] ide/piix: QOM casting sweep

2013-06-30 Thread Andreas Färber
Am 24.06.2013 08:56, schrieb peter.crosthwa...@xilinx.com: > From: Peter Crosthwaite > > Use standard QOM cast macro. Remove usage of DO_UPCAST and > direct -> style upcasting. > > Signed-off-by: Peter Crosthwaite > --- > > hw/ide/piix.c | 8 > 1 file changed, 4 insertions(+), 4 dele

[Qemu-devel] [PATCH v2 09/30] ide/piix: QOM casting sweep

2013-06-24 Thread peter . crosthwaite
From: Peter Crosthwaite Use standard QOM cast macro. Remove usage of DO_UPCAST and direct -> style upcasting. Signed-off-by: Peter Crosthwaite --- hw/ide/piix.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hw/ide/piix.c b/hw/ide/piix.c index bf2856f..d0fdea3 100