All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 00/13] Misc patches
@ 2021-01-29 17:10 Daniel P. Berrangé
  2021-01-29 17:10 ` [PULL 01/13] crypto: Fix some code style problems, add spaces around operator Daniel P. Berrangé
                   ` (14 more replies)
  0 siblings, 15 replies; 18+ messages in thread
From: Daniel P. Berrangé @ 2021-01-29 17:10 UTC (permalink / raw)
  To: qemu-devel
  Cc: Kevin Wolf, Daniel P. Berrangé,
	qemu-block, libvir-list, Max Reitz, Gerd Hoffmann, Paolo Bonzini

The following changes since commit 5101d00d2f1138a73344dc4833587f76d7a5fa5c:

  Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-p=
ull-request' into staging (2021-01-29 10:10:43 +0000)

are available in the Git repository at:

  https://gitlab.com/berrange/qemu tags/misc-fixes-pull-request

for you to fetch changes up to ecb98f5c7589ba8ecd15c8b1baa2ec7192e47c75:

  tests: Replace deprecated ASN1 code (2021-01-29 17:07:53 +0000)

----------------------------------------------------------------
* Replace --enable/disable-git-update with --with-git-submodules
  to allow improved control over use of git submodules
* Deprecate the -enable-fips option
* Ensure docs use prefer format for bool options
* Clarify platform support rules
* Misc fixes to keymap conversions
* Fix misc problems on macOS

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

Dan Streetman (1):
  configure: replace --enable/disable-git-update with
    --with-git-submodules

Daniel P. Berrang=C3=A9 (5):
  os: deprecate the -enable-fips option and QEMU's FIPS enforcement
  Prefer 'on' | 'off' over 'yes' | 'no' for bool options
  docs: simplify and clarify the platform support rules
  docs: fix missing backslash in certtool shell example
  ui: update keycodemapdb submodule commit

Kevin Wolf (3):
  crypto: Move USER_CREATABLE to secret_common base class
  crypto: Forbid broken unloading of secrets
  crypto: Fix memory leaks in set_loaded for tls-*

Stefan Weil (2):
  tests: Fix runtime error in test-authz-pam
  tests: Replace deprecated ASN1 code

shiliyang (2):
  crypto: Fix some code style problems, add spaces around operator
  crypto: Add spaces around operator

 Makefile                        | 24 ++-----------
 configure                       | 51 +++++++++++++++++++-------
 crypto/aes.c                    |  6 ++--
 crypto/desrfb.c                 |  4 +--
 crypto/secret.c                 | 14 --------
 crypto/secret_common.c          | 21 +++++++++--
 crypto/secret_keyring.c         | 14 --------
 crypto/tlscredsanon.c           |  3 +-
 crypto/tlscredspsk.c            |  3 +-
 crypto/tlscredsx509.c           |  5 ++-
 docs/system/build-platforms.rst | 63 ++++++++++++---------------------
 docs/system/deprecated.rst      | 12 +++++++
 docs/system/tls.rst             |  2 +-
 docs/system/vnc-security.rst    | 10 +++---
 include/authz/listfile.h        |  2 +-
 os-posix.c                      |  3 ++
 qemu-options.hx                 |  4 +--
 scripts/git-submodule.sh        | 34 +++++++++++++-----
 tests/crypto-tls-x509-helpers.c | 10 +++---
 tests/crypto-tls-x509-helpers.h |  2 +-
 tests/pkix_asn1_tab.c           |  2 +-
 tests/qemu-iotests/233          |  4 +--
 tests/test-authz-pam.c          | 10 +++++-
 ui/keycodemapdb                 |  2 +-
 ui/meson.build                  |  3 +-
 25 files changed, 161 insertions(+), 147 deletions(-)

--=20
2.29.2




