From patchwork Mon Dec 19 11:12:21 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Hajnoczi X-Patchwork-Id: 132188 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 61C8FB7047 for ; Mon, 19 Dec 2011 22:13:06 +1100 (EST) Received: from localhost ([::1]:48478 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rcb9T-0008IQ-Dr for incoming@patchwork.ozlabs.org; Mon, 19 Dec 2011 06:13:03 -0500 Received: from eggs.gnu.org ([140.186.70.92]:45150) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rcb9N-0008I8-8E for qemu-devel@nongnu.org; Mon, 19 Dec 2011 06:12:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rcb9I-00029T-Vv for qemu-devel@nongnu.org; Mon, 19 Dec 2011 06:12:57 -0500 Received: from e06smtp10.uk.ibm.com ([195.75.94.106]:57527) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rcb9I-00028e-OC for qemu-devel@nongnu.org; Mon, 19 Dec 2011 06:12:52 -0500 Received: from /spool/local by e06smtp10.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 19 Dec 2011 11:12:49 -0000 Received: from d06nrmr1707.portsmouth.uk.ibm.com ([9.149.39.225]) by e06smtp10.uk.ibm.com ([192.168.101.140]) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Mon, 19 Dec 2011 11:12:48 -0000 Received: from d06av11.portsmouth.uk.ibm.com (d06av11.portsmouth.uk.ibm.com [9.149.37.252]) by d06nrmr1707.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id pBJBClQl2261224 for ; Mon, 19 Dec 2011 11:12:47 GMT Received: from d06av11.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av11.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id pBJBClGd023048 for ; Mon, 19 Dec 2011 04:12:47 -0700 Received: from localhost (stefanha-thinkpad.manchester-maybrook.uk.ibm.com [9.174.219.31]) by d06av11.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id pBJBCkq2023030; Mon, 19 Dec 2011 04:12:47 -0700 From: Stefan Hajnoczi To: Date: Mon, 19 Dec 2011 11:12:21 +0000 Message-Id: <1324293158-25433-1-git-send-email-stefanha@linux.vnet.ibm.com> X-Mailer: git-send-email 1.7.7.3 MIME-Version: 1.0 x-cbid: 11121911-4966-0000-0000-000000E85180 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 195.75.94.106 Cc: Anthony Liguori , Stefan Hajnoczi Subject: [Qemu-devel] [PULL 00/17] Trivial patches for 7 to 19 December 2011 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org The following changes since commit 5ab97b7f81dccccee03a3f1d03a4d09a27f0eeff: phys_page_find_alloc: Use correct initial region_offset. (2011-12-15 10:22:40 -0600) 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(-)