Re: [Xen-devel] [PATCH V5 04/12] xen: Rename mem_event to vm_event

2015-02-13 Thread Andrew Cooper
On 13/02/15 16:33, Tamas K Lengyel wrote: > In this patch we mechanically rename mem_event to vm_event. This patch > introduces no logic changes to the code. Using the name vm_event better > describes the intended use of this subsystem, which is not limited to memory > events. It can be used for of

[Xen-devel] [PATCH V5 04/12] xen: Rename mem_event to vm_event

2015-02-13 Thread Tamas K Lengyel
In this patch we mechanically rename mem_event to vm_event. This patch introduces no logic changes to the code. Using the name vm_event better describes the intended use of this subsystem, which is not limited to memory events. It can be used for off-loading the decision making logic into helper ap