On Thu, Jul 9, 2015 at 9:17 AM, Razvan Cojocaru wrote: > On 07/09/2015 04:14 PM, Tamas K Lengyel wrote: > > Add tools/tests/xen-acess to the supported list under VM EVENT/MEM > ACCESS. > > > > Signed-off-by: Tamas K Lengyel > > --- > > MAINTAINERS | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index 1e74688..dae0aa3 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -389,6 +389,7 @@ F: xen/common/mem_access.c > > F: xen/arch/x86/hvm/event.c > > F: xen/arch/x86/monitor.c > > F: xen/arch/x86/vm_event.c > > +F: tools/tests/xen-access > > This seems to use the wrong indentation type, it doesn't align with the > rest. > > With that fixed, > Acked-by: Razvan Cojocaru > > > Cheers, > Razvan > Ah what, it's the only spot where it's not using whitespace for indentation? =) Nice catch. Tamas