On Fri, Feb 6, 2015 at 3:20 PM, Jan Beulich wrote:
On 06.02.15 at 14:10, wrote:
>> On Wed, Feb 4, 2015 at 10:47 AM, Jan Beulich wrote:
>> On 29.01.15 at 22:46, wrote:
--- a/xen/common/Makefile
+++ b/xen/common/Makefile
@@ -52,9 +52,10 @@ obj-y += tmem_xen.o
obj-y +
>>> On 06.02.15 at 14:10, wrote:
> On Wed, Feb 4, 2015 at 10:47 AM, Jan Beulich wrote:
> On 29.01.15 at 22:46, wrote:
>>> --- a/xen/common/Makefile
>>> +++ b/xen/common/Makefile
>>> @@ -52,9 +52,10 @@ obj-y += tmem_xen.o
>>> obj-y += radix-tree.o
>>> obj-y += rbtree.o
>>> obj-y += lzo.o
>
On Wed, Feb 4, 2015 at 10:47 AM, Jan Beulich wrote:
On 29.01.15 at 22:46, wrote:
>> --- a/xen/common/Makefile
>> +++ b/xen/common/Makefile
>> @@ -52,9 +52,10 @@ obj-y += tmem_xen.o
>> obj-y += radix-tree.o
>> obj-y += rbtree.o
>> obj-y += lzo.o
>> +obj-y += vm_event.o
>> +obj-y += monitor
>>> On 29.01.15 at 22:46, wrote:
> --- a/xen/common/Makefile
> +++ b/xen/common/Makefile
> @@ -52,9 +52,10 @@ obj-y += tmem_xen.o
> obj-y += radix-tree.o
> obj-y += rbtree.o
> obj-y += lzo.o
> +obj-y += vm_event.o
> +obj-y += monitor.o
Please make the (not) sorting situation worse than it alre
The vm_event subsystem has been artifically tied to the presence of mem_access.
While mem_access does depend on vm_event, vm_event is an entirely independent
subsystem that can be used for arbitrary function-offloading to helper apps in
domains. This patch removes the dependency that mem_access nee