Message ID | 51CA84CE.5060904@web.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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> -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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=$?