Re: [Qemu-devel] [RFC PATCH v3 00/11] qemu-ga: fsfreeze on Windows using VSS

2013-06-03 Thread Luiz Capitulino
On Mon, 3 Jun 2013 09:12:55 + Libaiqing wrote: > Hi, > Thanks for your advice,it works well when using prefix=x86_64-w64-mingw32-. > The dlls may download from here: http://qemu.weilnetz.de/w64/dll/. > > One more question: > Qemu-ga.exe can't run successfully under normal accou

Re: [Qemu-devel] [RFC PATCH v3 00/11] qemu-ga: fsfreeze on Windows using VSS

2013-06-03 Thread Libaiqing
10:20 AM > To: Libaiqing; qemu-devel@nongnu.org > Cc: mdr...@linux.vnet.ibm.com; lcapitul...@redhat.com; > vroze...@redhat.com; pbonz...@redhat.com; Seiji Aguchi; ar...@redhat.com; > Haofeng > Subject: RE: [Qemu-devel] [RFC PATCH v3 00/11] qemu-ga: fsfreeze on Windows > using VSS > &

Re: [Qemu-devel] [RFC PATCH v3 00/11] qemu-ga: fsfreeze on Windows using VSS

2013-05-30 Thread Tomoki Sekiyama
hi; ar...@redhat.com; Haofeng Subject: RE: [Qemu-devel] [RFC PATCH v3 00/11] qemu-ga: fsfreeze on Windows using VSS Hi, When installing the guest-agent on windows2008R2, an error occurs. Executing command "qemu-ga.exe -s install", the app popups a dialog box with the message: &

Re: [Qemu-devel] [RFC PATCH v3 00/11] qemu-ga: fsfreeze on Windows using VSS

2013-05-30 Thread Libaiqing
Hi, When installing the guest-agent on windows2008R2, an error occurs. Executing command "qemu-ga.exe -s install", the app popups a dialog box with the message: "CoCreateInstance(VSSCoordinator)failed.(Error:80010154)" the commandline output is"Failed to pCatalog->InstallComponent.(

Re: [Qemu-devel] [RFC PATCH v3 00/11] qemu-ga: fsfreeze on Windows using VSS

