]> git.proxmox.com Git - qemu.git/commit
qemu-ga: make guest-sync-delimited available during fsfreeze
authorMichael Roth <mdroth@linux.vnet.ibm.com>
Fri, 1 Mar 2013 17:49:38 +0000 (11:49 -0600)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 2 Apr 2013 15:49:47 +0000 (10:49 -0500)
commit4a389443262b62ecfd916aea3efc09a502762cd9
tree945834139441639ea3bf5297cbf3aea243783c6f
parentb7ff1a7a00bc91f9e771ca6033be0be19cc5723e
qemu-ga: make guest-sync-delimited available during fsfreeze

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 <mdroth@linux.vnet.ibm.com>
Cc: qemu-stable@nongnu.org
Reviewed-by: Eric Blake <eblake@redhat.com>
(cherry picked from commit c5dcb6ae23a3ed7a01bae1cd75ce02abea31db5e)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
qga/main.c