qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Acceptance test: Migration mechanism with FD
@ 2020-02-26 11:57 Oksana Vohchana
  2020-02-26 11:57 ` [PATCH v3 1/3] python/qemu/machine: Adding functions _send_fds and _recv_fds Oksana Vohchana
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Oksana Vohchana @ 2020-02-26 11:57 UTC (permalink / raw)
  To: qemu-devel; +Cc: ovoshcha, philmd, ehabkost, wainersm, crosa

To test migration through the file descriptor we should build and provide
a path to socket_scm_helper file. This way is inconvenient for acceptance
testing.
This series provides new functions to receive and send messages over a UNIX
socket. And adds a new migration test that depends on it

v2:
 -  Fix warning of line over 80 characters

v3:
 - Improve commit messages

Oksana Vohchana (3):
  python/qemu/machine: Adding functions _send_fds and _recv_fds
  python/qemu/machine: Updates send_fd_scm function
  Acceptance test: add FD migration

 python/qemu/machine.py        | 88 +++++++++++++++++++++++++----------
 tests/acceptance/migration.py | 21 +++++++++
 2 files changed, 85 insertions(+), 24 deletions(-)

-- 
2.21.1



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

end of thread, other threads:[~2020-02-26 12:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-26 11:57 [PATCH v3 0/3] Acceptance test: Migration mechanism with FD Oksana Vohchana
2020-02-26 11:57 ` [PATCH v3 1/3] python/qemu/machine: Adding functions _send_fds and _recv_fds Oksana Vohchana
2020-02-26 11:57 ` [PATCH v3 2/3] python/qemu/machine: Updates send_fd_scm function Oksana Vohchana
2020-02-26 11:57 ` [PATCH v3 3/3] Acceptance test: add FD migration Oksana Vohchana

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