From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50408) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqMal-0008TT-Tg for qemu-devel@nongnu.org; Tue, 10 Dec 2013 07:39:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VqMaf-0006Kw-Th for qemu-devel@nongnu.org; Tue, 10 Dec 2013 07:39:11 -0500 Received: from mx1.redhat.com ([209.132.183.28]:59537) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqMaf-0006Kp-IP for qemu-devel@nongnu.org; Tue, 10 Dec 2013 07:39:05 -0500 Message-ID: <52A70B62.3090905@redhat.com> Date: Tue, 10 Dec 2013 13:38:58 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1385899343-24169-1-git-send-email-marcel.a@redhat.com> <20131210114924.GA25293@redhat.com> <1386679030.10879.35.camel@localhost.localdomain> In-Reply-To: <1386679030.10879.35.camel@localhost.localdomain> Content-Type: text/plain; charset=UTF-8 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: Marcel Apfelbaum Cc: peter.maydell@linaro.org, "Michael S. Tsirkin" , jan.kiszka@siemens.com, qemu-devel@nongnu.org, afaerber@suse.de, rth@twiddle.net 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). Paolo