qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PULL for 6.0 0/6] Yank fixes


From: Lukas Straub
Subject: [PULL for 6.0 0/6] Yank fixes
Date: Fri, 26 Mar 2021 18:34:54 +0100

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: pgp6W2gVpW7_Y.pgp
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]