[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [win-pv-devel] [PATCH] Incorporate revision ids from staging-8.1
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@xxxxxxxxxx> --- include/revision.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/include/revision.h b/include/revision.h index 6146bb7..b1bacab 100644 --- a/include/revision.h +++ b/include/revision.h @@ -43,13 +43,14 @@ 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 -- 2.5.3 _______________________________________________ win-pv-devel mailing list win-pv-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/cgi-bin/mailman/listinfo/win-pv-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |