xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] public/gnttab: relax v2 recommendation
@ 2021-04-29 13:10 Jan Beulich
  2021-04-30  7:42 ` Luca Fancellu
  2021-04-30  8:19 ` Julien Grall
  0 siblings, 2 replies; 10+ messages in thread
From: Jan Beulich @ 2021-04-29 13:10 UTC (permalink / raw)
  To: xen-devel
  Cc: Andrew Cooper, George Dunlap, Ian Jackson, Julien Grall,
	Stefano Stabellini, Wei Liu, Luca Fancellu

With there being a way to disable v2 support, telling new guests to use
v2 exclusively is not a good suggestion.

Signed-off-by: Jan Beulich <jbeulich@suse.com>

--- a/xen/include/public/grant_table.h
+++ b/xen/include/public/grant_table.h
@@ -121,8 +121,10 @@ typedef uint32_t grant_ref_t;
  */
 
 /*
- * Version 1 of the grant table entry structure is maintained purely
- * for backwards compatibility.  New guests should use version 2.
+ * Version 1 of the grant table entry structure is maintained largely for
+ * backwards compatibility.  New guests are recommended to support using
+ * version 2 to overcome version 1 limitations, but to be able to fall back
+ * to version 1.
  */
 #if __XEN_INTERFACE_VERSION__ < 0x0003020a
 #define grant_entry_v1 grant_entry


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-05-05 12:18 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-29 13:10 [PATCH] public/gnttab: relax v2 recommendation Jan Beulich
2021-04-30  7:42 ` Luca Fancellu
2021-04-30  8:19 ` Julien Grall
2021-04-30  8:36   ` Jan Beulich
2021-05-05  8:12     ` Julien Grall
2021-05-05  8:24       ` Jan Beulich
2021-05-05  8:51         ` Julien Grall
2021-05-05 10:57           ` Jan Beulich
2021-05-05 11:50             ` Julien Grall
2021-05-05 12:18               ` Jan Beulich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).