Re: [Qemu-devel] [PATCH 0/2] qom: Fix ambiguous path detection when ambiguous=NULL

2017-07-13 Thread Paolo Bonzini
On 10/07/2017 20:23, Eduardo Habkost wrote: > On Fri, Jul 07, 2017 at 06:30:50PM -0300, Eduardo Habkost wrote: >> object_resolve_path*() ambiguous path detection breaks when >> ambiguous==NULL and the object tree have 3 objects of the same type and >> only 2 of them are under the same parent. e.g.

Re: [Qemu-devel] [PATCH 0/2] qom: Fix ambiguous path detection when ambiguous=NULL

2017-07-10 Thread Eduardo Habkost
On Fri, Jul 07, 2017 at 06:30:50PM -0300, Eduardo Habkost wrote: > object_resolve_path*() ambiguous path detection breaks when > ambiguous==NULL and the object tree have 3 objects of the same type and > only 2 of them are under the same parent. e.g.: > > /container/obj1 (TYPE_FOO) > /container/

Re: [Qemu-devel] [PATCH 0/2] qom: Fix ambiguous path detection when ambiguous=NULL

2017-07-09 Thread Mark Cave-Ayland
On 07/07/17 22:30, Eduardo Habkost wrote: > object_resolve_path*() ambiguous path detection breaks when > ambiguous==NULL and the object tree have 3 objects of the same type and > only 2 of them are under the same parent. e.g.: > > /container/obj1 (TYPE_FOO) > /container/obj2 (TYPE_FOO) > /ob

[Qemu-devel] [PATCH 0/2] qom: Fix ambiguous path detection when ambiguous=NULL

2017-07-07 Thread Eduardo Habkost
object_resolve_path*() ambiguous path detection breaks when ambiguous==NULL and the object tree have 3 objects of the same type and only 2 of them are under the same parent. e.g.: /container/obj1 (TYPE_FOO) /container/obj2 (TYPE_FOO) /obj2 (TYPE_FOO) With the above tree, object_resolve_path_t