From: Owen Smith Date: Wed, 29 May 2019 15:20:24 +0000 (+0100) Subject: Add BUILD_NUMBER to version string in XenStore X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=fc199d218459493603d1ce01b945ced5cd346e3b;p=people%2Fpauldu%2Fxenbus.git Add BUILD_NUMBER to version string in XenStore Append BUILD_NUMBER to the version stored in ~/drivers/ This will help determine the exact version of drivers when troubleshooting issues with limited access to the VMs Signed-off-by: Owen Smith --- diff --git a/src/xenbus/fdo.c b/src/xenbus/fdo.c index 2b9c690..60201fc 100644 --- a/src/xenbus/fdo.c +++ b/src/xenbus/fdo.c @@ -2701,12 +2701,13 @@ update: NULL, "drivers", Distribution, - "%s %s %u.%u.%u %s", + "%s %s %u.%u.%u.%u %s", Vendor, Product, MAJOR_VERSION, MINOR_VERSION, MICRO_VERSION, + BUILD_NUMBER, ATTRIBUTES );