From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44951) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UrYSP-0004gZ-D0 for qemu-devel@nongnu.org; Tue, 25 Jun 2013 14:59:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UrYSN-0001Xr-2c for qemu-devel@nongnu.org; Tue, 25 Jun 2013 14:59:13 -0400 Received: from mail-ee0-x22e.google.com ([2a00:1450:4013:c00::22e]:33476) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UrYSM-0001XO-Q5 for qemu-devel@nongnu.org; Tue, 25 Jun 2013 14:59:10 -0400 Received: by mail-ee0-f46.google.com with SMTP id d41so6849007eek.5 for ; Tue, 25 Jun 2013 11:59:10 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <51C9E877.9020408@redhat.com> Date: Tue, 25 Jun 2013 20:59:03 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <51C9BF54.6000008@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 06/10] qemu-ga: Add Windows VSS provider to quiesce applications on fsfreeze List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Tomoki Sekiyama Cc: "libaiqing@huawei.com" , "qemu-devel@nongnu.org" , "stefanha@gmail.com" , "mdroth@linux.vnet.ibm.com" , "lcapitulino@redhat.com" , "vrozenfe@redhat.com" , Seiji Aguchi , Laszlo Ersek , "areis@redhat.com" Il 25/06/2013 20:23, Tomoki Sekiyama ha scritto: >> >(b) shouldn't "qga-obj-y" be independent of "qga-provider.dll" > The DLL is linked to qemu-ga.exe because qemu-ga.exe kicks the > registration of the DLL (COMRegister(), which depends on the DLL's > Internal variable) at the installation of the qemu-ga service. > Does the DLL also support DllRegisterServer? I don't know Windows very much, but if so I wonder if LoadLibrary/GetProcAddress is preferrable to linking with the DLL. Paolo