[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [win-pv-devel] [PATCH] Add BUILD_NUMBER to version string in XenStore
Append BUILD_NUMBER to the version stored in ~/drivers/<index> This will help determine the exact version of drivers when troubleshooting issues with limited access to the VMs Signed-off-by: Owen Smith <owen.smith@xxxxxxxxxx> --- src/xenbus/fdo.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/xenbus/fdo.c b/src/xenbus/fdo.c index 8ca8f52..728419d 100644 --- a/src/xenbus/fdo.c +++ b/src/xenbus/fdo.c @@ -2593,12 +2593,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 ); -- 2.16.2.windows.1 _______________________________________________ win-pv-devel mailing list win-pv-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/win-pv-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |