From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38155) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uu79S-0002CO-Ez for qemu-devel@nongnu.org; Tue, 02 Jul 2013 16:26:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uu79Q-0005ui-4T for qemu-devel@nongnu.org; Tue, 02 Jul 2013 16:26:14 -0400 Received: from e32.co.us.ibm.com ([32.97.110.150]:35233) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uu79P-0005uY-Us for qemu-devel@nongnu.org; Tue, 02 Jul 2013 16:26:12 -0400 Received: from /spool/local by e32.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 2 Jul 2013 14:26:10 -0600 Received: from d03relay02.boulder.ibm.com (d03relay02.boulder.ibm.com [9.17.195.227]) by d03dlp01.boulder.ibm.com (Postfix) with ESMTP id 183B31FF001C for ; Tue, 2 Jul 2013 14:20:51 -0600 (MDT) Received: from d03av03.boulder.ibm.com (d03av03.boulder.ibm.com [9.17.195.169]) by d03relay02.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r62KQ7r0163450 for ; Tue, 2 Jul 2013 14:26:07 -0600 Received: from d03av03.boulder.ibm.com (loopback [127.0.0.1]) by d03av03.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r62KQ6n0001091 for ; Tue, 2 Jul 2013 14:26:07 -0600 From: Anthony Liguori In-Reply-To: References: <1372279929-28836-1-git-send-email-rth@twiddle.net> <51D2EEDA.8000606@twiddle.net> <871u7gvkix.fsf@codemonkey.ws> Date: Tue, 02 Jul 2013 15:25:59 -0500 Message-ID: <87txkcr9ns.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PATCH v2 0/9] tcg: remainder and arm runtime detection List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: blauwirbel@gmail.com, claudio.fontana@huawei.com, qemu-devel@nongnu.org, aurelien@aurel32.net, Richard Henderson Peter Maydell writes: > On 2 July 2013 20:17, Anthony Liguori wrote: >> Richard Henderson writes: >> >>> Ping. >> >> Peter, could you take a look and bring in through the arm tree? > > I can test it and put together a pullrequest, sure, though > tcg/arm isn't really covered by either arm-devs or target-arm. Ah, I had assumed you also maintained ARM TCG host support. MAINTAINERS is silent on TCG host support :-/ Regards, Anthony Liguori > > -- PMM