From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52188) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoHCk-0006eU-95 for qemu-devel@nongnu.org; Mon, 09 Jul 2012 12:53:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SoHCi-0005Ns-Fb for qemu-devel@nongnu.org; Mon, 09 Jul 2012 12:52:57 -0400 Received: from e6.ny.us.ibm.com ([32.97.182.146]:38519) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoHCi-0005L7-BU for qemu-devel@nongnu.org; Mon, 09 Jul 2012 12:52:56 -0400 Received: from /spool/local by e6.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 9 Jul 2012 12:52:29 -0400 Received: from d01relay06.pok.ibm.com (d01relay06.pok.ibm.com [9.56.227.116]) by d01dlp01.pok.ibm.com (Postfix) with ESMTP id 0FAE738C807E for ; Mon, 9 Jul 2012 12:48:30 -0400 (EDT) Received: from d01av02.pok.ibm.com (d01av02.pok.ibm.com [9.56.224.216]) by d01relay06.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q69GmTBq2097632 for ; Mon, 9 Jul 2012 12:48:29 -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 q69GmSkF021152 for ; Mon, 9 Jul 2012 13:48:29 -0300 Message-ID: <4FFB0B5A.70800@us.ibm.com> Date: Mon, 09 Jul 2012 11:48:26 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1341221796-14673-1-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1341221796-14673-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 0/3] Trivial patches for June 22 to 2 July 2012 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org On 07/02/2012 04:36 AM, Stefan Hajnoczi wrote: > I will be away from 3 - 11 July. Here is the current trivial-patches queue. Pulled. Thanks. Regards, Anthony Liguoriggg > > 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(-) >