diff mbox series

[1/3] xen/trace: Add trace.h to MAINTAINER

Message ID 20190718170716.22544-2-andrew.cooper3@citrix.com (mailing list archive)
State New, archived
Headers show
Series xen/trace: Misc improvements | expand

Commit Message

Andrew Cooper July 18, 2019, 5:07 p.m. UTC
... to match the existing trace.c entry

Reported-by: Jan Beulich <JBeulich@suse.com>
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
---
CC: George Dunlap <george.dunlap@eu.citrix.com>
CC: Jan Beulich <JBeulich@suse.com>
CC: Wei Liu <wl@xen.org>
CC: Roger Pau Monné <roger.pau@citrix.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

Comments

George Dunlap July 18, 2019, 8:55 p.m. UTC | #1
> On Jul 18, 2019, at 6:07 PM, Andrew Cooper <andrew.cooper3@citrix.com> wrote:
> 
> ... to match the existing trace.c entry
> 
> Reported-by: Jan Beulich <JBeulich@suse.com>
> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>

Acked-by: George Dunlap <george.dunlap@citrix.com>
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index b8e4daae41..d18c46de91 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -513,6 +513,7 @@  M:	George Dunlap <george.dunlap@eu.citrix.com>
 S:	Supported
 F:	tools/xentrace/
 F:	xen/common/trace.c
+F:	xen/include/xen/trace.h
 
 XSM/FLASK
 M:	Daniel De Graaf <dgdegra@tycho.nsa.gov>