Re: [Xen-devel] [RFC PATCH V3 05/12] xen: Introduce vm_event

2015-02-06 Thread Tamas K Lengyel
On Mon, Feb 2, 2015 at 8:35 PM, Daniel De Graaf wrote: > On 01/31/2015 08:24 AM, Tamas K Lengyel wrote: >> >> On Fri, Jan 30, 2015 at 6:25 PM, Daniel De Graaf >> wrote: >>> >>> On 01/29/2015 04:46 PM, Tamas K Lengyel wrote: To make it easier to review the renaming process of mem_ev

Re: [Xen-devel] [RFC PATCH V3 05/12] xen: Introduce vm_event

2015-02-06 Thread Tamas K Lengyel
On Fri, Feb 6, 2015 at 2:58 PM, Andrew Cooper wrote: > On 06/02/15 13:54, Tamas K Lengyel wrote: >>> Please clarify in the patch description whether this (and perhaps >>> other) copied or cloned code is really just a plain copy with some >>> renaming, or whether there are any other changes. Review

Re: [Xen-devel] [RFC PATCH V3 05/12] xen: Introduce vm_event

2015-02-06 Thread Andrew Cooper
On 06/02/15 13:54, Tamas K Lengyel wrote: >> Please clarify in the patch description whether this (and perhaps >> other) copied or cloned code is really just a plain copy with some >> renaming, or whether there are any other changes. Reviewing this >> as a non-renaming change isn't time well spent

Re: [Xen-devel] [RFC PATCH V3 05/12] xen: Introduce vm_event

2015-02-06 Thread Tamas K Lengyel
On Tue, Feb 3, 2015 at 4:54 PM, Jan Beulich wrote: On 29.01.15 at 22:46, wrote: >> --- a/docs/misc/xsm-flask.txt >> +++ b/docs/misc/xsm-flask.txt >> @@ -87,6 +87,7 @@ __HYPERVISOR_domctl (xen/include/public/domctl.h) >> * XEN_DOMCTL_set_machine_address_size >> * XEN_DOMCTL_debug_op >>

Re: [Xen-devel] [RFC PATCH V3 05/12] xen: Introduce vm_event

2015-02-03 Thread Jan Beulich
>>> On 29.01.15 at 22:46, wrote: > --- a/docs/misc/xsm-flask.txt > +++ b/docs/misc/xsm-flask.txt > @@ -87,6 +87,7 @@ __HYPERVISOR_domctl (xen/include/public/domctl.h) > * XEN_DOMCTL_set_machine_address_size > * XEN_DOMCTL_debug_op > * XEN_DOMCTL_gethvmcontext_partial > + * XEN_DOMCTL_vm_even

Re: [Xen-devel] [RFC PATCH V3 05/12] xen: Introduce vm_event

2015-02-02 Thread Daniel De Graaf
On 01/31/2015 08:24 AM, Tamas K Lengyel wrote: On Fri, Jan 30, 2015 at 6:25 PM, Daniel De Graaf wrote: On 01/29/2015 04:46 PM, Tamas K Lengyel wrote: To make it easier to review the renaming process of mem_event -> vm_event, the process is broken into three pieces, of which this patch is the

Re: [Xen-devel] [RFC PATCH V3 05/12] xen: Introduce vm_event

2015-02-02 Thread Ian Campbell
On Thu, 2015-01-29 at 22:46 +0100, Tamas K Lengyel wrote: > To make it easier to review the renaming process of mem_event -> vm_event, > the process is broken into three pieces, of which this patch is the first. > In this patch the vm_event subsystem is introduced and hooked into the build > proces

Re: [Xen-devel] [RFC PATCH V3 05/12] xen: Introduce vm_event

2015-01-31 Thread Tamas K Lengyel
On Fri, Jan 30, 2015 at 6:25 PM, Daniel De Graaf wrote: > On 01/29/2015 04:46 PM, Tamas K Lengyel wrote: >> >> To make it easier to review the renaming process of mem_event -> vm_event, >> the process is broken into three pieces, of which this patch is the first. >> In this patch the vm_event subs

Re: [Xen-devel] [RFC PATCH V3 05/12] xen: Introduce vm_event

2015-01-30 Thread Daniel De Graaf
On 01/29/2015 04:46 PM, Tamas K Lengyel wrote: To make it easier to review the renaming process of mem_event -> vm_event, the process is broken into three pieces, of which this patch is the first. In this patch the vm_event subsystem is introduced and hooked into the build process, but it is not