diff mbox series

MAINTAINERS: consolidate vm-event/monitor entry

Message ID dabf4c7d-f947-1db8-4c72-d9813da1c01d@suse.com (mailing list archive)
State Superseded
Headers show
Series MAINTAINERS: consolidate vm-event/monitor entry | expand

Commit Message

Jan Beulich Aug. 30, 2023, 8:23 a.m. UTC
If the F: description is to be trusted, the two xen/arch/x86/hvm/
lines were fully redundant with the earlier wildcard ones. Arch header
files, otoh, were no longer covered by anything as of the move from
include/asm-*/ to arch/*/include/asm/. Finally also generalize (by
folding) the x86- and Arm-specific mem_access.c entries.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
---
Triggered by me looking at the entry in the context of Oleksii's RISC-V
preparatory patch.

We could go further, to simply
F:	xen/*/mem_access.[ch]
F:	xen/*/monitor.[ch]
F:	xen/*/vm_event.[ch]
Thoughts anyone?
diff mbox series

Patch

--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -558,14 +558,9 @@  R:	Alexandru Isaila <aisaila@bitdefender
 R:	Petre Pircalabu <ppircalabu@bitdefender.com>
 S:	Supported
 F:	tools/misc/xen-access.c
-F:	xen/arch/*/monitor.c
-F:	xen/arch/*/vm_event.c
-F:	xen/arch/arm/mem_access.c
-F:	xen/arch/x86/include/asm/hvm/monitor.h
-F:	xen/arch/x86/include/asm/hvm/vm_event.h
-F:	xen/arch/x86/mm/mem_access.c
-F:	xen/arch/x86/hvm/monitor.c
-F:	xen/arch/x86/hvm/vm_event.c
+F:	xen/arch/*/mem_access.[ch]
+F:	xen/arch/*/monitor.[ch]
+F:	xen/arch/*/vm_event.[ch]
 F:	xen/common/mem_access.c
 F:	xen/common/monitor.c
 F:	xen/common/vm_event.c