From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43435) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZypLV-0005cx-50 for qemu-devel@nongnu.org; Tue, 17 Nov 2015 18:07:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZypLR-0001dT-30 for qemu-devel@nongnu.org; Tue, 17 Nov 2015 18:07:29 -0500 Received: from e19.ny.us.ibm.com ([129.33.205.209]:55406) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZypLQ-0001cv-U8 for qemu-devel@nongnu.org; Tue, 17 Nov 2015 18:07:25 -0500 Received: from localhost by e19.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 17 Nov 2015 18:07:23 -0500 Received: from b01cxnp23032.gho.pok.ibm.com (b01cxnp23032.gho.pok.ibm.com [9.57.198.27]) by d01dlp01.pok.ibm.com (Postfix) with ESMTP id BBF9A38C8052 for ; Tue, 17 Nov 2015 18:07:20 -0500 (EST) Received: from d01av05.pok.ibm.com (d01av05.pok.ibm.com [9.56.224.195]) by b01cxnp23032.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id tAHN7K1R63373370 for ; Tue, 17 Nov 2015 23:07:20 GMT Received: from d01av05.pok.ibm.com (localhost [127.0.0.1]) by d01av05.pok.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id tAHN5PYV025836 for ; Tue, 17 Nov 2015 18:05:27 -0500 From: Michael Roth Date: Tue, 17 Nov 2015 17:06:50 -0600 Message-Id: <1447801613-17964-1-git-send-email-mdroth@linux.vnet.ibm.com> Subject: [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: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org 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(-)