From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47401) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zz2ax-0005eC-OV for qemu-devel@nongnu.org; Wed, 18 Nov 2015 08:16:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zz2at-0005lu-S9 for qemu-devel@nongnu.org; Wed, 18 Nov 2015 08:16:19 -0500 Received: from mail-yk0-x22d.google.com ([2607:f8b0:4002:c07::22d]:34790) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zz2at-0005lh-MB for qemu-devel@nongnu.org; Wed, 18 Nov 2015 08:16:15 -0500 Received: by ykfs79 with SMTP id s79so62280858ykf.1 for ; Wed, 18 Nov 2015 05:16:15 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1447801613-17964-1-git-send-email-mdroth@linux.vnet.ibm.com> References: <1447801613-17964-1-git-send-email-mdroth@linux.vnet.ibm.com> From: Peter Maydell Date: Wed, 18 Nov 2015 13:15:55 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL v2 for-2.5 0/3] qemu-ga patch queue for 2.5 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Roth Cc: QEMU Developers On 17 November 2015 at 23:06, Michael Roth wrote: > The following changes since commit c27e9014d56fa4880e7d741275d887c3a5949997: > > Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20151116-1' into staging (2015-11-17 12:34:07 +0000) > > are available in the git repository at: > > > git://github.com/mdroth/qemu.git tags/qga-pull-2015-11-13-v2-tag > > for you to fetch changes up to ab59e3ecb2c12fafa89f7bedca7d329a078f3870: > > makefile: fix w32 install target for qemu-ga (2015-11-17 16:32:27 -0600) > > ---------------------------------------------------------------- > qemu-ga patch queue for 2.5 > > * fixes for guest-exec gspawn() usage: > - inherit default lookup path by default instead of > explicitly defining it as being empty. > - don't inherit default PATH when PATH/ENV are explicit > > v2: > > * added fix for w32 'make install' target > * added version check for new g_spawn() flag > > ---------------------------------------------------------------- > Michael Roth (1): > makefile: fix w32 install target for qemu-ga > > Yuri Pudgorodskiy (2): > qga: fix for default env processing for guest-exec > qga: allow to lookup in PATH from the passed envp for guest-exec > > Makefile | 5 ++++- > qga/commands.c | 5 ++++- > 2 files changed, 8 insertions(+), 2 deletions(-) > Applied, thanks. -- PMM