diff mbox

[v2] vm-event: MAINTAINERS fix

Message ID 1467366293-7254-1-git-send-email-czuzu@bitdefender.com (mailing list archive)
State New, archived
Headers show

Commit Message

Corneliu ZUZU July 1, 2016, 9:44 a.m. UTC
Fix vm-event section of MAINTAINERS file: add back files x86/hvm/monitor.c,
asm-x86/hvm/monitor.h, x86/monitor.c, x86/vm_event.c and sort entries
alphabetically.

Culprits which got MAINTAINERS out-of-sync:
c/s ca63cee: "monitor: Rename hvm/event to hvm/monitor":
    - added x86/hvm/monitor.c & asm-x86/hvm/monitor.h w/o MAINTAINERS update
c/s ec89da2: "MAINTAINERS: update monitor/vm_event covered code":
    - (mistakenly?) removed both x86/monitor.c & x86/vm_event.c

Signed-off-by: Corneliu ZUZU <czuzu@bitdefender.com>
---
Changed since v1:
* sort entries alphabetically
---
 MAINTAINERS | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Comments

Razvan Cojocaru July 1, 2016, 10:26 a.m. UTC | #1
On 07/01/16 12:44, Corneliu ZUZU wrote:
> Fix vm-event section of MAINTAINERS file: add back files x86/hvm/monitor.c,
> asm-x86/hvm/monitor.h, x86/monitor.c, x86/vm_event.c and sort entries
> alphabetically.
> 
> Culprits which got MAINTAINERS out-of-sync:
> c/s ca63cee: "monitor: Rename hvm/event to hvm/monitor":
>     - added x86/hvm/monitor.c & asm-x86/hvm/monitor.h w/o MAINTAINERS update
> c/s ec89da2: "MAINTAINERS: update monitor/vm_event covered code":
>     - (mistakenly?) removed both x86/monitor.c & x86/vm_event.c
> 
> Signed-off-by: Corneliu ZUZU <czuzu@bitdefender.com>
> ---
> Changed since v1:
> * sort entries alphabetically
> ---
>  MAINTAINERS | 10 +++++++---
>  1 file changed, 7 insertions(+), 3 deletions(-)

Acked-by: Razvan Cojocaru <rcojocaru@bitdefender.com>
diff mbox

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index e91140f..65c2447 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -401,13 +401,17 @@  VM EVENT, MEM ACCESS and MONITOR
 M:	Razvan Cojocaru <rcojocaru@bitdefender.com>
 M:	Tamas K Lengyel <tamas@tklengyel.com>
 S:	Supported
+F:	tools/tests/xen-access
+F:	xen/arch/*/monitor.c
+F:	xen/arch/*/vm_event.c
+F:	xen/arch/x86/hvm/monitor.c
 F:	xen/common/mem_access.c
-F:	xen/*/vm_event.c
-F:	xen/*/monitor.c
+F:	xen/common/monitor.c
+F:	xen/common/vm_event.c
 F:	xen/include/*/mem_access.h
 F:	xen/include/*/monitor.h
 F:	xen/include/*/vm_event.h
-F:	tools/tests/xen-access
+F:	xen/include/asm-x86/hvm/monitor.h
 
 VTPM
 M:	Daniel De Graaf <dgdegra@tycho.nsa.gov>