[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/2] docs: sbsa: correct graphics card name
|
From: |
Peter Maydell |
|
Subject: |
Re: [PATCH 1/2] docs: sbsa: correct graphics card name |
|
Date: |
Thu, 25 May 2023 12:39:07 +0100 |
On Thu, 25 May 2023 at 12:06, Mark Cave-Ayland
<mark.cave-ayland@ilande.co.uk> wrote:
>
> On 25/05/2023 11:44, Peter Maydell wrote:
>
> > On Thu, 25 May 2023 at 11:32, Thomas Huth <thuth@redhat.com> wrote:
> >
> >> So there needs to be at least some logic dealing with vga_interface_type if
> >> we want to be able to select a different graphics card for this machine.
> >> Then why not go the full way and use pci_vga_init() here, too? ... that's
> >> certainly the least confusing way for the users.
> >
> > Is it? From an Arm perspective, having "-vga" do anything
> > at all is pretty confusing: it's a rather PC-centric option name.
> > (Also pretty noticeable for the Sparc TCX/CG3 framebuffers,
> > which are not VGA in any way.)
>
> Right. From the SPARC perspective it was added to allow the user to select
> either the
> TCX (default) or CG3 framebuffers from the command line.
>
> However I guess that shouldn't be needed anymore now that mc->default_display
> exists.
> Presumably there is now some kind of -global sun4m.default_display=cg3
> command line
> option that could set the machine default_display property value instead?
Maybe. Handling builtin default devices remains kind of awkward.
But for this Arm board they're all just PCI cards, so the
only thing we really need is a way to say "don't create that
default device"...
-- PMM
- Re: [PATCH v2 3/3] hw/arm/Kconfig: sbsa-ref uses Bochs display, (continued)
- Re: [PATCH v2 3/3] hw/arm/Kconfig: sbsa-ref uses Bochs display, Thomas Huth, 2023/05/23
- [PATCH v2 2/3] docs: sbsa: document platform version changes, Marcin Juszkiewicz, 2023/05/23
- Re: [PATCH v2 1/3] docs: sbsa: correct graphics card name, Thomas Huth, 2023/05/23
- Re: [PATCH 1/2] docs: sbsa: correct graphics card name, Marcin Juszkiewicz, 2023/05/23
- Re: [PATCH 1/2] docs: sbsa: correct graphics card name, Thomas Huth, 2023/05/23
- Re: [PATCH 1/2] docs: sbsa: correct graphics card name, Peter Maydell, 2023/05/25
- Re: [PATCH 1/2] docs: sbsa: correct graphics card name, Thomas Huth, 2023/05/25
- Re: [PATCH 1/2] docs: sbsa: correct graphics card name, Peter Maydell, 2023/05/25
- Re: [PATCH 1/2] docs: sbsa: correct graphics card name, Thomas Huth, 2023/05/25
- Re: [PATCH 1/2] docs: sbsa: correct graphics card name, Mark Cave-Ayland, 2023/05/25
- Re: [PATCH 1/2] docs: sbsa: correct graphics card name,
Peter Maydell <=
- Re: [PATCH 1/2] docs: sbsa: correct graphics card name, Thomas Huth, 2023/05/25
- [PATCH 1/3] hw/arm/sbsa-ref: honor "-vga none" argument, Marcin Juszkiewicz, 2023/05/24
- [PATCH 2/3] hw/arm/sbsa-ref: add gfx card only if we have pci, Marcin Juszkiewicz, 2023/05/24
- Re: [PATCH 2/3] hw/arm/sbsa-ref: add gfx card only if we have pci, Thomas Huth, 2023/05/24
- Re: [PATCH 2/3] hw/arm/sbsa-ref: add gfx card only if we have pci, Thomas Huth, 2023/05/24
- [PATCH 3/3] hw/arm/sbsa-ref: use MachineClass->default_display, Marcin Juszkiewicz, 2023/05/24
- Re: [PATCH 3/3] hw/arm/sbsa-ref: use MachineClass->default_display, Thomas Huth, 2023/05/24
- Re: [PATCH 3/3] hw/arm/sbsa-ref: use MachineClass->default_display, Thomas Huth, 2023/05/24
- Re: [PATCH 1/3] hw/arm/sbsa-ref: honor "-vga none" argument, Thomas Huth, 2023/05/24
- Re: [PATCH 1/3] hw/arm/sbsa-ref: honor "-vga none" argument, Thomas Huth, 2023/05/24