~vcs-imports/qemu/git

« back to all changes in this revision

Viewing changes to MAINTAINERS

  • Committer: ths
  • Date: 2007-06-17 15:32:30 UTC
  • Revision ID: git-v1:ffb04fcf089865952592f1f8855c2848d4514a89
Allow relative paths for the interpreter prefix in linux-user emulation.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2984 c046a42c-6fe2-441c-8c8c-71466251a162

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
QEMU Maintainers
2
 
================
3
 
 
4
 
Project leaders:
5
 
----------------
6
 
 
7
 
Fabrice Bellard
8
 
Paul Brook
9
 
 
10
 
CPU cores:
11
 
----------
12
 
 
13
 
x86                Fabrice Bellard
14
 
ARM                Paul Brook
15
 
SPARC              Blue Swirl
16
 
MIPS               Thiemo Seufer
17
 
PowerPC            ?
18
 
M68K               Paul Brook
19
 
SH4                ?
20
 
CRIS               Edgar E. Iglesias
21
 
Alpha              ?
22
 
 
23
 
Machines (sorted by CPU):
24
 
-------------------------
25
 
 
26
 
x86
27
 
  pc.c                    Fabrice Bellard (new maintainer needed)
28
 
ARM
29
 
  integratorcp.c          Paul Brook
30
 
  versatilepb.c           Paul Brook
31
 
  Real View               Paul Brook
32
 
  spitz.c                 Andrzej Zaborowski
33
 
  palm.c                  Andrzej Zaborowski
34
 
  nseries.c               Andrzej Zaborowski
35
 
  stellaris.c             Paul Brook
36
 
  gumstix.c               Thorsten Zitterell
37
 
  mainstone.c             Armin Kuster
38
 
  musicpal.c              Jan Kiszka
39
 
SPARC
40
 
  sun4u.c                 Blue Swirl
41
 
  sun4m.c                 Blue Swirl
42
 
MIPS
43
 
  mips_r4k.c              Aurelien Jarno
44
 
  mips_malta.c            Aurelien Jarno
45
 
  mips_jazz.c             Hervé Poussineau
46
 
  mips_mipssim.c          Thiemo Seufer
47
 
PowerPC
48
 
  ppc_prep.c              ?
49
 
  ppc_oldworld.c          Fabrice Bellard
50
 
  ppc_chrp.c              Fabrice Bellard
51
 
  ppc405_boards.c         ?
52
 
M86K
53
 
  mcf5208.c               Paul Brook
54
 
  an5206.c                Paul Brook
55
 
  dummy_m68k.c            Paul Brook
56
 
SH4
57
 
  shix.c                  ?
58
 
  r2d.c                   Magnus Damm
59
 
CRIS
60
 
  etraxfs.c               Edgar E. Iglesias
61
 
Alpha
62
 
 
63
 
Generic Subsystems:
64
 
-------------------  
65
 
 
66
 
Dynamic translator        Fabrice Bellard
67
 
Main loop                 Fabrice Bellard (new maintainer needed)
68
 
TCG                       Fabrice Bellard
69
 
kqemu interface           Fabrice Bellard
70
 
IDE device                ?
71
 
SCSI device               Paul Brook
72
 
PCI layer                 ?
73
 
USB layer                 ?
74
 
Block layer               ?
75
 
Graphic layer             ?
76
 
Audio device layer        Vassili Karpov (malc)
77
 
Character device layer    ?
78
 
Network device layer      ?
79
 
GDB stub                  ?
80
 
Linux user                ?
81
 
Darwin user               ?
82
 
SLIRP                     ?