qemu-devel
[Top][All Lists]
Advanced

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

[PATCH 0/3] Migration mechanism with FD


From: Oksana Vohchana
Subject: [PATCH 0/3] Migration mechanism with FD
Date: Wed, 19 Feb 2020 18:33:41 +0200

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.

Oksana Vohchana (3):
  Adding functions _send_fds and _recv_fds
  Updates send_fd_scm function
  Acceptance test: FD migration

 python/qemu/machine.py        | 74 ++++++++++++++++++++++++-----------
 tests/acceptance/migration.py | 20 ++++++++++
 2 files changed, 72 insertions(+), 22 deletions(-)

-- 
2.21.1




reply via email to

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