Re: [Qemu-devel] [PATCH 3/8] qom: fix swapped parameters

2011-12-16 Thread Anthony Liguori
On 12/16/2011 06:01 AM, Paolo Bonzini wrote: Signed-off-by: Paolo Bonzini Yeah, this code path is currently dead as there is no way to test it until we defer s/init/realize/ and defer it to guest launch. In my next series when I introduce Object and move properties into it, we can write som

[Qemu-devel] [PATCH 3/8] qom: fix swapped parameters

2011-12-16 Thread Paolo Bonzini
Signed-off-by: Paolo Bonzini --- hw/qdev.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hw/qdev.c b/hw/qdev.c index 83913c7..bda8d6c 100644 --- a/hw/qdev.c +++ b/hw/qdev.c @@ -1110,7 +1110,7 @@ void qdev_property_set(DeviceState *dev, Visitor *v, const char *name,