From: Lukas Straub <lukasstraub2@web.de>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: qemu-devel <qemu-devel@nongnu.org>
Subject: [PULL for 6.0 0/6] Yank fixes
Date: Fri, 26 Mar 2021 18:34:54 +0100 [thread overview]
Message-ID: <cover.1616779714.git.lukasstraub2@web.de> (raw)
[-- 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 --]
next reply other threads:[~2021-03-26 17:36 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-26 17:34 Lukas Straub [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1616779714.git.lukasstraub2@web.de \
--to=lukasstraub2@web.de \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).