mbox series

[v3,0/2] libxl: choose a sane default for HAP

Message ID 20190906143021.28261-1-roger.pau@citrix.com (mailing list archive)
Headers show
Series libxl: choose a sane default for HAP | expand

Message

Roger Pau Monné Sept. 6, 2019, 2:30 p.m. UTC
Hello,

First patch is a preparatory change to also make use of the physcaps on
ARM, second patch introduces a new physcap (HAP) in order for the
toolstack to decide whether to use HAP if the user hasn't made a
selection.

Thanks, Roger.

Roger Pau Monne (2):
  sysctl: report existing physcaps on ARM
  sysctl/libxl: choose a sane default for HAP

 tools/libxl/libxl.c         |  1 +
 tools/libxl/libxl.h         |  7 +++++++
 tools/libxl/libxl_create.c  |  8 +++++++-
 tools/libxl/libxl_types.idl |  1 +
 tools/xl/xl_info.c          |  5 +++--
 xen/arch/arm/sysctl.c       |  5 ++++-
 xen/arch/x86/sysctl.c       |  4 ++--
 xen/common/sysctl.c         |  2 ++
 xen/include/public/sysctl.h | 10 +++++++---
 9 files changed, 34 insertions(+), 9 deletions(-)

Comments

Julien Grall Sept. 9, 2019, 10:21 a.m. UTC | #1
Hi,

On 9/6/19 3:30 PM, Roger Pau Monne wrote:
> Hello,
> 
> First patch is a preparatory change to also make use of the physcaps on
> ARM, second patch introduces a new physcap (HAP) in order for the
> toolstack to decide whether to use HAP if the user hasn't made a
> selection.
> 
> Thanks, Roger.
> 
> Roger Pau Monne (2):
>    sysctl: report existing physcaps on ARM

I have committed this patch.

>    sysctl/libxl: choose a sane default for HAP

This one requires an Ack from the tools maintainers.

Cheers,