All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 0/6] Kraxel 20220425 patches
@ 2022-04-25  6:10 Gerd Hoffmann
  2022-04-25  6:10 ` [PULL 1/6] hw/display/vmware_vga: do not discard screen updates Gerd Hoffmann
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Gerd Hoffmann @ 2022-04-25  6:10 UTC (permalink / raw)
  To: qemu-devel
  Cc: Beraldo Leal, Markus Armbruster, Dr. David Alan Gilbert,
	Wainer dos Santos Moschetta, Philippe Mathieu-Daudé,
	Gerd Hoffmann, Cleber Rosa, Eric Blake

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

for you to fetch changes up to ef798418a3037434951002d0afc5f3d919e294db:

  avocado/vnc: add test_change_listen (2022-04-22 13:43:28 +0200)

----------------------------------------------------------------
vnc: add display-update monitor command.
screendump: add png support.
vmsvga: screen update fix.

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

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

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/ui/console.h            |   1 +
 ui/vnc.h                        |   2 +-
 hw/display/vmware_vga.c         |  45 +++++----
 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 +++++++++++++++++-
 scripts/meson-buildoptions.sh   |   6 +-
 16 files changed, 406 insertions(+), 133 deletions(-)

-- 
2.35.1




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

end of thread, other threads:[~2022-04-26  8:07 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-25  6:10 [PULL 0/6] Kraxel 20220425 patches Gerd Hoffmann
2022-04-25  6:10 ` [PULL 1/6] hw/display/vmware_vga: do not discard screen updates Gerd Hoffmann
2022-04-25  6:10 ` [PULL 2/6] Replacing CONFIG_VNC_PNG with CONFIG_PNG Gerd Hoffmann
2022-04-25  6:10 ` [PULL 3/6] Added parameter to take screenshot with screendump as PNG Gerd Hoffmann
2022-04-25  6:10 ` [PULL 4/6] ui/vnc: refactor arrays of addresses to SocketAddressList Gerd Hoffmann
2022-04-25  6:10 ` [PULL 5/6] qapi/ui: add 'display-update' command for changing listen address Gerd Hoffmann
2022-04-25  6:10 ` [PULL 6/6] avocado/vnc: add test_change_listen Gerd Hoffmann
2022-04-25 17:21 ` [PULL 0/6] Kraxel 20220425 patches Richard Henderson
2022-04-26  7:15   ` Gerd Hoffmann
2022-04-26  7:57     ` Daniel P. Berrangé
2022-04-26  7:57     ` Thomas Huth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.