Hi, This is v5 patch for qemu-ga to add functions to freeze specific file systems mounted in a guest.
Changes since v4: - PATCH 2: fix coding styles (spaces around operators) make decode_mntname() more generic rename functions to avoid leading '__' improve compatibility with older Linux - PATCH 3 (new in v5): disable unsupported commands by default (v4: http://lists.gnu.org/archive/html/qemu-devel/2014-06/msg01357.html) --- Tomoki Sekiyama (3): qga: Add guest-fsfreeze-freeze-list command qga: Add guest-get-fsinfo command qga: Disable unsupported commands by default qga/commands-posix.c | 508 ++++++++++++++++++++++++++++++++++++++++++++++++ qga/commands-win32.c | 47 ++++ qga/guest-agent-core.h | 1 qga/main.c | 1 qga/qapi-schema.json | 96 +++++++++ 5 files changed, 650 insertions(+), 3 deletions(-) -- Regards, Tomoki Sekiyama