Re: [Qemu-devel] [PATCH v10 00/10] qemu-ga: fsfreeze on Windows using VSS

2013-09-09 Thread Michael Roth
Quoting Peter Maydell (2013-09-09 11:22:11) > On 8 August 2013 23:35, Michael Roth wrote: > > Quoting Tomoki Sekiyama (2013-08-07 10:39:25) > >> Hi, > >> > >> I rebased the patch series to add fsfreeze for Windows qemu-ga. > >> > >> changes from v9: > >> - Fix conflict with commit e8ef31a3518c "

Re: [Qemu-devel] [PATCH v10 00/10] qemu-ga: fsfreeze on Windows using VSS

2013-09-09 Thread Peter Maydell
On 8 August 2013 23:35, Michael Roth wrote: > Quoting Tomoki Sekiyama (2013-08-07 10:39:25) >> Hi, >> >> I rebased the patch series to add fsfreeze for Windows qemu-ga. >> >> changes from v9: >> - Fix conflict with commit e8ef31a3518c "qemu-ga: build it even if !system" >> >> changes from v8: >>

Re: [Qemu-devel] [PATCH v10 00/10] qemu-ga: fsfreeze on Windows using VSS

2013-08-08 Thread Michael Roth
Quoting Tomoki Sekiyama (2013-08-07 10:39:25) > Hi, > > I rebased the patch series to add fsfreeze for Windows qemu-ga. > > changes from v9: > - Fix conflict with commit e8ef31a3518c "qemu-ga: build it even if !system" > > changes from v8: > - Add hEventTimeout to improve timeout error messag

[Qemu-devel] [PATCH v10 00/10] qemu-ga: fsfreeze on Windows using VSS

2013-08-07 Thread Tomoki Sekiyama
Hi, I rebased the patch series to add fsfreeze for Windows qemu-ga. changes from v9: - Fix conflict with commit e8ef31a3518c "qemu-ga: build it even if !system" changes from v8: - Add hEventTimeout to improve timeout error message (patch 07, see below) - Build qga-vss.tlb if configure'd --wi