From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54311) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1k0T-0004e4-MR for qemu-devel@nongnu.org; Wed, 25 Nov 2015 19:01:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a1k0S-0000lx-Mv for qemu-devel@nongnu.org; Wed, 25 Nov 2015 19:01:49 -0500 Received: from mail-oi0-x22b.google.com ([2607:f8b0:4003:c06::22b]:33319) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1k0S-0000ls-JR for qemu-devel@nongnu.org; Wed, 25 Nov 2015 19:01:48 -0500 Received: by oixx65 with SMTP id x65so38392244oix.0 for ; Wed, 25 Nov 2015 16:01:48 -0800 (PST) Sender: fluxion From: Michael Roth Date: Wed, 25 Nov 2015 18:01:21 -0600 Message-Id: <1448496085-17746-3-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 2/6] qga: gspawn() console helper to Windows guest agent msi build 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 This helper, gspawn-win64-helper-console.exe for 64-bit and gspawn-win32-helper-console.exe for 32-bit environment, is needed for gspawn() mingw implementation, used by guest-exec command. Without these files guest-exec command on Windows will not work with "file not found" diagnostic message. Signed-off-by: Yuri Pudgorodskiy Signed-off-by: Denis V. Lunev CC: Michael Roth Signed-off-by: Michael Roth --- qga/installer/qemu-ga.wxs | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/qga/installer/qemu-ga.wxs b/qga/installer/qemu-ga.wxs index 6804f02..f25afdd 100644 --- a/qga/installer/qemu-ga.wxs +++ b/qga/installer/qemu-ga.wxs @@ -91,6 +91,16 @@ + + + + + + + + + + @@ -148,6 +158,7 @@ + -- 1.9.1