commit | 55e901fc1f03dd8437f877813c68b6014cdbeefd | [log] [tgz] |
---|---|---|
author | Jan Beulich <JBeulich@suse.com> | Thu Sep 22 09:17:57 2011 +0100 |
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Thu Sep 22 16:23:46 2011 -0400 |
tree | 0f3d81f7bb534a89fcc59e3109246ca5cd75935b | |
parent | 6810df88dcfc22de267caf23eb072ffb97b3c411 [diff] |
xen/pci: support multi-segment systems Now that the hypercall interface changes are in -unstable, make the kernel side code not ignore the segment (aka domain) number anymore (which results in pretty odd behavior on such systems). Rather, if only the old interfaces are available, don't call them for devices on non-zero segments at all. Signed-off-by: Jan Beulich <jbeulich@suse.com> [v1: Edited git description] Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>