[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [win-pv-devel] [PATCH] Update driver version from 8.2.0 to 9.0.0
Signed-off-by: Paul Durrant <paul.durrant@xxxxxxxxxx> --- build.py | 4 ++-- include/revision.h | 3 ++- src/xenbus/pdo.c | 2 -- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/build.py b/build.py index 59c2626..b0f65cb 100755 --- 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(): diff --git a/include/revision.h b/include/revision.h index 47db033..11c142b 100644 --- a/include/revision.h +++ b/include/revision.h @@ -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 diff --git a/src/xenbus/pdo.c b/src/xenbus/pdo.c index 461ca7b..48ba84e 100644 --- a/src/xenbus/pdo.c +++ b/src/xenbus/pdo.c @@ -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 " -- 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 |