qemu-devel
[Top][All Lists]
Advanced

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

Re: [PULL 0/9] Kraxel 20220427 patches


From: Richard Henderson
Subject: Re: [PULL 0/9] Kraxel 20220427 patches
Date: Wed, 27 Apr 2022 12:09:28 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0

On 4/27/22 10:29, Gerd Hoffmann wrote:
The following changes since commit a74782936dc6e979ce371dabda4b1c05624ea87f:

   Merge tag 'pull-migration-20220421a' of https://gitlab.com/dagrh/qemu into 
staging (2022-04-21 18:48:18 -0700)

are available in the Git repository at:

   git://git.kraxel.org/qemu tags/kraxel-20220427-pull-request

for you to fetch changes up to a8152c4e4613c70c2f0573a82babbc8acc00cf90:

   i386: firmware parsing and sev setup for -bios loaded firmware (2022-04-27 
07:51:01 +0200)

----------------------------------------------------------------
vnc: add display-update monitor command.
screendump: add png support.
vmsvga: screen update fix.
i386: sev setup for -bios loaded firmware

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/7.1 as 
appropriate.


r~



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

Carwyn Ellis (1):
   hw/display/vmware_vga: do not discard screen updates

Gerd Hoffmann (3):
   i386: move bios load error message
   i386: factor out x86_firmware_configure()
   i386: firmware parsing and sev setup for -bios loaded firmware

Kshitij Suri (2):
   Replacing CONFIG_VNC_PNG with CONFIG_PNG
   Added parameter to take screenshot with screendump as PNG

Vladimir Sementsov-Ogievskiy (3):
   ui/vnc: refactor arrays of addresses to SocketAddressList
   qapi/ui: add 'display-update' command for changing listen address
   avocado/vnc: add test_change_listen

  meson_options.txt                             |   4 +-
  tests/avocado/vnc.py                          |  63 +++++++
  include/hw/i386/x86.h                         |   3 +
  include/ui/console.h                          |   1 +
  ui/vnc.h                                      |   2 +-
  hw/display/vmware_vga.c                       |  45 ++---
  hw/i386/pc_sysfw.c                            |  36 ++--
  hw/i386/x86.c                                 |  32 +++-
  monitor/hmp-cmds.c                            |  12 +-
  monitor/qmp-cmds.c                            |  15 ++
  ui/console.c                                  | 101 +++++++++++-
  ui/vnc-enc-tight.c                            |  18 +-
  ui/vnc.c                                      | 156 +++++++++---------
  docs/about/removed-features.rst               |   3 +-
  hmp-commands.hx                               |  11 +-
  hw/display/trace-events                       |   1 +
  meson.build                                   |  12 +-
  qapi/ui.json                                  |  89 +++++++++-
  .../ci/org.centos/stream/8/x86_64/configure   |   4 +-
  scripts/coverity-scan/run-coverity-scan       |   2 +-
  scripts/meson-buildoptions.sh                 |   6 +-
  21 files changed, 458 insertions(+), 158 deletions(-)





reply via email to

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