Re: [Qemu-devel] [PATCH 1/6] object: add object_property_add_bool

2012-10-23 Thread Markus Armbruster
Anthony Liguori writes: > Signed-off-by: Anthony Liguori > --- > include/qemu/object.h | 17 ++ > qom/object.c | 58 > + > 2 files changed, 75 insertions(+), 0 deletions(-) > > diff --git a/include/qemu/object.h b/include

Re: [Qemu-devel] [PATCH 1/6] object: add object_property_add_bool

2012-10-16 Thread Andreas Färber
Am 15.10.2012 21:34, schrieb Anthony Liguori: > Signed-off-by: Anthony Liguori This feels like a resend or v2. I remember discussing whether an opaque might be a good idea and we decided not to lacking an immanent use case. Reviewed-by: Andreas Färber Andreas -- SUSE LINUX Products GmbH, Max

[Qemu-devel] [PATCH 1/6] object: add object_property_add_bool

2012-10-15 Thread Anthony Liguori
Signed-off-by: Anthony Liguori --- include/qemu/object.h | 17 ++ qom/object.c | 58 + 2 files changed, 75 insertions(+), 0 deletions(-) diff --git a/include/qemu/object.h b/include/qemu/object.h index cc75fee..f4dc2ea 1006