From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57339) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cbWuK-0000i1-PF for qemu-devel@nongnu.org; Wed, 08 Feb 2017 13:23:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cbWuK-000376-2c for qemu-devel@nongnu.org; Wed, 08 Feb 2017 13:23:56 -0500 Received: from mail-wm0-x22d.google.com ([2a00:1450:400c:c09::22d]:37966) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cbWuJ-00036b-SG for qemu-devel@nongnu.org; Wed, 08 Feb 2017 13:23:56 -0500 Received: by mail-wm0-x22d.google.com with SMTP id r141so197196382wmg.1 for ; Wed, 08 Feb 2017 10:23:53 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: <1486560712-44171-1-git-send-email-agraf@suse.de> From: Peter Maydell Date: Wed, 8 Feb 2017 18:23:32 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [Qemu-arm] [PATCH] target-arm: Declare virtio-mmio as dma-coherent in dt List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ard Biesheuvel Cc: Laszlo Ersek , Shannon Zhao , qemu-arm , "Michael S. Tsirkin" , Alexander Graf , QEMU Developers On 8 February 2017 at 16:27, Ard Biesheuvel wrote: > The _CCA property is mandatory on arm64, and there is no default. Is there a tool that can check this kind of requirement and complain about issues in the ACPI tables (and ditto, device tree)? It's really easy to produce a dt or ACPI table that works with current kernels and then turns out to have a problem six or twelve months down the line :-( thanks -- PMM