Re: [Qemu-devel] [PATCH RESEND v4 1/5] qom: split object_property_set_link()

2014-03-19 Thread Andreas Färber
Am 19.03.2014 08:58, schrieb Stefan Hajnoczi: > 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 > --- > qom/object.c | 59 +++-

[Qemu-devel] [PATCH RESEND v4 1/5] qom: split object_property_set_link()

2014-03-19 Thread Stefan Hajnoczi
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 --- qom/object.c | 59 +++ 1 file changed, 39 insertions(+), 20 deletion