On Mon, Aug 21, 2017 at 04:40:38PM +0530, Ishani Chugh wrote: > +_make_test_img $size > +export QEMU_BACKUP_CONFIG=$CONFIG_FILE > +qemu_comm_method="monitor" > +echo > +_launch_qemu -nographic -drive if=virtio,file=$TEST_IMG -qmp > $SOCKET,server,nowait
-nographic is already included by _launch_qemu, please don't duplicate it here. The same applies below.