qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] qemu-ga: make guest-sync-delimited available du


From: mdroth
Subject: Re: [Qemu-devel] [PATCH] qemu-ga: make guest-sync-delimited available during fsfreeze
Date: Mon, 4 Mar 2013 13:28:25 -0600
User-agent: Mutt/1.5.21 (2010-09-15)

On Fri, Mar 01, 2013 at 11:53:40AM -0600, Michael Roth wrote:
> We currently maintain a whitelist of commands that are safe during
> fsfreeze. During fsfreeze, we disable all commands that aren't part of
> that whitelist.
> 
> guest-sync-delimited meets the criteria for being whitelisted, and is
> also required for qemu-ga clients that rely on guest-sync-delimited for
> re-syncing the channel after a timeout.
> 
> Signed-off-by: Michael Roth <address@hidden>
> Cc: address@hidden

Thanks, applied to qga branch.

> ---
>  qga/main.c |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/qga/main.c b/qga/main.c
> index db281a5..ad75171 100644
> --- a/qga/main.c
> +++ b/qga/main.c
> @@ -85,6 +85,7 @@ static const char *ga_freeze_whitelist[] = {
>      "guest-ping",
>      "guest-info",
>      "guest-sync",
> +    "guest-sync-delimited",
>      "guest-fsfreeze-status",
>      "guest-fsfreeze-thaw",
>      NULL
> -- 
> 1.7.9.5
> 



reply via email to

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