Re: [PATCH v7 1/8] Introduce yank feature

2020-09-04 Thread Eric Blake
On 9/4/20 7:33 AM, Lukas Straub wrote: +## +# @YankInstances: +# +# @instances: List of yank instances. +# +# Yank instances are named after the following schema: +# "blockdev:", "chardev:" and "migration" +# +# Since: 5.1 +## +{ 'struct': 'YankInstances', 'data': {'instances': ['str'] } }

Re: [PATCH v7 1/8] Introduce yank feature

2020-09-04 Thread Lukas Straub
On Thu, 27 Aug 2020 14:37:00 +0200 Markus Armbruster wrote: > I apologize for not reviewing this much earlier. > > Lukas Straub writes: > > > The yank feature allows to recover from hanging qemu by "yanking" > > at various parts. Other qemu systems can register themselves and > > multiple

Re: [PATCH v7 1/8] Introduce yank feature

2020-08-31 Thread Markus Armbruster
Lukas Straub writes: > On Thu, 27 Aug 2020 14:37:00 +0200 > Markus Armbruster wrote: > >> I apologize for not reviewing this much earlier. >> >> Lukas Straub writes: >> >> > The yank feature allows to recover from hanging qemu by "yanking" >> > at various parts. Other qemu systems can

Re: [PATCH v7 1/8] Introduce yank feature

2020-08-28 Thread Lukas Straub
On Thu, 27 Aug 2020 14:37:00 +0200 Markus Armbruster wrote: > I apologize for not reviewing this much earlier. > > Lukas Straub writes: > > > The yank feature allows to recover from hanging qemu by "yanking" > > at various parts. Other qemu systems can register themselves and > > multiple

Re: [PATCH v7 1/8] Introduce yank feature

2020-08-27 Thread Daniel P . Berrangé
On Thu, Aug 27, 2020 at 02:37:00PM +0200, Markus Armbruster wrote: > I apologize for not reviewing this much earlier. > > Lukas Straub writes: > > > The yank feature allows to recover from hanging qemu by "yanking" > > at various parts. Other qemu systems can register themselves and > >

Re: [PATCH v7 1/8] Introduce yank feature

2020-08-27 Thread Markus Armbruster
I apologize for not reviewing this much earlier. Lukas Straub writes: > The yank feature allows to recover from hanging qemu by "yanking" > at various parts. Other qemu systems can register themselves and > multiple yank functions. Then all yank functions for selected > instances can be called

Re: [PATCH v7 1/8] Introduce yank feature

2020-08-27 Thread Daniel P . Berrangé
On Tue, Aug 04, 2020 at 10:11:34AM +0200, Lukas Straub wrote: > The yank feature allows to recover from hanging qemu by "yanking" > at various parts. Other qemu systems can register themselves and > multiple yank functions. Then all yank functions for selected > instances can be called by the