Re: [Qemu-devel] [PULL 10/42] qtest: Fix the bug about disable vnc causes make check fail

2014-01-26 Thread Kewei Yu
2014/1/26 Andreas Färber afaer...@suse.de Am 18.01.2014 12:54, schrieb Kewei Yu: 2014/1/17 Andreas Färber afaer...@suse.de mailto:afaer...@suse.de Am 15.01.2014 11:22, schrieb Kevin Wolf: From: Kewei Yu kewe...@gmail.com mailto:kewe...@gmail.com When we disable

Re: [Qemu-devel] [PULL 10/42] qtest: Fix the bug about disable vnc causes make check fail

2014-01-25 Thread Andreas Färber
Am 18.01.2014 12:54, schrieb Kewei Yu: 2014/1/17 Andreas Färber afaer...@suse.de mailto:afaer...@suse.de Am 15.01.2014 11:22, schrieb Kevin Wolf: From: Kewei Yu kewe...@gmail.com mailto:kewe...@gmail.com When we disable vnc from ./configure, QEMU can't use the vnc

Re: [Qemu-devel] [PULL 10/42] qtest: Fix the bug about disable vnc causes make check fail

2014-01-18 Thread Kewei Yu
2014/1/17 Andreas Färber afaer...@suse.de Am 15.01.2014 11:22, schrieb Kevin Wolf: From: Kewei Yu kewe...@gmail.com When we disable vnc from ./configure, QEMU can't use the vnc option. So qtest can't use the vnc -none , otherwise make check fails. If QEMU uses -display none, -vnc none

Re: [Qemu-devel] [PULL 10/42] qtest: Fix the bug about disable vnc causes make check fail

2014-01-17 Thread Andreas Färber
Am 15.01.2014 11:22, schrieb Kevin Wolf: From: Kewei Yu kewe...@gmail.com When we disable vnc from ./configure, QEMU can't use the vnc option. So qtest can't use the vnc -none , otherwise make check fails. If QEMU uses -display none, -vnc none is excrescent, So we just need to drop it.

[Qemu-devel] [PULL 10/42] qtest: Fix the bug about disable vnc causes make check fail

2014-01-15 Thread Kevin Wolf
From: Kewei Yu kewe...@gmail.com When we disable vnc from ./configure, QEMU can't use the vnc option. So qtest can't use the vnc -none , otherwise make check fails. If QEMU uses -display none, -vnc none is excrescent, So we just need to drop it. Signed-off-by: Kewei Yu kewe...@gmail.com