Re: [PATCH V2] python/machine: QEMUMachine reopen_qmp_connection

2023-02-07 Thread Steven Sistare
On 2/7/2023 4:23 PM, John Snow wrote: > On Tue, Feb 7, 2023 at 4:04 PM Steven Sistare > wrote: >> >> On 2/7/2023 3:28 PM, John Snow wrote: >>> On Tue, Feb 7, 2023 at 2:03 PM Steve Sistare >>> wrote: Provide reopen_qmp_connection() to reopen a closed monitor connection. This will

Re: [PATCH V2] python/machine: QEMUMachine reopen_qmp_connection

2023-02-07 Thread John Snow
On Tue, Feb 7, 2023 at 4:04 PM Steven Sistare wrote: > > On 2/7/2023 3:28 PM, John Snow wrote: > > On Tue, Feb 7, 2023 at 2:03 PM Steve Sistare > > wrote: > >> > >> Provide reopen_qmp_connection() to reopen a closed monitor connection. > >> This will be needed by cpr, because qemu exec closes th

Re: [PATCH V2] python/machine: QEMUMachine reopen_qmp_connection

2023-02-07 Thread Steven Sistare
On 2/7/2023 3:28 PM, John Snow wrote: > On Tue, Feb 7, 2023 at 2:03 PM Steve Sistare > wrote: >> >> Provide reopen_qmp_connection() to reopen a closed monitor connection. >> This will be needed by cpr, because qemu exec closes the monitor socket. >> >> Signed-off-by: Steve Sistare >> Reviewed-by

Re: [PATCH V2] python/machine: QEMUMachine reopen_qmp_connection

2023-02-07 Thread John Snow
On Tue, Feb 7, 2023 at 2:03 PM Steve Sistare wrote: > > Provide reopen_qmp_connection() to reopen a closed monitor connection. > This will be needed by cpr, because qemu exec closes the monitor socket. > > Signed-off-by: Steve Sistare > Reviewed-by: John Snow > --- > python/qemu/machine/machine

[PATCH V2] python/machine: QEMUMachine reopen_qmp_connection

2023-02-07 Thread Steve Sistare
Provide reopen_qmp_connection() to reopen a closed monitor connection. This will be needed by cpr, because qemu exec closes the monitor socket. Signed-off-by: Steve Sistare Reviewed-by: John Snow --- python/qemu/machine/machine.py | 10 ++ 1 file changed, 10 insertions(+) diff --git a/