2013-05-27 Thread Tomoki Sekiyama
__ From: Libaiqing [libaiq...@huawei.com] Sent: Monday, May 27, 2013 12:13 AM To: Tomoki Sekiyama; qemu-devel@nongnu.org Cc: mdr...@linux.vnet.ibm.com; lcapitul...@redhat.com; vroze...@redhat.com; pbonz...@redhat.com; Seiji Aguchi; ar...@redhat.com; Haofeng Subject: RE: [Qemu-devel] [RFC

Re: [Qemu-devel] [RFC PATCH v3 00/11] qemu-ga: fsfreeze on Windows using VSS

2013-05-26 Thread Libaiqing
Hi, I tried the patch v3,with the following config. Guest os : win7 32bit professional Host os : fedora 17 Command: qemu-kvm -enable-kvm -name win7 -M pc-0.15 -m 1024 -smp 2 -boot c -device virtio-serial -drive file=/home/libaiqing/vss/win7.img,if=virtio,index=0,format=qcow2 -

Re: [Qemu-devel] [RFC PATCH v3 00/11] qemu-ga: fsfreeze on Windows using VSS

2013-05-24 Thread Paolo Bonzini
Il 24/05/2013 10:59, Stefan Hajnoczi ha scritto: > On Thu, May 23, 2013 at 03:50:19PM +0200, Paolo Bonzini wrote: >> Il 23/05/2013 15:28, Stefan Hajnoczi ha scritto: >>> On Thu, May 23, 2013 at 3:20 PM, Paolo Bonzini wrote: Il 23/05/2013 14:15, Stefan Hajnoczi ha scritto: > On Tue, May 21

Re: [Qemu-devel] [RFC PATCH v3 00/11] qemu-ga: fsfreeze on Windows using VSS

2013-05-24 Thread Stefan Hajnoczi
On Thu, May 23, 2013 at 03:50:19PM +0200, Paolo Bonzini wrote: > Il 23/05/2013 15:28, Stefan Hajnoczi ha scritto: > > On Thu, May 23, 2013 at 3:20 PM, Paolo Bonzini wrote: > >> Il 23/05/2013 14:15, Stefan Hajnoczi ha scritto: > >>> On Tue, May 21, 2013 at 11:33:33AM -0400, Tomoki Sekiyama wrote: >

Re: [Qemu-devel] [RFC PATCH v3 00/11] qemu-ga: fsfreeze on Windows using VSS

2013-05-24 Thread Stefan Hajnoczi
On Thu, May 23, 2013 at 03:50:19PM +0200, Paolo Bonzini wrote: > Il 23/05/2013 15:28, Stefan Hajnoczi ha scritto: > > On Thu, May 23, 2013 at 3:20 PM, Paolo Bonzini wrote: > >> Il 23/05/2013 14:15, Stefan Hajnoczi ha scritto: > >>> On Tue, May 21, 2013 at 11:33:33AM -0400, Tomoki Sekiyama wrote: >

Re: [Qemu-devel] [RFC PATCH v3 00/11] qemu-ga: fsfreeze on Windows using VSS

2013-05-23 Thread Tomoki Sekiyama
Hi Laszlo, Thank you for reviewing. On 5/23/13 7:05 , "Laszlo Ersek" wrote: >Sekiyama-san, > >On 05/21/13 17:33, Tomoki Sekiyama wrote: > >> * About errors in Windows 7 with patch v2 >> VSS requires to write to snapshot volumes just before making them >>read-only >> at final commit phase. T

Re: [Qemu-devel] [RFC PATCH v3 00/11] qemu-ga: fsfreeze on Windows using VSS

2013-05-23 Thread Paolo Bonzini
Il 23/05/2013 15:28, Stefan Hajnoczi ha scritto: > On Thu, May 23, 2013 at 3:20 PM, Paolo Bonzini wrote: >> Il 23/05/2013 14:15, Stefan Hajnoczi ha scritto: >>> On Tue, May 21, 2013 at 11:33:33AM -0400, Tomoki Sekiyama wrote: * How to build & run qemu-ga with VSS support - Download

Re: [Qemu-devel] [RFC PATCH v3 00/11] qemu-ga: fsfreeze on Windows using VSS

2013-05-23 Thread Stefan Hajnoczi
On Thu, May 23, 2013 at 3:20 PM, Paolo Bonzini wrote: > Il 23/05/2013 14:15, Stefan Hajnoczi ha scritto: >> On Tue, May 21, 2013 at 11:33:33AM -0400, Tomoki Sekiyama wrote: >>> * How to build & run qemu-ga with VSS support >>> >>> - Download Microsoft VSS SDK from: >>>http://www.microsoft.com

Re: [Qemu-devel] [RFC PATCH v3 00/11] qemu-ga: fsfreeze on Windows using VSS

2013-05-23 Thread Paolo Bonzini
Il 23/05/2013 14:15, Stefan Hajnoczi ha scritto: > On Tue, May 21, 2013 at 11:33:33AM -0400, Tomoki Sekiyama wrote: >> * How to build & run qemu-ga with VSS support >> >> - Download Microsoft VSS SDK from: >>http://www.microsoft.com/en-us/download/details.aspx?id=23490 >> >> - Setup the SDK >

Re: [Qemu-devel] [RFC PATCH v3 00/11] qemu-ga: fsfreeze on Windows using VSS

2013-05-23 Thread Stefan Hajnoczi
On Tue, May 21, 2013 at 11:33:33AM -0400, Tomoki Sekiyama wrote: > * How to build & run qemu-ga with VSS support > > - Download Microsoft VSS SDK from: >http://www.microsoft.com/en-us/download/details.aspx?id=23490 > > - Setup the SDK >scripts/extract-vsssdk-headers setup.exe (on POSIX-

Re: [Qemu-devel] [RFC PATCH v3 00/11] qemu-ga: fsfreeze on Windows using VSS

2013-05-23 Thread Laszlo Ersek
Sekiyama-san, On 05/21/13 17:33, Tomoki Sekiyama wrote: > * About errors in Windows 7 with patch v2 > VSS requires to write to snapshot volumes just before making them read-only > at final commit phase. This feature is called `auto-recovery' > (See > http://msdn.microsoft.com/en-us/library