From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54395) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1k0c-0004vr-6f for qemu-devel@nongnu.org; Wed, 25 Nov 2015 19:01:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a1k0b-0000oR-6F for qemu-devel@nongnu.org; Wed, 25 Nov 2015 19:01:58 -0500 Received: from mail-oi0-x22e.google.com ([2607:f8b0:4003:c06::22e]:36095) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1k0b-0000o1-2k for qemu-devel@nongnu.org; Wed, 25 Nov 2015 19:01:57 -0500 Received: by oiww189 with SMTP id w189so38410237oiw.3 for ; Wed, 25 Nov 2015 16:01:56 -0800 (PST) Sender: fluxion From: Michael Roth Date: Wed, 25 Nov 2015 18:01:25 -0600 Message-Id: <1448496085-17746-7-git-send-email-mdroth@linux.vnet.ibm.com> In-Reply-To: <1448496085-17746-1-git-send-email-mdroth@linux.vnet.ibm.com> References: <1448496085-17746-1-git-send-email-mdroth@linux.vnet.ibm.com> Subject: [Qemu-devel] [PULL v2 for-2.5 6/6] qga: added another non-interactive gspawn() helper file. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, Yuri Pudgorodskiy , Michael Roth , "Denis V. Lunev" From: Yuri Pudgorodskiy With previous commit we added gspawn-win64-helper-console.exe, required for gspawn() mingw implementation. Unfortunatly when running as a service without interactive desktop, gspawn() also requires another helper app. Added gspawn-win64-helper.exe and gspawn-win32-helper.exe for corresponding architectures. Signed-off-by: Yuri Pudgorodskiy Signed-off-by: Denis V. Lunev CC: Michael Roth * remove trailing whitespace Signed-off-by: Michael Roth --- qga/installer/qemu-ga.wxs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/qga/installer/qemu-ga.wxs b/qga/installer/qemu-ga.wxs index f25afdd..9473875 100644 --- a/qga/installer/qemu-ga.wxs +++ b/qga/installer/qemu-ga.wxs @@ -95,11 +95,17 @@ + + + + + + @@ -159,6 +165,7 @@ + -- 1.9.1