The fail is caused by "-vnc none", we can't use it when disable vnc from "./configure".
Faithfully yours Kewei Yu 2014/1/2 Paolo Bonzini <pbonz...@redhat.com> > Il 31/12/2013 05:42, Kewei Yu ha scritto: > > 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> > > --- > > v2: Consolidate VNC macro's #ifdef'ery to one central point > (tests/libqtest.c). > > What happens if qtest instead uses "-display none"? > > Paolo >