]> xenbits.xensource.com Git - xen.git/commitdiff
pvcalls: Clearly spell out that the header is just a reference
authorJulien Grall <jgrall@amazon.com>
Sat, 27 Jun 2020 09:55:32 +0000 (10:55 +0100)
committerStefano Stabellini <sstabellini@kernel.org>
Fri, 10 Jul 2020 16:49:24 +0000 (09:49 -0700)
A recent thread on xen-devel [1] pointed out that the header was
provided as a reference for the specification.

Unfortunately, this was never written down in xen.git so for an external
user (or a reviewer) it is not clear whether the spec or the header
should be followed when there is a conflict.

To avoid more confusion, a paragraph is added at the top of the header
to clearly spell out it is only provided for reference.

[1] https://lore.kernel.org/xen-devel/alpine.DEB.2.21.2006151343430.9074@sstabellini-ThinkPad-T480s/

Signed-off-by: Julien Grall <jgrall@amazon.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
Release-acked-by: Paul Durrant <paul@xen.org>
Signed-off-by: Stefano Stabellini <stefano.stabellini@xilinx.com>
xen/include/public/io/pvcalls.h

index cb8171275c13ffcf3a6c8ea171f084714ccf560f..905880735dda3e02bae5c2bf2c3df87b99e957a5 100644 (file)
@@ -3,6 +3,9 @@
  *
  * Refer to docs/misc/pvcalls.markdown for the specification
  *
+ * The header is provided as a C reference for the specification. In
+ * case of conflict, the specification is authoritative.
+ *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
  * deal in the Software without restriction, including without limitation the