]> xenbits.xensource.com Git - pvdrivers/win/xenbus.git/commitdiff
Fix PDO revision
authorPaul Durrant <pdurrant@amazon.com>
Mon, 22 Feb 2021 09:45:11 +0000 (09:45 +0000)
committerPaul Durrant <pdurrant@amazon.com>
Mon, 22 Feb 2021 10:29:11 +0000 (10:29 +0000)
Commit 58760cc3dd94 ("Add XENBUS_SHARED_INFO method to check whether event
upcalls are supported") added a new version of the XENBUS_SHARED_INFO
interface but there was a typo in the line added into revisions.h and hence
the XENBUS PDO revision was left as 0x09000008 rather then being increased to
0x09000009. This patch rectifies the situation.

Signed-off-by: Paul Durrant <pdurrant@amazon.com>
include/revision.h

index d507e60373a46746dacc549ed097831210920601..3e3779fb8784f79a1299935adccaf0baed94dd6d 100644 (file)
@@ -56,6 +56,6 @@
     DEFINE_REVISION(0x09000006,  1,  3,  8,  1,  2,  1,  2,  4,  1,  1,  1), \
     DEFINE_REVISION(0x09000007,  1,  3,  8,  1,  2,  1,  2,  4,  1,  1,  2), \
     DEFINE_REVISION(0x09000008,  1,  3,  9,  1,  2,  1,  2,  4,  1,  1,  2), \
-    DEFINE_REVISION(0x09000008,  1,  4,  9,  1,  2,  1,  2,  4,  1,  1,  2)
+    DEFINE_REVISION(0x09000009,  1,  4,  9,  1,  2,  1,  2,  4,  1,  1,  2)
 
 #endif  // _REVISION_H