From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41103) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yws8t-0000in-8M for qemu-devel@nongnu.org; Mon, 25 May 2015 09:10:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yws8p-0000kU-9D for qemu-devel@nongnu.org; Mon, 25 May 2015 09:10:07 -0400 Received: from mailout1.w1.samsung.com ([210.118.77.11]:38835) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yws8p-0000dT-0l for qemu-devel@nongnu.org; Mon, 25 May 2015 09:10:03 -0400 Received: from eucpsbgm1.samsung.com (unknown [203.254.199.244]) by mailout1.w1.samsung.com (Oracle Communications Messaging Server 7.0.5.31.0 64bit (built May 5 2014)) with ESMTP id <0NOW004T1PWNP450@mailout1.w1.samsung.com> for qemu-devel@nongnu.org; Mon, 25 May 2015 14:09:59 +0100 (BST) From: Pavel Fedin References: <1432464666-4825-1-git-send-email-christoffer.dall@linaro.org> <1432464666-4825-5-git-send-email-christoffer.dall@linaro.org> In-reply-to: <1432464666-4825-5-git-send-email-christoffer.dall@linaro.org> Date: Mon, 25 May 2015 16:09:58 +0300 Message-id: <011b01d096ec$1a395e80$4eac1b80$@samsung.com> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit Content-language: ru Subject: Re: [Qemu-devel] [PATCH v3 4/4] target-arm: Add the GICv2m to the virt board List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: 'Christoffer Dall' , qemu-devel@nongnu.org Cc: kvmarm@lists.cs.columbia.edu, eric.auger@linaro.org Hello! > typedef struct MemMapEntry { > @@ -88,6 +90,7 @@ typedef struct VirtBoardInfo { > int fdt_size; > uint32_t clock_phandle; > uint32_t gic_phandle; > + uint32_t v2m_phandle; > } VirtBoardInfo; Could you rename v2m_phandle to something more neutral like msi_phandle ? It will also be used by GICv3 ITS implementation. Kind regards, Pavel Fedin Expert Engineer Samsung Electronics Research center Russia