public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH][kvm-unit-test] Keep gui off when running test cases
@ 2013-06-26  6:06 Jan Kiszka
  2013-06-26  7:08 ` Paolo Bonzini
  0 siblings, 1 reply; 3+ messages in thread
From: Jan Kiszka @ 2013-06-26  6:06 UTC (permalink / raw)
  To: Gleb Natapov, Paolo Bonzini; +Cc: kvm

From: Jan Kiszka <jan.kiszka@siemens.com>

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 x86-run |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/x86-run b/x86-run
index 14ff331..646c577 100755
--- a/x86-run
+++ b/x86-run
@@ -33,7 +33,7 @@ else
 	pc_testdev="-device testdev,chardev=testlog -chardev file,id=testlog,path=msr.out"
 fi
 
-command="${qemu} -enable-kvm $pc_testdev -serial stdio $pci_testdev -kernel"
+command="${qemu} -enable-kvm $pc_testdev -display none -serial stdio $pci_testdev -kernel"
 echo ${command} "$@"
 ${command} "$@"
 ret=$?
-- 
1.7.3.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-06-26  8:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-26  6:06 [PATCH][kvm-unit-test] Keep gui off when running test cases Jan Kiszka
2013-06-26  7:08 ` Paolo Bonzini
2013-06-26  8:57   ` Gleb Natapov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox