From patchwork Mon Jul 2 09:36:33 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Hajnoczi X-Patchwork-Id: 168527 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id E0AB02C01F0 for ; Mon, 2 Jul 2012 19:37:12 +1000 (EST) Received: from localhost ([::1]:34112 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sld4A-00083i-MI for incoming@patchwork.ozlabs.org; Mon, 02 Jul 2012 05:37:10 -0400 Received: from eggs.gnu.org ([208.118.235.92]:40842) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sld3t-0007go-Mw for qemu-devel@nongnu.org; Mon, 02 Jul 2012 05:36:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sld3n-0005MW-9x for qemu-devel@nongnu.org; Mon, 02 Jul 2012 05:36:53 -0400 Received: from e06smtp15.uk.ibm.com ([195.75.94.111]:56084) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sld3n-0005LN-1x for qemu-devel@nongnu.org; Mon, 02 Jul 2012 05:36:47 -0400 Received: from /spool/local by e06smtp15.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 2 Jul 2012 10:36:42 +0100 Received: from d06nrmr1307.portsmouth.uk.ibm.com (9.149.38.129) by e06smtp15.uk.ibm.com (192.168.101.145) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Mon, 2 Jul 2012 10:36:41 +0100 Received: from d06av03.portsmouth.uk.ibm.com (d06av03.portsmouth.uk.ibm.com [9.149.37.213]) by d06nrmr1307.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q629adC92371704 for ; Mon, 2 Jul 2012 10:36:40 +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 q629adHt007354 for ; Mon, 2 Jul 2012 03:36:39 -0600 Received: from localhost (stefanha-thinkpad.manchester-maybrook.uk.ibm.com [9.174.219.145]) by d06av03.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id q629acB8007326; Mon, 2 Jul 2012 03:36:39 -0600 From: Stefan Hajnoczi To: Anthony Liguori Date: Mon, 2 Jul 2012 10:36:33 +0100 Message-Id: <1341221796-14673-1-git-send-email-stefanha@linux.vnet.ibm.com> X-Mailer: git-send-email 1.7.10 MIME-Version: 1.0 x-cbid: 12070209-0342-0000-0000-000002296B88 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 195.75.94.111 Cc: qemu-devel@nongnu.org, Stefan Hajnoczi Subject: [Qemu-devel] [PULL 0/3] Trivial patches for June 22 to 2 July 2012 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 I will be away from 3 - 11 July. Here is the current trivial-patches queue. The following changes since commit 71ea2e016131a9fcde6f1ffd3e0e34a64c21f593: bsd-user: fix build (2012-06-28 20:28:36 +0000) are available in the git repository at: git://github.com/stefanha/qemu.git trivial-patches for you to fetch changes up to f595e73713e9b206ac624afd0e48cc927857a3c0: configure: Remove help for --disable-vnc-thread, --enable-vnc-thread (2012-07-02 10:10:52 +0100) ---------------------------------------------------------------- Peter Maydell (2): cpu-common.h: Remove unnecessary guard on including targphys.h cpu-common.h: Remove a pointless ifndef CONFIG_USER_ONLY Stefan Weil (1): configure: Remove help for --disable-vnc-thread, --enable-vnc-thread configure | 2 -- cpu-common.h | 4 ---- 2 files changed, 6 deletions(-)