From: "Blue Swirl" <blauwirbel@gmail.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [5335] Change the way video graphics adapter is selected
Date: Sun, 28 Sep 2008 18:55:42 +0300 [thread overview]
Message-ID: <f43fc5580809280855o42165f5p90d686e8014cef24@mail.gmail.com> (raw)
In-Reply-To: <fb249edb0809280757j1e9908b5uf20991a2fbacd434@mail.gmail.com>
On 9/28/08, andrzej zaborowski <balrogg@gmail.com> wrote:
> 2008/9/28 Blue Swirl <blauwirbel@gmail.com>:
>
> > On 9/28/08, malc <av1474@comtv.ru> wrote:
> >> Revision: 5335
> >> http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5335
> >> Author: malc
> >> Date: 2008-09-28 00:42:05 +0000 (Sun, 28 Sep 2008)
> >>
> >> Log Message:
> >> -----------
> >> Change the way video graphics adapter is selected
> >>
> >> Instead of having (current)three command line switches -std-vga,
> >> -cirrusvga and -vmwarevga, provide one -vga switch which takes
> >> an argument, so that:
> >> qemu -std-vga becomes qemu -vga std
> >> qemu -cirrusvga becomes qemu -vga cirrus
> >> qemu -vmwarevga becomes qemu -vga vmware
> >
> > I'd prefer a more generic syntax, like -drive options:
> > -displayhw model=vga,type=std
> > -displayhw model=vga,type=std
> > -displayhw model=vga,type=std
> > -displayhw model=tcx,type=hardwarecursor
>
>
> My thinking was that the next improvement to the -xxxvga syntax should
> be to allow multiple graphics cards to be inserted. An interesting
> question is whether a bus hierarchy oriented syntax instead of
> functionality otiented would be better, for example -pcihw
> slot=N,model=vga (perhaps not).
That would work too, but there are more buses than just PCI. Even the
old Sparcstations with SBus supported more than one display device.
And for that you would have to specify how the devices and windows
(SDL etc.) are connected. Then the syntax would become:
-displayhw model=vga,type=std,screen=0 -displayhw model=vga,type=cirrus,screen=1
or, if you follow the logic in this commit:
-vga std,0 -vga cirrus,1
next prev parent reply other threads:[~2008-09-28 15:55 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-28 0:42 [Qemu-devel] [5335] Change the way video graphics adapter is selected malc
2008-09-28 6:01 ` Blue Swirl
2008-09-28 14:42 ` Anthony Liguori
2008-09-28 15:46 ` Blue Swirl
2008-09-28 14:57 ` andrzej zaborowski
2008-09-28 15:55 ` Blue Swirl [this message]
2008-09-28 18:47 ` andrzej zaborowski
2008-09-28 18:09 ` malc
2008-09-28 14:41 ` Anthony Liguori
2008-09-29 9:38 ` Daniel P. Berrange
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=f43fc5580809280855o42165f5p90d686e8014cef24@mail.gmail.com \
--to=blauwirbel@gmail.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).