WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH 0/3] x86-64/MMCFG: assorted adjustments

To: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH 0/3] x86-64/MMCFG: assorted adjustments
From: "Jan Beulich" <JBeulich@xxxxxxxxxx>
Date: Tue, 19 Jul 2011 09:41:23 +0100
Cc: Allen M Kay <allen.m.kay@xxxxxxxxx>
Delivery-date: Tue, 19 Jul 2011 01:42:23 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
1: correct base address computation for regions not starting at bus 0
2: finally make Fam10 enabling work
3: pass down firmware (ACPI) reservation status of used memory space

Allen - I would especially appreciate your review of patch 1, as so far I
don't have a way to actually test this (the only system being possibly
accessible to me and having the necessary characteristics fails to boot
Xen far enough - I intend to work on this later, but this requires adding
multi-segment PCI support to Xen, which will have me touch quite a bit
of code).

One thing possibly getting in the way of the changes later to follow
this set is the use of scan_pci_devices() - neither is this suitable for
multi-segment configurations, nor is the early adding of devices
compatible with the now possible late enabling of MMCFG (both
pci_enable_acs() and enable_ats_device() depend on the extended
config space being accessible, and it's not clear whether having
them called at the point when Dom0 reports the devices wouldn't be
too late).

Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx>


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH 0/3] x86-64/MMCFG: assorted adjustments, Jan Beulich <=