mbox series

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

Message ID 20221104142235.36556-1-roger.pau@citrix.com (mailing list archive)
Headers show
Series vapic: followup from assisted APIC series | expand

Message

Roger Pau Monné Nov. 4, 2022, 2:22 p.m. UTC
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(-)

Comments

Henry Wang Nov. 4, 2022, 3:03 p.m. UTC | #1
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