From patchwork Wed Nov 25 22:47:40 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Roth X-Patchwork-Id: 548803 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 37B491402E2 for ; Thu, 26 Nov 2015 09:53:12 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=IntrEAev; dkim-atps=neutral Received: from localhost ([::1]:48152 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1iw2-0003YC-6r for incoming@patchwork.ozlabs.org; Wed, 25 Nov 2015 17:53:10 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35201) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1irM-00058t-DJ for qemu-devel@nongnu.org; Wed, 25 Nov 2015 17:48:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a1irL-0006I6-Cr for qemu-devel@nongnu.org; Wed, 25 Nov 2015 17:48:20 -0500 Received: from mail-oi0-x22a.google.com ([2607:f8b0:4003:c06::22a]:34403) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1irL-0006I2-8K for qemu-devel@nongnu.org; Wed, 25 Nov 2015 17:48:19 -0500 Received: by oies6 with SMTP id s6so38050652oie.1 for ; Wed, 25 Nov 2015 14:48:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=vR0rzXGkekuyP4dSu2essC6DOQv0dg1LuGEJtm7Umy0=; b=IntrEAevsEoE02PE8BYzjB8oWp9PoTHCgOgiY70mD4lcv+YI5gXce2mlJLq2Fn4g9g 2qaBxV/Jf9OqYwfMQlZxBfOPkKmm01YwfS0m3u11b+ZFX4x3ew8GbrtMyWtyjNP5U6Wi /gWlmATUxRaoD6KJ2lutWfCj7XKsue6YqXlYocp5ZqRV2xj33rUenCl19N7aM3KG+Xmk gb/C+d2OX7mycLK12QzM9CAYJ3yp+JPvQQuBj2SzfWtQwNJ3UvwQfAg0AUWz2/UJ2Z45 vNBlLOoqGHOy3kbFtaFumXPLu85LMoTGuok25l7N40Ich+bj50kCevKAKxSWBiZVoJt+ jbhw== X-Received: by 10.202.206.130 with SMTP id e124mr24985246oig.132.1448491698956; Wed, 25 Nov 2015 14:48:18 -0800 (PST) Received: from localhost (104-184-96-177.lightspeed.austtx.sbcglobal.net. [104.184.96.177]) by smtp.gmail.com with ESMTPSA id e202sm11511298oic.23.2015.11.25.14.48.17 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Wed, 25 Nov 2015 14:48:17 -0800 (PST) From: Michael Roth To: qemu-devel@nongnu.org Date: Wed, 25 Nov 2015 16:47:40 -0600 Message-Id: <1448491660-11890-7-git-send-email-mdroth@linux.vnet.ibm.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1448491660-11890-1-git-send-email-mdroth@linux.vnet.ibm.com> References: <1448491660-11890-1-git-send-email-mdroth@linux.vnet.ibm.com> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c06::22a Cc: peter.maydell@linaro.org, Yuri Pudgorodskiy , Michael Roth , "Denis V. Lunev" Subject: [Qemu-devel] [PULL for-2.5 6/6] qga: added another non-interactive gspawn() helper file. X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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 @@ +