From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33796) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBiF3-000433-BH for qemu-devel@nongnu.org; Fri, 07 Feb 2014 05:01:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WBiEx-0002QM-8j for qemu-devel@nongnu.org; Fri, 07 Feb 2014 05:01:01 -0500 Received: from mx1.redhat.com ([209.132.183.28]:47811) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBiEx-0002QG-22 for qemu-devel@nongnu.org; Fri, 07 Feb 2014 05:00:55 -0500 Message-ID: <52F4AECD.8050107@redhat.com> Date: Fri, 07 Feb 2014 11:00:45 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1391682273-8457-1-git-send-email-imammedo@redhat.com> <20140206122254.GA12290@redhat.com> <20140206133225.0a3dc0ff@nial.usersys.redhat.com> In-Reply-To: <20140206133225.0a3dc0ff@nial.usersys.redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] memory_region_present: return false if address is not found in child MemoryRegion List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Mammedov , "Michael S. Tsirkin" Cc: peter.maydell@linaro.org, jan.kiszka@siemens.com, qemu-devel@nongnu.org, anthony@codemonkey.ws, rth@twiddle.net Il 06/02/2014 13:32, Igor Mammedov ha scritto: > io_as in not a pure container, that's why > memory_region_find() finds it at all. > > This patch only fixes function to behave as it was > originally documented. The idea was that parent would be a pure container :) but your patch makes sense and fixes the problem. Paolo