From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Return-Path: Subject: Re: [PATCH v9 4/5] x86/PCI: Enable a 64bit BAR on AMD Family 15h (Models 30h-3fh) Processors v5 To: =?UTF-8?Q?Christian_K=c3=b6nig?= , helgaas@kernel.org, linux-pci@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, amd-gfx@lists.freedesktop.org, xen-devel References: <20171018135821.3248-1-deathsimple@vodafone.de> <20171018135821.3248-5-deathsimple@vodafone.de> <26df0a78-8028-e42c-ce50-4cefe612a7e1@oracle.com> <3443aad0-8c3b-b97e-685a-96b0866827be@amd.com> <7936fdd3-1615-ac1f-7b75-330ccb6a1a3f@amd.com> <0bb468d9-bc1d-e3c5-e313-1cf9408380f0@oracle.com> <275e859a-0ddd-ea7f-a681-67e42a5233fe@amd.com> <38bc76d9-2ed5-61f3-24b3-085031825181@oracle.com> <65885386-3dde-de23-7e95-7d96dfdf6033@oracle.com> <0ab28334-3ccc-2a93-9991-396ee01a3662@amd.com> From: Boris Ostrovsky Message-ID: Date: Tue, 28 Nov 2017 13:55:58 -0500 MIME-Version: 1.0 In-Reply-To: <0ab28334-3ccc-2a93-9991-396ee01a3662@amd.com> Content-Type: text/plain; charset=utf-8 List-ID: On 11/28/2017 04:12 AM, Christian König wrote: > > > How about the attached patch? It limits the newly added MMIO space to > the upper 256GB of the address space. That should still be enough for > most devices, but we avoid both issues with Xen dom0 as most likely > problems with memory hotplug as well. It certainly makes the problem to be less likely so I guess we could do this for now. Thanks. -boris