Re: [Xen-devel] [PATCH for-4.12 v4 0/4] xen/arm: Implement Set/Way operations

2018-12-18 Thread Stefano Stabellini
I committed the series

On Tue, 18 Dec 2018, Julien Grall wrote:
> Hi all,
> 
> This is version 3 of the series to implement set/way. For more details see
> patch #3.
> 
> Cheers,
> 
> Julien Grall (4):
>   xen/arm: vcpreg: Add wrappers to handle co-proc access trapped by
> HCR_EL2.TVM
>   xen/arm: vsysreg: Add wrapper to handle sysreg access trapped by
> HCR_EL2.TVM
>   xen/arm: Implement Set/Way operations
>   xen/arm: Track page accessed between batch of Set/Way operations
> 
>  xen/arch/arm/arm64/vsysreg.c |  75 +++
>  xen/arch/arm/domain.c|  14 
>  xen/arch/arm/p2m.c   | 119 +-
>  xen/arch/arm/traps.c |  25 ++-
>  xen/arch/arm/vcpreg.c| 171 
> +++
>  xen/arch/x86/domain.c|   4 +
>  xen/common/domain.c  |   5 +-
>  xen/include/asm-arm/cpregs.h |   1 +
>  xen/include/asm-arm/domain.h |   9 +++
>  xen/include/asm-arm/p2m.h|  22 ++
>  xen/include/xen/domain.h |   2 +
>  11 files changed, 443 insertions(+), 4 deletions(-)
> 
> -- 
> 2.11.0
> 

___
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

[Xen-devel] [PATCH for-4.12 v4 0/4] xen/arm: Implement Set/Way operations

2018-12-18 Thread Julien Grall
Hi all,

This is version 3 of the series to implement set/way. For more details see
patch #3.

Cheers,

Julien Grall (4):
  xen/arm: vcpreg: Add wrappers to handle co-proc access trapped by
HCR_EL2.TVM
  xen/arm: vsysreg: Add wrapper to handle sysreg access trapped by
HCR_EL2.TVM
  xen/arm: Implement Set/Way operations
  xen/arm: Track page accessed between batch of Set/Way operations

 xen/arch/arm/arm64/vsysreg.c |  75 +++
 xen/arch/arm/domain.c|  14 
 xen/arch/arm/p2m.c   | 119 +-
 xen/arch/arm/traps.c |  25 ++-
 xen/arch/arm/vcpreg.c| 171 +++
 xen/arch/x86/domain.c|   4 +
 xen/common/domain.c  |   5 +-
 xen/include/asm-arm/cpregs.h |   1 +
 xen/include/asm-arm/domain.h |   9 +++
 xen/include/asm-arm/p2m.h|  22 ++
 xen/include/xen/domain.h |   2 +
 11 files changed, 443 insertions(+), 4 deletions(-)

-- 
2.11.0


___
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel