RE: [PATCH V2 1/1] Drivers: hv: Add a new driver to support host initiated backup

2013-03-26 Thread KY Srinivasan
t.org; o...@aepfle.de; a...@canonical.com; > jasow...@redhat.com; Evgeniy Polyakov > Subject: Re: [PATCH V2 1/1] Drivers: hv: Add a new driver to support host > initiated backup > > > diff --git a/tools/hv/hv_vss_daemon.c b/tools/hv/hv_vss_daemon.c > > new file mode 100644 > >

Re: [PATCH V2 1/1] Drivers: hv: Add a new driver to support host initiated backup

2013-03-26 Thread Paolo Bonzini
> diff --git a/tools/hv/hv_vss_daemon.c b/tools/hv/hv_vss_daemon.c > new file mode 100644 > index 000..9526995 > --- /dev/null > +++ b/tools/hv/hv_vss_daemon.c > @@ -0,0 +1,220 @@ > +/* > + * An implementation of the host initiated guest snapshot for Hyper-V. > + * > + * > + * Copyright (C)

Re: [PATCH V2 1/1] Drivers: hv: Add a new driver to support host initiated backup

2013-03-26 Thread Paolo Bonzini
diff --git a/tools/hv/hv_vss_daemon.c b/tools/hv/hv_vss_daemon.c new file mode 100644 index 000..9526995 --- /dev/null +++ b/tools/hv/hv_vss_daemon.c @@ -0,0 +1,220 @@ +/* + * An implementation of the host initiated guest snapshot for Hyper-V. + * + * + * Copyright (C) 2013,

RE: [PATCH V2 1/1] Drivers: hv: Add a new driver to support host initiated backup

2013-03-26 Thread KY Srinivasan
; jasow...@redhat.com; Evgeniy Polyakov Subject: Re: [PATCH V2 1/1] Drivers: hv: Add a new driver to support host initiated backup diff --git a/tools/hv/hv_vss_daemon.c b/tools/hv/hv_vss_daemon.c new file mode 100644 index 000..9526995 --- /dev/null +++ b/tools/hv/hv_vss_daemon.c

Re: [PATCH V2 1/1] Drivers: hv: Add a new driver to support host initiated backup

2013-03-25 Thread Greg KH
On Fri, Mar 22, 2013 at 05:14:53PM +0100, Olaf Hering wrote: > On Fri, Mar 15, K. Y. Srinivasan wrote: > > > This driver has a user-level component (daemon) that invokes the appropriate > > This change fixes a few compile errors: > > hv_vss_daemon.c:64:15: warning: unknown escape sequence '\/'

Re: [PATCH V2 1/1] Drivers: hv: Add a new driver to support host initiated backup

2013-03-25 Thread Greg KH
On Fri, Mar 22, 2013 at 05:14:53PM +0100, Olaf Hering wrote: On Fri, Mar 15, K. Y. Srinivasan wrote: This driver has a user-level component (daemon) that invokes the appropriate This change fixes a few compile errors: hv_vss_daemon.c:64:15: warning: unknown escape sequence '\/'

RE: [PATCH V2 1/1] Drivers: hv: Add a new driver to support host initiated backup

2013-03-22 Thread KY Srinivasan
> Evgeniy Polyakov > Subject: Re: [PATCH V2 1/1] Drivers: hv: Add a new driver to support host > initiated backup > > On Fri, Mar 15, K. Y. Srinivasan wrote: > > > This driver has a user-level component (daemon) that invokes the appropriate > > This change fixes a few com

Re: [PATCH V2 1/1] Drivers: hv: Add a new driver to support host initiated backup

2013-03-22 Thread Olaf Hering
On Fri, Mar 15, K. Y. Srinivasan wrote: > This driver has a user-level component (daemon) that invokes the appropriate This change fixes a few compile errors: hv_vss_daemon.c:64:15: warning: unknown escape sequence '\/' hv_vss_daemon.c:64:15: warning: unknown escape sequence '\/'

Re: [PATCH V2 1/1] Drivers: hv: Add a new driver to support host initiated backup

2013-03-22 Thread Olaf Hering
On Fri, Mar 15, K. Y. Srinivasan wrote: This driver has a user-level component (daemon) that invokes the appropriate This change fixes a few compile errors: hv_vss_daemon.c:64:15: warning: unknown escape sequence '\/' hv_vss_daemon.c:64:15: warning: unknown escape sequence '\/'

RE: [PATCH V2 1/1] Drivers: hv: Add a new driver to support host initiated backup

2013-03-22 Thread KY Srinivasan
: [PATCH V2 1/1] Drivers: hv: Add a new driver to support host initiated backup On Fri, Mar 15, K. Y. Srinivasan wrote: This driver has a user-level component (daemon) that invokes the appropriate This change fixes a few compile errors: hv_vss_daemon.c:64:15: warning: unknown escape

[PATCH V2 1/1] Drivers: hv: Add a new driver to support host initiated backup

2013-03-15 Thread K. Y. Srinivasan
This driver supports host initiated backup of the guest. On Windows guests, the host can generate application consistent backups using the Windows VSS framework. On Linux, we ensure that the backup will be file system consistent. This driver allows the host to initiate a "Freeze" operation on all

[PATCH V2 1/1] Drivers: hv: Add a new driver to support host initiated backup

2013-03-15 Thread K. Y. Srinivasan
This driver supports host initiated backup of the guest. On Windows guests, the host can generate application consistent backups using the Windows VSS framework. On Linux, we ensure that the backup will be file system consistent. This driver allows the host to initiate a Freeze operation on all

[PATCH V2 1/1] Drivers: hv: Add a new driver to support host initiated backup

2013-03-14 Thread K. Y. Srinivasan
This driver supports host initiated backup of the guest. On Windows guests, the host can generate application consistent backups using the Windows VSS framework. On Linux, we ensure that the backup will be file system consistent. This driver allows the host to initiate a "Freeze" operation on all

[PATCH V2 1/1] Drivers: hv: Add a new driver to support host initiated backup

2013-03-14 Thread K. Y. Srinivasan
This driver supports host initiated backup of the guest. On Windows guests, the host can generate application consistent backups using the Windows VSS framework. On Linux, we ensure that the backup will be file system consistent. This driver allows the host to initiate a Freeze operation on all