From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50889) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1fL1-0000Qq-Bc for qemu-devel@nongnu.org; Wed, 25 Nov 2015 14:02:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a1fKy-0002jU-Ln for qemu-devel@nongnu.org; Wed, 25 Nov 2015 14:02:43 -0500 Received: from mailhub.sw.ru ([195.214.232.25]:8494 helo=relay.sw.ru) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1fKy-0002il-9M for qemu-devel@nongnu.org; Wed, 25 Nov 2015 14:02:40 -0500 From: "Denis V. Lunev" Date: Wed, 25 Nov 2015 22:02:26 +0300 Message-Id: <1448478146-26246-1-git-send-email-den@openvz.org> Subject: [Qemu-devel] [PATCH for 2.5 1/1] qga: added another non-interactive gspawn() helper file. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "Denis V. Lunev" , Yuri Pudgorodskiy , qemu-devel@nongnu.org, Michael Roth 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 --- 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..7c59972 100644 --- a/qga/installer/qemu-ga.wxs +++ b/qga/installer/qemu-ga.wxs @@ -95,11 +95,17 @@ + + + + + + @@ -159,6 +165,7 @@ + -- 2.1.4