From: "Daniel P. Berrange" <berrange@redhat.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Re: [6322] add a -vga none cli option (Stefano Stabellini)
Date: Sun, 18 Jan 2009 23:04:18 +0000 [thread overview]
Message-ID: <20090118230418.GA11968@redhat.com> (raw)
In-Reply-To: <2272E7B0C2F247A596D206A7A486B3B2@FSCPC>
On Sun, Jan 18, 2009 at 10:39:58PM +0100, Sebastian Herbszt wrote:
> Anthony Liguori wrote:
> >Revision: 6322
> > http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6322
> >Author: aliguori
> >Date: 2009-01-15 20:37:28 +0000 (Thu, 15 Jan 2009)
> >
> >Log Message:
> >-----------
> >add a -vga none cli option (Stefano Stabellini)
> >
> >currently there is no way to fully disable any graphic card device for
> >the PC architecture.
> >You can have no graphical output, thanks to -nographic, but you would
> >have the VGA device connected to your PCI bus anyway.
> >There is already a convenient -vga option to choose between std, cirrus
> >and vmware; this patch add the new option "none" to select no graphic
> >card at all.
>
> I just tried this with r6367 on WinXP and SDL support as
>
> qemu.exe -L . -hda dummy.img -vga none
>
> and it made qemu crash. This happens on the call to
> "sdl_display_init(ds, full_screen, no_frame);" in vl.c.
>
> Maybe "-vga none" should imply "-nographic" ?
The VGA adapter isn't the only thing being displayed on the SDL/VNC
display - you potentially have the monitor console, and serial / parallel
devices & anything else that's using one of QEMU's text consoles. So it
is correct that '-vga none' is independant of '-nographic' & thus it is
neccessary to fix the crash seen.
Regards,
Daniel
--
|: Red Hat, Engineering, London -o- http://people.redhat.com/berrange/ :|
|: http://libvirt.org -o- http://virt-manager.org -o- http://ovirt.org :|
|: http://autobuild.org -o- http://search.cpan.org/~danberr/ :|
|: GnuPG: 7D3B9505 -o- F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 :|
next prev parent reply other threads:[~2009-01-18 23:04 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-15 20:37 [Qemu-devel] [6322] add a -vga none cli option (Stefano Stabellini) Anthony Liguori
2009-01-16 10:03 ` [Qemu-devel] " Jan Kiszka
2009-01-16 12:02 ` Stefano Stabellini
2009-01-16 18:36 ` Anthony Liguori
2009-01-16 14:27 ` Anthony Liguori
2009-01-18 21:39 ` Sebastian Herbszt
2009-01-18 23:04 ` Daniel P. Berrange [this message]
2009-01-19 12:05 ` Stefano Stabellini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090118230418.GA11968@redhat.com \
--to=berrange@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).