From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: PCI passthrough (pci-attach) to HVM guests bug (BAR64 addresses are bogus) Date: Mon, 10 Nov 2014 17:42:32 +0000 Message-ID: <5460F908.4040208@citrix.com> References: <20141110173248.GA13778@laptop.dumpdata.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta4.messagelabs.com ([85.158.143.247]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Xnt7K-0008Nz-6t for xen-devel@lists.xenproject.org; Mon, 10 Nov 2014 17:51:06 +0000 In-Reply-To: <20141110173248.GA13778@laptop.dumpdata.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Konrad Rzeszutek Wilk , xen-devel@lists.xenproject.org, jbeulich@suse.com List-Id: xen-devel@lists.xenproject.org On 10/11/14 17:32, Konrad Rzeszutek Wilk wrote: > Hey, > > With Xen 4.5 (today's staging), when I boot a guest and then do pci-attach > the BARs values are corrupt. Corrupt? > [ 152.572965] pci 0000:00:04.0: BAR 1: no space for [mem size 0x08000000 64bit pref] Looks like the default MMIO hole isn't large enough for this device. David