Re: [Xen-devel] [PATCH RFC 0/7] xen: Clean-up of mem_event subsystem

2014-11-18 Thread Tamas K Lengyel
On Tue, Nov 18, 2014 at 8:32 AM, Jan Beulich wrote: > >>> On 17.11.14 at 18:06, wrote: > > On Mon, Nov 17, 2014 at 5:37 PM, Jan Beulich wrote: > > > >> >>> On 12.11.14 at 16:48, wrote: > >> > On 12/11/14 15:31, Tamas K Lengyel wrote: > >> >> xen/include/public/domctl.h | 44 +-- > >>

Re: [Xen-devel] [PATCH RFC 0/7] xen: Clean-up of mem_event subsystem

2014-11-17 Thread Jan Beulich
>>> On 17.11.14 at 18:06, wrote: > On Mon, Nov 17, 2014 at 5:37 PM, Jan Beulich wrote: > >> >>> On 12.11.14 at 16:48, wrote: >> > On 12/11/14 15:31, Tamas K Lengyel wrote: >> >> xen/include/public/domctl.h | 44 +-- >> >> xen/include/public/hvm/params.h | 2 +- >> >> xen/include

Re: [Xen-devel] [PATCH RFC 0/7] xen: Clean-up of mem_event subsystem

2014-11-17 Thread Jan Beulich
>>> On 17.11.14 at 17:43, wrote: > On 11/17/2014 06:37 PM, Jan Beulich wrote: > On 12.11.14 at 16:48, wrote: >>> On 12/11/14 15:31, Tamas K Lengyel wrote: xen/include/public/domctl.h | 44 +-- xen/include/public/hvm/params.h | 2 +- xen/include/public/mem_event.

Re: [Xen-devel] [PATCH RFC 0/7] xen: Clean-up of mem_event subsystem

2014-11-17 Thread Tamas K Lengyel
On Mon, Nov 17, 2014 at 5:37 PM, Jan Beulich wrote: > >>> On 12.11.14 at 16:48, wrote: > > On 12/11/14 15:31, Tamas K Lengyel wrote: > >> xen/include/public/domctl.h | 44 +-- > >> xen/include/public/hvm/params.h | 2 +- > >> xen/include/public/mem_event.h | 134 --- > >>

Re: [Xen-devel] [PATCH RFC 0/7] xen: Clean-up of mem_event subsystem

2014-11-17 Thread Razvan Cojocaru
On 11/17/2014 06:37 PM, Jan Beulich wrote: On 12.11.14 at 16:48, wrote: >> On 12/11/14 15:31, Tamas K Lengyel wrote: >>> xen/include/public/domctl.h | 44 +-- >>> xen/include/public/hvm/params.h | 2 +- >>> xen/include/public/mem_event.h | 134 --- >>> xen/include/pub

Re: [Xen-devel] [PATCH RFC 0/7] xen: Clean-up of mem_event subsystem

2014-11-17 Thread Jan Beulich
>>> On 12.11.14 at 16:48, wrote: > On 12/11/14 15:31, Tamas K Lengyel wrote: >> xen/include/public/domctl.h | 44 +-- >> xen/include/public/hvm/params.h | 2 +- >> xen/include/public/mem_event.h | 134 --- >> xen/include/public/memory.h | 6 +- >> xen/include/pub

Re: [Xen-devel] [PATCH RFC 0/7] xen: Clean-up of mem_event subsystem

2014-11-13 Thread Tamas K Lengyel
On Wed, Nov 12, 2014 at 4:48 PM, Andrew Cooper wrote: > On 12/11/14 15:31, Tamas K Lengyel wrote: > > This patch series aims to clean up the mem_event subsystem within Xen. > The > > original use-case for this system was to allow external helper > applications > > running in privileged domains to

Re: [Xen-devel] [PATCH RFC 0/7] xen: Clean-up of mem_event subsystem

2014-11-12 Thread Andrew Cooper
On 12/11/14 15:31, Tamas K Lengyel wrote: > This patch series aims to clean up the mem_event subsystem within Xen. The > original use-case for this system was to allow external helper applications > running in privileged domains to control various memory operations performed > by Xen. Amongs these

[Xen-devel] [PATCH RFC 0/7] xen: Clean-up of mem_event subsystem

2014-11-12 Thread Tamas K Lengyel
This patch series aims to clean up the mem_event subsystem within Xen. The original use-case for this system was to allow external helper applications running in privileged domains to control various memory operations performed by Xen. Amongs these were paging, sharing and access control. The subsy