From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41649) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X06bh-0005iA-6d for qemu-devel@nongnu.org; Thu, 26 Jun 2014 06:08:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X06bZ-0007iF-Nr for qemu-devel@nongnu.org; Thu, 26 Jun 2014 06:08:41 -0400 Message-ID: <53ABF11E.4030508@redhat.com> Date: Thu, 26 Jun 2014 12:08:30 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1403720497-5318-1-git-send-email-pbonzini@redhat.com> <877g442kie.fsf@blackfin.pond.sub.org> In-Reply-To: <877g442kie.fsf@blackfin.pond.sub.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] serial-pci: remove memory regions from BAR before destroying them List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org, kraxel@redhat.com Il 26/06/2014 09:32, Markus Armbruster ha scritto: >> > Reported-by: Markus Armbruster >> > Signed-off-by: Paolo Bonzini > Reviewed-by: Markus Armbruster > > Would it make sense to add a "must not contain subregions" to > memory_region_destroy()'s function comment? I don't know, in the end the assertion is pretty self-explanatory. If we add hotplug support to libqos, we can test it. Paolo