From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40961) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZzOCr-0001kL-V5 for qemu-devel@nongnu.org; Thu, 19 Nov 2015 07:20:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZzOCm-0008DA-Ti for qemu-devel@nongnu.org; Thu, 19 Nov 2015 07:20:53 -0500 Received: from mailhub.sw.ru ([195.214.232.25]:30487 helo=relay.sw.ru) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZzOCm-0008Bg-GK for qemu-devel@nongnu.org; Thu, 19 Nov 2015 07:20:48 -0500 From: "Denis V. Lunev" Date: Thu, 19 Nov 2015 15:20:37 +0300 Message-Id: <1447935637-19262-1-git-send-email-den@openvz.org> Subject: [Qemu-devel] [PATCH for 2.5 1/1] qga: gspawn() console helper to Windows guest agent msi build 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 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 --- 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 @@ + -- 2.1.4