From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48508) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6ly9-0006V9-R8 for qemu-devel@nongnu.org; Thu, 22 Sep 2011 12:17:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R6ljv-0004qB-IE for qemu-devel@nongnu.org; Thu, 22 Sep 2011 12:03:13 -0400 Received: from e2.ny.us.ibm.com ([32.97.182.142]:49533) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6ljv-0004pI-Fj for qemu-devel@nongnu.org; Thu, 22 Sep 2011 12:03:07 -0400 Received: from /spool/local by us.ibm.com with XMail ESMTP for from ; Thu, 22 Sep 2011 11:59:08 -0400 Received: from d01av02.pok.ibm.com (d01av02.pok.ibm.com [9.56.224.216]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p8MFwBL3208432 for ; Thu, 22 Sep 2011 11:58:12 -0400 Received: from d01av02.pok.ibm.com (loopback [127.0.0.1]) by d01av02.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p8MFwBnG032486 for ; Thu, 22 Sep 2011 12:58:11 -0300 Message-ID: <4E7B5B11.2050006@us.ibm.com> Date: Thu, 22 Sep 2011 10:58:09 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1316600766-5541-1-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1316600766-5541-1-git-send-email-stefanha@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [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: Stefan Hajnoczi Cc: qemu-devel@nongnu.org On 09/21/2011 05:25 AM, Stefan Hajnoczi wrote: > 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 Pulled. Thanks. Regards, Anthony Liguori > > 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(-) >