>From: Jan Beulich [mailto:jbeul...@suse.com]
>Sent: Tuesday, July 14, 2015 7:08 AM
>
>>>> On 14.07.15 at 02:14, <edmund.h.wh...@intel.com> wrote:
>> --- a/xen/include/public/vm_event.h
>> +++ b/xen/include/public/vm_event.h
>> @@ -47,6 +47,16 @@
>>  #define VM_EVENT_FLAG_VCPU_PAUSED     (1 << 0)
>>  /* Flags to aid debugging mem_event */
>>  #define VM_EVENT_FLAG_FOREIGN         (1 << 1)
>> +/*
>> + * This flag can be set in a request or a response
>> + *
>> + * On a request, indicates that the event occurred in the alternate
>> +p2m specified by
>> + * the altp2m_idx request field.
>> + *
>> + * On a response, indicates that the VCPU should resume in the
>> +alternate p2m specified
>> + * by the altp2m_idx response field if possible.
>> + */
>> +#define VM_EVENT_FLAG_ALTERNATE_P2M   (1 << 5)
>
>So I suppose you use 5 here because of what went into staging recently. But
>the patch context doesn't reflect this, i.e. the patch is inconsistent at this 
>point
>(and won't apply).
>
>Jan

Yes - we didn't have time to rebase on staging - we are working on that now

Ravi




_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to