Re: [Xen-devel] [PATCH v3 0/9] vpci: PCI config space emulation

2017-05-29 Thread Roger Pau Monne
On Mon, May 29, 2017 at 07:38:14AM -0600, Jan Beulich wrote: > >>> On 27.04.17 at 16:35, wrote: > > The following series contain an implementation of handlers for the PCI > > configuration space inside of Xen. This allows Xen to detect accesses to the > > PCI configuration space and react accordin

Re: [Xen-devel] [PATCH v3 0/9] vpci: PCI config space emulation

2017-05-29 Thread Jan Beulich
>>> On 27.04.17 at 16:35, wrote: > The following series contain an implementation of handlers for the PCI > configuration space inside of Xen. This allows Xen to detect accesses to the > PCI configuration space and react accordingly. > > Although there hasn't been a lot of review on the previous

[Xen-devel] [PATCH v3 0/9] vpci: PCI config space emulation

2017-04-27 Thread Roger Pau Monne
Hello, The following series contain an implementation of handlers for the PCI configuration space inside of Xen. This allows Xen to detect accesses to the PCI configuration space and react accordingly. Although there hasn't been a lot of review on the previous version, I send this new version bec