Re: [Qemu-devel] [patch 2/3] add object_property_add_alias

2014-06-05 Thread Paolo Bonzini
Il 04/06/2014 19:52, mtosa...@redhat.com ha scritto: Allowing addition of a link without keeping pointer-to-pointer. Signed-off-by: Marcelo Tosatti mtosa...@redhat.com --- include/qom/object.h | 13 + qom/object.c | 73 +-- 2

[Qemu-devel] [patch 2/3] add object_property_add_alias

2014-06-04 Thread mtosatti
Allowing addition of a link without keeping pointer-to-pointer. Signed-off-by: Marcelo Tosatti mtosa...@redhat.com --- include/qom/object.h | 13 + qom/object.c | 73 +-- 2 files changed, 72 insertions(+), 14 deletions(-)

[Qemu-devel] [patch 2/3] add object_property_add_alias

2014-06-02 Thread mtosatti
Allowing addition of a link without keeping pointer-to-pointer. Signed-off-by: Marcelo Tosatti mtosa...@redhat.com Index: qemu/include/qom/object.h === --- qemu.orig/include/qom/object.h +++ qemu/include/qom/object.h @@ -1073,6