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 <[email protected]>
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. With that fixed, Acked-by: Tim Deegan <[email protected]> Cheers, Tim. _______________________________________________ Xen-devel mailing list [email protected] http://lists.xen.org/xen-devel
