qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v8 19/54] Return path: Control commands


From: Juan Quintela
Subject: Re: [Qemu-devel] [PATCH v8 19/54] Return path: Control commands
Date: Tue, 20 Oct 2015 13:27:31 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

"Dr. David Alan Gilbert (git)" <address@hidden> wrote:
> From: "Dr. David Alan Gilbert" <address@hidden>
>
> 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 <address@hidden>
> Reviewed-by: Amit Shah <address@hidden>

Reviewed-by: Juan Quintela <address@hidden>


> +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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]