Re: [Qemu-devel] [PATCH] qom/object.h: remove some child/parent doc

2015-09-11 Thread Andreas Färber
Am 11.09.2015 um 12:13 schrieb Michael Tokarev: > 07.09.2015 18:46, Andreas Färber wrote: >> Am 04.09.2015 um 23:01 schrieb marcandre.lur...@redhat.com: >>> From: Marc-André Lureau >>> >>> It looks like this documentation is obsolete: a child object may lookup >>> its parent stored in the Object s

Re: [Qemu-devel] [PATCH] qom/object.h: remove some child/parent doc

2015-09-11 Thread Michael Tokarev
07.09.2015 18:46, Andreas Färber wrote: > Am 04.09.2015 um 23:01 schrieb marcandre.lur...@redhat.com: >> From: Marc-André Lureau >> >> It looks like this documentation is obsolete: a child object may lookup >> its parent stored in the Object struct. >> >> Signed-off-by: Marc-André Lureau >> --- >

Re: [Qemu-devel] [PATCH] qom/object.h: remove some child/parent doc

2015-09-07 Thread Andreas Färber
Am 04.09.2015 um 23:01 schrieb marcandre.lur...@redhat.com: > From: Marc-André Lureau > > It looks like this documentation is obsolete: a child object may lookup > its parent stored in the Object struct. > > Signed-off-by: Marc-André Lureau > --- > include/qom/object.h | 3 --- > 1 file change

Re: [Qemu-devel] [PATCH] qom/object.h: remove some child/parent doc

2015-09-04 Thread Peter Crosthwaite
On Fri, Sep 4, 2015 at 2:42 PM, Marc-André Lureau wrote: > Hi > > On Fri, Sep 4, 2015 at 11:25 PM, Peter Crosthwaite > wrote: >> On Fri, Sep 4, 2015 at 2:01 PM, wrote: >>> From: Marc-André Lureau >>> >>> It looks like this documentation is obsolete: a child object may lookup >>> its parent sto

Re: [Qemu-devel] [PATCH] qom/object.h: remove some child/parent doc

2015-09-04 Thread Marc-André Lureau
Hi On Fri, Sep 4, 2015 at 11:25 PM, Peter Crosthwaite wrote: > On Fri, Sep 4, 2015 at 2:01 PM, wrote: >> From: Marc-André Lureau >> >> It looks like this documentation is obsolete: a child object may lookup >> its parent stored in the Object struct. >> > > Using a function wrapper or direct ac

Re: [Qemu-devel] [PATCH] qom/object.h: remove some child/parent doc

2015-09-04 Thread Peter Crosthwaite
On Fri, Sep 4, 2015 at 2:01 PM, wrote: > From: Marc-André Lureau > > It looks like this documentation is obsolete: a child object may lookup > its parent stored in the Object struct. > Using a function wrapper or direct access to Object structure field? The latter would indicate they are worka

[Qemu-devel] [PATCH] qom/object.h: remove some child/parent doc

2015-09-04 Thread marcandre . lureau
From: Marc-André Lureau It looks like this documentation is obsolete: a child object may lookup its parent stored in the Object struct. Signed-off-by: Marc-André Lureau --- include/qom/object.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/qom/object.h b/include/qom/object.h in