From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52538) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1jag-00014m-11 for qemu-devel@nongnu.org; Wed, 15 Aug 2012 15:49:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T1jae-0004ZK-Pq for qemu-devel@nongnu.org; Wed, 15 Aug 2012 15:49:17 -0400 Received: from e9.ny.us.ibm.com ([32.97.182.139]:36156) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1jae-0004ZF-LZ for qemu-devel@nongnu.org; Wed, 15 Aug 2012 15:49:16 -0400 Received: from /spool/local by e9.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 15 Aug 2012 15:49:16 -0400 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by d01dlp02.pok.ibm.com (Postfix) with ESMTP id C7ADD6E803C for ; Wed, 15 Aug 2012 15:49:13 -0400 (EDT) Received: from d01av02.pok.ibm.com (d01av02.pok.ibm.com [9.56.224.216]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q7FJnCVI112728 for ; Wed, 15 Aug 2012 15:49:12 -0400 Received: from d01av02.pok.ibm.com (loopback [127.0.0.1]) by d01av02.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q7FJmoUA009408 for ; Wed, 15 Aug 2012 16:48:50 -0300 From: Anthony Liguori In-Reply-To: <1345043344-3978-1-git-send-email-stefanha@linux.vnet.ibm.com> References: <1345043344-3978-1-git-send-email-stefanha@linux.vnet.ibm.com> Date: Wed, 15 Aug 2012 14:48:45 -0500 Message-ID: <87mx1wrl5u.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PULL 0/9 for-1.2] Trivial patches for 11 to 15 August 2012 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org Stefan Hajnoczi writes: > The last pull request for QEMU 1.2! > > The following changes since commit 03834e22abafbc8dc4052d46a5ccd6dd135a54a3: > > Merge remote-tracking branch 'origin/master' into staging (2012-08-14 15:19:50 -0500) > Pulled. Thanks. Regards, Anthony Liguori > are available in the git repository at: > > git://github.com/stefanha/qemu.git trivial-patches > > for you to fetch changes up to c3594ed73e0a7e7feae309be79f0eb6bafcc02ab: > > ivshmem, qdev-monitor: fix order of qerror parameters (2012-08-15 15:37:08 +0100) > > ---------------------------------------------------------------- > Alberto Garcia (1): > ivshmem, qdev-monitor: fix order of qerror parameters > > Alejandro Martinez Ruiz (1): > ehci: fix assertion typo > > Peter Maydell (3): > Makefile: Avoid explicit list of directories in clean target > cputlb.c: Fix out of date comment > iov_send_recv(): Handle zero bytes case even if OS does not > > Stefan Weil (4): > trace: Fix "Qemu" -> "QEMU" > docs: Fix spelling (propery -> property) > Spelling fix in comment (peripherans -> peripherals) > framebuffer: Fix spelling in comment (leight -> height) > > Makefile | 7 ++----- > cputlb.c | 4 +++- > docs/bootindex.txt | 2 +- > hw/framebuffer.c | 2 +- > hw/ivshmem.c | 3 ++- > hw/qdev-monitor.c | 2 +- > hw/usb/hcd-ehci.c | 2 +- > hw/versatilepb.c | 2 +- > iov.c | 7 +++++++ > scripts/simpletrace.py | 2 +- > 10 files changed, 20 insertions(+), 13 deletions(-) > > -- > 1.7.10.4