On 05/04/2016 05:51 PM, Tamas K Lengyel wrote: > The prototype of vm_event_fill_regs will differ on x86 and ARM so in this > patch > we move components from common to arch-specific that use this function. As > part of this patch we rename and relocate vm_event_monitor_guest_request as > monitor_guest_request from vm_event to monitor. > > Signed-off-by: Tamas K Lengyel <ta...@tklengyel.com> > --- > Cc: Stefano Stabellini <sstabell...@kernel.org> > Cc: Julien Grall <julien.gr...@arm.com> > Cc: Jan Beulich <jbeul...@suse.com> > Cc: Andrew Cooper <andrew.coop...@citrix.com> > Cc: Razvan Cojocaru <rcojoc...@bitdefender.com> > --- > xen/arch/arm/Makefile | 1 + > xen/arch/arm/hvm.c | 4 ++-- > xen/arch/arm/monitor.c | 48 > ++++++++++++++++++++++++++++++++++++++++++++++ > xen/arch/x86/hvm/event.c | 3 +++ > xen/arch/x86/hvm/hvm.c | 3 ++- > xen/arch/x86/monitor.c | 18 +++++++++++++++++ > xen/common/vm_event.c | 17 ---------------- > xen/include/xen/monitor.h | 1 + > xen/include/xen/vm_event.h | 2 -- > 9 files changed, 75 insertions(+), 22 deletions(-) > create mode 100644 xen/arch/arm/monitor.c
Acked-by: Razvan Cojocaru <rcojoc...@bitdefender.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel