]> xenbits.xensource.com Git - xen.git/commit
monitor: rename and relocate vm_event_monitor_traps
authorTamas K Lengyel <tamas.lengyel@zentific.com>
Thu, 7 Jul 2016 12:25:50 +0000 (14:25 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 7 Jul 2016 12:25:50 +0000 (14:25 +0200)
commit828587944cbc5854b414f98bcd0bc5181f87825e
tree5028f5be8cab8322fdfe2fdf1f0480c97064ca56
parentdb59dbc46e0312a38978d22c6bd72b554a2f1c91
monitor: rename and relocate vm_event_monitor_traps

The function vm_event_monitor_traps actually belongs in the monitor subsystem.
As part of this patch we fix the sync input's type to bool_t to match how
the callers use it.

Signed-off-by: Tamas K Lengyel <tamas.lengyel@zentific.com>
Acked-by: Razvan Cojocaru <rcojocaru@bitdefender.com>
xen/arch/x86/hvm/monitor.c
xen/common/monitor.c
xen/common/vm_event.c
xen/include/xen/monitor.h
xen/include/xen/vm_event.h