From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58700) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9jvf-0005wK-Dh for qemu-devel@nongnu.org; Mon, 19 Mar 2012 17:15:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S9jvd-0006jD-GY for qemu-devel@nongnu.org; Mon, 19 Mar 2012 17:15:46 -0400 Received: from e2.ny.us.ibm.com ([32.97.182.142]:40472) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9jvd-0006id-Cj for qemu-devel@nongnu.org; Mon, 19 Mar 2012 17:15:45 -0400 Received: from /spool/local by e2.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 19 Mar 2012 17:15:41 -0400 Received: from d01relay07.pok.ibm.com (d01relay07.pok.ibm.com [9.56.227.147]) by d01dlp01.pok.ibm.com (Postfix) with ESMTP id E7EB438C803A for ; Mon, 19 Mar 2012 17:15:37 -0400 (EDT) Received: from d01av01.pok.ibm.com (d01av01.pok.ibm.com [9.56.224.215]) by d01relay07.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q2JLFbbA3694660 for ; Mon, 19 Mar 2012 17:15:37 -0400 Received: from d01av01.pok.ibm.com (loopback [127.0.0.1]) by d01av01.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q2K2kTg5023514 for ; Mon, 19 Mar 2012 22:46:29 -0400 Message-ID: <4F67A1F8.1070402@us.ibm.com> Date: Mon, 19 Mar 2012 16:15:36 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1332159780-31781-1-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1332159780-31781-1-git-send-email-stefanha@linux.vnet.ibm.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 0/8] Trivial patches for 8 to 19 March 2012 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org On 03/19/2012 07:22 AM, Stefan Hajnoczi wrote: > The following changes since commit 5bd33de6635577744b3c10dd3913bfe8c5ffaf40: > > tcg: fix sparc host for AREG0 free operation (2012-03-18 19:15:32 +0000) > > are available in the git repository at: > > git://github.com/stefanha/qemu.git trivial-patches > > for you to fetch changes up to b71706d122838d9656e1a6dae80e22401babdf37: > > qemu-ga: for w32, fix leaked handle ov.hEvent in ga_channel_write() (2012-03-19 11:31:04 +0000) Pulled. Thanks. Regards, Anthony Liguori > > ---------------------------------------------------------------- > Chen Yufei (1): > Remove type field in ModuleEntry as it's not used > > David Gibson (1): > .gitignore: add qemu-bridge-helper and option rom build products > > Jason Wang (1): > ioapic: fix build with DEBUG_IOAPIC > > Jeff Cody (2): > monitor: Remove unused bool field 'qapi' in mon_cmd_t struct > qemu-ga: for w32, fix leaked handle ov.hEvent in ga_channel_write() > > Joshua Housh (1): > cleanup obsolete typedef > > Stefan Weil (2): > vnc: Fix packed boolean struct members > ds1338: Add missing break statement > > .gitignore | 6 ++++++ > hw/ds1338.c | 1 + > hw/ioapic.c | 2 +- > module.c | 1 - > monitor.c | 1 - > qemu-common.h | 1 - > qga/channel-win32.c | 4 ++++ > ui/vnc-auth-sasl.c | 4 +++- > ui/vnc-auth-sasl.h | 4 ++-- > 9 files changed, 17 insertions(+), 7 deletions(-) >