Re: [Qemu-devel] [PATCH] tests/qom-test: Test qom-list on link properties

2014-05-07 Thread Andreas Färber
Am 12.04.2014 00:07, schrieb Cole Robinson: > But don't test their properties, otherwise we will recurse forever. > Their properties are already tested when we encounter them as child > properties elsewhere in the hierarchy, like /machine/unattached/... > > This would have caught the crash fixed b

Re: [Qemu-devel] [PATCH] tests/qom-test: Test qom-list on link properties

2014-05-06 Thread Cole Robinson
ping On 04/11/2014 06:07 PM, Cole Robinson wrote: > But don't test their properties, otherwise we will recurse forever. > Their properties are already tested when we encounter them as child > properties elsewhere in the hierarchy, like /machine/unattached/... > > This would have caught the crash

[Qemu-devel] [PATCH] tests/qom-test: Test qom-list on link properties

2014-04-11 Thread Cole Robinson
But don't test their properties, otherwise we will recurse forever. Their properties are already tested when we encounter them as child properties elsewhere in the hierarchy, like /machine/unattached/... This would have caught the crash fixed by 92b3eead Signed-off-by: Cole Robinson --- tests/q