CHANGELOG.md | 3 +- SUPPORT.md | 2 - xen/drivers/vpci/Makefile | 2 +- xen/drivers/vpci/header.c | 49 +++--- xen/drivers/vpci/sriov.c | 352 ++++++++++++++++++++++++++++++++++++++ xen/drivers/vpci/vpci.c | 1 + xen/include/xen/vpci.h | 20 ++- 7 files changed, 402 insertions(+), 27 deletions(-) create mode 100644 xen/drivers/vpci/sriov.c