]> xenbits.xensource.com Git - xen.git/commitdiff
x86/save: reserve HVM save record numbers that have been consumed...
authorPaul Durrant <pdurrant@amazon.com>
Fri, 3 Jan 2020 16:06:03 +0000 (17:06 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 3 Jan 2020 16:06:03 +0000 (17:06 +0100)
...for patches not (yet) upstream.

This patch is simply adding a comment to reserve save record number space
to avoid the risk of clashes between existent downstream changes made by
Amazon and future upstream changes which may be incompatible.

Signed-off-by: Paul Durrant <pdurrant@amazon.com>
Reviewed-by: Wei Liu <wl@xen.org>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/include/public/arch-x86/hvm/save.h

index b2ad3fcd740d6c539d8a89c63df3bf5e5a6e7ee7..468c28dedbd27444d60984188da194b07bacc901 100644 (file)
@@ -639,6 +639,8 @@ struct hvm_msr {
 
 #define CPU_MSR_CODE  20
 
+/* Range 22 - 34 (inclusive) reserved for Amazon */
+
 /*
  * Largest type-code in use
  */