Re: [Qemu-devel] [PATCH 7/9] hw/arm: QOM'ify stellaris.c
On 7 March 2016 at 07:05, xiaoqiang zhao wrote: > * Drop the use of old SysBus init function and use instance_init > * Use DeviceClass::vmsd instead of 'vmstate_register' function > > Signed-off-by: xiaoqiang zhao > --- > hw/arm/stellaris.c | 48 >
[Qemu-devel] [PATCH 7/9] hw/arm: QOM'ify stellaris.c
* Drop the use of old SysBus init function and use instance_init * Use DeviceClass::vmsd instead of 'vmstate_register' function Signed-off-by: xiaoqiang zhao --- hw/arm/stellaris.c | 48 1 file changed, 24 insertions(+), 24 deletions(-) diff --gi