From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40757) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YwqEF-0001qH-Td for qemu-devel@nongnu.org; Mon, 25 May 2015 07:07:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YwqE7-0008Pm-4U for qemu-devel@nongnu.org; Mon, 25 May 2015 07:07:31 -0400 Received: from mailout3.w1.samsung.com ([210.118.77.13]:32892) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YwqE6-0008PW-V3 for qemu-devel@nongnu.org; Mon, 25 May 2015 07:07:23 -0400 Received: from eucpsbgm1.samsung.com (unknown [203.254.199.244]) by mailout3.w1.samsung.com (Oracle Communications Messaging Server 7.0.5.31.0 64bit (built May 5 2014)) with ESMTP id <0NOW00AAFK88Z030@mailout3.w1.samsung.com> for qemu-devel@nongnu.org; Mon, 25 May 2015 12:07:20 +0100 (BST) From: Pavel Fedin References: <1430921082-16779-1-git-send-email-shlomopongratz@gmail.com> <1430921082-16779-5-git-send-email-shlomopongratz@gmail.com> In-reply-to: <1430921082-16779-5-git-send-email-shlomopongratz@gmail.com> Date: Mon, 25 May 2015 14:07:18 +0300 Message-id: <00ee01d096da$f7ccdea0$e7669be0$@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 RFC V2 4/4] Add virtv2 machine that uses GIC-500 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: shlomopongratz@gmail.com, qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, 'Shlomo Pongratz' Hi everybody! I started to play with ITS implementation and got another question. > + [VIRT_ITS_CONTROL] = { 0x08020000, 0x00010000 }, > + [VIRT_ITS_TRANSLATION] = { 0x08030000, 0x00010000 }, Why do you describe these as two separate regions? Actually they always follow one another, and CONTROL area has peripherial IDs at the end, so we can perfectly merge them. Kind regards, Pavel Fedin Expert Engineer Samsung Electronics Research center Russia