^ permalink raw reply	[flat|nested] 18+ messages in thread
* [PULL 00/13] Misc patches
@ 2023-10-03 12:35 marcandre.lureau
  2023-10-04 18:33 ` Stefan Hajnoczi
  0 siblings, 1 reply; 18+ messages in thread
From: marcandre.lureau @ 2023-10-03 12:35 UTC (permalink / raw)
  To: qemu-devel; +Cc: stefanha, Marc-André Lureau

From: Marc-André Lureau <marcandre.lureau@redhat.com>

The following changes since commit 50d0bfd0ed78209f003e8f7b9ac25edaa0399157:

  Merge tag 'migration-20231002-pull-request' of https://gitlab.com/juan.quintela/qemu into staging (2023-10-02 14:42:44 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 4f7689f0817a717d18cc8aca298990760f27a89b:

  chardev/char-pty: Avoid losing bytes when the other side just (re-)connected (2023-10-03 15:40:09 +0400)

----------------------------------------------------------------
Misc fixes and cleanups

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

Akihiko Odaki (1):
  input: Allow to choose console with qemu_input_is_absolute

Ken Xue (1):
  ui: add XBGR8888 and ABGR8888 in drm_format_pixman_map

Laszlo Ersek (5):
  ui/console: make qemu_console_is_multihead() static
  ui/console: only walk QemuGraphicConsoles in
    qemu_console_is_multihead()
  ui/console: eliminate QOM properties from qemu_console_is_multihead()
  ui/console: sanitize search in qemu_graphic_console_is_multihead()
  hw/display/ramfb: plug slight guest-triggerable leak on mode setting

Marc-André Lureau (5):
  win32: avoid discarding the exception handler
  ui/gtk: fix UI info precondition
  analyze-migration: ignore RAM_SAVE_FLAG_MULTIFD_FLUSH
  hw/core: remove needless includes
  hw/pc: remove needless includes

Thomas Huth (1):
  chardev/char-pty: Avoid losing bytes when the other side just
    (re-)connected

 include/qemu/compiler.h      |  6 ++++++
 include/ui/console.h         |  1 -
 include/ui/input.h           |  2 +-
 include/ui/qemu-pixman.h     |  4 ++++
 chardev/char-pty.c           | 22 +++++++++++++++++---
 hw/core/machine.c            | 10 ---------
 hw/display/ramfb.c           |  1 +
 hw/i386/pc.c                 | 39 ------------------------------------
 ui/console.c                 | 24 ++++++++++------------
 ui/dbus-console.c            |  6 +++---
 ui/gtk.c                     | 20 ++++++++++++------
 ui/input.c                   | 29 +++++++--------------------
 ui/qemu-pixman.c             |  4 +++-
 ui/sdl2.c                    | 26 ++++++++++++------------
 ui/spice-input.c             |  2 +-
 ui/vnc.c                     |  2 +-
 util/oslib-win32.c           |  2 +-
 scripts/analyze-migration.py |  4 ++++
 ui/cocoa.m                   |  2 +-
 ui/trace-events              |  1 -
 20 files changed, 90 insertions(+), 117 deletions(-)

-- 
2.41.0



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

end of thread, other threads:[~2023-10-05 12:54 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-29 17:10 [PULL 00/13] Misc patches Daniel P. Berrangé
2021-01-29 17:10 ` [PULL 01/13] crypto: Fix some code style problems, add spaces around operator Daniel P. Berrangé
2021-01-29 17:10 ` [PULL 02/13] crypto: Move USER_CREATABLE to secret_common base class Daniel P. Berrangé
2021-01-29 17:10 ` [PULL 03/13] crypto: Forbid broken unloading of secrets Daniel P. Berrangé
2021-01-29 17:10 ` [PULL 04/13] crypto: Fix memory leaks in set_loaded for tls-* Daniel P. Berrangé
2021-01-29 17:10 ` [PULL 05/13] os: deprecate the -enable-fips option and QEMU's FIPS enforcement Daniel P. Berrangé
2021-01-29 17:10 ` [PULL 06/13] Prefer 'on' | 'off' over 'yes' | 'no' for bool options Daniel P. Berrangé
2021-01-29 17:10 ` [PULL 07/13] docs: simplify and clarify the platform support rules Daniel P. Berrangé
2021-01-29 17:10 ` [PULL 08/13] docs: fix missing backslash in certtool shell example Daniel P. Berrangé
2021-01-29 17:10 ` [PULL 09/13] configure: replace --enable/disable-git-update with --with-git-submodules Daniel P. Berrangé
2021-01-29 17:10 ` [PULL 10/13] crypto: Add spaces around operator Daniel P. Berrangé
2021-01-29 17:11 ` [PULL 11/13] ui: update keycodemapdb submodule commit Daniel P. Berrangé
2021-01-29 17:11 ` [PULL 12/13] tests: Fix runtime error in test-authz-pam Daniel P. Berrangé
2021-01-29 17:11 ` [PULL 13/13] tests: Replace deprecated ASN1 code Daniel P. Berrangé
2021-01-29 17:21 ` [PULL 00/13] Misc patches no-reply
2021-01-29 23:04 ` Peter Maydell
2023-10-03 12:35 marcandre.lureau
2023-10-04 18:33 ` Stefan Hajnoczi

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.