qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH for-8.2 2/3] ui: use "vc" chardev for dbus, gtk & spice-app


From: Thomas Huth
Subject: Re: [PATCH for-8.2 2/3] ui: use "vc" chardev for dbus, gtk & spice-app
Date: Tue, 21 Nov 2023 10:27:38 +0100
User-agent: Mozilla Thunderbird

On 17/11/2023 15.35, marcandre.lureau@redhat.com wrote:
From: Marc-André Lureau <marcandre.lureau@redhat.com>

Those display have their own implementation of "vc" chardev, which
doesn't use pixman. They also don't implement the width/height/cols/rows
options, so qemu_display_get_vc() should return a compatible argument.

This patch was meant to be with the pixman series, when the "vc" field
was introduced. It fixes a regression where VC are created on the
tty (or null) instead of the display own "vc" implementation.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
---
  ui/dbus.c      | 1 +
  ui/gtk.c       | 1 +
  ui/spice-app.c | 1 +
  3 files changed, 3 insertions(+)

FWIW,
Acked-by: Thomas Huth <thuth@redhat.com>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]