From mboxrd@z Thu Jan 1 00:00:00 1970 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 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 From: Stefan Hajnoczi Date: Wed, 7 Mar 2012 12:44:34 +0000 Message-Id: <1331124287-6327-1-git-send-email-stefanha@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PULL 00/13] Trivial patches for 25 February to 7 March 2012 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org, Stefan Hajnoczi 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(-) -- 1.7.9.1