From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34694) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1dEP-0008Ra-OG for qemu-devel@nongnu.org; Wed, 25 Nov 2015 11:47:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a1dEM-0006Kj-Hu for qemu-devel@nongnu.org; Wed, 25 Nov 2015 11:47:45 -0500 Received: from mail-oi0-x231.google.com ([2607:f8b0:4003:c06::231]:34329) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1dEM-0006Kf-5Z for qemu-devel@nongnu.org; Wed, 25 Nov 2015 11:47:42 -0500 Received: by oies6 with SMTP id s6so32654162oie.1 for ; Wed, 25 Nov 2015 08:47:41 -0800 (PST) Sender: fluxion Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Roth In-Reply-To: <1447935637-19262-1-git-send-email-den@openvz.org> References: <1447935637-19262-1-git-send-email-den@openvz.org> Message-ID: <20151125164732.6284.31571@loki> Date: Wed, 25 Nov 2015 10:47:32 -0600 Subject: Re: [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: , To: "Denis V. Lunev" Cc: Yuri Pudgorodskiy , qemu-devel@nongnu.org Quoting Denis V. Lunev (2015-11-19 06:20:37) > 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 Thanks, applied to qga tree: https://github.com/mdroth/qemu/commits/qga > --- > 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 >=20