Re: [Qemu-devel] [PATCH 25/25] qdev: split part of device_finalize to device_unrealize

2012-04-23 Thread Paolo Bonzini
Il 20/04/2012 19:56, Anthony Liguori ha scritto: > On 04/03/2012 06:15 AM, Paolo Bonzini wrote: >> Signed-off-by: Paolo Bonzini >> --- >> hw/qdev.c | 35 --- >> 1 file changed, 20 insertions(+), 15 deletions(-) >> >> diff --git a/hw/qdev.c b/hw/qdev.c >> index e

Re: [Qemu-devel] [PATCH 25/25] qdev: split part of device_finalize to device_unrealize

2012-04-20 Thread Anthony Liguori
On 04/03/2012 06:15 AM, Paolo Bonzini wrote: Signed-off-by: Paolo Bonzini --- hw/qdev.c | 35 --- 1 file changed, 20 insertions(+), 15 deletions(-) diff --git a/hw/qdev.c b/hw/qdev.c index e674248..45f1133 100644 --- a/hw/qdev.c +++ b/hw/qdev.c @@ -601,27 +60

[Qemu-devel] [PATCH 25/25] qdev: split part of device_finalize to device_unrealize

2012-04-03 Thread Paolo Bonzini
Signed-off-by: Paolo Bonzini --- hw/qdev.c | 35 --- 1 file changed, 20 insertions(+), 15 deletions(-) diff --git a/hw/qdev.c b/hw/qdev.c index e674248..45f1133 100644 --- a/hw/qdev.c +++ b/hw/qdev.c @@ -601,27 +601,31 @@ static void device_initfn(Object *obj)