qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL for 6.0 0/6] Yank fixes
@ 2021-03-26 17:34 Lukas Straub
  2021-03-26 17:34 ` [PULL 1/6] yank: Remove dependency on qiochannel Lukas Straub
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Lukas Straub @ 2021-03-26 17:34 UTC (permalink / raw)
  To: Peter Maydell; +Cc: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 2166 bytes --]

The following changes since commit 5ca634afcf83215a9a54ca6e66032325b5ffb5f6:

  Merge remote-tracking branch 'remotes/philmd/tags/sdmmc-20210322' into staging (2021-03-22 18:50:25 +0000)

are available in the Git repository at:

  https://github.com/Lukey3332/qemu.git tags/pull-26-03-2021

for you to fetch changes up to 7c2f1ddcaa1c97462cb0b834d5aa7368283aa67d:

  tests: Add tests for yank with the chardev-change case (2021-03-26 17:12:18 +0000)

----------------------------------------------------------------
Yank fixes for 6.0:
 -Remove qiochannel dependency from the yank core code
 -Always link in the yank code to increase test coverage
 -Fix yank with chardev-change
 -Add tests for yank with chardev-change

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

 MAINTAINERS                   |   3 +-
 chardev/char-socket.c         |  41 ++++++---
 chardev/char.c                |  77 ++++++++++------
 include/chardev/char.h        |   3 +
 include/qemu/yank.h           |  10 ---
 migration/channel.c           |   6 +-
 migration/meson.build         |   1 +
 migration/multifd.c           |   3 +-
 migration/qemu-file-channel.c |   3 +-
 migration/yank_functions.c    |  20 +++++
 migration/yank_functions.h    |  17 ++++
 stubs/meson.build             |   1 -
 stubs/yank.c                  |  29 ------
 tests/unit/meson.build        |   3 +-
 tests/unit/test-yank.c        | 200 ++++++++++++++++++++++++++++++++++++++++++
 util/meson.build              |   2 +-
 util/yank.c                   |   8 --
 17 files changed, 337 insertions(+), 90 deletions(-)
 create mode 100644 migration/yank_functions.c
 create mode 100644 migration/yank_functions.h
 delete mode 100644 stubs/yank.c
 create mode 100644 tests/unit/test-yank.c

--
2.30.2

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2021-03-26 21:02 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-26 17:34 [PULL for 6.0 0/6] Yank fixes Lukas Straub
2021-03-26 17:34 ` [PULL 1/6] yank: Remove dependency on qiochannel Lukas Straub
2021-03-26 17:35 ` [PULL 2/6] yank: Always link full yank code Lukas Straub
2021-03-26 17:35 ` [PULL 3/6] chardev/char.c: Move object_property_try_add_child out of chardev_new Lukas Straub
2021-03-26 17:35 ` [PULL 4/6] chardev/char.c: Always pass id to chardev_new Lukas Straub
2021-03-26 17:35 ` [PULL 5/6] chardev: Fix yank with the chardev-change case Lukas Straub
2021-03-26 17:35 ` [PULL 6/6] tests: Add tests for " Lukas Straub
2021-03-26 17:45 ` [PULL for 6.0 0/6] Yank fixes no-reply
2021-03-26 17:52 ` Peter Maydell
2021-03-26 18:18   ` Lukas Straub
2021-03-26 20:56     ` Markus Armbruster
2021-03-26 21:00       ` Marc-André Lureau

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