Re: [Qemu-devel] [PATCH 1/7] vmware_vga: port to test_and_clear instead of test/reset

2013-10-11 Thread Eric Blake
On 10/11/2013 08:20 AM, Juan Quintela wrote: > From: Juan Quintela > > I am assuming that we are testing all the device pages on the loop, that is > right? > > Signed-off-by: Juan Quintela > Signed-off-by: Juan Quintela Double S-o-B throughout the series looks a bit odd. Might be worth usin

Re: [Qemu-devel] [PATCH 1/7] vmware_vga: port to test_and_clear instead of test/reset

2013-10-11 Thread Juan Quintela
Eric Blake wrote: > On 10/11/2013 08:20 AM, Juan Quintela wrote: >> From: Juan Quintela >> >> I am assuming that we are testing all the device pages on the loop, >> that is right? >> >> Signed-off-by: Juan Quintela >> Signed-off-by: Juan Quintela > > Double S-o-B throughout the series looks a

[Qemu-devel] [PATCH 1/7] vmware_vga: port to test_and_clear instead of test/reset

2013-10-11 Thread Juan Quintela
From: Juan Quintela I am assuming that we are testing all the device pages on the loop, that is right? Signed-off-by: Juan Quintela Signed-off-by: Juan Quintela --- hw/display/vmware_vga.c | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/hw/display/vmware_vga.c b/hw/