[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[win-pv-devel] [PATCH] [xenvbd] Add BUILD_NUMBER to reported version


  • To: <win-pv-devel@xxxxxxxxxxxxxxxxxxxx>
  • From: Owen Smith <owen.smith@xxxxxxxxxx>
  • Date: Thu, 30 May 2019 10:41:39 +0100
  • Authentication-results: esa3.hc3370-68.iphmx.com; dkim=none (message not signed) header.i=none; spf=None smtp.pra=owen.smith@xxxxxxxxxx; spf=Pass smtp.mailfrom=owen.smith@xxxxxxxxxx; spf=None smtp.helo=postmaster@xxxxxxxxxxxxxxxxxxxxxxxxxx
  • Cc: Owen Smith <owen.smith@xxxxxxxxxx>
  • Delivery-date: Thu, 30 May 2019 09:42:15 +0000
  • Ironport-sdr: tlo7EhyrT3QBRby9g/P6Tezi+KTREyY3rF3/i5W1aKOEMy90kNCacQ7OCQBNqWbG/wQH0Vq6/6 pwDvQmVRT7QiAgCko2DgVodU/hVMNT6jcP/PVbr5yz7IxEY1J6cj2r2CaB784lUj38+4k5lWf8 LXedAVd1ZEbMk6750Bcd+XaL7vKKoaVKvpAje8pDm6NMhWcp+FVcTef31w87JhDDx5g5a+Uv1T PpbZLS3QPiNeGfEkUeJKbPJ1+9lkOFQoUw5IhB/0tUP8o4hYSQysvFxFDi0k7iLBkLRMKC5P7P 4Lo=
  • List-id: Developer list for the Windows PV Drivers subproject <win-pv-devel.lists.xenproject.org>

Signed-off-by: Owen Smith <owen.smith@xxxxxxxxxx>
---
 src/xenvbd/adapter.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/xenvbd/adapter.c b/src/xenvbd/adapter.c
index f42f585..79a5a0e 100644
--- a/src/xenvbd/adapter.c
+++ b/src/xenvbd/adapter.c
@@ -759,12 +759,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

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.