Re: [Xen-devel] [RFC PATCH 3/6] vm_event: Refactor vm_event_domain implementation

2018-12-20 Thread Petre Ovidiu PIRCALABU
On Wed, 2018-12-19 at 15:26 -0700, Tamas K Lengyel wrote: > On Wed, Dec 19, 2018 at 11:52 AM Petre Pircalabu > wrote: > > > > Decouple the VM Event interface from the ring implementation. > > This will need a much better description. There is also a lot of > churn > that is mostly just

Re: [Xen-devel] [RFC PATCH 3/6] vm_event: Refactor vm_event_domain implementation

2018-12-19 Thread Tamas K Lengyel
On Wed, Dec 19, 2018 at 11:52 AM Petre Pircalabu wrote: > > Decouple the VM Event interface from the ring implementation. This will need a much better description. There is also a lot of churn that is mostly just mechanical in this patch but makes reviewing it hard. Perhaps functional changes

[Xen-devel] [RFC PATCH 3/6] vm_event: Refactor vm_event_domain implementation

2018-12-19 Thread Petre Pircalabu
Decouple the VM Event interface from the ring implementation. --- xen/arch/arm/mem_access.c | 2 +- xen/arch/x86/mm/mem_access.c | 4 +- xen/arch/x86/mm/mem_paging.c | 2 +- xen/arch/x86/mm/mem_sharing.c | 5 +- xen/arch/x86/mm/p2m.c | 10 +- xen/common/mem_access.c |