Re: [Qemu-devel] [PULL 10/10] qdev: Add test of qdev_prop_check_global

2014-06-09 Thread Eduardo Habkost
On Mon, Jun 09, 2014 at 04:10:36PM +0300, Michael S. Tsirkin wrote: > On Mon, Jun 09, 2014 at 01:19:18PM +0100, Peter Maydell wrote: > > On 5 June 2014 18:17, Michael S. Tsirkin wrote: > > > From: Don Slutz > > > > > > This will generate a warning from "make check": > > > > > > ... > > > GTESTER

Re: [Qemu-devel] [PULL 10/10] qdev: Add test of qdev_prop_check_global

2014-06-09 Thread Michael S. Tsirkin
On Mon, Jun 09, 2014 at 01:19:18PM +0100, Peter Maydell wrote: > On 5 June 2014 18:17, Michael S. Tsirkin wrote: > > From: Don Slutz > > > > This will generate a warning from "make check": > > > > ... > > GTESTER tests/test-qdev-global-props > > Warning: "-global dynamic-prop-type-bad.prop3=103"

Re: [Qemu-devel] [PULL 10/10] qdev: Add test of qdev_prop_check_global

2014-06-09 Thread Peter Maydell
On 5 June 2014 18:17, Michael S. Tsirkin wrote: > From: Don Slutz > > This will generate a warning from "make check": > > ... > GTESTER tests/test-qdev-global-props > Warning: "-global dynamic-prop-type-bad.prop3=103" not used > GTESTER tests/check-qom-interface > ... > > If the warning is not ge

[Qemu-devel] [PULL 10/10] qdev: Add test of qdev_prop_check_global

2014-06-05 Thread Michael S. Tsirkin
From: Don Slutz This will generate a warning from "make check": ... GTESTER tests/test-qdev-global-props Warning: "-global dynamic-prop-type-bad.prop3=103" not used GTESTER tests/check-qom-interface ... If the warning is not generated, the test will fail. Signed-off-by: Don Slutz Acked-by: Mi