From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57781) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIyY1-0007FW-9k for qemu-devel@nongnu.org; Fri, 01 Jul 2016 09:31:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bIyXz-00041M-BP for qemu-devel@nongnu.org; Fri, 01 Jul 2016 09:31:56 -0400 Received: from mail-vk0-x236.google.com ([2607:f8b0:400c:c05::236]:34166) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIyXz-00041I-6q for qemu-devel@nongnu.org; Fri, 01 Jul 2016 09:31:55 -0400 Received: by mail-vk0-x236.google.com with SMTP id c2so153184982vkg.1 for ; Fri, 01 Jul 2016 06:31:55 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20160701114006.w7cjhvfnj5cg3ks7@hawk.localdomain> References: <1467134090-5099-1-git-send-email-ard.biesheuvel@linaro.org> <20160701114006.w7cjhvfnj5cg3ks7@hawk.localdomain> From: Peter Maydell Date: Fri, 1 Jul 2016 14:31:35 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH] hw/arm/virt: mark the PCIe host controller as DMA coherent in the DT List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andrew Jones Cc: Ard Biesheuvel , Eric Auger , Peter Crosthwaite , Bogdan Purcareata , QEMU Developers , Alexander Graf , G Gregory On 1 July 2016 at 12:40, Andrew Jones wrote: > I might have mentioned in the commit message that the ACPI generation > already does this, as _CCA is set to 1, added with commit bc64b96c > (assuming I'm right, and a value of 1 there is the ACPI equivalent of > this patch) > > bc64b96c's commit message is also lacking, in the fact it doesn't > state why the value of 1 is chosen, only that the attribute is > compulsory, which I presume could have been added with the value 0 > to satisfy that. > > Anyway, I just wanted to point out that I *think* we're fine for > ACPI. Perhaps I'm the only one who didn't know that already though... Thanks for the update: I've edited the commit message to add: # This brings the DT description into line with the ACPI description, # which already marks the PCI bridge as cache coherent (see commit # bc64b96c984abf). thanks -- PMM