mbox

[PULL,0/7] Ui patches

Message ID 20240216133140.3611100-1-marcandre.lureau@redhat.com (mailing list archive)
State New, archived
Headers show

Pull-request

https://gitlab.com/marcandre.lureau/qemu.git tags/ui-pull-request

Message

Marc-André Lureau Feb. 16, 2024, 1:31 p.m. UTC
From: Marc-André Lureau <marcandre.lureau@redhat.com>

The following changes since commit 3ff11e4dcabe2b5b4c26e49d741018ec326f127f:

  Merge tag 'pull-target-arm-20240215' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2024-02-15 17:36:30 +0000)

are available in the Git repository at:

  https://gitlab.com/marcandre.lureau/qemu.git tags/ui-pull-request

for you to fetch changes up to 186acfbaf7f325833702f50f75ef5116dc29e233:

  tests/qtest: Depend on dbus_display1_dep (2024-02-16 17:27:22 +0400)

----------------------------------------------------------------
UI-related fixes

----------------------------------------------------------------

Akihiko Odaki (3):
  audio: Depend on dbus_display1_dep
  meson: Explicitly specify dbus-display1.h dependency
  tests/qtest: Depend on dbus_display1_dep

Daniel P. Berrangé (1):
  ui: reject extended clipboard message if not activated

Fiona Ebner (2):
  ui/clipboard: mark type as not available when there is no data
  ui/clipboard: add asserts for update and request

Tianlan Zhou (1):
  ui/console: Fix console resize with placeholder surface

 ui/clipboard.c          | 26 +++++++++++++++++++++++---
 ui/console.c            |  2 +-
 ui/vnc.c                |  5 +++++
 audio/meson.build       |  3 ++-
 tests/qtest/meson.build |  2 +-
 ui/meson.build          |  2 +-
 6 files changed, 33 insertions(+), 7 deletions(-)

Comments

Peter Maydell Feb. 20, 2024, 3:26 p.m. UTC | #1
On Fri, 16 Feb 2024 at 13:31, <marcandre.lureau@redhat.com> wrote:
>
> From: Marc-André Lureau <marcandre.lureau@redhat.com>
>
> The following changes since commit 3ff11e4dcabe2b5b4c26e49d741018ec326f127f:
>
>   Merge tag 'pull-target-arm-20240215' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2024-02-15 17:36:30 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/marcandre.lureau/qemu.git tags/ui-pull-request
>
> for you to fetch changes up to 186acfbaf7f325833702f50f75ef5116dc29e233:
>
>   tests/qtest: Depend on dbus_display1_dep (2024-02-16 17:27:22 +0400)
>
> ----------------------------------------------------------------
> UI-related fixes
>
> ----------------------------------------------------------------


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/9.0
for any user-visible changes.

-- PMM