From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:50444) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QmpIf-0006hP-9C for qemu-devel@nongnu.org; Fri, 29 Jul 2011 11:48:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QmpId-0004oG-EE for qemu-devel@nongnu.org; Fri, 29 Jul 2011 11:48:33 -0400 Received: from e9.ny.us.ibm.com ([32.97.182.139]:46661) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QmpId-0004nv-6g for qemu-devel@nongnu.org; Fri, 29 Jul 2011 11:48:31 -0400 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [9.56.227.234]) by e9.ny.us.ibm.com (8.14.4/8.13.1) with ESMTP id p6TFFg7u025608 for ; Fri, 29 Jul 2011 11:15:42 -0400 Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by d01relay02.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p6TFlObn398722 for ; Fri, 29 Jul 2011 11:47:33 -0400 Received: from d01av04.pok.ibm.com (loopback [127.0.0.1]) by d01av04.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p6TFlNPD018246 for ; Fri, 29 Jul 2011 11:47:23 -0400 Message-ID: <4E32D60A.2020909@us.ibm.com> Date: Fri, 29 Jul 2011 10:47:22 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1311779668-10660-1-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1311779668-10660-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 v2] Trivial patches for June 25 to July 27 2011 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org On 07/27/2011 10:14 AM, Stefan Hajnoczi wrote: > Quick update: I have dropped the superfluous "Makefile: fix out-of-tree builds" > patch. > > The following changes since commit c886edfb851c0c590d4e77f058f2ec8ed95ad1b5: > > Let users select their pythons (2011-07-25 16:50:12 +0000) > > are available in the git repository at: > ssh://repo.or.cz/srv/git/qemu/stefanha.git trivial-patches Pulled. Thanks. Regards, Anthony Liguori > > Alexandre Raymond (1): > Makefile: Minor cscope fixups > > Juan Quintela (1): > xen_mapcache: remove unused variable > > Michael Roth (1): > Makefile: add missing deps on $(GENERATED_HEADERS) > > Stefan Weil (1): > slirp: Fix unusual "comments" in unused code > > Wolfgang Mauerer (1): > vhost build fix for i386 > > Zhi Yong Wu (1): > qmp: fix efect -> effect typo in qmp-commands.hx > > Makefile | 6 ++++-- > configure | 23 +++++++++++++++++++++++ > qmp-commands.hx | 2 +- > slirp/ip_input.c | 4 ++-- > xen-mapcache.c | 3 +-- > 5 files changed, 31 insertions(+), 7 deletions(-) > >