Re: [PATCH 0/3] Migration mechanism with FD

2020-02-19 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200219163344.27651-1-ovosh...@redhat.com/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [PATCH 0/3] Migration mechanism with FD Message-id: 20200219163344.27651-1-ovosh...@redhat.com Type

[PATCH 0/3] Migration mechanism with FD

2020-02-19 Thread Oksana Vohchana
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): Add