]> xenbits.xensource.com Git - pvdrivers/win/xenbus.git/commitdiff
Define a new PDO revision for updated interfaces
author=Rafal Wojdyla <omeg@invisiblethingslab.com>
Fri, 11 Sep 2015 12:30:49 +0000 (14:30 +0200)
committerPaul Durrant <paul.durrant@citrix.com>
Fri, 11 Sep 2015 15:43:32 +0000 (16:43 +0100)
PDO revision 0x0800000B includes STORE interface version 2 (added
StorePermissionsSet()) and GNTTAB interface version 2 (added
GnttabMapForeignPages() and GnttabUnmapForeignPages()).

Signed-off-by: Rafal Wojdyla <omeg@invisiblethingslab.com>
Acked-by: Paul Durrant <paul.durrant@citrix.com>
include/revision.h

index 7f261fc3d112634f3c2d8e35c56f0685f3535623..47db033f4a2e26c384e6d1c4ce74626b81009641 100644 (file)
@@ -46,6 +46,7 @@
 //                    REVISION   S  SI   E   D  ST   R   C   G   U  EM
 #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(0x0800000A,  1,  2,  5,  1,  1,  1,  1,  1,  1,  1),    \
+    DEFINE_REVISION(0x0800000B,  1,  2,  5,  1,  2,  1,  1,  2,  1,  1)
 
 #endif  // _REVISION_H