Re: [Xen-devel] [PATCH] xen/pci: Try harder to get PXM information for Xen

2015-04-09 Thread Ross Lagerwall
On 08/04/15 18:17, Boris Ostrovsky wrote: On 04/08/2015 12:44 PM, David Vrabel wrote: On 08/04/15 15:01, Boris Ostrovsky wrote: On 04/08/2015 09:39 AM, Ross Lagerwall wrote: If the device being added to Xen is not contained in the ACPI table, walk the PCI device tree to find a parent that is c

Re: [Xen-devel] [PATCH] xen/pci: Try harder to get PXM information for Xen

2015-04-08 Thread David Vrabel
On 08/04/15 18:17, Boris Ostrovsky wrote: > On 04/08/2015 12:44 PM, David Vrabel wrote: >> On 08/04/15 15:01, Boris Ostrovsky wrote: >>> On 04/08/2015 09:39 AM, Ross Lagerwall wrote: If the device being added to Xen is not contained in the ACPI table, walk the PCI device tree to find a pa

Re: [Xen-devel] [PATCH] xen/pci: Try harder to get PXM information for Xen

2015-04-08 Thread Boris Ostrovsky
On 04/08/2015 12:44 PM, David Vrabel wrote: On 08/04/15 15:01, Boris Ostrovsky wrote: On 04/08/2015 09:39 AM, Ross Lagerwall wrote: If the device being added to Xen is not contained in the ACPI table, walk the PCI device tree to find a parent that is contained in the ACPI table before finding t

Re: [Xen-devel] [PATCH] xen/pci: Try harder to get PXM information for Xen

2015-04-08 Thread David Vrabel
On 08/04/15 15:01, Boris Ostrovsky wrote: > On 04/08/2015 09:39 AM, Ross Lagerwall wrote: >> If the device being added to Xen is not contained in the ACPI table, >> walk the PCI device tree to find a parent that is contained in the ACPI >> table before finding the PXM information from this device.

Re: [Xen-devel] [PATCH] xen/pci: Try harder to get PXM information for Xen

2015-04-08 Thread Boris Ostrovsky
On 04/08/2015 09:39 AM, Ross Lagerwall wrote: If the device being added to Xen is not contained in the ACPI table, walk the PCI device tree to find a parent that is contained in the ACPI table before finding the PXM information from this device. Signed-off-by: Ross Lagerwall --- drivers/xen/p