From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:52362) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RcfP7-0007hV-5e for qemu-devel@nongnu.org; Mon, 19 Dec 2011 10:45:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RcfP3-0003wN-5N for qemu-devel@nongnu.org; Mon, 19 Dec 2011 10:45:29 -0500 Received: from e39.co.us.ibm.com ([32.97.110.160]:58671) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RcfP3-0003qN-00 for qemu-devel@nongnu.org; Mon, 19 Dec 2011 10:45:25 -0500 Received: from /spool/local by e39.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 19 Dec 2011 08:45:03 -0700 Received: from d03av06.boulder.ibm.com (d03av06.boulder.ibm.com [9.17.195.245]) by d03relay05.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id pBJFiak8055604 for ; Mon, 19 Dec 2011 08:44:40 -0700 Received: from d03av06.boulder.ibm.com (loopback [127.0.0.1]) by d03av06.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id pBJFiZD3008445 for ; Mon, 19 Dec 2011 08:44:35 -0700 Message-ID: <4EEF5BE2.6080106@us.ibm.com> Date: Mon, 19 Dec 2011 09:44:34 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1324293158-25433-1-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1324293158-25433-1-git-send-email-stefanha@linux.vnet.ibm.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 00/17] Trivial patches for 7 to 19 December 2011 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org On 12/19/2011 05:12 AM, Stefan Hajnoczi wrote: > The following changes since commit 5ab97b7f81dccccee03a3f1d03a4d09a27f0eeff: > > phys_page_find_alloc: Use correct initial region_offset. (2011-12-15 10:22:40 -0600) Pulled. Thanks. Regards, Anthony Liguori > > are available in the git repository at: > ssh://repo.or.cz/srv/git/qemu/stefanha.git trivial-patches > > Geoffrey Thomas (1): > slirp: Fix typo in net_slirp_hostfwd_remove > > Julian Pidancet (1): > Also create piix3 property when Xen is enabled > > Michael Ellerman (1): > kvm: Print something before calling abort() if KVM_RUN fails > > Paolo Bonzini (1): > ide: drop argument to dma_buf_commit > > Peter Maydell (2): > Makefile.target: Remove unnecessary dependency rules > stellaris: Calculate system clock period on reset > > Stefan Weil (11): > configure: Fix compiler warnings in config.log (always return a value from main) > configure: Fix compiler warnings in config.log (old-style function definition) > configure: Fix compiler warning in config.log (integer from pointer) > configure: Fix compiler warnings in config.log (null arguments) > configure: Fix compiler warning in config.log (unused variable) > configure: Fix compiler warning in config.log (macro redefined) > configure: Fix compiler warnings in config.log (uninitialized variable) > configure: Fix compiler warning in config.log (undefined NULL) > configure: Fix compiler warning in config.log (value was never used) > configure: Fix compiler warnings in config.log (statement without effect) > configure: Improve Xen autodetection for hosts without Xen > > Makefile.target | 6 ---- > configure | 71 ++++++++++++++++++++++++++++++++++++++---------------- > hw/ide/core.c | 6 ++-- > hw/piix_pci.c | 3 +- > hw/stellaris.c | 1 + > kvm-all.c | 3 +- > net/slirp.c | 2 +- > 7 files changed, 58 insertions(+), 34 deletions(-) >