]> xenbits.xensource.com Git - people/pauldu/xenvif.git/commitdiff
Incorporate revision ids from staging-8.1
authorPaul Durrant <paul.durrant@citrix.com>
Mon, 3 Oct 2016 14:10:38 +0000 (15:10 +0100)
committerPaul Durrant <paul.durrant@citrix.com>
Mon, 3 Oct 2016 14:10:38 +0000 (15:10 +0100)
Since it should be possible to upgrade from an 8.1 version of XENVIF
to an 8.2 version, at least the release revision of the 8.1 version
(0x0800000A) should be present in the 8.2 revision table, otherwise
driver upgrade will be vetoed by the co-installer if an 8.1 XENNET
is bound.

This patch incorporates all missing 8.1 revision ids.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
include/revision.h

index 6146bb71b8a10dcb8000b824d9067a3c0e4713e6..b1bacab7a7a63bbc0ac916e44cb08263b48ca7ed 100644 (file)
     DEFINE_REVISION(0x08000002,  1,  2,  0,  0),    \
     DEFINE_REVISION(0x08000003,  1,  3,  0,  0),    \
     DEFINE_REVISION(0x08000004,  1,  3,  2,  1),    \
+    DEFINE_REVISION(0x08000005,  1,  2,  1,  1),    \
     DEFINE_REVISION(0x08000006,  1,  4,  2,  1),    \
+    DEFINE_REVISION(0x08000007,  1,  3,  1,  1),    \
+    DEFINE_REVISION(0x08000008,  1,  4,  1,  1),    \
     DEFINE_REVISION(0x08000009,  1,  5,  2,  1),    \
+    DEFINE_REVISION(0x0800000A,  1,  5,  1,  1),    \
     DEFINE_REVISION(0x0800000B,  1,  6,  2,  1),    \
     DEFINE_REVISION(0x0800000C,  1,  7,  2,  1),    \
     DEFINE_REVISION(0x0800000D,  1,  8,  2,  1)
 
-// Revision 0x08000005, 0x08000007, 0x08000008 and 0x0800000A are already
-// in use in the staging-8.1 branch.
-
 #endif  // _REVISION_H