qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL v2 0/9] For 6.0 patches
@ 2021-04-01 11:55 marcandre.lureau
  2021-04-01 11:55 ` [PULL v2 1/9] util: fix use-after-free in module_load_one marcandre.lureau
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: marcandre.lureau @ 2021-04-01 11:55 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell, Marc-André Lureau

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

The following changes since commit 6ee55e1d10c25c2f6bf5ce2084ad2327e17affa5:

  Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.0-20210331' into staging (2021-03-31 13:14:18 +0100)

are available in the Git repository at:

  git@gitlab.com:marcandre.lureau/qemu.git tags/for-6.0-pull-request

for you to fetch changes up to d3a0bb7706520928f8493fabaee76532b5b1adb4:

  tests: Add tests for yank with the chardev-change case (2021-04-01 15:27:44 +0400)

----------------------------------------------------------------
For 6.0 misc patches under my radar.

V2:
 - "tests: Add tests for yank with the chardev-change case" updated
 - drop the readthedoc theme patch

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

Lukas Straub (6):
  yank: Remove dependency on qiochannel
  yank: Always link full yank code
  chardev/char.c: Move object_property_try_add_child out of chardev_new
  chardev/char.c: Always pass id to chardev_new
  chardev: Fix yank with the chardev-change case
  tests: Add tests for yank with the chardev-change case

Marc-André Lureau (2):
  util: fix use-after-free in module_load_one
  docs: simplify each section title

Priyankar Jain (1):
  dbus-vmstate: Increase the size of input stream buffer used during
    load

 docs/devel/index.rst          |   4 +-
 docs/interop/index.rst        |   4 +-
 docs/specs/index.rst          |   4 +-
 docs/system/index.rst         |   4 +-
 docs/tools/index.rst          |   4 +-
 docs/user/index.rst           |   4 +-
 include/chardev/char.h        |   3 +
 include/qemu/yank.h           |  10 --
 migration/yank_functions.h    |  17 +++
 backends/dbus-vmstate.c       |  20 ++-
 chardev/char-socket.c         |  41 ++++--
 chardev/char.c                |  77 +++++++----
 migration/channel.c           |   6 +-
 migration/multifd.c           |   3 +-
 migration/qemu-file-channel.c |   3 +-
 migration/yank_functions.c    |  20 +++
 stubs/yank.c                  |  29 ----
 tests/unit/test-yank.c        | 249 ++++++++++++++++++++++++++++++++++
 util/module.c                 |   3 +-
 util/yank.c                   |   8 --
 MAINTAINERS                   |   3 +-
 migration/meson.build         |   1 +
 stubs/meson.build             |   1 -
 tests/unit/meson.build        |   3 +-
 util/meson.build              |   2 +-
 25 files changed, 417 insertions(+), 106 deletions(-)
 create mode 100644 migration/yank_functions.h
 create mode 100644 migration/yank_functions.c
 delete mode 100644 stubs/yank.c
 create mode 100644 tests/unit/test-yank.c

-- 
2.29.0




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

end of thread, other threads:[~2021-04-01 22:35 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-01 11:55 [PULL v2 0/9] For 6.0 patches marcandre.lureau
2021-04-01 11:55 ` [PULL v2 1/9] util: fix use-after-free in module_load_one marcandre.lureau
2021-04-01 11:55 ` [PULL v2 2/9] dbus-vmstate: Increase the size of input stream buffer used during load marcandre.lureau
2021-04-01 11:55 ` [PULL v2 3/9] docs: simplify each section title marcandre.lureau
2021-04-01 11:55 ` [PULL v2 4/9] yank: Remove dependency on qiochannel marcandre.lureau
2021-04-01 11:55 ` [PULL v2 5/9] yank: Always link full yank code marcandre.lureau
2021-04-01 11:55 ` [PULL v2 6/9] chardev/char.c: Move object_property_try_add_child out of chardev_new marcandre.lureau
2021-04-01 11:55 ` [PULL v2 7/9] chardev/char.c: Always pass id to chardev_new marcandre.lureau
2021-04-01 11:55 ` [PULL v2 8/9] chardev: Fix yank with the chardev-change case marcandre.lureau
2021-04-01 11:55 ` [PULL v2 9/9] tests: Add tests for " marcandre.lureau
2021-04-01 22:33 ` [PULL v2 0/9] For 6.0 patches Peter Maydell

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