Re: [Xen-devel] [PATCH v2 26/30] xen/x86: add PCIe emulation

2016-10-10 Thread Jan Beulich
>>> On 27.09.16 at 17:57, wrote: > Add a new MMIO handler that traps accesses to PCIe regions, as discovered by > Xen from the MCFG ACPI table. The handler used is the same as the one used > for accesses to the IO PCI configuration space. Both in the title and in the code you use PCIe when you re

Re: [Xen-devel] [PATCH v2 26/30] xen/x86: add PCIe emulation

2016-10-06 Thread Roger Pau Monne
On Mon, Oct 03, 2016 at 11:46:25AM +0100, Paul Durrant wrote: > > -Original Message- > > From: Roger Pau Monne [mailto:roger@citrix.com] > > Sent: 27 September 2016 16:57 > > To: xen-de...@lists.xenproject.org > > Cc: konrad.w...@oracle.com; boris.ostrov...@oracle.com; Roger Pau Monne >

Re: [Xen-devel] [PATCH v2 26/30] xen/x86: add PCIe emulation

2016-10-03 Thread Paul Durrant
> -Original Message- > From: Roger Pau Monne [mailto:roger@citrix.com] > Sent: 27 September 2016 16:57 > To: xen-de...@lists.xenproject.org > Cc: konrad.w...@oracle.com; boris.ostrov...@oracle.com; Roger Pau Monne > ; Paul Durrant ; Jan > Beulich ; Andrew Cooper > > Subject: [PATCH v2

[Xen-devel] [PATCH v2 26/30] xen/x86: add PCIe emulation

2016-09-27 Thread Roger Pau Monne
Add a new MMIO handler that traps accesses to PCIe regions, as discovered by Xen from the MCFG ACPI table. The handler used is the same as the one used for accesses to the IO PCI configuration space. Signed-off-by: Roger Pau Monné --- Cc: Paul Durrant Cc: Jan Beulich Cc: Andrew Cooper --- xen