From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50290) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uu2Hi-0003Yn-SP for qemu-devel@nongnu.org; Tue, 02 Jul 2013 11:14:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uu2He-0008Js-F6 for qemu-devel@nongnu.org; Tue, 02 Jul 2013 11:14:26 -0400 Received: from mail-gh0-x234.google.com ([2607:f8b0:4002:c05::234]:61377) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uu2He-0008JP-B2 for qemu-devel@nongnu.org; Tue, 02 Jul 2013 11:14:22 -0400 Received: by mail-gh0-f180.google.com with SMTP id f18so2492907ghb.11 for ; Tue, 02 Jul 2013 08:14:22 -0700 (PDT) Sender: Richard Henderson Message-ID: <51D2EE4A.3070707@twiddle.net> Date: Tue, 02 Jul 2013 08:14:18 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1370453368-21214-1-git-send-email-rth@twiddle.net> <51B61DC8.900@twiddle.net> <51BF3142.9030404@twiddle.net> <51C9122C.8080705@twiddle.net> In-Reply-To: <51C9122C.8080705@twiddle.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/4] tcg-arm: Implement tcg_register_jit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori , aurelien@aurel32.net Ping 4. Should I just send a PULL for the only partially reviewed series? r~ On 06/24/2013 08:44 PM, Richard Henderson wrote: > Ping 3. > > On 06/17/2013 08:54 AM, Richard Henderson wrote: >> Ping. >> >> >> On 06/10/2013 11:41 AM, Richard Henderson wrote: >>> Ping. >>> >>> >>> On 06/05/2013 10:29 AM, Richard Henderson wrote: >>>> Changes v1-v2: >>>> The suggestions for improvement I got from round 1 apply to all >>>> of the hosts, not just arm. >>>> >>>> >>>> r~ >>>> >>>> >>>> Richard Henderson (4): >>>> tcg: Fix high_pc fields in .debug_info >>>> tcg: Move the CIE and FDE header definitions to common code >>>> tcg-i386: Use QEMU_BUILD_BUG_ON instead of assert for frame size >>>> tcg-arm: Implement tcg_register_jit >>>> >>>> tcg/arm/tcg-target.c | 76 ++++++++++++++++++++++++++++++++++++++++++++------ >>>> tcg/hppa/tcg-target.c | 35 +++++++---------------- >>>> tcg/i386/tcg-target.c | 45 +++++++++++------------------- >>>> tcg/sparc/tcg-target.c | 35 +++++++---------------- >>>> tcg/tcg.c | 22 +++++++++++++-- >>>> 5 files changed, 123 insertions(+), 90 deletions(-) >>>> >>> >> >