From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59207) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UiY2O-00086M-SG for qemu-devel@nongnu.org; Fri, 31 May 2013 18:43:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UiY2I-0005dY-7N for qemu-devel@nongnu.org; Fri, 31 May 2013 18:43:08 -0400 Received: from mail-vb0-x234.google.com ([2607:f8b0:400c:c02::234]:54989) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UiY2I-0005dU-3P for qemu-devel@nongnu.org; Fri, 31 May 2013 18:43:02 -0400 Received: by mail-vb0-f52.google.com with SMTP id p12so1413991vbe.25 for ; Fri, 31 May 2013 15:43:01 -0700 (PDT) Sender: Richard Henderson Message-ID: <51A92771.1010306@twiddle.net> Date: Fri, 31 May 2013 15:42:57 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1369948629-2833-1-git-send-email-pbonzini@redhat.com> <1369948629-2833-10-git-send-email-pbonzini@redhat.com> In-Reply-To: <1369948629-2833-10-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 09/21] exec: reorganize mem_add to match Int128 version List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org On 05/30/2013 02:16 PM, Paolo Bonzini wrote: > When adding support for 2^64-byte sections, we will have to change > the structure of mem_add to avoid failures in int128_get64. > Reorganize the code now before introducing Int128. > > Signed-off-by: Paolo Bonzini > --- > exec.c | 39 ++++++++++++++++----------------------- > 1 file changed, 16 insertions(+), 23 deletions(-) Reviewed-by: Richard Henderson r~