qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/7] Yank patches patches for 2021-01-13
@ 2021-01-13  9:30 Markus Armbruster
  2021-01-13  9:30 ` [PULL 1/7] Introduce yank feature Markus Armbruster
                   ` (7 more replies)
  0 siblings, 8 replies; 17+ messages in thread
From: Markus Armbruster @ 2021-01-13  9:30 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, lukasstraub2

This pull request is on behalf of Lukas.  Hope that's okay.

The following changes since commit f8e1d8852e393b3fd524fb005e38590063d99bc0:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210112-1' into staging (2021-01-12 21:23:25 +0000)

are available in the Git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-yank-2021-01-13

for you to fetch changes up to 91d48e520a4a4f72e97aeb333029694f5d57cc93:

  tests/test-char.c: Wait for the chardev to connect in char_socket_client_dupid_test (2021-01-13 10:21:17 +0100)

----------------------------------------------------------------
Yank patches patches for 2021-01-13

----------------------------------------------------------------
Lukas Straub (7):
      Introduce yank feature
      block/nbd.c: Add yank feature
      chardev/char-socket.c: Add yank feature
      migration: Add yank feature
      io/channel-tls.c: make qio_channel_tls_shutdown thread-safe
      io: Document qmp oob suitability of qio_channel_shutdown and io_shutdown
      tests/test-char.c: Wait for the chardev to connect in char_socket_client_dupid_test

 qapi/qapi-schema.json         |   1 +
 qapi/yank.json                | 119 ++++++++++++++++++++++++
 include/io/channel.h          |   5 +-
 include/qemu/yank.h           |  97 ++++++++++++++++++++
 block/nbd.c                   | 153 ++++++++++++++++++-------------
 chardev/char-socket.c         |  34 +++++++
 io/channel-tls.c              |   6 +-
 migration/channel.c           |  13 +++
 migration/migration.c         |  22 +++++
 migration/multifd.c           |  10 ++
 migration/qemu-file-channel.c |   7 ++
 migration/savevm.c            |   5 +
 tests/test-char.c             |   1 +
 util/yank.c                   | 207 ++++++++++++++++++++++++++++++++++++++++++
 MAINTAINERS                   |   7 ++
 qapi/meson.build              |   1 +
 util/meson.build              |   1 +
 17 files changed, 625 insertions(+), 64 deletions(-)
 create mode 100644 qapi/yank.json
 create mode 100644 include/qemu/yank.h
 create mode 100644 util/yank.c

-- 
2.26.2



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

end of thread, other threads:[~2021-01-14 14:08 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-13  9:30 [PULL 0/7] Yank patches patches for 2021-01-13 Markus Armbruster
2021-01-13  9:30 ` [PULL 1/7] Introduce yank feature Markus Armbruster
2021-01-13  9:30 ` [PULL 2/7] block/nbd.c: Add " Markus Armbruster
2021-01-13  9:30 ` [PULL 3/7] chardev/char-socket.c: " Markus Armbruster
2021-01-13  9:30 ` [PULL 4/7] migration: " Markus Armbruster
2021-01-13  9:30 ` [PULL 5/7] io/channel-tls.c: make qio_channel_tls_shutdown thread-safe Markus Armbruster
2021-01-13  9:31 ` [PULL 6/7] io: Document qmp oob suitability of qio_channel_shutdown and io_shutdown Markus Armbruster
2021-01-13  9:31 ` [PULL 7/7] tests/test-char.c: Wait for the chardev to connect in char_socket_client_dupid_test Markus Armbruster
2021-01-13 15:53 ` [PULL 0/7] Yank patches patches for 2021-01-13 Peter Maydell
2021-01-13 16:25   ` Markus Armbruster
2021-01-13 17:26     ` Lukas Straub
2021-01-14 11:02   ` Alex Bennée
2021-01-14 12:40     ` Markus Armbruster
2021-01-14 12:44       ` Lukas Straub
2021-01-14 13:19     ` [PATCH] Fix build with new yank feature by adding stubs Lukas Straub
2021-01-14 13:46       ` Alex Bennée
2021-01-14 14:04       ` Philippe Mathieu-Daudé

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