xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH, RFC 0/7] PCI multi-segment support
@ 2011-08-25 14:54 Jan Beulich
  2011-09-05 13:18 ` Jan Beulich
  0 siblings, 1 reply; 8+ messages in thread
From: Jan Beulich @ 2011-08-25 14:54 UTC (permalink / raw)
  To: xen-devel@lists.xensource.com

In order for Xen to be able to boot on systems with multiple PCI segments
(also called domains), a number of changes are necessary to the
hypervisor, the hypercall interface, the tools, and the Dom0 kernel, as
in most code paths and definitions there were not even provisions for
passing a segment number.

The hypercall interface changes may need some discussion before
applying the patches, in particular

- whether the way PHYSDEVOP_map_pirq gets re-used is acceptable,
  or whether alternatively we should define a replacement one sub-
  hypercall
- whether PHYSDEVOP_manage_pci_* should be deprecated
- whether the bit assignments for the four uses of machine_bdf in
  the domctl interface can be re-defined

Additionally, in the AMD IOMMU code there are two places where I
was unable to identify how the segment value ought to be retrieved.
Since I'm unaware of multi-segment AMD-based systems, imo this
should not be a reason to not commit the changes proposed.

1: introduce notion of PCI segments
2: add new physdevop-s
3: adjust domctl interface
4: VT-d specific adjustments
5: AMD-IOMMU specific adjustments
6: Pass-through adjustments
7: config space accessor adjustments

Signed-off-by: Jan Beulich <jbeulich@novell.com>

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-09-21  7:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-25 14:54 [PATCH, RFC 0/7] PCI multi-segment support Jan Beulich
2011-09-05 13:18 ` Jan Beulich
2011-09-05 13:33   ` Keir Fraser
2011-09-05 13:49     ` Jan Beulich
2011-09-05 14:05       ` Keir Fraser
2011-09-14 14:32         ` Jan Beulich
2011-09-20 18:02         ` Ian Jackson
2011-09-21  7:22           ` Jan Beulich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).