]> xenbits.xensource.com Git - people/pauldu/xennet.git/commit
Parameterize vendor prefix and PCI device id 8.1.0-rc2
authorPaul Durrant <paul.durrant@citrix.com>
Tue, 8 Sep 2015 16:20:57 +0000 (17:20 +0100)
committerPaul Durrant <paul.durrant@citrix.com>
Wed, 9 Sep 2015 16:04:25 +0000 (17:04 +0100)
commit6284a588f023e44c366833e1f966ffec04867181
tree7925b0cce487507e09cbdefe714ce0b5ea654f4f
parentafbb316eb4a6a7bc9de6c4f9f058bfe1ac73f940
Parameterize vendor prefix and PCI device id

The XenServer PV vendor prefix ('XS') and PCI device (C000) are still
hard-coded into the XENNET 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 xennet.inf
directly in build.py.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
build.py
include/version.hx [deleted file]
src/xennet.inf
src/xennet/adapter.c
src/xennet/xennet.rc
vs2012/xennet/xennet.vcxproj
vs2013/xennet/xennet.vcxproj