From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57461) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZIJnU-00026m-G4 for qemu-devel@nongnu.org; Thu, 23 Jul 2015 12:56:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZIJnR-0007xY-37 for qemu-devel@nongnu.org; Thu, 23 Jul 2015 12:56:40 -0400 Received: from mail-wi0-x234.google.com ([2a00:1450:400c:c05::234]:35713) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZIJnQ-0007xQ-SM for qemu-devel@nongnu.org; Thu, 23 Jul 2015 12:56:37 -0400 Received: by wibxm9 with SMTP id xm9so217128805wib.0 for ; Thu, 23 Jul 2015 09:56:36 -0700 (PDT) Sender: Paolo Bonzini References: <01d301d0c53c$b5f1d9a0$21d58ce0$@samsung.com> <55B0D6B2.8070000@suse.de> From: Paolo Bonzini Message-ID: <55B11CC1.30503@redhat.com> Date: Thu, 23 Jul 2015 18:56:33 +0200 MIME-Version: 1.0 In-Reply-To: <55B0D6B2.8070000@suse.de> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] arm/virt: Add high MMIO PCI region, 2G in size List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf , Pavel Fedin , 'QEMU Developers' Cc: 'Peter Maydell' , 'Igor Mammedov' On 23/07/2015 13:57, Alexander Graf wrote: >> > @@ -125,6 +125,7 @@ static const MemMapEntry a15memmap[] = { >> > [VIRT_PCIE_PIO] = { 0x3eff0000, 0x00010000 }, >> > [VIRT_PCIE_ECAM] = { 0x3f000000, 0x01000000 }, >> > [VIRT_MEM] = { 0x40000000, 30ULL * 1024 * 1024 * 1024 }, >> > + [VIRT_PCIE_MMIO_HIGH] = {0x800000000, 0x80000000 }, > This limits the amount of RAM to 30GB, no? I'm not sure it's what we > want in the long run ... Limiting high MMIO to 2GB is also relatively little. (What the hell... my first hard drive was 20 MB and it failed more or less at the same time as we managed to fill it...). Paolo