]> xenbits.xensource.com Git - people/pauldu/xenbus.git/commitdiff
Update driver version from 8.2.0 to 9.0.0
authorPaul Durrant <paul.durrant@citrix.com>
Mon, 12 Dec 2016 15:16:06 +0000 (15:16 +0000)
committerPaul Durrant <paul.durrant@citrix.com>
Mon, 12 Dec 2016 15:16:06 +0000 (15:16 +0000)
Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
build.py
include/revision.h
src/xenbus/pdo.c

index 59c2626ec74b0284b2e89688655ea4910c757da6..b0f65cb3c868b24a6b3c6138700dfe3f7197ede5 100755 (executable)
--- a/build.py
+++ b/build.py
@@ -407,8 +407,8 @@ if __name__ == '__main__':
     if 'PRODUCT_NAME' not in os.environ.keys():
         os.environ['PRODUCT_NAME'] = 'Xen'
 
-    os.environ['MAJOR_VERSION'] = '8'
-    os.environ['MINOR_VERSION'] = '2'
+    os.environ['MAJOR_VERSION'] = '9'
+    os.environ['MINOR_VERSION'] = '0'
     os.environ['MICRO_VERSION'] = '0'
 
     if 'BUILD_NUMBER' not in os.environ.keys():
index 47db033f4a2e26c384e6d1c4ce74626b81009641..11c142b271db33391122adfe3f49550238822114 100644 (file)
@@ -47,6 +47,7 @@
 #define DEFINE_REVISION_TABLE                                               \
     DEFINE_REVISION(0x08000009,  1,  2,  4,  1,  1,  1,  1,  1,  1,  1),    \
     DEFINE_REVISION(0x0800000A,  1,  2,  5,  1,  1,  1,  1,  1,  1,  1),    \
-    DEFINE_REVISION(0x0800000B,  1,  2,  5,  1,  2,  1,  1,  2,  1,  1)
+    DEFINE_REVISION(0x0800000B,  1,  2,  5,  1,  2,  1,  1,  2,  1,  1),    \
+    DEFINE_REVISION(0x09000000,  1,  2,  5,  1,  2,  1,  1,  2,  1,  1)
 
 #endif  // _REVISION_H
index 461ca7bbdd808f191c2f55df8ac2024e368847f9..48ba84e41d138e4ef874baf6b2c516adbac0ba8b 100644 (file)
@@ -437,8 +437,6 @@ PdoDumpRevisions(
         ASSERT(IMPLY(Index == ARRAYSIZE(PdoRevision) - 1,
                      Revision->EmulatedInterfaceVersion == XENFILT_EMULATED_INTERFACE_VERSION_MAX));
 
-        ASSERT3U(Revision->Number >> 24, ==, MAJOR_VERSION);
-
         Info("%08X -> "
              "SUSPEND v%u "
              "SHARED_INFO v%u "