From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52991) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqMlz-000540-Kp for qemu-devel@nongnu.org; Tue, 10 Dec 2013 07:50:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VqMlt-0001Bd-Lm for qemu-devel@nongnu.org; Tue, 10 Dec 2013 07:50:47 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34990) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqMlt-0001BJ-Dl for qemu-devel@nongnu.org; Tue, 10 Dec 2013 07:50:41 -0500 Message-ID: <1386679832.10879.42.camel@localhost.localdomain> From: Marcel Apfelbaum Date: Tue, 10 Dec 2013 14:50:32 +0200 In-Reply-To: <52A70B62.3090905@redhat.com> References: <1385899343-24169-1-git-send-email-marcel.a@redhat.com> <20131210114924.GA25293@redhat.com> <1386679030.10879.35.camel@localhost.localdomain> <52A70B62.3090905@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] exec: separate sections and nodes per address space List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: peter.maydell@linaro.org, "Michael S. Tsirkin" , jan.kiszka@siemens.com, qemu-devel@nongnu.org, afaerber@suse.de, rth@twiddle.net On Tue, 2013-12-10 at 13:38 +0100, Paolo Bonzini wrote: > Il 10/12/2013 13:37, Marcel Apfelbaum ha scritto: > > > > Beside this it looks OK, the branch does not compile and I couldn't look into it more... > > Can you please also merge my other patch > > "memory.c: bugfix - ref counting mismatch in memory_region_find" ? > > Regarding the compilation issue, I suggest rebasing on top of Stefan's > pull request (commit ac9524d, qemu-iotests: filter QEMU monitor \r\n, > 2013-11-14). Sure, thanks, but Michael specifically asked for his pci branch, probably because it conflicts with his patch: "exec: memory radix tree page level compression" which is long (~50 patches) after "qemu-iotests: filter QEMU monitor \r\n" Rebasing on top of the later resulted in 0 conflicts/patch unchanged... Thanks, Marcel > > Paolo