Re: [Qemu-devel] [PATCH v2 12/16] cpu/a15mpcore: QOM cast cleanup

2013-07-23 Thread Peter Maydell
On 23 July 2013 03:43, Andreas Färber wrote: > From: Andreas Färber > > Introduce type constant and cast macro and rename A15MPPrivState::busdev > field to parent_obj to enforce its use. > > Prepares for QOM realize. > > Signed-off-by: Andreas Färber Reviewed-by: Peter Maydell -- PMM

[Qemu-devel] [PATCH v2 12/16] cpu/a15mpcore: QOM cast cleanup

2013-07-22 Thread Andreas Färber
From: Andreas Färber Introduce type constant and cast macro and rename A15MPPrivState::busdev field to parent_obj to enforce its use. Prepares for QOM realize. Signed-off-by: Andreas Färber --- hw/cpu/a15mpcore.c | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) diff --g