From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38143) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gS3es-0003s0-51 for qemu-devel@nongnu.org; Wed, 28 Nov 2018 12:29:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gS3eq-0005Q7-Un for qemu-devel@nongnu.org; Wed, 28 Nov 2018 12:29:53 -0500 References: <20181126154616.18173-1-eric.auger@redhat.com> From: Auger Eric Message-ID: Date: Wed, 28 Nov 2018 18:29:33 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH for-3.1] hw/arm/virt-acpi-build: Fix SMMUv3 ACPI integration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Shannon Zhao , qemu-arm , QEMU Developers , Shameerali Kolothum Thodi , Eric Auger Hi Peter, On 11/27/18 2:32 PM, Peter Maydell wrote: > On Mon, 26 Nov 2018 at 15:46, Eric Auger wrote: >> >> The AcpiIortSmmu3 misses 2 32b fields corresponding to the >> proximity domain and the device id mapping index. >> >> Also let's report IO-coherent access is supported for >> translation table walks, descriptor fetches and queues by >> setting the COHACC override flag. Without that, we observe >> wrong command opcodes. The DT description also advertises >> the dma coherency. >> >> Fixes a703b4f6c1ee ("hw/arm/virt-acpi-build: Add smmuv3 node in IORT table") >> >> Signed-off-by: Eric Auger >> Reported-by: Shameerali Kolothum Thodi > > Hi; it looks (from looking at the code) like this isn't a > regression from 3.0 -- is that right? Correct, the lack of COHACC override flag has been there from the very beginning. > > I think this fix has missed rc3 (discussion seems to be ongoing > and it needs more time on-list for review), which means it's > likely to miss the 3.1 release. So at the moment I'm expecting > it to go into 4.0. (Maybe if we need an rc4 for some other reason > we might be able to put it in.) OK Thanks Eric > > thanks > -- PMM >