Any comments for this patch? -- Tomoki Sekiyama
On 6/5/14 10:57 , "Tomoki Sekiyama" <tomoki.sekiy...@hds.com> wrote: >Hi, > >This is v4 patch for qemu-ga to add functions to freeze specific file >systems >mounted in a guest. > >PATCH 1 adds a guest-fsfreeze-freeze-list command, which takes an >additional >argument to specify which filesystems to be frozen, derived from >guest-fsfreeze-freeze command. > >PATCH 2 adds a guest-get-fsinfo command to get a list of mounted file >systems in the guest with disk devices information to resolve backend disk >images for a management layer such as libvirt. > >Changes since v3: > - PATCH 1: make it a new command which accepts 'mountpoints' argument > in order to discover optional params are accepted or not. > - PATCH 2: code cleanups... > (v3: http://lists.gnu.org/archive/html/qemu-devel/2014-05/msg04571.html) > >--- >Tomoki Sekiyama (2): > qga: Add guest-fsfreeze-freeze-list command > qga: Add guest-get-fsinfo command > > > qga/commands-posix.c | 454 >++++++++++++++++++++++++++++++++++++++++++++++++++ > qga/commands-win32.c | 15 ++ > qga/qapi-schema.json | 96 +++++++++++ > 3 files changed, 563 insertions(+), 2 deletions(-) > >-- >Regards, >Tomoki Sekiyama