mirror of https://gitee.com/openkylin/qemu.git
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>
This commit is contained in:
parent
9e7c23db13
commit
c5dcb6ae23
|
@ -85,6 +85,7 @@ static const char *ga_freeze_whitelist[] = {
|
||||||
"guest-ping",
|
"guest-ping",
|
||||||
"guest-info",
|
"guest-info",
|
||||||
"guest-sync",
|
"guest-sync",
|
||||||
|
"guest-sync-delimited",
|
||||||
"guest-fsfreeze-status",
|
"guest-fsfreeze-status",
|
||||||
"guest-fsfreeze-thaw",
|
"guest-fsfreeze-thaw",
|
||||||
NULL
|
NULL
|
||||||
|
|
Loading…
Reference in New Issue