From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39581) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZjA8-0004Rn-U7 for qemu-devel@nongnu.org; Tue, 07 May 2013 10:46:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UZjA7-0000Uh-Sx for qemu-devel@nongnu.org; Tue, 07 May 2013 10:46:40 -0400 Received: from mail-la0-x234.google.com ([2a00:1450:4010:c03::234]:53071) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZjA7-0000UR-Ls for qemu-devel@nongnu.org; Tue, 07 May 2013 10:46:39 -0400 Received: by mail-la0-f52.google.com with SMTP id fm20so650227lab.25 for ; Tue, 07 May 2013 07:46:38 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1367936209-12109-1-git-send-email-pbonzini@redhat.com> References: <1367936209-12109-1-git-send-email-pbonzini@redhat.com> From: Peter Maydell Date: Tue, 7 May 2013 15:46:18 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH 00/40] Memory-related changes sneak peek for 1.6 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: "Michael S. Tsirkin" , aik@ozlabs.ru, jan.kiszka@siemens.com, qemulist@gmail.com, qemu-devel@nongnu.org, Avi Kivity , stefanha@redhat.com, david@gibson.dropbear.id.au On 7 May 2013 15:16, Paolo Bonzini wrote: > These patches are also at git://github.com/bonzini/qemu.git, branch > iommu. A number of the patches in this series have checkpatch issues, mostly but not exclusively over-long lines. > From aec410066128aaca6337754c389f0e7c2d47089c Mon Sep 17 00:00:00 2001 > From: Paolo Bonzini > Date: Tue, 7 May 2013 11:30:23 +0200 > Subject: [PATCH 01/40] memory: assert that PhysPageEntry's ptr does not overflow > > Signed-off-by: Paolo Bonzini > --- > exec.c | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/exec.c b/exec.c > index 19725db..2e5b89a 100644 ...why is there all this junk at the bottom of your cover letter? thanks -- PMM