From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:42733) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFDV0-0005Mo-7k for qemu-devel@nongnu.org; Mon, 11 Mar 2013 20:55:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UFDUx-0000a7-CA for qemu-devel@nongnu.org; Mon, 11 Mar 2013 20:55:26 -0400 Received: from mail-ob0-x22a.google.com ([2607:f8b0:4003:c01::22a]:35683) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFDUx-0000Zs-7U for qemu-devel@nongnu.org; Mon, 11 Mar 2013 20:55:23 -0400 Received: by mail-ob0-f170.google.com with SMTP id wc20so3998581obb.1 for ; Mon, 11 Mar 2013 17:55:22 -0700 (PDT) Sender: fluxion From: Michael Roth Date: Mon, 11 Mar 2013 19:53:14 -0500 Message-Id: <1363049600-29456-4-git-send-email-mdroth@linux.vnet.ibm.com> In-Reply-To: <1363049600-29456-1-git-send-email-mdroth@linux.vnet.ibm.com> References: <1363049600-29456-1-git-send-email-mdroth@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 3/9] qemu-ga: make guest-sync-delimited available during fsfreeze List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com, lersek@redhat.com, lilei@linux.vnet.ibm.com, stefanha@redhat.com 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 Cc: qemu-stable@nongnu.org Reviewed-by: Eric Blake --- 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