qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v5 0/3] qga: Add guest-fsfreeze-freeze-list command


From: Tomoki Sekiyama
Subject: [Qemu-devel] [PATCH v5 0/3] qga: Add guest-fsfreeze-freeze-list command
Date: Mon, 23 Jun 2014 19:16:25 -0400
User-agent: StGit/0.17-dirty

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]