mbox series

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

Message ID 20230510142011.1120417-1-yann.dirson@vates.fr (mailing list archive)
Headers show
Series officializing xenstore control/feature-balloon entry | expand

Message

Yann Dirson May 10, 2023, 2:20 p.m. UTC
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(-)

Comments

Jan Beulich May 17, 2023, 3:17 p.m. UTC | #1
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