mbox

[PULL] qemu-ga: fsfreeze hardening/fixes

Message ID 1335566384-12758-1-git-send-email-mdroth@linux.vnet.ibm.com
State New
Headers show

Pull-request

git://github.com/mdroth/qemu.git qga-pull-4-27-12

Message

Michael Roth April 27, 2012, 10:39 p.m. UTC
The following changes since commit a8b69b8e2431edfcb6c4cfb069787e9071d6235b:

  Merge remote-tracking branch 'qmp/queue/qmp' into staging (2012-04-27 12:00:06 -0500)

are available in the git repository at:

  git://github.com/mdroth/qemu.git qga-pull-4-27-12

Michael Roth (3):
      qemu-ga: improve recovery options for fsfreeze
      qemu-ga: add a whitelist for fsfreeze-safe commands
      qemu-ga: persist tracking of fsfreeze state via filesystem

 qapi-schema-guest.json |   25 ++--
 qapi/qmp-core.h        |    1 +
 qapi/qmp-registry.c    |   14 ++-
 qemu-ga.c              |  334 +++++++++++++++++++++++++++++++++++++++++-------
 qga/commands-posix.c   |  170 +++++++++++++-----------
 qga/guest-agent-core.h |    3 +
 6 files changed, 409 insertions(+), 138 deletions(-)

Comments

Anthony Liguori April 29, 2012, 8:10 p.m. UTC | #1
On 04/27/2012 05:39 PM, Michael Roth wrote:
> The following changes since commit a8b69b8e2431edfcb6c4cfb069787e9071d6235b:
>
>    Merge remote-tracking branch 'qmp/queue/qmp' into staging (2012-04-27 12:00:06 -0500)
>
> are available in the git repository at:
>
>    git://github.com/mdroth/qemu.git qga-pull-4-27-12

None of the commits in your branch have Signed-off-bys.

Regards,

Anthony Liguori

>
> Michael Roth (3):
>        qemu-ga: improve recovery options for fsfreeze
>        qemu-ga: add a whitelist for fsfreeze-safe commands
>        qemu-ga: persist tracking of fsfreeze state via filesystem
>
>   qapi-schema-guest.json |   25 ++--
>   qapi/qmp-core.h        |    1 +
>   qapi/qmp-registry.c    |   14 ++-
>   qemu-ga.c              |  334 +++++++++++++++++++++++++++++++++++++++++-------
>   qga/commands-posix.c   |  170 +++++++++++++-----------
>   qga/guest-agent-core.h |    3 +
>   6 files changed, 409 insertions(+), 138 deletions(-)
>
>
>
Michael Roth April 30, 2012, 1:46 p.m. UTC | #2
On Sun, Apr 29, 2012 at 03:10:11PM -0500, Anthony Liguori wrote:
> On 04/27/2012 05:39 PM, Michael Roth wrote:
> >The following changes since commit a8b69b8e2431edfcb6c4cfb069787e9071d6235b:
> >
> >   Merge remote-tracking branch 'qmp/queue/qmp' into staging (2012-04-27 12:00:06 -0500)
> >
> >are available in the git repository at:
> >
> >   git://github.com/mdroth/qemu.git qga-pull-4-27-12
> 
> None of the commits in your branch have Signed-off-bys.

Sorry, fixed now in the pull branch

> 
> Regards,
> 
> Anthony Liguori
> 
> >
> >Michael Roth (3):
> >       qemu-ga: improve recovery options for fsfreeze
> >       qemu-ga: add a whitelist for fsfreeze-safe commands
> >       qemu-ga: persist tracking of fsfreeze state via filesystem
> >
> >  qapi-schema-guest.json |   25 ++--
> >  qapi/qmp-core.h        |    1 +
> >  qapi/qmp-registry.c    |   14 ++-
> >  qemu-ga.c              |  334 +++++++++++++++++++++++++++++++++++++++++-------
> >  qga/commands-posix.c   |  170 +++++++++++++-----------
> >  qga/guest-agent-core.h |    3 +
> >  6 files changed, 409 insertions(+), 138 deletions(-)
> >
> >
> >
>