Re: [Xen-devel] [PATCH v8 1/6] monitor: rename and relocate vm_event_monitor_traps

2016-07-05 Thread Razvan Cojocaru
On 07/05/16 21:37, Tamas K Lengyel wrote: > 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 > --- > Cc: Jan Beulich > Cc: Andrew Coo

[Xen-devel] [PATCH v8 1/6] monitor: rename and relocate vm_event_monitor_traps

2016-07-05 Thread Tamas K Lengyel
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 --- Cc: Jan Beulich Cc: Andrew Cooper Cc: Razvan Cojocaru --- xen/arch/x86/hvm/monitor.c