[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v6 09/23] ui/console: allow to override the default VC
From: |
Daniel P . Berrangé |
Subject: |
Re: [PATCH v6 09/23] ui/console: allow to override the default VC |
Date: |
Fri, 27 Oct 2023 17:38:14 +0100 |
User-agent: |
Mutt/2.2.9 (2022-11-12) |
On Fri, Oct 27, 2023 at 05:53:19AM -0700, Andrea Bolognani wrote:
> On Wed, Oct 25, 2023 at 11:08:03PM +0400, marcandre.lureau@redhat.com wrote:
> > If a display is backed by a specialized VC, allow to override the
> > default "vc:80Cx24C". For that, set the dpy.type just before creating
> > the default serial/parallel/monitor.
> >
> > As suggested by Paolo, if the display doesn't implement a VC (get_vc()
> > returns NULL), use a fallback that will use a muxed console on stdio.
> >
> > This changes the behaviour of "qemu -display none", to create a muxed
> > serial/monitor by default.
>
> Have you verified that this doesn't break libvirt? We use '-display
> none' for every single VM we run.
IIUC we're ok as this logic appears to be skipped when -nodefaults
is set.
With regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
- [PATCH v6 05/23] vl: drop needless -spice checks, (continued)
- [PATCH v6 05/23] vl: drop needless -spice checks, marcandre . lureau, 2023/10/25
- [PATCH v6 06/23] qemu-options: define -vnc only #ifdef CONFIG_VNC, marcandre . lureau, 2023/10/25
- [PATCH v6 07/23] vl: simplify display_remote logic, marcandre . lureau, 2023/10/25
- [PATCH v6 11/23] qmp/hmp: disable screendump if PIXMAN is missing, marcandre . lureau, 2023/10/25
- [PATCH v6 09/23] ui/console: allow to override the default VC, marcandre . lureau, 2023/10/25
- [PATCH v6 10/23] ui/vc: console-vc requires PIXMAN, marcandre . lureau, 2023/10/25
- [PATCH v6 08/23] vl: move display early init before default devices, marcandre . lureau, 2023/10/25
- [PATCH v6 14/23] vhost-user-gpu: skip VHOST_USER_GPU_UPDATE when !PIXMAN, marcandre . lureau, 2023/10/25
- [PATCH v6 12/23] virtio-gpu: replace PIXMAN for region/rect test, marcandre . lureau, 2023/10/25
- [PATCH v6 15/23] ui/gl: opengl doesn't require PIXMAN, marcandre . lureau, 2023/10/25