From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41222) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f6zCB-0006Ia-SC for qemu-devel@nongnu.org; Fri, 13 Apr 2018 09:56:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f6zCB-0003dX-6r for qemu-devel@nongnu.org; Fri, 13 Apr 2018 09:56:55 -0400 References: <1522160122-10744-1-git-send-email-eric.auger@redhat.com> <1522160122-10744-5-git-send-email-eric.auger@redhat.com> From: Auger Eric Message-ID: <70d8e4a0-12ad-dd75-3b71-fd611b7ec0fe@redhat.com> Date: Fri, 13 Apr 2018 15:56:47 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC 4/8] hw/intc/arm_gicv3: Implement register_redist_region API List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Wei Huang , Andrew Jones , Christoffer Dall , Marc Zyngier , QEMU Developers , qemu-arm , Shannon Zhao , Eric Auger Hi Peter, On 13/04/18 15:46, Peter Maydell wrote: > On 13 April 2018 at 14:44, Auger Eric wrote: >> Actually this is an API provided to the machine and not the device >> itself directly playing with the mapping. >> >> If not acceptable, I need to match the existing notifier framework and >> do something similar taking into account the new GROUP/ATTR address >> semantics here. > > I think I'd rather that we continue to tell the kernel about > the addresses of device related regions in the same general > way that we do at the moment. OK I will rework in that direction then. Thank you for the review! Eric > > thanks > -- PMM >