[libvirt] [PATCH 0/2] Support PCI passthrough in libxl driver

Chunyan Liu cyliu at suse.com
Fri Jan 11 06:31:07 UTC 2013


This patch series is to add PCI passthrough support to libxenlight driver so that
it can create VM with managed/non-managed host pci device defined.

Chunyan Liu (2):
  libxl: add APIs to prepare/release host pci device
  libxl: support pci passthrough

 po/POTFILES.in            |    1 +
 src/Makefile.am           |    1 +
 src/libxl/libxl_conf.c    |   44 ++++
 src/libxl/libxl_conf.h    |    5 +-
 src/libxl/libxl_driver.c  |   16 ++
 src/libxl/libxl_hostdev.c |  600 +++++++++++++++++++++++++++++++++++++++++++++
 src/libxl/libxl_hostdev.h |   44 ++++
 7 files changed, 710 insertions(+), 1 deletions(-)
 create mode 100644 src/libxl/libxl_hostdev.c
 create mode 100644 src/libxl/libxl_hostdev.h

-- 
1.7.3.4




More information about the libvir-list mailing list