On Thu, Jan 22, 2015 at 4:00 PM, Tim Deegan <t...@xen.org> wrote:
> At 16:18 +0100 on 18 Jan (1421594281), Tamas K Lengyel wrote:
>> To avoid growing hvm.c these functions can be stored
>> separately.
>>
>> Signed-off-by: Tamas K Lengyel <tamas.leng...@zentific.com>
>
> Assuming this is just code motion, it seems like a good idea to me,
> with one nit:
>
>> --- a/xen/arch/x86/hvm/Makefile
>> +++ b/xen/arch/x86/hvm/Makefile
>> @@ -22,4 +22,5 @@ obj-y += vlapic.o
>>  obj-y += vmsi.o
>>  obj-y += vpic.o
>>  obj-y += vpt.o
>> -obj-y += vpmu.o
>> \ No newline at end of file
>> +obj-y += vpmu.o
>> +obj-y += event.o
>
> This list is in alphabetical order; please keep it that way.

Noted!

Thanks,
Tamas

> With that fixed,
>
> Acked-by: Tim Deegan <t...@xen.org>
>
> Cheers,
>
> Tim.

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

Reply via email to