Re: [Xen-devel] [PATCH v5 7/7] x86/PCI: intercept all PV Dom0 MMCFG writes

2015-07-22 Thread Andrew Cooper
On 20/07/15 15:23, Jan Beulich wrote: > ... to hook up pci_conf_write_intercept() even for Dom0 not using > method 1 accesses for the base part of PCI device config space. > > Signed-off-by: Jan Beulich > --- > Not entirely sure whether the complicated logging logic in x86/mm.c is > actually worth

[Xen-devel] [PATCH v5 7/7] x86/PCI: intercept all PV Dom0 MMCFG writes

2015-07-20 Thread Jan Beulich
... to hook up pci_conf_write_intercept() even for Dom0 not using method 1 accesses for the base part of PCI device config space. Signed-off-by: Jan Beulich --- Not entirely sure whether the complicated logging logic in x86/mm.c is actually worth it. --- a/xen/arch/x86/mm.c +++ b/xen/arch/x86/mm