]> git.proxmox.com Git - mirror_qemu.git/commit
qom: Split object_property_set_link()
authorStefan Hajnoczi <stefanha@redhat.com>
Wed, 19 Mar 2014 07:58:53 +0000 (08:58 +0100)
committerAndreas Färber <afaerber@suse.de>
Wed, 19 Mar 2014 21:01:13 +0000 (22:01 +0100)
commitf5ec6704c73932291c303d0cf72352ac26411d0d
tree7d62e38c933b0cb71786607581832045202e28de
parentc8897e8eb965c0d091683ffaf127c50f8231d048
qom: Split object_property_set_link()

The path resolution logic in object_property_set_link() should be a
separate function.  This makes the code easier to read and maintain.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
qom/object.c