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

* Re: [PATCH][kvm-unit-test] Keep gui off when running test cases
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Paolo Bonzini @ 2013-06-26  7:08 UTC (permalink / raw)
  To: Jan Kiszka; +Cc: Gleb Natapov, kvm

Il 26/06/2013 08:06, Jan Kiszka ha scritto:
> 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=$?
> 

Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>


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

* Re: [PATCH][kvm-unit-test] Keep gui off when running test cases
  2013-06-26  7:08 ` Paolo Bonzini
@ 2013-06-26  8:57   ` Gleb Natapov
  0 siblings, 0 replies; 3+ messages in thread
From: Gleb Natapov @ 2013-06-26  8:57 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: Jan Kiszka, kvm

On Wed, Jun 26, 2013 at 09:08:12AM +0200, Paolo Bonzini wrote:
> Il 26/06/2013 08:06, Jan Kiszka ha scritto:
> > From: Jan Kiszka <jan.kiszka@siemens.com>
> > 
> > Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Applied, thanks.

> > ---
> >  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=$?
> > 
> 
> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>

--
			Gleb.

^ permalink raw reply	[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