From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48079) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6K0O-0007Yw-BW for qemu-devel@nongnu.org; Wed, 21 Sep 2011 06:26:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R6K0M-0006OP-FZ for qemu-devel@nongnu.org; Wed, 21 Sep 2011 06:26:16 -0400 Received: from mtagate1.uk.ibm.com ([194.196.100.161]:44341) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6K0M-0006Nz-7E for qemu-devel@nongnu.org; Wed, 21 Sep 2011 06:26:14 -0400 Received: from d06nrmr1507.portsmouth.uk.ibm.com (d06nrmr1507.portsmouth.uk.ibm.com [9.149.38.233]) by mtagate1.uk.ibm.com (8.13.1/8.13.1) with ESMTP id p8LAQCD2029667 for ; Wed, 21 Sep 2011 10:26:12 GMT Received: from d06av03.portsmouth.uk.ibm.com (d06av03.portsmouth.uk.ibm.com [9.149.37.213]) by d06nrmr1507.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p8LAQCKx2556036 for ; Wed, 21 Sep 2011 11:26:12 +0100 Received: from d06av03.portsmouth.uk.ibm.com (localhost.localdomain [127.0.0.1]) by d06av03.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p8LHQ9BK014455 for ; Wed, 21 Sep 2011 11:26:09 -0600 From: Stefan Hajnoczi Date: Wed, 21 Sep 2011 11:25:58 +0100 Message-Id: <1316600766-5541-1-git-send-email-stefanha@linux.vnet.ibm.com> Subject: [Qemu-devel] [PULL 0/8] Trivial patches for September 10 to 21 2011 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori , Stefan Hajnoczi The following changes since commit 27cdad67a1bc23b38c765b677ed8064bfb8d3e44: Revert "alpha-softmmu: Disable for the 0.15 release branch." (2011-09-21 00:50:32 +0200) are available in the git repository at: ssh://repo.or.cz/srv/git/qemu/stefanha.git trivial-patches Christoph Egger (1): use qemu_* ctype functions Jan Kiszka (3): Drop unneeded pthread.h inclusions Silence make if nothing is to do for libcacard Abort on thread layer errors Paolo Bonzini (1): fix compilation with stderr trace backend Peter Maydell (1): configure: Make missing pkg-config an error rather than a warning Stefan Weil (2): target-i386: Remove data type CCTable Remove qemu_host_page_bits cmd.c | 2 +- configure | 4 ++-- cpu-all.h | 1 - exec.c | 4 ---- hw/xen_nic.c | 1 - hw/xics.c | 2 -- libcacard/Makefile | 2 ++ qemu-thread-posix.c | 2 +- qemu-thread-win32.c | 2 +- target-i386/cpu.h | 5 ----- target-i386/translate.c | 5 ----- trace-events | 2 +- ui/keymaps.c | 2 +- ui/spice-display.c | 2 -- 14 files changed, 9 insertions(+), 27 deletions(-) -- 1.7.5.4