[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [PATCH 0 of 4] Patches for PCI passthrough with modified E820 (v2).



Hello,

This set of v2 patches allows a PV domain to see the machine's
E820 and figure out where the "PCI I/O" gap is and match it with the reality.

Changelog since v1 posting:
 - Squashed the "x86: make the pv-only e820 array be dynamic" and 
   "x86: adjust the size of the e820 for pv guest to be dynamic" together.
 - Made xc_domain_set_memmap_limit use the 'xc_domain_set_memory_map'
 - Moved 'libxl_e820_alloc' and 'libxl_e820_sanitize' to be an internal
   operation and called from 'libxl_device_pci_parse_bdf'.
 - Expanded 'libxl_device_pci_parse_bdf' API call to have an extra argument
   (optional).

The short end is that with these patches a PV domain can:

 - Use the correct PCI I/O gap. Before these patches, Linux guest would
   boot up and would tell:
   [    0.000000] Allocating PCI resources starting at 40000000 (gap: 
40000000:c0000000)
   while in actuality the PCI I/O gap should have been:
   [    0.000000] Allocating PCI resources starting at b0000000 (gap: 
b0000000:4c000000)

 - The PV domain with PCI devices was limited to 3GB. It now can be booted
   with 4GB, 8GB, or whatever number you want. The PCI devices will now _not_ 
conflict
   with System RAM. Meaning the drivers can load.

 - With 2.6.39 kernels (which has the 1-1 mapping code), the VM_IO flag will be
   now automatically applied to regions that are considerd PCI I/O regions. You 
can
   find out which those are by looking for '1-1' in the kernel bootup.

To use this patchset, the guest config file has to have the parameter 
'pci=['<BDF>',...]'
enabled.

This has been tested with 2.6.18 (RHEL5), 2.6.27(SLES11), 2.6.36, 2.6.37, 
2.6.38,
and 2.6.39 kernels. Also tested with PV NetBSD 5.1.

Tested this with the PCI devices (NIC, MSI), and with 2GB, 4GB, and 6GB guests
with success.

P.S.
*There is a bug in the Linux kernel so that if you want to save/restore a PV 
guest
that has 1-1 mapping it won't restore. Will post the patches shortly for that.

Diffstat:
 tools/libxc/xc_domain.c           |   77 +++++++----
 tools/libxc/xc_e820.h             |    1 
 tools/libxc/xenctrl.h             |   11 +
 tools/libxl/libxl.h               |   11 +
 tools/libxl/libxl.idl             |    2 
 tools/libxl/libxl_dom.c           |   10 +
 tools/libxl/libxl_internal.h      |    1 
 tools/libxl/libxl_pci.c           |  259 +++++++++++++++++++++++++++++++++++++-
 tools/libxl/xl_cmdimpl.c          |    6 
 tools/python/xen/lowlevel/xl/xl.c |    2 
 xen/arch/x86/domain.c             |   17 ++
 xen/arch/x86/mm.c                 |   14 +-
 xen/include/asm-x86/domain.h      |    2 
 xen/include/asm-x86/e820.h        |    2 
 14 files changed, 379 insertions(+), 36 deletions(-)



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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.