Skip to content

Commit

Permalink
[TOP] Clean up MAINTAINERS file
Browse files Browse the repository at this point in the history
MAINTAINERS file was outdated since long time...
Cleaning up to reflect current maintainership.

Signed-off-by: Pranav Sawargaonkar <pranav.sawargaonkar@gmail.com>
  • Loading branch information
psawargaonkar authored and avpatel committed Feb 12, 2014
1 parent 7feb729 commit 05c7143
Showing 1 changed file with 40 additions and 42 deletions.
82 changes: 40 additions & 42 deletions MAINTAINERS
@@ -1,18 +1,14 @@
Xvisor Initiators Xvisor History


This project was started by Anup Patel as an experimental test code. This project was started by Anup Patel as an experimental test code. Later,
Later, Himanshu, Pranav, and Sukanto joined Anup to re-designed/re-write it Himanshu Chauhan, Pranav Sawargaonkar, Sukanto Ghosh, Jean-Christophe Dubois,
from scratch and make it flexible & portable accross architectures. and others joined Anup to re-designed/re-write it from scratch and make it

flexible & portable accross architectures.
- Anup Patel (anup@brainfault.org)
- Himanshu Chauhan (hschauhan@nulltrace.org)
- Sukanto Ghosh (sukantoghosh@gmail.com)
- Pranav Sawargaonkar (pranav.sawargaonkar@gmail.com)




Maintainers List (try to look for most precise areas first) Maintainers List (try to look for most precise areas first)


Note: This list is meant to remain in alphabetical order. If you could Note: This list is meant to remain in alphabetical order. If you could
add yourselves to it in alphabetical order that would be so much easier [Ed] add yourselves to it in alphabetical order that would be so much easier [Ed]


P: Person P: Person
Expand Down Expand Up @@ -45,41 +41,36 @@ X: Files and directories that are NOT maintained, same rules as F:
X: net/ipv6/ X: net/ipv6/
matches all files in and below net excluding net/ipv6/ matches all files in and below net excluding net/ipv6/


BEAGLE BOARD ARM64
P: Sukanto Ghosh P: Sukanto Ghosh
M: sukantoghosh@gmail.com M: sukantoghosh@gmail.com
P: Pranav Sawargaonkar
M: pranav.sawargaonkar@gmail.com
S: Maintained S: Maintained
L: xvisor-devel@googlegroups.com L: xvisor-devel@googlegroups.com
F: arch/arm/board/beagle/* F: arch/arm64/*
F: arch/arm/board/common/omap3/*
F: arch/arm/board/common/include/omap3/*


HOST ADDRESS SPACE APIs HEAP MANAGMENT
P: Himanshu Chauhan P: Himanshu Chauhan
M: hschauhan@nulltrace.org M: hschauhan@nulltrace.org
S: Maintained S: Maintained
L: xvisor-devel@googlegroups.com L: xvisor-devel@googlegroups.com
F: core/include/vmm_host_aspace.h F: core/mm/*
F: core/include/vmm_host_aspace.c F: core/include/mm/*
F: core/include/vmm_heap.h


HOST IO APIs HOST ADDRESS SPACE APIs
P: Himanshu Chauhan P: Himanshu Chauhan
M: hschauhan@nulltrace.org M: hschauhan@nulltrace.org
S: Maintained S: Maintained
L: xvisor-devel@googlegroups.com L: xvisor-devel@googlegroups.com
F: core/include/vmm_host_io.h F: core/include/vmm_host_aspace.h
F: core/include/vmm_host_aspace.c


HYPERVISOR THREADS HOST IO APIs
P: Himanshu Chauhan P: Himanshu Chauhan
M: hschauhan@nulltrace.org M: hschauhan@nulltrace.org
P: Anup Patel
M: anup@brainfault.org
S: Maintained S: Maintained
L: xvisor-devel@googlegroups.com L: xvisor-devel@googlegroups.com
F: core/include/vmm_threads.h F: core/include/vmm_host_io.h
F: core/vmm_threads.c


HYPERVISOR PROFILER HYPERVISOR PROFILER
P: Jean-Christophe Dubois P: Jean-Christophe Dubois
Expand All @@ -89,32 +80,39 @@ L: xvisor-devel@googlegroups.com
F: core/include/vmm_profiler.h F: core/include/vmm_profiler.h
F: core/vmm_profiler.c F: core/vmm_profiler.c


MANAGMENT TERMINAL DAEMON INTEL64(x86-64)
P: Himanshu Chauhan P: Himanshu Chauhan
M: hschauhan@nulltrace.org M: hschauhan@nulltrace.org
P: Anup Patel
M: anup@brainfault.org
S: Maintained S: Maintained
L: xvisor-devel@googlegroups.com L: xvisor-devel@googlegroups.com
F: daemons/mterm.c F: arch/x86/*

NETWORK CORE
P: Pranavkumar Sawargaonkar
M: pranav.sawargaonkar@gmail.com
P: Sukanto Ghosh
M: sukantoghosh@gmail.com
S: Maintained
L: xvisor-devel@googlegroups.com
F: core/net/*


MEMORY MANAGMENT NETWORK DRIVERS
P: Himanshu Chauhan P: Pranavkumar Sawargaonkar
M: hschauhan@nulltrace.org M: pranav.sawargaonkar@gmail.com
P: Sukanto Ghosh
M: sukantoghosh@gmail.com
S: Maintained S: Maintained
L: xvisor-devel@googlegroups.com L: xvisor-devel@googlegroups.com
F: core/mm/* F: drivers/net/*
F: core/include/mm/*
F: core/include/vmm_heap.h


INTEL64(x86-64) NETWORK EMULATORS
P: Himanshu Chauhan P: Pranavkumar Sawargaonkar
M: hschauhan@nulltrace.org M: pranav.sawargaonkar@gmail.com
P: Tushar Jagad P: Sukanto Ghosh
M: thjagad@gmail.com M: sukantoghosh@gmail.com
S: Maintained S: Maintained
L: xvisor-devel@googlegroups.com L: xvisor-devel@googlegroups.com
F: arch/x86/* F: emulators/net/*


THE REST THE REST
P: Anup Patel P: Anup Patel
Expand Down

0 comments on commit 05c7143

Please sign in to comment.