]> git.proxmox.com Git - mirror_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>
Mon, 11 Mar 2013 23:53:46 +0000 (18:53 -0500)
commitc5dcb6ae23a3ed7a01bae1cd75ce02abea31db5e
tree09318f8e0377f0bf7a5eb230f2820002ee8a9fc4
parent9e7c23db13b23febac4ba2d22419aa8f1884929e
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>
qga/main.c