From patchwork Wed Mar 7 12:44:34 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Hajnoczi X-Patchwork-Id: 145244 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 783F4B6EF1 for ; Wed, 7 Mar 2012 23:45:51 +1100 (EST) Received: from localhost ([::1]:50295 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5GFZ-0004KM-9E for incoming@patchwork.ozlabs.org; Wed, 07 Mar 2012 07:45:49 -0500 Received: from eggs.gnu.org ([208.118.235.92]:34441) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5GFD-0003z6-6z for qemu-devel@nongnu.org; Wed, 07 Mar 2012 07:45:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S5GF8-0002i3-4B for qemu-devel@nongnu.org; Wed, 07 Mar 2012 07:45:26 -0500 Received: from e06smtp12.uk.ibm.com ([195.75.94.108]:40971) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5GF7-0002hj-Sp for qemu-devel@nongnu.org; Wed, 07 Mar 2012 07:45:22 -0500 Received: from /spool/local by e06smtp12.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 7 Mar 2012 12:45:17 -0000 Received: from d06nrmr1806.portsmouth.uk.ibm.com (9.149.39.193) by e06smtp12.uk.ibm.com (192.168.101.142) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Wed, 7 Mar 2012 12:44:55 -0000 Received: from d06av06.portsmouth.uk.ibm.com (d06av06.portsmouth.uk.ibm.com [9.149.37.217]) by d06nrmr1806.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q27CipAm2252986 for ; Wed, 7 Mar 2012 12:44:52 GMT Received: from d06av06.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av06.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q27Cip5A011266 for ; Wed, 7 Mar 2012 05:44:51 -0700 Received: from localhost (ptv01652.de.ibm.com [9.145.213.116]) by d06av06.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id q27CippG011226; Wed, 7 Mar 2012 05:44:51 -0700 From: Stefan Hajnoczi To: Anthony Liguori Date: Wed, 7 Mar 2012 12:44:34 +0000 Message-Id: <1331124287-6327-1-git-send-email-stefanha@linux.vnet.ibm.com> X-Mailer: git-send-email 1.7.9.1 MIME-Version: 1.0 x-cbid: 12030712-8372-0000-0000-000001EC3CEA X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 195.75.94.108 Cc: qemu-devel@nongnu.org, Stefan Hajnoczi Subject: [Qemu-devel] [PULL 00/13] Trivial patches for 25 February to 7 March 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 following changes since commit e32605062cd62c2a958ad28a6ad7de4eeab12027: xilinx_zynq: machine model initial version (2012-03-07 02:20:19 +0100) are available in the git repository at: git://github.com/stefanha/qemu.git trivial-patches for you to fetch changes up to 3b0e25e61d8e7a9f1557d4a2d9f67a7ef267993a: configure: Quote the configure args printed in config.log (2012-03-07 12:38:16 +0000) ---------------------------------------------------------------- Peter Maydell (1): configure: Quote the configure args printed in config.log Stefan Weil (12): ppc: Add missing 'static' to spin_rw_ops sh7750: Remove redundant 'struct' from MemoryRegionOps qom: Fix spelling in documentation qmp: Fix spelling fourty -> forty block/vmdk: Fix warning from splint (comparision of unsigned value) Fix sign of sscanf format specifiers vnc: Fix packed boolean struct members libcacard: Use format specifier %u instead of %d for unsigned values vnc: Add break statement Spelling fixes in comments (it's -> its) libcacard: Spelling and grammar fixes in documentation osdep: Remove local definition of macro offsetof block/vmdk.c | 2 +- configure | 20 ++++---------------- cursor.c | 3 ++- docs/libcacard.txt | 26 +++++++++++++------------- hw/exynos4210_mct.c | 2 +- hw/ppce500_spin.c | 2 +- hw/sh7750.c | 2 +- hw/sh_intc.c | 2 +- hw/usb-ccid.c | 2 +- include/qemu/object.h | 6 +++--- kvm-all.c | 2 +- libcacard/vscclient.c | 22 +++++++++++----------- linux-user/signal.c | 2 +- osdep.h | 3 --- qemu-file.h | 2 +- target-mips/op_helper.c | 2 +- test-qmp-output-visitor.c | 4 ++-- ui/vnc-auth-sasl.h | 4 ++-- ui/vnc-enc-hextile-template.h | 1 + 19 files changed, 48 insertions(+), 61 deletions(-)