On Tue, May 10, 2022 at 17:21:24 +0200, Jiri Denemark wrote:
This command tells QEMU to start listening for an incoming post-copy
recovery connection. Just like migrate-incoming is used for starting
fresh migration on the destination host.
Signed-off-by: Jiri Denemark <jdenemar(a)redhat.com>
---
src/qemu/qemu_monitor.c | 12 ++++++++++++
src/qemu/qemu_monitor.h | 4 ++++
src/qemu/qemu_monitor_json.c | 19 +++++++++++++++++++
src/qemu/qemu_monitor_json.h | 4 ++++
4 files changed, 39 insertions(+)
With a qemumonitorjsontest case added:
Reviewed-by: Peter Krempa <pkrempa(a)redhat.com>