Re: [Qemu-devel] [PATCH 2/3] test-qdev-global-props: Test global property ordering

2017-07-17 Thread Eduardo Habkost
On Sun, Jul 16, 2017 at 02:35:49PM +0200, Halil Pasic wrote: > On 07/12/2017 08:48 PM, Eduardo Habkost wrote: > > On Wed, Jul 12, 2017 at 08:06:14PM +0200, Halil Pasic wrote: > >> > >> > >> On 07/11/2017 02:43 AM, Eduardo Habkost wrote: > >>> Test case to detect the bug fixed by commit > >>> "qdev:

Re: [Qemu-devel] [PATCH 2/3] test-qdev-global-props: Test global property ordering

2017-07-16 Thread Halil Pasic
On 07/12/2017 08:48 PM, Eduardo Habkost wrote: > On Wed, Jul 12, 2017 at 08:06:14PM +0200, Halil Pasic wrote: >> >> >> On 07/11/2017 02:43 AM, Eduardo Habkost wrote: >>> Test case to detect the bug fixed by commit >>> "qdev: fix the order compat and global properties are applied". >>> >>> Signed-

Re: [Qemu-devel] [PATCH 2/3] test-qdev-global-props: Test global property ordering

2017-07-12 Thread Eduardo Habkost
On Wed, Jul 12, 2017 at 08:06:14PM +0200, Halil Pasic wrote: > > > On 07/11/2017 02:43 AM, Eduardo Habkost wrote: > > Test case to detect the bug fixed by commit > > "qdev: fix the order compat and global properties are applied". > > > > Signed-off-by: Eduardo Habkost > > Reviewed-by: Halil Pa

Re: [Qemu-devel] [PATCH 2/3] test-qdev-global-props: Test global property ordering

2017-07-12 Thread Halil Pasic
On 07/11/2017 02:43 AM, Eduardo Habkost wrote: > Test case to detect the bug fixed by commit > "qdev: fix the order compat and global properties are applied". > > Signed-off-by: Eduardo Habkost Reviewed-by: Halil Pasic Please see below nevertheless. > --- > tests/test-qdev-global-props.c |

Re: [Qemu-devel] [PATCH 2/3] test-qdev-global-props: Test global property ordering

2017-07-11 Thread Greg Kurz
On Mon, 10 Jul 2017 21:43:02 -0300 Eduardo Habkost wrote: > Test case to detect the bug fixed by commit > "qdev: fix the order compat and global properties are applied". > > Signed-off-by: Eduardo Habkost > --- Reviewed-by: Greg Kurz > tests/test-qdev-global-props.c | 33 +++

Re: [Qemu-devel] [PATCH 2/3] test-qdev-global-props: Test global property ordering

2017-07-11 Thread Cornelia Huck
On Mon, 10 Jul 2017 21:43:02 -0300 Eduardo Habkost wrote: > Test case to detect the bug fixed by commit > "qdev: fix the order compat and global properties are applied". > > Signed-off-by: Eduardo Habkost > --- > tests/test-qdev-global-props.c | 33 + > 1 file c

[Qemu-devel] [PATCH 2/3] test-qdev-global-props: Test global property ordering

2017-07-10 Thread Eduardo Habkost
Test case to detect the bug fixed by commit "qdev: fix the order compat and global properties are applied". Signed-off-by: Eduardo Habkost --- tests/test-qdev-global-props.c | 33 + 1 file changed, 33 insertions(+) diff --git a/tests/test-qdev-global-props.c b/te