[PATCH for-4.17 0/2] vapic: followup from assisted APIC series

Roger Pau Monne posted 2 patches 1 year, 5 months ago
Failed in applying to current master (apply log)
xen/arch/x86/hvm/viridian/viridian.c |  6 +++++-
xen/arch/x86/hvm/vmx/vmcs.c          |  8 ++++----
xen/arch/x86/hvm/vmx/vmx.c           | 25 ++++++++++++++++++-------
xen/arch/x86/traps.c                 |  4 +---
4 files changed, 28 insertions(+), 15 deletions(-)
[PATCH for-4.17 0/2] vapic: followup from assisted APIC series
Posted by Roger Pau Monne 1 year, 5 months ago
Hello,

Patch 1 is a plain bugfix for a feature we expose in viridian, which is
kind of unrelated to the series but patch 2 in its current form depends
on it.

Patch 2 is the actual meat and changes which features get reported as
part of the x{2,}APIC assist flag.  This is an attempt to repurpose the
flags so we don't release a version of Xen with a set of flags that we
will then either remove or use to report different hardware features.

Thanks, Roger.

Roger Pau Monne (2):
  viridian: suggest MSR APIC accesses if MSR accesses are accelerated
  hvm/apic: repurpose the reporting of the APIC assist options

 xen/arch/x86/hvm/viridian/viridian.c |  6 +++++-
 xen/arch/x86/hvm/vmx/vmcs.c          |  8 ++++----
 xen/arch/x86/hvm/vmx/vmx.c           | 25 ++++++++++++++++++-------
 xen/arch/x86/traps.c                 |  4 +---
 4 files changed, 28 insertions(+), 15 deletions(-)

-- 
2.37.3
RE: [PATCH for-4.17 0/2] vapic: followup from assisted APIC series
Posted by Henry Wang 1 year, 5 months ago
Hi Roger,

Thanks for the patches,

> Subject: [PATCH for-4.17 0/2] vapic: followup from assisted APIC series
> 
> Hello,
> 
> Patch 1 is a plain bugfix for a feature we expose in viridian, which is
> kind of unrelated to the series but patch 2 in its current form depends
> on it.
> 
> Patch 2 is the actual meat and changes which features get reported as
> part of the x{2,}APIC assist flag.  This is an attempt to repurpose the
> flags so we don't release a version of Xen with a set of flags that we
> will then either remove or use to report different hardware features.
> 
> Thanks, Roger.
> 
> Roger Pau Monne (2):
>   viridian: suggest MSR APIC accesses if MSR accesses are accelerated
>   hvm/apic: repurpose the reporting of the APIC assist options

For the whole series:
Release-acked-by: Henry Wang <Henry.Wang@arm.com>

Kind regards,
Henry