bellard | b6f97c1 | 2008-05-09 09:39:00 +0000 | [diff] [blame] | 1 | QEMU Maintainers |
| 2 | ================ |
| 3 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 4 | The intention of this file is not to establish who owns what portions of the |
| 5 | code base, but to provide a set of names that developers can consult when they |
| 6 | have a question about a particular subset and also to provide a set of names |
| 7 | to be CC'd when submitting a patch to obtain appropriate review. |
bellard | 3cd9acb | 2008-06-04 14:57:43 +0000 | [diff] [blame] | 8 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 9 | In general, if you have a question about inclusion of a patch, you should |
| 10 | consult qemu-devel and not any specific individual privately. |
bellard | b6f97c1 | 2008-05-09 09:39:00 +0000 | [diff] [blame] | 11 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 12 | Descriptions of section entries: |
bellard | b6f97c1 | 2008-05-09 09:39:00 +0000 | [diff] [blame] | 13 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 14 | M: Mail patches to: FullName <address@domain> |
| 15 | L: Mailing list that is relevant to this area |
| 16 | W: Web-page with status/info |
| 17 | Q: Patchwork web based patch tracking system site |
| 18 | T: SCM tree type and location. Type is one of: git, hg, quilt, stgit. |
| 19 | S: Status, one of the following: |
| 20 | Supported: Someone is actually paid to look after this. |
| 21 | Maintained: Someone actually looks after it. |
| 22 | Odd Fixes: It has a maintainer but they don't have time to do |
| 23 | much other than throw the odd patch in. See below.. |
| 24 | Orphan: No current maintainer [but maybe you could take the |
| 25 | role as you write your new code]. |
| 26 | Obsolete: Old code. Something tagged obsolete generally means |
| 27 | it has been replaced by a better system and you |
| 28 | should be using that. |
| 29 | F: Files and directories with wildcard patterns. |
| 30 | A trailing slash includes all files and subdirectory files. |
| 31 | F: drivers/net/ all files in and below drivers/net |
| 32 | F: drivers/net/* all files in drivers/net, but not below |
| 33 | F: */net/* all files in "any top level directory"/net |
| 34 | One pattern per line. Multiple F: lines acceptable. |
| 35 | X: Files and directories that are NOT maintained, same rules as F: |
| 36 | Files exclusions are tested before file matches. |
| 37 | Can be useful for excluding a specific subdirectory, for instance: |
| 38 | F: net/ |
| 39 | X: net/ipv6/ |
| 40 | matches all files in and below net excluding net/ipv6/ |
| 41 | K: Keyword perl extended regex pattern to match content in a |
| 42 | patch or file. For instance: |
| 43 | K: of_get_profile |
| 44 | matches patches or files that contain "of_get_profile" |
| 45 | K: \b(printk|pr_(info|err))\b |
| 46 | matches patches or files that contain one or more of the words |
| 47 | printk, pr_info or pr_err |
| 48 | One regex pattern per line. Multiple K: lines acceptable. |
bellard | b6f97c1 | 2008-05-09 09:39:00 +0000 | [diff] [blame] | 49 | |
bellard | b6f97c1 | 2008-05-09 09:39:00 +0000 | [diff] [blame] | 50 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 51 | General Project Administration |
| 52 | ------------------------------ |
| 53 | M: Anthony Liguori <aliguori@us.ibm.com> |
| 54 | M: Paul Brook <paul@codesourcery.com> |
| 55 | |
| 56 | Guest CPU cores (TCG): |
| 57 | ---------------------- |
bellard | b6f97c1 | 2008-05-09 09:39:00 +0000 | [diff] [blame] | 58 | Alpha |
Richard Henderson | 8d6df26 | 2011-05-20 12:23:18 -0700 | [diff] [blame] | 59 | M: Richard Henderson <rth@twiddle.net> |
| 60 | S: Maintained |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 61 | F: target-alpha/ |
| 62 | |
| 63 | ARM |
| 64 | M: Paul Brook <paul@codesourcery.com> |
Peter Maydell | 1ce9ce6 | 2011-09-20 16:18:46 +0100 | [diff] [blame] | 65 | M: Peter Maydell <peter.maydell@linaro.org> |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 66 | S: Maintained |
| 67 | F: target-arm/ |
| 68 | |
| 69 | CRIS |
| 70 | M: Edgar E. Iglesias <edgar.iglesias@gmail.com> |
| 71 | S: Maintained |
| 72 | F: target-cris/ |
| 73 | |
Michael Walle | 07bf23a | 2011-02-17 23:45:18 +0100 | [diff] [blame] | 74 | LM32 |
| 75 | M: Michael Walle <michael@walle.cc> |
| 76 | S: Maintained |
| 77 | F: target-lm32/ |
| 78 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 79 | M68K |
| 80 | M: Paul Brook <paul@codesourcery.com> |
| 81 | S: Maintained |
| 82 | F: target-m68k/ |
| 83 | |
Edgar E. Iglesias | abc0754 | 2009-05-28 14:00:49 +0200 | [diff] [blame] | 84 | MicroBlaze |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 85 | M: Edgar E. Iglesias <edgar.iglesias@gmail.com> |
| 86 | S: Maintained |
| 87 | F: target-microblaze/ |
| 88 | |
| 89 | MIPS |
Aurelien Jarno | ddb1356 | 2011-01-14 20:39:19 +0100 | [diff] [blame] | 90 | M: Aurelien Jarno <aurelien@aurel32.net> |
| 91 | S: Maintained |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 92 | F: target-mips/ |
| 93 | |
| 94 | PowerPC |
| 95 | M: Alexander Graf <agraf@suse.de> |
| 96 | S: Maintained |
| 97 | F: target-ppc/ |
| 98 | |
Alexander Graf | 749717a | 2009-12-05 12:44:31 +0100 | [diff] [blame] | 99 | S390 |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 100 | M: Alexander Graf <agraf@suse.de> |
| 101 | S: Maintained |
| 102 | F: target-s390x/ |
bellard | b6f97c1 | 2008-05-09 09:39:00 +0000 | [diff] [blame] | 103 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 104 | SH4 |
Aurelien Jarno | ddb1356 | 2011-01-14 20:39:19 +0100 | [diff] [blame] | 105 | M: Aurelien Jarno <aurelien@aurel32.net> |
| 106 | S: Maintained |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 107 | F: target-sh4/ |
bellard | b6f97c1 | 2008-05-09 09:39:00 +0000 | [diff] [blame] | 108 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 109 | SPARC |
| 110 | M: Blue Swirl <blauwirbel@gmail.com> |
| 111 | S: Maintained |
| 112 | F: target-sparc/ |
| 113 | |
| 114 | X86 |
| 115 | M: qemu-devel@nongnu.org |
| 116 | S: Odd Fixes |
| 117 | F: target-i386/ |
| 118 | |
Max Filippov | 16e7caa | 2011-09-06 03:55:56 +0400 | [diff] [blame] | 119 | Xtensa |
| 120 | M: Max Filippov <jcmvbkbc@gmail.com> |
Max Filippov | 375847a | 2011-10-28 02:11:05 +0400 | [diff] [blame] | 121 | W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa |
Max Filippov | 16e7caa | 2011-09-06 03:55:56 +0400 | [diff] [blame] | 122 | S: Maintained |
| 123 | F: target-xtensa/ |
| 124 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 125 | Guest CPU Cores (KVM): |
| 126 | ---------------------- |
| 127 | |
| 128 | Overall |
| 129 | M: Avi Kivity <avi@redhat.com> |
| 130 | M: Marcelo Tosatti <mtosatti@redhat.com> |
| 131 | L: kvm@vger.kernel.org |
| 132 | S: Supported |
| 133 | F: kvm-* |
| 134 | F: */kvm.* |
| 135 | |
| 136 | PPC |
| 137 | M: Alexander Graf <agraf@suse.de> |
| 138 | S: Maintained |
| 139 | F: target-ppc/kvm.c |
| 140 | |
| 141 | S390 |
| 142 | M: Alexander Graf <agraf@suse.de> |
| 143 | S: Maintained |
| 144 | F: target-s390x/kvm.c |
| 145 | |
| 146 | X86 |
| 147 | M: Avi Kivity <avi@redhat.com> |
| 148 | M: Marcelo Tosatti <mtosatti@redhat.com> |
| 149 | L: kvm@vger.kernel.org |
| 150 | S: Supported |
| 151 | F: target-i386/kvm.c |
| 152 | |
Stefano Stabellini | 8a6b0cd | 2011-07-29 16:05:13 +0100 | [diff] [blame] | 153 | Guest CPU Cores (Xen): |
| 154 | ---------------------- |
| 155 | |
| 156 | X86 |
| 157 | M: Stefano Stabellini <stefano.stabellini@eu.citrix.com> |
| 158 | L: xen-devel@lists.xensource.com |
| 159 | S: Supported |
| 160 | F: xen-* |
| 161 | F: */xen* |
| 162 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 163 | ARM Machines |
| 164 | ------------ |
| 165 | Gumstix |
| 166 | M: qemu-devel@nongnu.org |
| 167 | S: Orphan |
| 168 | F: hw/gumstix.c |
| 169 | |
| 170 | Integrator CP |
| 171 | M: Paul Brook <paul@codesourcery.com> |
Peter Maydell | 1ce9ce6 | 2011-09-20 16:18:46 +0100 | [diff] [blame] | 172 | M: Peter Maydell <peter.maydell@linaro.org> |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 173 | S: Maintained |
| 174 | F: hw/integratorcp.c |
| 175 | |
| 176 | Mainstone |
| 177 | M: qemu-devel@nongnu.org |
| 178 | S: Orphan |
| 179 | F: hw/mainstone.c |
| 180 | |
| 181 | Musicpal |
| 182 | M: Jan Kiszka <jan.kiszka@web.de> |
| 183 | S: Maintained |
| 184 | F: hw/musicpal.c |
| 185 | |
| 186 | nSeries |
| 187 | M: Andrzej Zaborowski <balrogg@gmail.com> |
| 188 | S: Maintained |
| 189 | F: hw/nseries.c |
| 190 | |
| 191 | Palm |
| 192 | M: Andrzej Zaborowski <balrogg@gmail.com> |
| 193 | S: Maintained |
| 194 | F: hw/palm.c |
| 195 | |
| 196 | Real View |
| 197 | M: Paul Brook <paul@codesourcery.com> |
Peter Maydell | 1ce9ce6 | 2011-09-20 16:18:46 +0100 | [diff] [blame] | 198 | M: Peter Maydell <peter.maydell@linaro.org> |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 199 | S: Maintained |
| 200 | F: hw/realview* |
| 201 | |
| 202 | Spitz |
| 203 | M: Andrzej Zaborowski <balrogg@gmail.com> |
| 204 | S: Maintained |
| 205 | F: hw/spitz.c |
| 206 | |
| 207 | Stellaris |
| 208 | M: Paul Brook <paul@codesourcery.com> |
Peter Maydell | 1ce9ce6 | 2011-09-20 16:18:46 +0100 | [diff] [blame] | 209 | M: Peter Maydell <peter.maydell@linaro.org> |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 210 | S: Maintained |
| 211 | F: hw/stellaris.c |
| 212 | |
| 213 | Versatile PB |
| 214 | M: Paul Brook <paul@codesourcery.com> |
Peter Maydell | 1ce9ce6 | 2011-09-20 16:18:46 +0100 | [diff] [blame] | 215 | M: Peter Maydell <peter.maydell@linaro.org> |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 216 | S: Maintained |
| 217 | F: hw/versatilepb.c |
| 218 | |
| 219 | CRIS Machines |
| 220 | ------------- |
| 221 | Axis Dev88 |
| 222 | M: Edgar E. Iglesias <edgar.iglesias@gmail.com> |
| 223 | S: Maintained |
| 224 | F: hw/axis_dev88.c |
| 225 | |
| 226 | etraxfs |
| 227 | M: Edgar E. Iglesias <edgar.iglesias@gmail.com> |
| 228 | S: Maintained |
| 229 | F: hw/etraxfs.c |
| 230 | |
Michael Walle | 07bf23a | 2011-02-17 23:45:18 +0100 | [diff] [blame] | 231 | LM32 Machines |
| 232 | ------------- |
| 233 | EVR32 and uclinux BSP |
| 234 | M: Michael Walle <michael@walle.cc> |
| 235 | S: Maintained |
| 236 | F: hw/lm32_boards.c |
| 237 | |
Michael Walle | d118aa6 | 2011-03-07 23:32:45 +0100 | [diff] [blame] | 238 | milkymist |
| 239 | M: Michael Walle <michael@walle.cc> |
| 240 | S: Maintained |
| 241 | F: hw/milkymist.c |
| 242 | |
Aurelien Jarno | afcacd5 | 2011-01-14 20:39:19 +0100 | [diff] [blame] | 243 | M68K Machines |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 244 | ------------- |
| 245 | an5206 |
| 246 | M: Paul Brook <paul@codesourcery.com> |
| 247 | S: Maintained |
| 248 | F: hw/an5206.c |
| 249 | |
| 250 | dummy_m68k |
| 251 | M: Paul Brook <paul@codesourcery.com> |
| 252 | S: Maintained |
| 253 | F: hw/dummy_m68k.c |
| 254 | |
| 255 | mcf5208 |
| 256 | M: Paul Brook <paul@codesourcery.com> |
| 257 | S: Maintained |
| 258 | F: hw/mcf5208.c |
| 259 | |
| 260 | MicroBlaze Machines |
| 261 | ------------------- |
| 262 | petalogix_s3adsp1800 |
| 263 | M: Edgar E. Iglesias <edgar.iglesias@gmail.com> |
| 264 | S: Maintained |
| 265 | F: hw/petalogix_s3adsp1800.c |
| 266 | |
| 267 | MIPS Machines |
| 268 | ------------- |
| 269 | Jazz |
| 270 | M: Hervé Poussineau <hpoussin@reactos.org> |
| 271 | S: Maintained |
| 272 | F: hw/mips_jazz.c |
| 273 | |
| 274 | Malta |
| 275 | M: Aurelien Jarno <aurelien@aurel32.net> |
| 276 | S: Maintained |
| 277 | F: hw/mips_malta.c |
| 278 | |
| 279 | Mipssim |
| 280 | M: qemu-devel@nongnu.org |
| 281 | S: Orphan |
| 282 | F: hw/mips_mipssim.c |
| 283 | |
| 284 | R4000 |
| 285 | M: Aurelien Jarno <aurelien@aurel32.net> |
| 286 | S: Maintained |
| 287 | F: hw/mips_r4k.c |
| 288 | |
| 289 | PowerPC Machines |
| 290 | ---------------- |
| 291 | 405 |
| 292 | M: Alexander Graf <agraf@suse.de> |
| 293 | S: Maintained |
| 294 | F: hw/ppc405_boards.c |
| 295 | |
| 296 | New World |
| 297 | M: Alexander Graf <agraf@suse.de> |
| 298 | S: Maintained |
| 299 | F: hw/ppc_newworld.c |
| 300 | |
| 301 | Old World |
| 302 | M: Alexander Graf <agraf@suse.de> |
| 303 | S: Maintained |
| 304 | F: hw/ppc_oldworld.c |
| 305 | |
Andreas Färber | ec38d39 | 2011-11-01 00:03:07 +0100 | [diff] [blame] | 306 | PReP |
| 307 | M: Andreas Färber <andreas.faerber@web.de> |
| 308 | S: Odd Fixes |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 309 | F: hw/ppc_prep.c |
| 310 | |
| 311 | SH4 Machines |
| 312 | ------------ |
| 313 | R2D |
| 314 | M: Magnus Damm <magnus.damm@gmail.com> |
| 315 | S: Maintained |
| 316 | F: hw/r2d.c |
| 317 | |
| 318 | Shix |
| 319 | M: Magnus Damm <magnus.damm@gmail.com> |
Aurelien Jarno | afcacd5 | 2011-01-14 20:39:19 +0100 | [diff] [blame] | 320 | S: Orphan |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 321 | F: hw/shix.c |
| 322 | |
| 323 | SPARC Machines |
| 324 | -------------- |
| 325 | Sun4m |
| 326 | M: Blue Swirl <blauwirbel@gmail.com> |
| 327 | S: Maintained |
| 328 | F: hw/sun4m.c |
| 329 | |
| 330 | Sun4u |
| 331 | M: Blue Swirl <blauwirbel@gmail.com> |
| 332 | S: Maintained |
| 333 | F: hw/sun4u.c |
| 334 | |
| 335 | S390 Machines |
| 336 | ------------- |
| 337 | S390 Virtio |
| 338 | M: Alexander Graf <agraf@suse.de> |
| 339 | S: Maintained |
| 340 | F: hw/s390-*.c |
| 341 | |
| 342 | X86 Machines |
| 343 | ------------ |
| 344 | PC |
| 345 | M: Anthony Liguori <aliguori@us.ibm.com> |
| 346 | S: Supported |
| 347 | F: hw/pc.[ch] hw/pc_piix.c |
| 348 | |
Max Filippov | 16e7caa | 2011-09-06 03:55:56 +0400 | [diff] [blame] | 349 | Xtensa Machines |
| 350 | --------------- |
Max Filippov | 375847a | 2011-10-28 02:11:05 +0400 | [diff] [blame] | 351 | sim |
Max Filippov | 16e7caa | 2011-09-06 03:55:56 +0400 | [diff] [blame] | 352 | M: Max Filippov <jcmvbkbc@gmail.com> |
| 353 | S: Maintained |
Max Filippov | 375847a | 2011-10-28 02:11:05 +0400 | [diff] [blame] | 354 | F: hw/xtensa_sim.c |
| 355 | |
| 356 | Avnet LX60 |
| 357 | M: Max Filippov <jcmvbkbc@gmail.com> |
| 358 | S: Maintained |
| 359 | F: hw/xtensa_lx60.c |
Max Filippov | 16e7caa | 2011-09-06 03:55:56 +0400 | [diff] [blame] | 360 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 361 | Devices |
| 362 | ------- |
| 363 | IDE |
| 364 | M: Kevin Wolf <kwolf@redhat.com> |
| 365 | S: Odd Fixes |
| 366 | F: hw/ide/ |
| 367 | |
Peter Maydell | f5f487b | 2011-09-17 17:26:15 +0100 | [diff] [blame] | 368 | OMAP |
| 369 | M: Peter Maydell <peter.maydell@linaro.org> |
| 370 | S: Maintained |
| 371 | F: hw/omap* |
| 372 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 373 | PCI |
| 374 | M: Michael S. Tsirkin <mst@redhat.com> |
| 375 | S: Supported |
| 376 | F: hw/pci* |
| 377 | F: hw/piix* |
| 378 | |
| 379 | SCSI |
| 380 | M: Paul Brook <paul@codesourcery.com> |
| 381 | M: Kevin Wolf <kwolf@redhat.com> |
| 382 | S: Odd Fixes |
| 383 | F: hw/lsi53c895a.c |
| 384 | F: hw/scsi* |
| 385 | |
| 386 | USB |
Gerd Hoffmann | 5d0d62f | 2010-12-17 11:11:25 +0100 | [diff] [blame] | 387 | M: Gerd Hoffmann <kraxel@redhat.com> |
| 388 | S: Maintained |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 389 | F: hw/usb* |
| 390 | |
| 391 | vhost |
| 392 | M: Michael S. Tsirkin <mst@redhat.com> |
| 393 | S: Supported |
| 394 | F: hw/vhost* |
| 395 | |
| 396 | virtio |
| 397 | M: Anthony Liguori <aliguori@us.ibm.com> |
| 398 | S: Supported |
| 399 | F: hw/virtio* |
| 400 | |
| 401 | virtio-9p |
| 402 | M: Venkateswararao Jujjuri (JV) <jvrao@linux.vnet.ibm.com> |
| 403 | S: Supported |
| 404 | F: hw/virtio-9p* |
| 405 | |
| 406 | virtio-blk |
| 407 | M: Kevin Wolf <kwolf@redhat.com> |
| 408 | S: Supported |
| 409 | F: hw/virtio-blk* |
| 410 | |
| 411 | virtio-serial |
| 412 | M: Amit Shah <amit.shah@redhat.com> |
| 413 | S: Supported |
| 414 | F: hw/virtio-serial* |
| 415 | F: hw/virtio-console* |
| 416 | |
| 417 | Subsystems |
| 418 | ---------- |
| 419 | Audio |
| 420 | M: Vassili Karpov (malc) <av1474@comtv.ru> |
| 421 | S: Maintained |
| 422 | F: audio/ |
| 423 | |
| 424 | Block |
| 425 | M: Kevin Wolf <kwolf@redhat.com> |
| 426 | S: Supported |
| 427 | F: block* |
| 428 | F: block/ |
| 429 | |
| 430 | Character Devices |
| 431 | M: Anthony Liguori <aliguori@us.ibm.com> |
| 432 | S: Maintained |
| 433 | F: qemu-char.c |
| 434 | |
| 435 | GDB stub |
| 436 | M: qemu-devel@nongnu.org |
| 437 | S: Odd Fixes |
| 438 | F: gdbstub* |
| 439 | F: gdb-xml/ |
| 440 | |
Gerd Hoffmann | 7ee3bf0 | 2010-12-13 21:30:37 +0100 | [diff] [blame] | 441 | SPICE |
| 442 | M: Gerd Hoffmann <kraxel@redhat.com> |
| 443 | S: Supported |
| 444 | F: ui/qemu-spice.h |
| 445 | F: ui/spice-*.c |
| 446 | F: audio/spiceaudio.c |
| 447 | F: hw/qxl* |
| 448 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 449 | Graphics |
| 450 | M: Anthony Liguori <aliguori@us.ibm.com> |
| 451 | S: Maintained |
| 452 | F: ui/ |
| 453 | |
Andreas Färber | 351f1bf | 2011-10-30 18:08:01 +0100 | [diff] [blame] | 454 | Cocoa graphics |
| 455 | M: Andreas Färber <andreas.faerber@web.de> |
| 456 | S: Odd Fixes |
| 457 | F: ui/cocoa.m |
| 458 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 459 | Main loop |
| 460 | M: Anthony Liguori <aliguori@us.ibm.com> |
| 461 | S: Supported |
| 462 | F: vl.c |
| 463 | |
| 464 | Monitor (QMP/HMP) |
| 465 | M: Luiz Capitulino <lcapitulino@redhat.com> |
| 466 | M: Markus Armbruster <armbru@redhat.com> |
| 467 | S: Supported |
| 468 | F: monitor.c |
| 469 | |
| 470 | Network device layer |
| 471 | M: Anthony Liguori <aliguori@us.ibm.com> |
| 472 | M: Mark McLoughlin <markmc@redhat.com> |
| 473 | S: Maintained |
| 474 | F: net/ |
| 475 | |
| 476 | SLIRP |
Jan Kiszka | bafc72a | 2011-07-27 14:21:32 +0200 | [diff] [blame] | 477 | M: Jan Kiszka <jan.kiszka@siemens.com> |
| 478 | S: Maintained |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 479 | F: slirp/ |
Jan Kiszka | bafc72a | 2011-07-27 14:21:32 +0200 | [diff] [blame] | 480 | T: git://git.kiszka.org/qemu.git queues/slirp |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 481 | |
Stefan Hajnoczi | 598a3f3 | 2011-09-03 16:24:47 +0100 | [diff] [blame] | 482 | Tracing |
| 483 | M: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> |
| 484 | S: Maintained |
| 485 | F: trace/ |
| 486 | T: git://repo.or.cz/qemu/stefanha.git tracing |
| 487 | |
Blue Swirl | 14f40fd | 2011-11-26 09:51:23 +0000 | [diff] [blame] | 488 | Checkpatch |
| 489 | M: Blue Swirl <blauwirbel@gmail.com> |
| 490 | S: Odd Fixes |
| 491 | F: scripts/checkpatch.pl |
| 492 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 493 | Usermode Emulation |
| 494 | ------------------ |
| 495 | BSD user |
| 496 | M: Blue Swirl <blauwirbel@gmail.com> |
| 497 | S: Maintained |
| 498 | F: bsd-user/ |
| 499 | |
| 500 | Darwin user |
| 501 | M: qemu-devel@nongnu.org |
| 502 | S: Orphan |
| 503 | F: darwin-user/ |
| 504 | |
| 505 | Linux user |
| 506 | M: Riku Voipio <riku.voipio@iki.fi> |
| 507 | S: Maintained |
| 508 | F: linux-user/ |
Aurelien Jarno | 42f5a7e | 2011-01-14 20:39:19 +0100 | [diff] [blame] | 509 | |
| 510 | Tiny Code Generator (TCG) |
| 511 | ------------------------- |
| 512 | Common code |
| 513 | M: qemu-devel@nongnu.org |
| 514 | S: Maintained |
| 515 | F: tcg/ |
| 516 | |
| 517 | ARM target |
| 518 | M: Andrzej Zaborowski <balrogg@gmail.com> |
| 519 | S: Maintained |
| 520 | F: tcg/arm/ |
| 521 | |
| 522 | HPPA target |
| 523 | M: Richard Henderson <rth@twiddle.net> |
| 524 | S: Maintained |
| 525 | F: tcg/hppa/ |
| 526 | |
| 527 | i386 target |
| 528 | M: qemu-devel@nongnu.org |
| 529 | S: Maintained |
| 530 | F: tcg/i386/ |
| 531 | |
| 532 | IA64 target |
| 533 | M: Aurelien Jarno <aurelien@aurel32.net> |
| 534 | S: Maintained |
| 535 | F: tcg/ia64/ |
| 536 | |
| 537 | MIPS target |
Peter Maydell | d6eec7a | 2011-06-22 15:45:01 +0100 | [diff] [blame] | 538 | M: Aurelien Jarno <aurelien@aurel32.net> |
Aurelien Jarno | 42f5a7e | 2011-01-14 20:39:19 +0100 | [diff] [blame] | 539 | S: Maintained |
| 540 | F: tcg/mips/ |
| 541 | |
| 542 | PPC |
| 543 | M: Vassili Karpov (malc) <av1474@comtv.ru> |
| 544 | S: Maintained |
| 545 | F: tcg/ppc/ |
| 546 | |
| 547 | PPC64 target |
| 548 | M: Vassili Karpov (malc) <av1474@comtv.ru> |
| 549 | S: Maintained |
| 550 | F: tcg/ppc64/ |
| 551 | |
| 552 | S390 target |
| 553 | M: Alexander Graf <agraf@suse.de> |
| 554 | M: Richard Henderson <rth@twiddle.net> |
| 555 | S: Maintained |
| 556 | F: tcg/s390/ |
| 557 | |
| 558 | SPARC target |
| 559 | M: Blue Swirl <blauwirbel@gmail.com> |
| 560 | S: Maintained |
| 561 | F: tcg/sparc/ |
Stefan Weil | bc75c9e | 2011-11-24 23:20:43 +0100 | [diff] [blame] | 562 | |
| 563 | TCI target |
| 564 | M: Stefan Weil <sw@weilnetz.de> |
| 565 | S: Maintained |
| 566 | F: tcg/tci |