From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59559) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Si0Ln-000586-0l for qemu-devel@nongnu.org; Fri, 22 Jun 2012 05:40:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Si0Lj-00056C-5B for qemu-devel@nongnu.org; Fri, 22 Jun 2012 05:40:22 -0400 Received: from e06smtp14.uk.ibm.com ([195.75.94.110]:45762) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Si0Li-0004wd-T9 for qemu-devel@nongnu.org; Fri, 22 Jun 2012 05:40:19 -0400 Received: from /spool/local by e06smtp14.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 22 Jun 2012 10:40:13 +0100 Received: from d06av08.portsmouth.uk.ibm.com (d06av08.portsmouth.uk.ibm.com [9.149.37.249]) by d06nrmr1707.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q5M9eBdD1437754 for ; Fri, 22 Jun 2012 10:40:11 +0100 Received: from d06av08.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av08.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q5M9eA0H014770 for ; Fri, 22 Jun 2012 03:40:11 -0600 From: Stefan Hajnoczi Date: Fri, 22 Jun 2012 10:39:57 +0100 Message-Id: <1340358009-16033-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/12] Trivial patches for June 9 to 22 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 47ecbdf07ed2c37bdfd2d77137d01bb319ce13da: libcacard: build fixes (2012-06-21 20:04:24 +0000) are available in the git repository at: git://github.com/stefanha/qemu.git trivial-patches for you to fetch changes up to 6a69226f22011673dbce99d5e32cfeaad5bff426: tci: Support INDEX_op_bswap64_i64 (2012-06-22 10:34:21 +0100) ---------------------------------------------------------------- Andreas Färber (2): Makefile.user: Define CONFIG_USER_ONLY for libuser/ libqtest: Fix socket_accept() to pass address_len Frédéric Boiteux (1): Install 'bepo' keymap already included in Qemu source Peter A. G. Crosthwaite (1): arm_gic: Send dbg msgs to stderr not stdout Peter Maydell (1): Makefile.hw: avoid overly large 'make clean' rm command Stefan Weil (7): Makefile: Remove BUILD_DIR from qapi-dir Makefile: Remove macro qapi-dir qemu-config: Use QEMU instead of Qemu checkpatch: Add QEMU specific rule configure: Fix typo target-i386: Use QEMU instead of Qemu tci: Support INDEX_op_bswap64_i64 Makefile | 24 ++++++++++++------------ Makefile.hw | 4 ++-- Makefile.user | 1 + configure | 2 +- hw/arm_gic.c | 2 +- qemu-config.h | 2 +- scripts/checkpatch.pl | 5 +++++ target-i386/cpu.c | 2 +- tci.c | 1 - tests/libqtest.c | 1 + 10 files changed, 25 insertions(+), 19 deletions(-) -- 1.7.10