Re: [Qemu-devel] [PATCH v2 12/27] qom: add property get/set wrappers for links
On 02/04/2012 02:02 AM, Paolo Bonzini wrote: These can set a link to any object, as long as it is included in the composition tree. Signed-off-by: Paolo Bonzini --- include/qemu/object.h | 24 qom/object.c | 25 + 2 files changed,
[Qemu-devel] [PATCH v2 12/27] qom: add property get/set wrappers for links
These can set a link to any object, as long as it is included in the composition tree. Signed-off-by: Paolo Bonzini --- include/qemu/object.h | 24 qom/object.c | 25 + 2 files changed, 49 insertions(+), 0 deletions(-) diff --git a/i