]> xenbits.xensource.com Git - pvdrivers/win/xeniface.git/commit
Parameterize vendor prefix and PCI device id 8.1.0-rc2
authorPaul Durrant <paul.durrant@citrix.com>
Tue, 8 Sep 2015 16:59:49 +0000 (17:59 +0100)
committerPaul Durrant <paul.durrant@citrix.com>
Wed, 9 Sep 2015 16:02:54 +0000 (17:02 +0100)
commitee90a36f07839e9640ff4fd6ec4286ed678ca558
treec0c82ebad3d2be1914b4ccd663a74aaf420bbd49
parentb023436dd73e69172a5d27a5369eeb6d08eb17f7
Parameterize vendor prefix and PCI device id

The XenServer PV vendor prefix ('XS') and PCI device (C000) are still
hard-coded into the XENIFACE package. These need to be stripped out and
replaced by values that can be customized at build time. This patch does
that.

The patch also reverts to building version.h and customizing xeniface.inf
directly in build.py.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
MAINTAINERS
build.py
include/version.hx [deleted file]
src/win32stubagent/WmiAccessor.cpp
src/win32stubagent/w32xagent.rc
src/xeniface.inf
src/xeniface/xeniface.rc
vs2012/xeniface/xeniface.vcxproj
vs2012/xeniface_coinst/xeniface_coinst.vcxproj
vs2013/xeniface/xeniface.vcxproj
vs2013/xeniface_coinst/xeniface_coinst.vcxproj