From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52843) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a2LjH-0000zY-Em for qemu-devel@nongnu.org; Fri, 27 Nov 2015 11:18:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a2LjG-0006gS-G9 for qemu-devel@nongnu.org; Fri, 27 Nov 2015 11:18:35 -0500 Received: from mail-vk0-x22f.google.com ([2607:f8b0:400c:c05::22f]:36129) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a2LjG-0006g6-AN for qemu-devel@nongnu.org; Fri, 27 Nov 2015 11:18:34 -0500 Received: by vkay187 with SMTP id y187so71003164vka.3 for ; Fri, 27 Nov 2015 08:18:33 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <16a53ebff719d6d08fc1197c365d0f84f89b979d.1448359515.git.p.fedin@samsung.com> References: <16a53ebff719d6d08fc1197c365d0f84f89b979d.1448359515.git.p.fedin@samsung.com> From: Peter Maydell Date: Fri, 27 Nov 2015 16:18:14 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [RFC PATCH v3 5/5] arm/virt: Add ITS to the virt board List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Pavel Fedin Cc: Diana Craciun , Shlomo Pongratz , Shlomo Pongratz , QEMU Developers On 24 November 2015 at 10:13, Pavel Fedin wrote: > If supported by the configuration, ITS will be added automatically. > > This patch also renames v2m_phandle to msi_phandle because it's now used > by both MSI implementations. > > Signed-off-by: Pavel Fedin Reviewed-by: Peter Maydell We'll need to add the ACPI bindings at some point but we can do that later. thanks -- PMM