[PATCH 0/3] officializing xenstore control/feature-balloon entry

Yann Dirson posted 3 patches 12 months ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20230510142011.1120417-1-yann.dirson@vates.fr
docs/misc/xenstore-paths.pandoc | 16 ++++++++++------
tools/libs/light/libxl_create.c |  3 +++
2 files changed, 13 insertions(+), 6 deletions(-)
[PATCH 0/3] officializing xenstore control/feature-balloon entry
Posted by Yann Dirson 12 months ago
The main topic of this patch series is the ~/control/feature-balloon
entry used by XAPI, prompted by the report of xe-guest-utilities on
FreeBSD not being able to report the feature when using just libxl on
the host.

First patch is a bit off-topic, but included here because it fixes the
text from which this feature description was adapted from.

Yann Dirson (3):
  docs: fix complex-and-wrong xenstore-path wording
  docs: document ~/control/feature-balloon
  libxl: create ~/control/feature-balloon

 docs/misc/xenstore-paths.pandoc | 16 ++++++++++------
 tools/libs/light/libxl_create.c |  3 +++
 2 files changed, 13 insertions(+), 6 deletions(-)

-- 
2.30.2



Yann Dirson | Vates Platform Developer

XCP-ng & Xen Orchestra - Vates solutions
w: vates.fr | xcp-ng.org | xen-orchestra.com
Re: [PATCH 0/3] officializing xenstore control/feature-balloon entry
Posted by Jan Beulich 11 months, 3 weeks ago
On 10.05.2023 16:20, Yann Dirson wrote:
> The main topic of this patch series is the ~/control/feature-balloon
> entry used by XAPI, prompted by the report of xe-guest-utilities on
> FreeBSD not being able to report the feature when using just libxl on
> the host.
> 
> First patch is a bit off-topic, but included here because it fixes the
> text from which this feature description was adapted from.
> 
> Yann Dirson (3):
>   docs: fix complex-and-wrong xenstore-path wording
>   docs: document ~/control/feature-balloon
>   libxl: create ~/control/feature-balloon
> 
>  docs/misc/xenstore-paths.pandoc | 16 ++++++++++------
>  tools/libs/light/libxl_create.c |  3 +++
>  2 files changed, 13 insertions(+), 6 deletions(-)

You may want to re-send this series with maintainers properly Cc-ed.
For the docs changes I wouldn't go by get_maintainer.pl, but rather
Cc the xenstore maintainers. (I guess this file ought to be added to
that section, on top of what was recently added there.)

Jan