[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [XENBUS PATCH v6 04/11] Deprecate PDO revisions 0x09000007 and earlier
0x09000008 has been available since 2021. Deprecate the old PDO revisions to make space for new revisions. Due to b0b9cc139600 removing REV from DeviceID, it's no longer safe to remove interfaces even if they're not exposed by the revision list, as old drivers could have bound to older revisions and not aware of updated Xenbus. The following interface versions are deprecated but not removed: * SHARED_INFO v2 * EVTCHN v5-v8 * CACHE v1 * GNTTAB v2-v3 * EMULATED v1 Signed-off-by: Tu Dinh <ngoc-tu.dinh@xxxxxxxxxx> --- include/revision.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/include/revision.h b/include/revision.h index 4c5607a..e9e62e6 100644 --- a/include/revision.h +++ b/include/revision.h @@ -48,14 +48,6 @@ // REVISION S SI E D ST R C G U CO EM #define DEFINE_REVISION_TABLE \ - DEFINE_REVISION(0x09000000, 1, 2, 5, 1, 2, 1, 1, 2, 1, 0, 1), \ - DEFINE_REVISION(0x09000001, 1, 2, 6, 1, 2, 1, 1, 2, 1, 1, 1), \ - DEFINE_REVISION(0x09000002, 1, 2, 7, 1, 2, 1, 1, 2, 1, 1, 1), \ - DEFINE_REVISION(0x09000003, 1, 2, 8, 1, 2, 1, 1, 2, 1, 1, 1), \ - DEFINE_REVISION(0x09000004, 1, 2, 8, 1, 2, 1, 1, 3, 1, 1, 1), \ - DEFINE_REVISION(0x09000005, 1, 2, 8, 1, 2, 1, 2, 4, 1, 1, 1), \ - 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(0x09000009, 1, 4, 9, 1, 2, 1, 2, 4, 1, 1, 2), \ DEFINE_REVISION(0x0900000A, 1, 4, 9, 1, 2, 1, 2, 4, 2, 1, 2), \ -- 2.50.1.windows.1 Ngoc Tu Dinh | Vates XCP-ng Developer XCP-ng & Xen Orchestra - Vates solutions web: https://vates.tech
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |