Re: [Qemu-devel] [PATCH 1/1] qtest:Fix the bug about disabling vnc causes make check hang

2014-01-09 Thread Markus Armbruster
Andreas Färber afaer...@suse.de writes: Am 07.01.2014 11:35, schrieb Markus Armbruster: Stefan Hajnoczi stefa...@redhat.com writes: On Tue, Dec 31, 2013 at 01:19:02AM +0100, Andreas Färber wrote: Am 30.12.2013 09:46, schrieb Kewei Yu: diff --git a/tests/fdc-test.c b/tests/fdc-test.c index

Re: [Qemu-devel] [PATCH 1/1] qtest:Fix the bug about disabling vnc causes make check hang

2014-01-07 Thread Markus Armbruster
Stefan Hajnoczi stefa...@redhat.com writes: On Tue, Dec 31, 2013 at 01:19:02AM +0100, Andreas Färber wrote: Am 30.12.2013 09:46, schrieb Kewei Yu: When we disabling vnc from ./configure, the qemu can't use the vnc option. So qtest can't use the vnc -none , otherwise make check will hang.

Re: [Qemu-devel] [PATCH 1/1] qtest:Fix the bug about disabling vnc causes make check hang

2014-01-07 Thread Andreas Färber
Am 07.01.2014 11:35, schrieb Markus Armbruster: Stefan Hajnoczi stefa...@redhat.com writes: On Tue, Dec 31, 2013 at 01:19:02AM +0100, Andreas Färber wrote: Am 30.12.2013 09:46, schrieb Kewei Yu: diff --git a/tests/fdc-test.c b/tests/fdc-test.c index 38b5b17..80dbdfb 100644 ---

Re: [Qemu-devel] [PATCH 1/1] qtest:Fix the bug about disabling vnc causes make check hang

2014-01-01 Thread Stefan Hajnoczi
On Tue, Dec 31, 2013 at 01:19:02AM +0100, Andreas Färber wrote: Am 30.12.2013 09:46, schrieb Kewei Yu: When we disabling vnc from ./configure, the qemu can't use the vnc option. So qtest can't use the vnc -none , otherwise make check will hang. Signed-off-by: Kewei Yu kewe...@gmail.com

[Qemu-devel] [PATCH 1/1] qtest:Fix the bug about disabling vnc causes make check hang

2013-12-30 Thread Kewei Yu
When we disabling vnc from ./configure, the qemu can't use the vnc option. So qtest can't use the vnc -none , otherwise make check will hang. Signed-off-by: Kewei Yu kewe...@gmail.com --- tests/fdc-test.c |4 tests/ide-test.c | 11 --- 2 files changed, 12 insertions(+), 3

Re: [Qemu-devel] [PATCH 1/1] qtest:Fix the bug about disabling vnc causes make check hang

2013-12-30 Thread Andreas Färber
Hi, Am 30.12.2013 09:46, schrieb Kewei Yu: When we disabling vnc from ./configure, the qemu can't use the vnc option. So qtest can't use the vnc -none , otherwise make check will hang. Signed-off-by: Kewei Yu kewe...@gmail.com --- tests/fdc-test.c |4 tests/ide-test.c | 11