From patchwork Wed Aug 15 15:08:55 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Hajnoczi X-Patchwork-Id: 177698 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id B26252C009B for ; Thu, 16 Aug 2012 01:09:33 +1000 (EST) Received: from localhost ([::1]:60728 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1fDv-0005Pj-Kg for incoming@patchwork.ozlabs.org; Wed, 15 Aug 2012 11:09:31 -0400 Received: from eggs.gnu.org ([208.118.235.92]:38936) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1fDi-0005JR-RK for qemu-devel@nongnu.org; Wed, 15 Aug 2012 11:09:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T1fDh-0001Dl-Jb for qemu-devel@nongnu.org; Wed, 15 Aug 2012 11:09:18 -0400 Received: from e06smtp13.uk.ibm.com ([195.75.94.109]:55354) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1fDh-0001Db-AT for qemu-devel@nongnu.org; Wed, 15 Aug 2012 11:09:17 -0400 Received: from /spool/local by e06smtp13.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 15 Aug 2012 16:09:15 +0100 Received: from b06cxnps4076.portsmouth.uk.ibm.com (9.149.109.198) by e06smtp13.uk.ibm.com (192.168.101.143) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Wed, 15 Aug 2012 16:09:13 +0100 Received: from d06av11.portsmouth.uk.ibm.com (d06av11.portsmouth.uk.ibm.com [9.149.37.252]) by b06cxnps4076.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q7FF96Oh19791880 for ; Wed, 15 Aug 2012 15:09:06 GMT Received: from d06av11.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av11.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q7FF9CFC030765 for ; Wed, 15 Aug 2012 09:09:12 -0600 Received: from localhost (sig-9-145-129-230.de.ibm.com [9.145.129.230]) by d06av11.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id q7FF9B46030723; Wed, 15 Aug 2012 09:09:12 -0600 From: Stefan Hajnoczi To: Anthony Liguori Date: Wed, 15 Aug 2012 16:08:55 +0100 Message-Id: <1345043344-3978-1-git-send-email-stefanha@linux.vnet.ibm.com> X-Mailer: git-send-email 1.7.10.4 MIME-Version: 1.0 x-cbid: 12081515-2966-0000-0000-000005016019 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 195.75.94.109 Cc: qemu-devel@nongnu.org, Stefan Hajnoczi Subject: [Qemu-devel] [PULL 0/9 for-1.2] Trivial patches for 11 to 15 August 2012 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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) 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(-)