From patchwork Thu Apr 7 14:15:33 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Hajnoczi X-Patchwork-Id: 90185 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 59D82B6F73 for ; Fri, 8 Apr 2011 00:17:55 +1000 (EST) Received: from localhost ([127.0.0.1]:50634 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q7q19-0000aD-78 for incoming@patchwork.ozlabs.org; Thu, 07 Apr 2011 10:17:03 -0400 Received: from [140.186.70.92] (port=38989 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q7q0L-0000IJ-Ls for qemu-devel@nongnu.org; Thu, 07 Apr 2011 10:16:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q7q0A-00044y-FI for qemu-devel@nongnu.org; Thu, 07 Apr 2011 10:16:07 -0400 Received: from mtagate4.uk.ibm.com ([194.196.100.164]:34968) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q7q09-00042e-Pn for qemu-devel@nongnu.org; Thu, 07 Apr 2011 10:16:02 -0400 Received: from d06nrmr1307.portsmouth.uk.ibm.com (d06nrmr1307.portsmouth.uk.ibm.com [9.149.38.129]) by mtagate4.uk.ibm.com (8.13.1/8.13.1) with ESMTP id p37EFv8a021486 for ; Thu, 7 Apr 2011 14:15:57 GMT Received: from d06av05.portsmouth.uk.ibm.com (d06av05.portsmouth.uk.ibm.com [9.149.37.229]) by d06nrmr1307.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p37EGeEE1429592 for ; Thu, 7 Apr 2011 15:16:40 +0100 Received: from d06av05.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av05.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p37EFvFg017824 for ; Thu, 7 Apr 2011 08:15:57 -0600 Received: from stefanha-thinkpad.localdomain (dyn-9-174-219-25.manchester-maybrook.uk.ibm.com [9.174.219.25]) by d06av05.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with SMTP id p37EFvJ7017821; Thu, 7 Apr 2011 08:15:57 -0600 Date: Thu, 7 Apr 2011 15:15:33 +0100 From: Stefan Hajnoczi To: Anthony Liguori Message-ID: <20110407141533.GA32107@stefanha-thinkpad.localdomain> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Received-From: 194.196.100.164 Cc: qemu-devel@nongnu.org Subject: [Qemu-devel] [GIT PULL] Trivial patches for 6-7 April 2011 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org The following changes since commit 3b8e6a2db1946b5f21e69fde31b39f43367f1928: exec: Handle registrations of the entire address space (2011-04-07 10:53:41 +0200) are available in the git repository at: git://repo.or.cz/qemu/stefanha.git trivial-patches Alexey Kardashevskiy (3): spapr_llan: Fix warning when compiled with -dDEBUG virtio-9p: fixed LE-to-host conversion bug when QEMU is called from guest virtio-balloon: fixed endianness bug in the config space Brad Hards (1): usb-ccid: Spelling fixes Michael Tokarev (1): qdev: Fix comment around qdev_init_nofail() hw/qdev.c | 3 ++- hw/spapr_llan.c | 3 --- hw/usb-ccid.c | 8 ++++---- hw/virtio-9p.c | 9 +++------ hw/virtio-balloon.c | 2 +- 5 files changed, 10 insertions(+), 15 deletions(-)