[PATCH 0/2] Enable the ability to disable/remove gnttabv2

Daniel P. Smith posted 2 patches 3 weeks, 4 days ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20250110133711.3958202-1-dpsmith@apertussolutions.com
docs/misc/xen-command-line.pandoc |   4 +-
xen/common/Kconfig                |  18 +++
xen/common/compat/grant_table.c   |   4 +
xen/common/grant_table.c          | 200 +++++++++++++++++++-----------
4 files changed, 150 insertions(+), 76 deletions(-)
[PATCH 0/2] Enable the ability to disable/remove gnttabv2
Posted by Daniel P. Smith 3 weeks, 4 days ago
OpenXT has carried a patch for some time that allows the disabling and removal
of the grant table v2 capability. This is a rework of that patch in an attempt
to make an upstreamable series.

The original patch was developed under funding provided by BAE, therefore a
separate Authored-by tag to reflect that is included.

Daniel P. Smith (2):
  gnttab: introduce version agnostic macros
  gnttab: make grant table v2 support configurable

 docs/misc/xen-command-line.pandoc |   4 +-
 xen/common/Kconfig                |  18 +++
 xen/common/compat/grant_table.c   |   4 +
 xen/common/grant_table.c          | 200 +++++++++++++++++++-----------
 4 files changed, 150 insertions(+), 76 deletions(-)

-- 
2.34.1
Re: [PATCH 0/2] Enable the ability to disable/remove gnttabv2
Posted by Daniel Smith 3 weeks, 4 days ago
---- On Fri, 10 Jan 2025 08:37:09 -0500 Daniel P. Smith  wrote ---

 > OpenXT has carried a patch for some time that allows the disabling and removal 
 > of the grant table v2 capability. This is a rework of that patch in an attempt 
 > to make an upstreamable series. 
 >  
 > The original patch was developed under funding provided by BAE, therefore a 
 > separate Authored-by tag to reflect that is included. 

Apologies as I should have added a "--suppress-cc=misc=by". If you want to avoid bounce messages, I would recommed dropping the BAE address on response.

v/r,
dps