"Dr. David Alan Gilbert (git)" <[email protected]> wrote: > From: "Dr. David Alan Gilbert" <[email protected]> > > Add two src->dest commands: > * OPEN_RETURN_PATH - To request that the destination open the return path > * PING - Request an acknowledge from the destination > > Signed-off-by: Dr. David Alan Gilbert <[email protected]> > Reviewed-by: Amit Shah <[email protected]>
Reviewed-by: Juan Quintela <[email protected]> > +void qemu_savevm_send_open_return_path(QEMUFile *f) > +{ > + qemu_savevm_command_send(f, MIG_CMD_OPEN_RETURN_PATH, 0, NULL); For consistency, I would have put a trace_savevm_send_open_return_path(....) here The send in the loadvm path
