qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/9] Kraxel 20220427 patches
@ 2022-04-27 17:29 Gerd Hoffmann
  2022-04-27 17:29 ` [PULL 1/9] hw/display/vmware_vga: do not discard screen updates Gerd Hoffmann
                   ` (9 more replies)
  0 siblings, 10 replies; 14+ messages in thread
From: Gerd Hoffmann @ 2022-04-27 17:29 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

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

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

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(-)

-- 
2.35.1



^ permalink raw reply	[flat|nested] 14+ messages in thread
* [PULL 0/9] Kraxel 20220426 patches
@ 2022-04-26 11:03 Gerd Hoffmann
  2022-04-26 11:03 ` [PULL 5/9] qapi/ui: add 'display-update' command for changing listen address Gerd Hoffmann
  0 siblings, 1 reply; 14+ messages in thread
From: Gerd Hoffmann @ 2022-04-26 11:03 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

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-20220426-pull-request

for you to fetch changes up to f7683b652742402f0bcd3b2714d2795ce524bd26:

  i386: firmware parsing and sev setup for -bios loaded firmware (2022-04-26 13:01:34 +0200)

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

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

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   |   2 +-
 scripts/meson-buildoptions.sh                 |   6 +-
 20 files changed, 456 insertions(+), 156 deletions(-)

-- 
2.35.1



^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2022-05-10 16:43 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-27 17:29 [PULL 0/9] Kraxel 20220427 patches Gerd Hoffmann
2022-04-27 17:29 ` [PULL 1/9] hw/display/vmware_vga: do not discard screen updates Gerd Hoffmann
2022-04-27 17:29 ` [PULL 2/9] Replacing CONFIG_VNC_PNG with CONFIG_PNG Gerd Hoffmann
2022-04-27 17:29 ` [PULL 3/9] Added parameter to take screenshot with screendump as PNG Gerd Hoffmann
2022-05-06 13:37   ` Peter Maydell
2022-05-10 16:42     ` Kshitij Suri
2022-04-27 17:29 ` [PULL 4/9] ui/vnc: refactor arrays of addresses to SocketAddressList Gerd Hoffmann
2022-04-27 17:29 ` [PULL 5/9] qapi/ui: add 'display-update' command for changing listen address Gerd Hoffmann
2022-04-27 17:29 ` [PULL 6/9] avocado/vnc: add test_change_listen Gerd Hoffmann
2022-04-27 17:29 ` [PULL 7/9] i386: move bios load error message Gerd Hoffmann
2022-04-27 17:29 ` [PULL 8/9] i386: factor out x86_firmware_configure() Gerd Hoffmann
2022-04-27 17:29 ` [PULL 9/9] i386: firmware parsing and sev setup for -bios loaded firmware Gerd Hoffmann
2022-04-27 19:09 ` [PULL 0/9] Kraxel 20220427 patches Richard Henderson
  -- strict thread matches above, loose matches on Subject: below --
2022-04-26 11:03 [PULL 0/9] Kraxel 20220426 patches Gerd Hoffmann
2022-04-26 11:03 ` [PULL 5/9] qapi/ui: add 'display-update' command for changing listen address Gerd Hoffmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).