On 05/04/2016 05:51 PM, Tamas K Lengyel wrote:
> Add support for monitoring ARM SMC events. This patch only adds the required
> bits to enable/disable monitoring and forwarding the event through vm_event.
> 
> Signed-off-by: Tamas K Lengyel <ta...@tklengyel.com>
> ---
> Cc: Stefano Stabellini <sstabell...@kernel.org>
> Cc: Julien Grall <julien.gr...@arm.com>
> Cc: Razvan Cojocaru <rcojoc...@bitdefender.com>
> 
> v3: Split parts off as separate patches
>     Union for arm32/64 register structs in vm_event
>     Cosmetic fixes
> ---
>  xen/arch/arm/monitor.c        | 49 
> +++++++++++++++++++++++++++++++++++++++++++
>  xen/arch/arm/traps.c          | 16 ++++++++++++--
>  xen/include/asm-arm/domain.h  |  5 +++++
>  xen/include/asm-arm/monitor.h | 24 ++++++---------------
>  xen/include/public/domctl.h   |  1 +
>  xen/include/public/vm_event.h |  2 ++
>  6 files changed, 77 insertions(+), 20 deletions(-)

The interface part looks alright, but I can't comment on the
ARM-specific bits. With that:

Acked-by: Razvan Cojocaru <rcojoc...@bitdefender.com>

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to