* Paolo Bonzini (pbonz...@redhat.com) wrote:
> > the only oddity I get from that is from the 'SEND_ACK' you suggested;
> > since all my functions to send commands are send_ I currently have
> > 'qemu_savevm_send_send_ack' which while consistent looks a bit odd.
>
> Perhaps ping/pong?
Done (al
On Thu, Oct 23, 2014 at 10:15:20PM +0200, Paolo Bonzini wrote:
>
>
> On 10/23/2014 06:23 PM, Dr. David Alan Gilbert wrote:
> > * Paolo Bonzini (pbonz...@redhat.com) wrote:
> >> Il 03/10/2014 19:47, Dr. David Alan Gilbert (git) ha scritto:
> >>> QEMU_VM_CMD_INVALID = 0, /* Must be 0 */
> >>
On 10/23/2014 06:23 PM, Dr. David Alan Gilbert wrote:
> * Paolo Bonzini (pbonz...@redhat.com) wrote:
>> Il 03/10/2014 19:47, Dr. David Alan Gilbert (git) ha scritto:
>>> QEMU_VM_CMD_INVALID = 0, /* Must be 0 */
>>> +QEMU_VM_CMD_OPENRP,/* Tell the dest to open the Return path */
* Paolo Bonzini (pbonz...@redhat.com) wrote:
> Il 03/10/2014 19:47, Dr. David Alan Gilbert (git) ha scritto:
> > QEMU_VM_CMD_INVALID = 0, /* Must be 0 */
> > +QEMU_VM_CMD_OPENRP,/* Tell the dest to open the Return path */
>
> OPEN_RETURN_PATH?
>
> > +QEMU_VM_CMD_REQACK,
Il 03/10/2014 19:47, Dr. David Alan Gilbert (git) ha scritto:
> QEMU_VM_CMD_INVALID = 0, /* Must be 0 */
> +QEMU_VM_CMD_OPENRP,/* Tell the dest to open the Return path */
OPEN_RETURN_PATH?
> +QEMU_VM_CMD_REQACK,/* Request an ACK on the RP */
SEND_ACK or ACK_REQUEST
From: "Dr. David Alan Gilbert"
Add two src->dest commands:
* OPENRP - To request that the destination open the return path
* REQACK - Request an acknowledge from the destination
Signed-off-by: Dr. David Alan Gilbert
---
include/migration/migration.h | 2 ++
include/sysemu/sysemu.h