Re: [Xen-devel] [PATCH V5 11/12] xen/xsm: Split vm_event_op into three separate labels

2015-02-13 Thread Andrew Cooper
On 13/02/15 16:33, Tamas K Lengyel wrote: > The XSM label vm_event_op has been used to control the three memops > controlling mem_access, mem_paging and mem_sharing. While these systems > rely on vm_event, these are not vm_event operations themselves. Thus, > in this patch we introduce three separa

[Xen-devel] [PATCH V5 11/12] xen/xsm: Split vm_event_op into three separate labels

2015-02-13 Thread Tamas K Lengyel
The XSM label vm_event_op has been used to control the three memops controlling mem_access, mem_paging and mem_sharing. While these systems rely on vm_event, these are not vm_event operations themselves. Thus, in this patch we introduce three separate labels for each of these memops. Signed-off-by