[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v2] gtk: Replace bogus term "VGA" with "Screen"
From: |
Stefan Weil |
Subject: |
Re: [Qemu-devel] [PATCH v2] gtk: Replace bogus term "VGA" with "Screen" |
Date: |
Fri, 22 Feb 2013 22:13:21 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 |
Am 22.02.2013 18:02, schrieb Peter Maydell:
> On 22 February 2013 16:59, Anthony Liguori <address@hidden> wrote:
>> They way I plan on doing it is simply making a NULL end up with 'video0'
>> or something like that.
> Mmm. (Might be nice to avoid having to touch every device to
> add a NULL argument to the function though.)
>
>> For the video cards we emulate for the PC, I'll give them proper names.
>>
>> It's pretty handy to have a more specific name IMHO. I'd rather see
>> 'Cirrus VGA' than 'video0'.
> I cope fine with the fact my real world monitors don't have
> a digital display in the bezel somewhere that updates itself
> to say "Nvidia" or "ATI" :-)
>
> -- PMM
So do I.
We have
serial console
printer
which are names from an end user's point of view, not hardware names.
So a logical name might beany of these
graphical display
display
(optionally with an index if there are 2 or more of them)
as a replacement for VGA. Of course it's even better when the user
can give any of these screens an individual name.
-- Stefan W.