From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46398) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aoDBP-0000Cj-Cz for qemu-devel@nongnu.org; Thu, 07 Apr 2016 12:53:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aoDBM-0002YR-22 for qemu-devel@nongnu.org; Thu, 07 Apr 2016 12:53:27 -0400 Received: from e19.ny.us.ibm.com ([129.33.205.209]:36349) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aoDBL-0002YL-Sz for qemu-devel@nongnu.org; Thu, 07 Apr 2016 12:53:23 -0400 Received: from localhost by e19.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 7 Apr 2016 12:53:23 -0400 Received: from b01cxnp23032.gho.pok.ibm.com (b01cxnp23032.gho.pok.ibm.com [9.57.198.27]) by d01dlp02.pok.ibm.com (Postfix) with ESMTP id 286A86E8048 for ; Thu, 7 Apr 2016 12:40:10 -0400 (EDT) Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [9.56.224.217]) by b01cxnp23032.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u37GrKHF36175976 for ; Thu, 7 Apr 2016 16:53:20 GMT Received: from d01av03.pok.ibm.com (localhost [127.0.0.1]) by d01av03.pok.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u37GrJON021009 for ; Thu, 7 Apr 2016 12:53:20 -0400 From: Michael Roth Date: Thu, 7 Apr 2016 11:53:07 -0500 Message-Id: <1460047989-31816-1-git-send-email-mdroth@linux.vnet.ibm.com> Subject: [Qemu-devel] [PULL for-2.6 0/2] qemu-ga patch queue for 2.6 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 e380023898479b57d38c0569c02f7bd41090181b: Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into staging (2016-04-07 12:15:33 +0100) are available in the git repository at: git://github.com/mdroth/qemu.git tags/qga-pull-2016-04-07-tag for you to fetch changes up to 27559c214d9a16d0ef6164d0c3f6fb45833ba2f9: qga: Workaround for console redirection from non-interactive qemu-ga service (2016-04-07 11:43:54 -0500) ---------------------------------------------------------------- qemu-ga patch queue for 2.6 * fix w32 bug where output from guest-exec is not properly captured * fix w32 bug where FDs are leaked after guest-exec is invoked ---------------------------------------------------------------- Yuri Pudgorodskiy (1): qga: Workaround for console redirection from non-interactive qemu-ga service Yuriy Pudgorodskiy (1): qga: fix fd leak with guest-exec i/o channels qga/commands.c | 4 ++++ qga/installer/qemu-ga.wxs | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-)