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 |
Peter Maydell | c91bbff | 2011-11-09 19:45:38 +0000 | [diff] [blame] | 23 | much other than throw the odd patch in. See below. |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 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 | ------------------------------ |
Peter Maydell | ff0d487 | 2014-10-15 21:30:52 +0100 | [diff] [blame] | 53 | M: Peter Maydell <peter.maydell@linaro.org> |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 54 | |
Stephen Warren | c9a19d5 | 2016-02-08 20:04:25 -0700 | [diff] [blame] | 55 | All patches CC here |
| 56 | L: qemu-devel@nongnu.org |
| 57 | F: * |
| 58 | F: */ |
| 59 | |
Michael S. Tsirkin | 62622c1 | 2014-04-17 16:45:46 +0300 | [diff] [blame] | 60 | Responsible Disclosure, Reporting Security Issues |
| 61 | ------------------------------ |
| 62 | W: http://wiki.qemu.org/SecurityProcess |
| 63 | M: Michael S. Tsirkin <mst@redhat.com> |
Michael S. Tsirkin | 62622c1 | 2014-04-17 16:45:46 +0300 | [diff] [blame] | 64 | L: secalert@redhat.com |
| 65 | |
Laurent Vivier | 936c223 | 2016-10-08 12:00:07 +0200 | [diff] [blame] | 66 | Trivial patches |
| 67 | --------------- |
| 68 | Trivial patches |
| 69 | M: Michael Tokarev <mjt@tls.msk.ru> |
| 70 | M: Laurent Vivier <laurent@vivier.eu> |
| 71 | S: Maintained |
| 72 | L: qemu-trivial@nongnu.org |
| 73 | K: ^Subject:.*(?i)trivial |
| 74 | T: git git://git.corpit.ru/qemu.git trivial-patches |
| 75 | T: git git://github.com/vivier/qemu.git trivial-patches |
| 76 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 77 | Guest CPU cores (TCG): |
| 78 | ---------------------- |
Paolo Bonzini | 486bbe5 | 2014-10-22 00:18:01 +0200 | [diff] [blame] | 79 | Overall |
Paolo Bonzini | 5dd4a88 | 2014-10-22 10:53:22 +0200 | [diff] [blame] | 80 | L: qemu-devel@nongnu.org |
Paolo Bonzini | 2b1641d | 2015-11-13 18:49:54 +0100 | [diff] [blame] | 81 | M: Paolo Bonzini <pbonzini@redhat.com> |
| 82 | M: Peter Crosthwaite <crosthwaite.peter@gmail.com> |
| 83 | M: Richard Henderson <rth@twiddle.net> |
| 84 | S: Maintained |
Paolo Bonzini | 486bbe5 | 2014-10-22 00:18:01 +0200 | [diff] [blame] | 85 | F: cpu-exec.c |
Paolo Bonzini | 2b1641d | 2015-11-13 18:49:54 +0100 | [diff] [blame] | 86 | F: cpu-exec-common.c |
| 87 | F: cpus.c |
Paolo Bonzini | 486bbe5 | 2014-10-22 00:18:01 +0200 | [diff] [blame] | 88 | F: cputlb.c |
Paolo Bonzini | 2b1641d | 2015-11-13 18:49:54 +0100 | [diff] [blame] | 89 | F: exec.c |
Paolo Bonzini | 486bbe5 | 2014-10-22 00:18:01 +0200 | [diff] [blame] | 90 | F: softmmu_template.h |
Paolo Bonzini | 2b1641d | 2015-11-13 18:49:54 +0100 | [diff] [blame] | 91 | F: translate-all.* |
| 92 | F: translate-common.c |
| 93 | F: include/exec/cpu*.h |
| 94 | F: include/exec/exec-all.h |
Paolo Bonzini | 486bbe5 | 2014-10-22 00:18:01 +0200 | [diff] [blame] | 95 | F: include/exec/helper*.h |
Paolo Bonzini | 2b1641d | 2015-11-13 18:49:54 +0100 | [diff] [blame] | 96 | F: include/exec/tb-hash.h |
Thomas Huth | 460423d | 2016-09-09 23:15:04 +0200 | [diff] [blame] | 97 | F: include/sysemu/cpus.h |
Paolo Bonzini | 486bbe5 | 2014-10-22 00:18:01 +0200 | [diff] [blame] | 98 | |
Peter Maydell | 1badb58 | 2016-02-19 16:25:01 +0000 | [diff] [blame] | 99 | FPU emulation |
| 100 | M: Aurelien Jarno <aurelien@aurel32.net> |
| 101 | M: Peter Maydell <peter.maydell@linaro.org> |
| 102 | S: Odd Fixes |
| 103 | F: fpu/ |
| 104 | F: include/fpu/ |
| 105 | |
bellard | b6f97c1 | 2008-05-09 09:39:00 +0000 | [diff] [blame] | 106 | Alpha |
Richard Henderson | 8d6df26 | 2011-05-20 12:23:18 -0700 | [diff] [blame] | 107 | M: Richard Henderson <rth@twiddle.net> |
| 108 | S: Maintained |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 109 | F: target/alpha/ |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 110 | F: hw/alpha/ |
Paolo Bonzini | c0bd0b5 | 2014-10-22 00:31:28 +0200 | [diff] [blame] | 111 | F: tests/tcg/alpha/ |
Paolo Bonzini | c17652e | 2015-09-22 11:36:16 +0200 | [diff] [blame] | 112 | F: disas/alpha.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 113 | |
| 114 | ARM |
Peter Maydell | 1ce9ce6 | 2011-09-20 16:18:46 +0100 | [diff] [blame] | 115 | M: Peter Maydell <peter.maydell@linaro.org> |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 116 | L: qemu-arm@nongnu.org |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 117 | S: Maintained |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 118 | F: target/arm/ |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 119 | F: hw/arm/ |
| 120 | F: hw/cpu/a*mpcore.c |
Thomas Huth | f7e242d | 2016-09-23 14:14:18 +0200 | [diff] [blame] | 121 | F: include/hw/cpu/a*mpcore.h |
Paolo Bonzini | c17652e | 2015-09-22 11:36:16 +0200 | [diff] [blame] | 122 | F: disas/arm.c |
| 123 | F: disas/arm-a64.cc |
| 124 | F: disas/libvixl/ |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 125 | |
| 126 | CRIS |
| 127 | M: Edgar E. Iglesias <edgar.iglesias@gmail.com> |
| 128 | S: Maintained |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 129 | F: target/cris/ |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 130 | F: hw/cris/ |
Thomas Huth | c9b9009 | 2016-09-23 18:08:46 +0200 | [diff] [blame] | 131 | F: include/hw/cris/ |
Paolo Bonzini | c0bd0b5 | 2014-10-22 00:31:28 +0200 | [diff] [blame] | 132 | F: tests/tcg/cris/ |
Paolo Bonzini | c17652e | 2015-09-22 11:36:16 +0200 | [diff] [blame] | 133 | F: disas/cris.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 134 | |
Michael Walle | 07bf23a | 2011-02-17 23:45:18 +0100 | [diff] [blame] | 135 | LM32 |
| 136 | M: Michael Walle <michael@walle.cc> |
| 137 | S: Maintained |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 138 | F: target/lm32/ |
Michael Walle | 4eab7a0 | 2014-11-02 18:11:11 +0100 | [diff] [blame] | 139 | F: disas/lm32.c |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 140 | F: hw/lm32/ |
Michael Walle | 4eab7a0 | 2014-11-02 18:11:11 +0100 | [diff] [blame] | 141 | F: hw/*/lm32_* |
| 142 | F: hw/*/milkymist-* |
| 143 | F: include/hw/char/lm32_juart.h |
| 144 | F: include/hw/lm32/ |
Paolo Bonzini | c0bd0b5 | 2014-10-22 00:31:28 +0200 | [diff] [blame] | 145 | F: tests/tcg/lm32/ |
Michael Walle | 07bf23a | 2011-02-17 23:45:18 +0100 | [diff] [blame] | 146 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 147 | M68K |
Laurent Vivier | 595a926 | 2016-05-06 12:30:29 +0200 | [diff] [blame] | 148 | M: Laurent Vivier <laurent@vivier.eu> |
| 149 | S: Maintained |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 150 | F: target/m68k/ |
Thomas Huth | e9a5611 | 2016-11-02 09:39:33 +0100 | [diff] [blame] | 151 | F: disas/m68k.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 152 | |
Edgar E. Iglesias | abc0754 | 2009-05-28 14:00:49 +0200 | [diff] [blame] | 153 | MicroBlaze |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 154 | M: Edgar E. Iglesias <edgar.iglesias@gmail.com> |
| 155 | S: Maintained |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 156 | F: target/microblaze/ |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 157 | F: hw/microblaze/ |
Paolo Bonzini | c17652e | 2015-09-22 11:36:16 +0200 | [diff] [blame] | 158 | F: disas/microblaze.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 159 | |
| 160 | MIPS |
Aurelien Jarno | ddb1356 | 2011-01-14 20:39:19 +0100 | [diff] [blame] | 161 | M: Aurelien Jarno <aurelien@aurel32.net> |
Leon Alrae | 78851fa | 2016-09-22 14:34:14 +0100 | [diff] [blame] | 162 | M: Yongbok Kim <yongbok.kim@imgtec.com> |
Leon Alrae | 6f64091 | 2014-10-16 12:38:07 +0100 | [diff] [blame] | 163 | S: Maintained |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 164 | F: target/mips/ |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 165 | F: hw/mips/ |
Thomas Huth | 5995db8 | 2016-09-30 09:26:51 +0200 | [diff] [blame] | 166 | F: hw/misc/mips_* |
| 167 | F: hw/intc/mips_gic.c |
| 168 | F: hw/timer/mips_gictimer.c |
| 169 | F: include/hw/mips/ |
| 170 | F: include/hw/misc/mips_* |
| 171 | F: include/hw/intc/mips_gic.h |
| 172 | F: include/hw/timer/mips_gictimer.h |
Paolo Bonzini | c0bd0b5 | 2014-10-22 00:31:28 +0200 | [diff] [blame] | 173 | F: tests/tcg/mips/ |
Paolo Bonzini | c17652e | 2015-09-22 11:36:16 +0200 | [diff] [blame] | 174 | F: disas/mips.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 175 | |
Anthony Green | d15a9c2 | 2013-03-18 15:49:25 -0400 | [diff] [blame] | 176 | Moxie |
| 177 | M: Anthony Green <green@moxielogic.com> |
| 178 | S: Maintained |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 179 | F: target/moxie/ |
Paolo Bonzini | c17652e | 2015-09-22 11:36:16 +0200 | [diff] [blame] | 180 | F: disas/moxie.c |
Thomas Huth | a3ccdfb | 2016-09-22 21:16:33 +0200 | [diff] [blame] | 181 | F: hw/moxie/ |
| 182 | F: default-configs/moxie-softmmu.mak |
Anthony Green | d15a9c2 | 2013-03-18 15:49:25 -0400 | [diff] [blame] | 183 | |
Jia Liu | 945dad6 | 2013-07-02 20:55:17 +0800 | [diff] [blame] | 184 | OpenRISC |
| 185 | M: Jia Liu <proljc@gmail.com> |
| 186 | S: Maintained |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 187 | F: target/openrisc/ |
Jia Liu | 945dad6 | 2013-07-02 20:55:17 +0800 | [diff] [blame] | 188 | F: hw/openrisc/ |
Paolo Bonzini | c0bd0b5 | 2014-10-22 00:31:28 +0200 | [diff] [blame] | 189 | F: tests/tcg/openrisc/ |
Jia Liu | 945dad6 | 2013-07-02 20:55:17 +0800 | [diff] [blame] | 190 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 191 | PowerPC |
David Gibson | b4daafb | 2016-05-26 16:14:57 +1000 | [diff] [blame] | 192 | M: David Gibson <david@gibson.dropbear.id.au> |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 193 | M: Alexander Graf <agraf@suse.de> |
Andreas Färber | a6c9868 | 2012-01-13 13:33:57 +0000 | [diff] [blame] | 194 | L: qemu-ppc@nongnu.org |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 195 | S: Maintained |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 196 | F: target/ppc/ |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 197 | F: hw/ppc/ |
Thomas Huth | b5d5502 | 2016-09-05 22:03:36 +0200 | [diff] [blame] | 198 | F: include/hw/ppc/ |
Paolo Bonzini | c17652e | 2015-09-22 11:36:16 +0200 | [diff] [blame] | 199 | F: disas/ppc.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 200 | |
Alexander Graf | 749717a | 2009-12-05 12:44:31 +0100 | [diff] [blame] | 201 | S390 |
Richard Henderson | 2b35e93 | 2012-12-05 09:23:25 -0600 | [diff] [blame] | 202 | M: Richard Henderson <rth@twiddle.net> |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 203 | M: Alexander Graf <agraf@suse.de> |
| 204 | S: Maintained |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 205 | F: target/s390x/ |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 206 | F: hw/s390x/ |
Paolo Bonzini | c17652e | 2015-09-22 11:36:16 +0200 | [diff] [blame] | 207 | F: disas/s390.c |
bellard | b6f97c1 | 2008-05-09 09:39:00 +0000 | [diff] [blame] | 208 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 209 | SH4 |
Aurelien Jarno | ddb1356 | 2011-01-14 20:39:19 +0100 | [diff] [blame] | 210 | M: Aurelien Jarno <aurelien@aurel32.net> |
Andreas Färber | 2c9b7d1 | 2012-04-13 18:33:43 +0200 | [diff] [blame] | 211 | S: Odd Fixes |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 212 | F: target/sh4/ |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 213 | F: hw/sh4/ |
Paolo Bonzini | c17652e | 2015-09-22 11:36:16 +0200 | [diff] [blame] | 214 | F: disas/sh4.c |
Thomas Huth | 8a90f90 | 2016-09-09 23:18:21 +0200 | [diff] [blame] | 215 | F: include/hw/sh4/ |
bellard | b6f97c1 | 2008-05-09 09:39:00 +0000 | [diff] [blame] | 216 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 217 | SPARC |
Mark Cave-Ayland | f2416d3 | 2015-03-02 22:23:27 +0000 | [diff] [blame] | 218 | M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> |
Mark Cave-Ayland | 2c742bf | 2016-06-20 21:55:16 +0100 | [diff] [blame] | 219 | M: Artyom Tarasenko <atar4qemu@gmail.com> |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 220 | S: Maintained |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 221 | F: target/sparc/ |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 222 | F: hw/sparc/ |
| 223 | F: hw/sparc64/ |
Paolo Bonzini | c17652e | 2015-09-22 11:36:16 +0200 | [diff] [blame] | 224 | F: disas/sparc.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 225 | |
Andreas Färber | a6ea7b4 | 2012-03-14 00:45:43 +0100 | [diff] [blame] | 226 | UniCore32 |
| 227 | M: Guan Xuetao <gxt@mprc.pku.edu.cn> |
| 228 | S: Maintained |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 229 | F: target/unicore32/ |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 230 | F: hw/unicore32/ |
Thomas Huth | 47b98d5 | 2016-09-09 23:16:03 +0200 | [diff] [blame] | 231 | F: include/hw/unicore32/ |
Andreas Färber | a6ea7b4 | 2012-03-14 00:45:43 +0100 | [diff] [blame] | 232 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 233 | X86 |
Paolo Bonzini | d46d72f | 2014-10-21 15:16:06 +0200 | [diff] [blame] | 234 | M: Paolo Bonzini <pbonzini@redhat.com> |
| 235 | M: Richard Henderson <rth@twiddle.net> |
Eduardo Habkost | e1a0433 | 2015-04-08 08:34:56 -0300 | [diff] [blame] | 236 | M: Eduardo Habkost <ehabkost@redhat.com> |
Eduardo Habkost | b203a4b | 2015-04-08 08:36:24 -0300 | [diff] [blame] | 237 | S: Maintained |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 238 | F: target/i386/ |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 239 | F: hw/i386/ |
Paolo Bonzini | c17652e | 2015-09-22 11:36:16 +0200 | [diff] [blame] | 240 | F: disas/i386.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 241 | |
Max Filippov | 16e7caa | 2011-09-06 03:55:56 +0400 | [diff] [blame] | 242 | Xtensa |
| 243 | M: Max Filippov <jcmvbkbc@gmail.com> |
Max Filippov | 375847a | 2011-10-28 02:11:05 +0400 | [diff] [blame] | 244 | 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] | 245 | S: Maintained |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 246 | F: target/xtensa/ |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 247 | F: hw/xtensa/ |
Paolo Bonzini | c0bd0b5 | 2014-10-22 00:31:28 +0200 | [diff] [blame] | 248 | F: tests/tcg/xtensa/ |
Max Filippov | 16e7caa | 2011-09-06 03:55:56 +0400 | [diff] [blame] | 249 | |
Bastian Koppelmann | 48e06fe | 2014-09-01 12:59:46 +0100 | [diff] [blame] | 250 | TriCore |
| 251 | M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> |
| 252 | S: Maintained |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 253 | F: target/tricore/ |
Bastian Koppelmann | 48e06fe | 2014-09-01 12:59:46 +0100 | [diff] [blame] | 254 | F: hw/tricore/ |
Thomas Huth | d46d14e | 2016-09-09 23:17:09 +0200 | [diff] [blame] | 255 | F: include/hw/tricore/ |
Bastian Koppelmann | 48e06fe | 2014-09-01 12:59:46 +0100 | [diff] [blame] | 256 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 257 | Guest CPU Cores (KVM): |
| 258 | ---------------------- |
| 259 | |
| 260 | Overall |
Michael S. Tsirkin | c6d559d | 2013-06-04 16:06:37 +0300 | [diff] [blame] | 261 | M: Paolo Bonzini <pbonzini@redhat.com> |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 262 | L: kvm@vger.kernel.org |
| 263 | S: Supported |
| 264 | F: kvm-* |
| 265 | F: */kvm.* |
Thomas Huth | a95e9a4 | 2016-02-25 13:33:25 +0100 | [diff] [blame] | 266 | F: include/sysemu/kvm*.h |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 267 | |
Peter Maydell | ed4659d | 2013-03-05 00:34:43 +0000 | [diff] [blame] | 268 | ARM |
| 269 | M: Peter Maydell <peter.maydell@linaro.org> |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 270 | L: qemu-arm@nongnu.org |
Peter Maydell | ed4659d | 2013-03-05 00:34:43 +0000 | [diff] [blame] | 271 | S: Maintained |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 272 | F: target/arm/kvm.c |
Peter Maydell | ed4659d | 2013-03-05 00:34:43 +0000 | [diff] [blame] | 273 | |
James Hogan | a31896c | 2014-06-17 23:10:37 +0100 | [diff] [blame] | 274 | MIPS |
| 275 | M: James Hogan <james.hogan@imgtec.com> |
| 276 | S: Maintained |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 277 | F: target/mips/kvm.c |
James Hogan | a31896c | 2014-06-17 23:10:37 +0100 | [diff] [blame] | 278 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 279 | PPC |
| 280 | M: Alexander Graf <agraf@suse.de> |
| 281 | S: Maintained |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 282 | F: target/ppc/kvm.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 283 | |
| 284 | S390 |
Christian Borntraeger | b304bf0 | 2014-03-06 09:49:25 +0100 | [diff] [blame] | 285 | M: Christian Borntraeger <borntraeger@de.ibm.com> |
| 286 | M: Cornelia Huck <cornelia.huck@de.ibm.com> |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 287 | M: Alexander Graf <agraf@suse.de> |
| 288 | S: Maintained |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 289 | F: target/s390x/kvm.c |
| 290 | F: target/s390x/ioinst.[ch] |
| 291 | F: target/s390x/machine.c |
Cornelia Huck | 4277af1 | 2014-10-20 19:00:03 +0200 | [diff] [blame] | 292 | F: hw/intc/s390_flic.c |
| 293 | F: hw/intc/s390_flic_kvm.c |
| 294 | F: include/hw/s390x/s390_flic.h |
Cornelia Huck | c5bfb20 | 2015-11-04 15:59:55 +0100 | [diff] [blame] | 295 | F: gdb-xml/s390*.xml |
Cornelia Huck | 3e9ed24 | 2015-11-04 16:08:20 +0100 | [diff] [blame] | 296 | T: git git://github.com/cohuck/qemu.git s390-next |
| 297 | T: git git://github.com/borntraeger/qemu.git s390-next |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 298 | |
| 299 | X86 |
Paolo Bonzini | d46d72f | 2014-10-21 15:16:06 +0200 | [diff] [blame] | 300 | M: Paolo Bonzini <pbonzini@redhat.com> |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 301 | M: Marcelo Tosatti <mtosatti@redhat.com> |
| 302 | L: kvm@vger.kernel.org |
| 303 | S: Supported |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 304 | F: target/i386/kvm.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 305 | |
Stefano Stabellini | 8a6b0cd | 2011-07-29 16:05:13 +0100 | [diff] [blame] | 306 | Guest CPU Cores (Xen): |
| 307 | ---------------------- |
| 308 | |
| 309 | X86 |
Stefano Stabellini | 3623c57 | 2016-03-29 11:02:49 +0100 | [diff] [blame] | 310 | M: Stefano Stabellini <sstabellini@kernel.org> |
| 311 | M: Anthony Perard <anthony.perard@citrix.com> |
Stefano Stabellini | 8a6b0cd | 2011-07-29 16:05:13 +0100 | [diff] [blame] | 312 | L: xen-devel@lists.xensource.com |
| 313 | S: Supported |
| 314 | F: xen-* |
| 315 | F: */xen* |
Paolo Bonzini | c92451c | 2015-09-22 11:36:48 +0200 | [diff] [blame] | 316 | F: hw/char/xen_console.c |
| 317 | F: hw/display/xenfb.c |
| 318 | F: hw/net/xen_nic.c |
Stefano Stabellini | 9027ac5 | 2015-12-21 14:58:28 +0000 | [diff] [blame] | 319 | F: hw/block/xen_* |
Paolo Bonzini | c92451c | 2015-09-22 11:36:48 +0200 | [diff] [blame] | 320 | F: hw/xen/ |
| 321 | F: hw/xenpv/ |
Stefano Stabellini | 9027ac5 | 2015-12-21 14:58:28 +0000 | [diff] [blame] | 322 | F: hw/i386/xen/ |
Paolo Bonzini | c92451c | 2015-09-22 11:36:48 +0200 | [diff] [blame] | 323 | F: include/hw/xen/ |
Stefano Stabellini | 9027ac5 | 2015-12-21 14:58:28 +0000 | [diff] [blame] | 324 | F: include/sysemu/xen-mapcache.h |
Stefano Stabellini | 8a6b0cd | 2011-07-29 16:05:13 +0100 | [diff] [blame] | 325 | |
Stefan Weil | 1bdd687 | 2012-01-27 18:53:49 +0100 | [diff] [blame] | 326 | Hosts: |
| 327 | ------ |
| 328 | |
| 329 | LINUX |
| 330 | L: qemu-devel@nongnu.org |
| 331 | S: Maintained |
| 332 | F: linux-* |
| 333 | F: linux-headers/ |
| 334 | |
| 335 | POSIX |
| 336 | L: qemu-devel@nongnu.org |
| 337 | S: Maintained |
| 338 | F: *posix* |
| 339 | |
| 340 | W32, W64 |
| 341 | L: qemu-devel@nongnu.org |
| 342 | M: Stefan Weil <sw@weilnetz.de> |
| 343 | S: Maintained |
| 344 | F: *win32* |
Thomas Huth | 0397266 | 2016-09-29 09:43:31 +0200 | [diff] [blame] | 345 | F: */*win32* |
| 346 | F: include/*/*win32* |
| 347 | X: qga/*win32* |
Stefan Weil | 885bdc9 | 2015-09-25 22:25:32 +0200 | [diff] [blame] | 348 | F: qemu.nsi |
Stefan Weil | 1bdd687 | 2012-01-27 18:53:49 +0100 | [diff] [blame] | 349 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 350 | ARM Machines |
| 351 | ------------ |
liguang | 84291fe | 2013-12-17 19:42:38 +0000 | [diff] [blame] | 352 | Allwinner-a10 |
Beniamino Galvani | 85b4d5d | 2015-09-24 01:29:37 +0100 | [diff] [blame] | 353 | M: Beniamino Galvani <b.galvani@gmail.com> |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 354 | L: qemu-arm@nongnu.org |
liguang | 84291fe | 2013-12-17 19:42:38 +0000 | [diff] [blame] | 355 | S: Maintained |
Beniamino Galvani | 85b4d5d | 2015-09-24 01:29:37 +0100 | [diff] [blame] | 356 | F: hw/*/allwinner* |
| 357 | F: include/hw/*/allwinner* |
liguang | 84291fe | 2013-12-17 19:42:38 +0000 | [diff] [blame] | 358 | F: hw/arm/cubieboard.c |
| 359 | |
Paolo Bonzini | 0627100 | 2015-09-22 11:45:00 +0200 | [diff] [blame] | 360 | ARM PrimeCell |
| 361 | M: Peter Maydell <peter.maydell@linaro.org> |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 362 | L: qemu-arm@nongnu.org |
Paolo Bonzini | 0627100 | 2015-09-22 11:45:00 +0200 | [diff] [blame] | 363 | S: Maintained |
| 364 | F: hw/char/pl011.c |
| 365 | F: hw/display/pl110* |
| 366 | F: hw/dma/pl080.c |
| 367 | F: hw/dma/pl330.c |
| 368 | F: hw/gpio/pl061.c |
| 369 | F: hw/input/pl050.c |
| 370 | F: hw/intc/pl190.c |
| 371 | F: hw/sd/pl181.c |
| 372 | F: hw/timer/pl031.c |
| 373 | F: include/hw/arm/primecell.h |
| 374 | |
| 375 | ARM cores |
| 376 | M: Peter Maydell <peter.maydell@linaro.org> |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 377 | L: qemu-arm@nongnu.org |
Paolo Bonzini | 0627100 | 2015-09-22 11:45:00 +0200 | [diff] [blame] | 378 | S: Maintained |
| 379 | F: hw/intc/arm* |
| 380 | F: hw/intc/gic_internal.h |
| 381 | F: hw/misc/a9scu.c |
| 382 | F: hw/misc/arm11scu.c |
| 383 | F: hw/timer/a9gtimer* |
| 384 | F: hw/timer/arm_* |
| 385 | F: include/hw/arm/arm.h |
| 386 | F: include/hw/intc/arm* |
| 387 | F: include/hw/misc/a9scu.h |
| 388 | F: include/hw/misc/arm11scu.h |
| 389 | F: include/hw/timer/a9gtimer.h |
| 390 | F: include/hw/timer/arm_mptimer.h |
| 391 | |
Evgeny Voevodin | fc63dcf | 2012-02-16 09:56:06 +0000 | [diff] [blame] | 392 | Exynos |
Igor Mitsyanko | f44c5c6 | 2013-07-31 10:27:35 +0400 | [diff] [blame] | 393 | M: Igor Mitsyanko <i.mitsyanko@gmail.com> |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 394 | L: qemu-arm@nongnu.org |
Evgeny Voevodin | fc63dcf | 2012-02-16 09:56:06 +0000 | [diff] [blame] | 395 | S: Maintained |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 396 | F: hw/*/exynos* |
Thomas Huth | ed0db86 | 2016-02-25 12:22:04 +0100 | [diff] [blame] | 397 | F: include/hw/arm/exynos4210.h |
Evgeny Voevodin | fc63dcf | 2012-02-16 09:56:06 +0000 | [diff] [blame] | 398 | |
Mark Langsdorf | 766fd09 | 2012-02-16 09:56:10 +0000 | [diff] [blame] | 399 | Calxeda Highbank |
Rob Herring | 9ef137c | 2014-05-27 17:09:49 +0100 | [diff] [blame] | 400 | M: Rob Herring <robh@kernel.org> |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 401 | L: qemu-arm@nongnu.org |
Rob Herring | 9ef137c | 2014-05-27 17:09:49 +0100 | [diff] [blame] | 402 | S: Maintained |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 403 | F: hw/arm/highbank.c |
| 404 | F: hw/net/xgmac.c |
Mark Langsdorf | 766fd09 | 2012-02-16 09:56:10 +0000 | [diff] [blame] | 405 | |
Antony Pavlov | 9082f12 | 2013-12-17 19:42:37 +0000 | [diff] [blame] | 406 | Canon DIGIC |
| 407 | M: Antony Pavlov <antonynpavlov@gmail.com> |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 408 | L: qemu-arm@nongnu.org |
Antony Pavlov | 9082f12 | 2013-12-17 19:42:37 +0000 | [diff] [blame] | 409 | S: Maintained |
| 410 | F: include/hw/arm/digic.h |
| 411 | F: hw/*/digic* |
| 412 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 413 | Gumstix |
Paolo Bonzini | 5dd4a88 | 2014-10-22 10:53:22 +0200 | [diff] [blame] | 414 | L: qemu-devel@nongnu.org |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 415 | L: qemu-arm@nongnu.org |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 416 | S: Orphan |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 417 | F: hw/arm/gumstix.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 418 | |
Peter Chubb | 0325559 | 2012-07-04 10:43:34 +0000 | [diff] [blame] | 419 | i.MX31 |
| 420 | M: Peter Chubb <peter.chubb@nicta.com.au> |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 421 | L: qemu-arm@nongnu.org |
Peter Chubb | 0325559 | 2012-07-04 10:43:34 +0000 | [diff] [blame] | 422 | S: Odd fixes |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 423 | F: hw/*/imx* |
Thomas Huth | f7e242d | 2016-09-23 14:14:18 +0200 | [diff] [blame] | 424 | F: include/hw/*/imx* |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 425 | F: hw/arm/kzm.c |
Thomas Huth | ed0db86 | 2016-02-25 12:22:04 +0100 | [diff] [blame] | 426 | F: include/hw/arm/fsl-imx31.h |
Peter Chubb | 0325559 | 2012-07-04 10:43:34 +0000 | [diff] [blame] | 427 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 428 | Integrator CP |
Peter Maydell | 1ce9ce6 | 2011-09-20 16:18:46 +0100 | [diff] [blame] | 429 | M: Peter Maydell <peter.maydell@linaro.org> |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 430 | L: qemu-arm@nongnu.org |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 431 | S: Maintained |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 432 | F: hw/arm/integratorcp.c |
Thomas Huth | f7e242d | 2016-09-23 14:14:18 +0200 | [diff] [blame] | 433 | F: hw/misc/arm_integrator_debug.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 434 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 435 | Musicpal |
| 436 | M: Jan Kiszka <jan.kiszka@web.de> |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 437 | L: qemu-arm@nongnu.org |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 438 | S: Maintained |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 439 | F: hw/arm/musicpal.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 440 | |
| 441 | nSeries |
| 442 | M: Andrzej Zaborowski <balrogg@gmail.com> |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 443 | L: qemu-arm@nongnu.org |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 444 | S: Maintained |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 445 | F: hw/arm/nseries.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 446 | |
| 447 | Palm |
| 448 | M: Andrzej Zaborowski <balrogg@gmail.com> |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 449 | L: qemu-arm@nongnu.org |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 450 | S: Maintained |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 451 | F: hw/arm/palm.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 452 | |
| 453 | Real View |
Peter Maydell | 1ce9ce6 | 2011-09-20 16:18:46 +0100 | [diff] [blame] | 454 | M: Peter Maydell <peter.maydell@linaro.org> |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 455 | L: qemu-arm@nongnu.org |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 456 | S: Maintained |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 457 | F: hw/arm/realview* |
Thomas Huth | f7e242d | 2016-09-23 14:14:18 +0200 | [diff] [blame] | 458 | F: hw/cpu/realview_mpcore.c |
Paolo Bonzini | 5ea5304 | 2015-09-22 11:49:41 +0200 | [diff] [blame] | 459 | F: hw/intc/realview_gic.c |
| 460 | F: include/hw/intc/realview_gic.h |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 461 | |
Paolo Bonzini | 9b31bff | 2015-09-22 11:42:50 +0200 | [diff] [blame] | 462 | PXA2XX |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 463 | M: Andrzej Zaborowski <balrogg@gmail.com> |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 464 | L: qemu-arm@nongnu.org |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 465 | S: Maintained |
Paolo Bonzini | 9b31bff | 2015-09-22 11:42:50 +0200 | [diff] [blame] | 466 | F: hw/arm/mainstone.c |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 467 | F: hw/arm/spitz.c |
Paolo Bonzini | 9b31bff | 2015-09-22 11:42:50 +0200 | [diff] [blame] | 468 | F: hw/arm/tosa.c |
| 469 | F: hw/arm/z2.c |
| 470 | F: hw/*/pxa2xx* |
Thomas Huth | f7e242d | 2016-09-23 14:14:18 +0200 | [diff] [blame] | 471 | F: hw/misc/mst_fpga.c |
Thomas Huth | ed0db86 | 2016-02-25 12:22:04 +0100 | [diff] [blame] | 472 | F: include/hw/arm/pxa.h |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 473 | |
| 474 | Stellaris |
Peter Maydell | 1ce9ce6 | 2011-09-20 16:18:46 +0100 | [diff] [blame] | 475 | M: Peter Maydell <peter.maydell@linaro.org> |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 476 | L: qemu-arm@nongnu.org |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 477 | S: Maintained |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 478 | F: hw/*/stellaris* |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 479 | |
| 480 | Versatile PB |
Peter Maydell | 1ce9ce6 | 2011-09-20 16:18:46 +0100 | [diff] [blame] | 481 | M: Peter Maydell <peter.maydell@linaro.org> |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 482 | L: qemu-arm@nongnu.org |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 483 | S: Maintained |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 484 | F: hw/*/versatile* |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 485 | |
Peter A. G. Crosthwaite | e326050 | 2012-03-05 14:39:13 +1000 | [diff] [blame] | 486 | Xilinx Zynq |
Alistair Francis | cc0100f | 2016-07-28 09:55:39 -0700 | [diff] [blame] | 487 | M: Edgar E. Iglesias <edgar.iglesias@gmail.com> |
Alistair Francis | 4b46ba6 | 2015-08-25 15:45:06 +0100 | [diff] [blame] | 488 | M: Alistair Francis <alistair.francis@xilinx.com> |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 489 | L: qemu-arm@nongnu.org |
Peter A. G. Crosthwaite | e326050 | 2012-03-05 14:39:13 +1000 | [diff] [blame] | 490 | S: Maintained |
Alistair Francis | cc0100f | 2016-07-28 09:55:39 -0700 | [diff] [blame] | 491 | F: hw/*/xilinx_* |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 492 | F: hw/*/cadence_* |
Thomas Huth | f7e242d | 2016-09-23 14:14:18 +0200 | [diff] [blame] | 493 | F: hw/misc/zynq* |
| 494 | F: include/hw/misc/zynq* |
Alistair Francis | cc0100f | 2016-07-28 09:55:39 -0700 | [diff] [blame] | 495 | X: hw/ssi/xilinx_* |
Peter A. G. Crosthwaite | e326050 | 2012-03-05 14:39:13 +1000 | [diff] [blame] | 496 | |
Alistair Francis | 137805f | 2015-08-25 15:45:07 +0100 | [diff] [blame] | 497 | Xilinx ZynqMP |
| 498 | M: Alistair Francis <alistair.francis@xilinx.com> |
Alistair Francis | cc0100f | 2016-07-28 09:55:39 -0700 | [diff] [blame] | 499 | M: Edgar E. Iglesias <edgar.iglesias@gmail.com> |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 500 | L: qemu-arm@nongnu.org |
Alistair Francis | 137805f | 2015-08-25 15:45:07 +0100 | [diff] [blame] | 501 | S: Maintained |
Alistair Francis | cc0100f | 2016-07-28 09:55:39 -0700 | [diff] [blame] | 502 | F: hw/*/xlnx*.c |
Markus Armbruster | f586d5f | 2016-09-05 14:28:52 +0200 | [diff] [blame] | 503 | F: include/hw/*/xlnx*.h |
Alistair Francis | 137805f | 2015-08-25 15:45:07 +0100 | [diff] [blame] | 504 | |
Shannon Zhao | 8f4d260 | 2015-06-15 18:06:08 +0100 | [diff] [blame] | 505 | ARM ACPI Subsystem |
| 506 | M: Shannon Zhao <zhaoshenglong@huawei.com> |
| 507 | M: Shannon Zhao <shannon.zhao@linaro.org> |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 508 | L: qemu-arm@nongnu.org |
Shannon Zhao | 8f4d260 | 2015-06-15 18:06:08 +0100 | [diff] [blame] | 509 | S: Maintained |
| 510 | F: hw/arm/virt-acpi-build.c |
Shannon Zhao | 8f4d260 | 2015-06-15 18:06:08 +0100 | [diff] [blame] | 511 | |
Alistair Francis | a1f8193 | 2016-10-04 13:28:07 +0100 | [diff] [blame] | 512 | STM32F205 |
| 513 | M: Alistair Francis <alistair@alistair23.me> |
| 514 | S: Maintained |
| 515 | F: hw/arm/stm32f205_soc.c |
| 516 | F: hw/misc/stm32f2xx_syscfg.c |
| 517 | F: hw/char/stm32f2xx_usart.c |
| 518 | F: hw/timer/stm32f2xx_timer.c |
| 519 | F: hw/adc/* |
| 520 | F: hw/ssi/stm32f2xx_spi.c |
| 521 | |
| 522 | Netduino 2 |
| 523 | M: Alistair Francis <alistair@alistair23.me> |
| 524 | S: Maintained |
| 525 | F: hw/arm/netduino2.c |
| 526 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 527 | CRIS Machines |
| 528 | ------------- |
| 529 | Axis Dev88 |
| 530 | M: Edgar E. Iglesias <edgar.iglesias@gmail.com> |
| 531 | S: Maintained |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 532 | F: hw/cris/axis_dev88.c |
Peter Maydell | 6e481d5 | 2013-06-24 11:49:32 +0100 | [diff] [blame] | 533 | F: hw/*/etraxfs_*.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 534 | |
Michael Walle | 07bf23a | 2011-02-17 23:45:18 +0100 | [diff] [blame] | 535 | LM32 Machines |
| 536 | ------------- |
| 537 | EVR32 and uclinux BSP |
| 538 | M: Michael Walle <michael@walle.cc> |
| 539 | S: Maintained |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 540 | F: hw/lm32/lm32_boards.c |
Michael Walle | 07bf23a | 2011-02-17 23:45:18 +0100 | [diff] [blame] | 541 | |
Michael Walle | d118aa6 | 2011-03-07 23:32:45 +0100 | [diff] [blame] | 542 | milkymist |
| 543 | M: Michael Walle <michael@walle.cc> |
| 544 | S: Maintained |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 545 | F: hw/lm32/milkymist.c |
Michael Walle | d118aa6 | 2011-03-07 23:32:45 +0100 | [diff] [blame] | 546 | |
Aurelien Jarno | afcacd5 | 2011-01-14 20:39:19 +0100 | [diff] [blame] | 547 | M68K Machines |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 548 | ------------- |
| 549 | an5206 |
Anthony Liguori | 0e19885 | 2013-10-02 12:09:12 -0500 | [diff] [blame] | 550 | S: Orphan |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 551 | F: hw/m68k/an5206.c |
Thomas Huth | e9a5611 | 2016-11-02 09:39:33 +0100 | [diff] [blame] | 552 | F: hw/m68k/mcf5206.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 553 | |
| 554 | dummy_m68k |
Anthony Liguori | 0e19885 | 2013-10-02 12:09:12 -0500 | [diff] [blame] | 555 | S: Orphan |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 556 | F: hw/m68k/dummy_m68k.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 557 | |
| 558 | mcf5208 |
Anthony Liguori | 0e19885 | 2013-10-02 12:09:12 -0500 | [diff] [blame] | 559 | S: Orphan |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 560 | F: hw/m68k/mcf5208.c |
Thomas Huth | e9a5611 | 2016-11-02 09:39:33 +0100 | [diff] [blame] | 561 | F: hw/m68k/mcf_intc.c |
| 562 | F: hw/char/mcf_uart.c |
| 563 | F: hw/net/mcf_fec.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 564 | |
| 565 | MicroBlaze Machines |
| 566 | ------------------- |
| 567 | petalogix_s3adsp1800 |
| 568 | M: Edgar E. Iglesias <edgar.iglesias@gmail.com> |
| 569 | S: Maintained |
Peter Maydell | 6e481d5 | 2013-06-24 11:49:32 +0100 | [diff] [blame] | 570 | F: hw/microblaze/petalogix_s3adsp1800_mmu.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 571 | |
Peter A. G. Crosthwaite | d36e8ce | 2012-06-26 14:29:40 +1000 | [diff] [blame] | 572 | petalogix_ml605 |
Alistair Francis | 4b46ba6 | 2015-08-25 15:45:06 +0100 | [diff] [blame] | 573 | M: Edgar E. Iglesias <edgar.iglesias@gmail.com> |
Peter A. G. Crosthwaite | d36e8ce | 2012-06-26 14:29:40 +1000 | [diff] [blame] | 574 | S: Maintained |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 575 | F: hw/microblaze/petalogix_ml605_mmu.c |
Peter A. G. Crosthwaite | d36e8ce | 2012-06-26 14:29:40 +1000 | [diff] [blame] | 576 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 577 | MIPS Machines |
| 578 | ------------- |
| 579 | Jazz |
| 580 | M: Hervé Poussineau <hpoussin@reactos.org> |
| 581 | S: Maintained |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 582 | F: hw/mips/mips_jazz.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 583 | |
| 584 | Malta |
| 585 | M: Aurelien Jarno <aurelien@aurel32.net> |
| 586 | S: Maintained |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 587 | F: hw/mips/mips_malta.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 588 | |
| 589 | Mipssim |
Paolo Bonzini | 5dd4a88 | 2014-10-22 10:53:22 +0200 | [diff] [blame] | 590 | L: qemu-devel@nongnu.org |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 591 | S: Orphan |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 592 | F: hw/mips/mips_mipssim.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 593 | |
| 594 | R4000 |
| 595 | M: Aurelien Jarno <aurelien@aurel32.net> |
| 596 | S: Maintained |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 597 | F: hw/mips/mips_r4k.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 598 | |
Jia Liu | 945dad6 | 2013-07-02 20:55:17 +0800 | [diff] [blame] | 599 | OpenRISC Machines |
| 600 | ----------------- |
| 601 | or1k-sim |
| 602 | M: Jia Liu <proljc@gmail.com> |
| 603 | S: Maintained |
| 604 | F: hw/openrisc/openrisc_sim.c |
| 605 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 606 | PowerPC Machines |
| 607 | ---------------- |
| 608 | 405 |
| 609 | M: Alexander Graf <agraf@suse.de> |
Andreas Färber | a6c9868 | 2012-01-13 13:33:57 +0000 | [diff] [blame] | 610 | L: qemu-ppc@nongnu.org |
Andreas Färber | 9b9fe13 | 2012-08-22 05:48:46 +0000 | [diff] [blame] | 611 | S: Odd Fixes |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 612 | F: hw/ppc/ppc405_boards.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 613 | |
Andreas Färber | aaade8d | 2012-08-22 05:48:47 +0000 | [diff] [blame] | 614 | Bamboo |
| 615 | M: Alexander Graf <agraf@suse.de> |
| 616 | L: qemu-ppc@nongnu.org |
| 617 | S: Odd Fixes |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 618 | F: hw/ppc/ppc440_bamboo.c |
Andreas Färber | aaade8d | 2012-08-22 05:48:47 +0000 | [diff] [blame] | 619 | |
Andreas Färber | 98cded3 | 2012-08-22 05:48:45 +0000 | [diff] [blame] | 620 | e500 |
| 621 | M: Alexander Graf <agraf@suse.de> |
| 622 | M: Scott Wood <scottwood@freescale.com> |
| 623 | L: qemu-ppc@nongnu.org |
| 624 | S: Supported |
| 625 | F: hw/ppc/e500.[hc] |
| 626 | F: hw/ppc/e500plat.c |
Thomas Huth | b5d5502 | 2016-09-05 22:03:36 +0200 | [diff] [blame] | 627 | F: include/hw/ppc/ppc_e500.h |
| 628 | F: include/hw/pci-host/ppce500.h |
| 629 | F: pc-bios/u-boot.e500 |
Andreas Färber | 98cded3 | 2012-08-22 05:48:45 +0000 | [diff] [blame] | 630 | |
| 631 | mpc8544ds |
| 632 | M: Alexander Graf <agraf@suse.de> |
| 633 | M: Scott Wood <scottwood@freescale.com> |
| 634 | L: qemu-ppc@nongnu.org |
| 635 | S: Supported |
| 636 | F: hw/ppc/mpc8544ds.c |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 637 | F: hw/ppc/mpc8544_guts.c |
Andreas Färber | 98cded3 | 2012-08-22 05:48:45 +0000 | [diff] [blame] | 638 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 639 | New World |
| 640 | M: Alexander Graf <agraf@suse.de> |
Andreas Färber | a6c9868 | 2012-01-13 13:33:57 +0000 | [diff] [blame] | 641 | L: qemu-ppc@nongnu.org |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 642 | S: Maintained |
Andreas Färber | baec191 | 2013-01-23 23:03:54 +0000 | [diff] [blame] | 643 | F: hw/ppc/mac_newworld.c |
Peter Maydell | 6e481d5 | 2013-06-24 11:49:32 +0100 | [diff] [blame] | 644 | F: hw/pci-host/uninorth.c |
| 645 | F: hw/pci-bridge/dec.[hc] |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 646 | F: hw/misc/macio/ |
Thomas Huth | b5d5502 | 2016-09-05 22:03:36 +0200 | [diff] [blame] | 647 | F: include/hw/ppc/mac_dbdma.h |
| 648 | F: hw/nvram/mac_nvram.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 649 | |
| 650 | Old World |
| 651 | M: Alexander Graf <agraf@suse.de> |
Andreas Färber | a6c9868 | 2012-01-13 13:33:57 +0000 | [diff] [blame] | 652 | L: qemu-ppc@nongnu.org |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 653 | S: Maintained |
Andreas Färber | baec191 | 2013-01-23 23:03:54 +0000 | [diff] [blame] | 654 | F: hw/ppc/mac_oldworld.c |
Peter Maydell | 6e481d5 | 2013-06-24 11:49:32 +0100 | [diff] [blame] | 655 | F: hw/pci-host/grackle.c |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 656 | F: hw/misc/macio/ |
Thomas Huth | 835c42d | 2016-09-29 09:40:33 +0200 | [diff] [blame] | 657 | F: hw/intc/heathrow_pic.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 658 | |
Andreas Färber | ec38d39 | 2011-11-01 00:03:07 +0100 | [diff] [blame] | 659 | PReP |
Andreas Färber | 9f38774 | 2016-05-25 17:18:14 +0200 | [diff] [blame] | 660 | L: qemu-devel@nongnu.org |
Andreas Färber | a6c9868 | 2012-01-13 13:33:57 +0000 | [diff] [blame] | 661 | L: qemu-ppc@nongnu.org |
Andreas Färber | ec38d39 | 2011-11-01 00:03:07 +0100 | [diff] [blame] | 662 | S: Odd Fixes |
Andreas Färber | 7561015 | 2013-01-26 20:41:58 +0100 | [diff] [blame] | 663 | F: hw/ppc/prep.c |
Peter Maydell | 6e481d5 | 2013-06-24 11:49:32 +0100 | [diff] [blame] | 664 | F: hw/pci-host/prep.[hc] |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 665 | F: hw/isa/pc87312.[hc] |
Thomas Huth | 835c42d | 2016-09-29 09:40:33 +0200 | [diff] [blame] | 666 | F: pc-bios/ppc_rom.bin |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 667 | |
Andreas Färber | 300b115 | 2016-01-18 18:19:35 +0100 | [diff] [blame] | 668 | sPAPR |
David Gibson | 085eb21 | 2015-05-08 10:11:00 +1000 | [diff] [blame] | 669 | M: David Gibson <david@gibson.dropbear.id.au> |
Andreas Färber | 8a269ca | 2012-08-22 05:48:44 +0000 | [diff] [blame] | 670 | M: Alexander Graf <agraf@suse.de> |
| 671 | L: qemu-ppc@nongnu.org |
| 672 | S: Supported |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 673 | F: hw/*/spapr* |
David Gibson | f9de2da | 2013-06-15 11:51:52 +1000 | [diff] [blame] | 674 | F: include/hw/*/spapr* |
| 675 | F: hw/*/xics* |
| 676 | F: include/hw/*/xics* |
| 677 | F: pc-bios/spapr-rtas/* |
Thomas Huth | b5d5502 | 2016-09-05 22:03:36 +0200 | [diff] [blame] | 678 | F: pc-bios/spapr-rtas.bin |
| 679 | F: pc-bios/slof.bin |
Cédric Le Goater | bcad45d | 2016-10-22 11:46:34 +0200 | [diff] [blame] | 680 | F: pc-bios/skiboot.lid |
Thomas Huth | b5d5502 | 2016-09-05 22:03:36 +0200 | [diff] [blame] | 681 | F: docs/specs/ppc-spapr-hcalls.txt |
| 682 | F: docs/specs/ppc-spapr-hotplug.txt |
Greg Kurz | a70ab35 | 2016-09-14 13:23:57 +0200 | [diff] [blame] | 683 | F: tests/spapr* |
| 684 | F: tests/libqos/*spapr* |
| 685 | F: tests/rtas* |
| 686 | F: tests/libqos/rtas* |
Andreas Färber | 8a269ca | 2012-08-22 05:48:44 +0000 | [diff] [blame] | 687 | |
Andreas Färber | 794d00b | 2012-08-22 05:48:48 +0000 | [diff] [blame] | 688 | virtex_ml507 |
| 689 | M: Edgar E. Iglesias <edgar.iglesias@gmail.com> |
| 690 | L: qemu-ppc@nongnu.org |
| 691 | S: Odd Fixes |
Peter Maydell | 6e481d5 | 2013-06-24 11:49:32 +0100 | [diff] [blame] | 692 | F: hw/ppc/virtex_ml507.c |
Andreas Färber | 794d00b | 2012-08-22 05:48:48 +0000 | [diff] [blame] | 693 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 694 | SH4 Machines |
| 695 | ------------ |
| 696 | R2D |
| 697 | M: Magnus Damm <magnus.damm@gmail.com> |
| 698 | S: Maintained |
Peter Maydell | 6e481d5 | 2013-06-24 11:49:32 +0100 | [diff] [blame] | 699 | F: hw/sh4/r2d.c |
Thomas Huth | 81527b9 | 2016-09-30 11:32:02 +0200 | [diff] [blame] | 700 | F: hw/intc/sh_intc.c |
| 701 | F: hw/timer/sh_timer.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 702 | |
| 703 | Shix |
| 704 | M: Magnus Damm <magnus.damm@gmail.com> |
Thomas Huth | 81527b9 | 2016-09-30 11:32:02 +0200 | [diff] [blame] | 705 | S: Odd Fixes |
Peter Maydell | 6e481d5 | 2013-06-24 11:49:32 +0100 | [diff] [blame] | 706 | F: hw/sh4/shix.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 707 | |
| 708 | SPARC Machines |
| 709 | -------------- |
| 710 | Sun4m |
Mark Cave-Ayland | f2416d3 | 2015-03-02 22:23:27 +0000 | [diff] [blame] | 711 | M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 712 | S: Maintained |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 713 | F: hw/sparc/sun4m.c |
Thomas Huth | c10a1c7 | 2016-09-19 21:58:34 +0200 | [diff] [blame] | 714 | F: hw/dma/sparc32_dma.c |
| 715 | F: hw/dma/sun4m_iommu.c |
Thomas Huth | 7098b79 | 2016-09-23 14:27:25 +0200 | [diff] [blame] | 716 | F: hw/misc/eccmemctl.c |
| 717 | F: hw/misc/slavio_misc.c |
Thomas Huth | c10a1c7 | 2016-09-19 21:58:34 +0200 | [diff] [blame] | 718 | F: include/hw/sparc/sparc32_dma.h |
| 719 | F: include/hw/sparc/sun4m.h |
| 720 | F: pc-bios/openbios-sparc32 |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 721 | |
| 722 | Sun4u |
Mark Cave-Ayland | f2416d3 | 2015-03-02 22:23:27 +0000 | [diff] [blame] | 723 | M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 724 | S: Maintained |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 725 | F: hw/sparc64/sun4u.c |
Thomas Huth | c10a1c7 | 2016-09-19 21:58:34 +0200 | [diff] [blame] | 726 | F: pc-bios/openbios-sparc64 |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 727 | |
Artyom Tarasenko | a2664ca | 2016-09-29 14:46:45 +0200 | [diff] [blame] | 728 | Sun4v |
| 729 | M: Artyom Tarasenko <atar4qemu@gmail.com> |
| 730 | S: Maintained |
| 731 | F: hw/sparc64/sun4v.c |
| 732 | F: hw/timer/sun4v-rtc.c |
| 733 | F: include/hw/timer/sun4v-rtc.h |
| 734 | |
Fabien Chouteau | ce6c760 | 2012-05-22 10:14:28 +0200 | [diff] [blame] | 735 | Leon3 |
| 736 | M: Fabien Chouteau <chouteau@adacore.com> |
| 737 | S: Maintained |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 738 | F: hw/sparc/leon3.c |
| 739 | F: hw/*/grlib* |
Thomas Huth | c10a1c7 | 2016-09-19 21:58:34 +0200 | [diff] [blame] | 740 | F: include/hw/sparc/grlib.h |
Fabien Chouteau | ce6c760 | 2012-05-22 10:14:28 +0200 | [diff] [blame] | 741 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 742 | S390 Machines |
| 743 | ------------- |
Cornelia Huck | dd4ad64 | 2013-03-05 02:22:01 +0000 | [diff] [blame] | 744 | S390 Virtio-ccw |
| 745 | M: Cornelia Huck <cornelia.huck@de.ibm.com> |
Christian Borntraeger | b304bf0 | 2014-03-06 09:49:25 +0100 | [diff] [blame] | 746 | M: Christian Borntraeger <borntraeger@de.ibm.com> |
Cornelia Huck | dd4ad64 | 2013-03-05 02:22:01 +0000 | [diff] [blame] | 747 | M: Alexander Graf <agraf@suse.de> |
| 748 | S: Supported |
Paolo Bonzini | 0c6aa7e | 2015-09-22 11:37:07 +0200 | [diff] [blame] | 749 | F: hw/char/sclp*.[hc] |
Cornelia Huck | c5bfb20 | 2015-11-04 15:59:55 +0100 | [diff] [blame] | 750 | F: hw/s390x/ |
Cornelia Huck | 4277af1 | 2014-10-20 19:00:03 +0200 | [diff] [blame] | 751 | F: include/hw/s390x/ |
| 752 | F: pc-bios/s390-ccw/ |
Cornelia Huck | c5bfb20 | 2015-11-04 15:59:55 +0100 | [diff] [blame] | 753 | F: hw/watchdog/wdt_diag288.c |
Sascha Silbe | 1e4738b | 2016-08-30 14:02:16 +0200 | [diff] [blame] | 754 | F: include/hw/watchdog/wdt_diag288.h |
| 755 | F: pc-bios/s390-ccw.img |
| 756 | F: default-configs/s390x-softmmu.mak |
Cornelia Huck | 3e9ed24 | 2015-11-04 16:08:20 +0100 | [diff] [blame] | 757 | T: git git://github.com/cohuck/qemu.git s390-next |
| 758 | T: git git://github.com/borntraeger/qemu.git s390-next |
Cornelia Huck | dd4ad64 | 2013-03-05 02:22:01 +0000 | [diff] [blame] | 759 | |
Guan Xuetao | ab9528c | 2012-08-10 14:42:34 +0800 | [diff] [blame] | 760 | UniCore32 Machines |
| 761 | ------------- |
| 762 | PKUnity-3 SoC initramfs-with-busybox |
| 763 | M: Guan Xuetao <gxt@mprc.pku.edu.cn> |
| 764 | S: Maintained |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 765 | F: hw/*/puv3* |
Guan Xuetao | ab9528c | 2012-08-10 14:42:34 +0800 | [diff] [blame] | 766 | F: hw/unicore32/ |
| 767 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 768 | X86 Machines |
| 769 | ------------ |
| 770 | PC |
Michael S. Tsirkin | 046a648 | 2013-11-06 17:16:42 +0200 | [diff] [blame] | 771 | M: Michael S. Tsirkin <mst@redhat.com> |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 772 | S: Supported |
Michael S. Tsirkin | 046a648 | 2013-11-06 17:16:42 +0200 | [diff] [blame] | 773 | F: include/hw/i386/ |
| 774 | F: hw/i386/ |
| 775 | F: hw/pci-host/piix.c |
| 776 | F: hw/pci-host/q35.c |
| 777 | F: hw/pci-host/pam.c |
| 778 | F: include/hw/pci-host/q35.h |
| 779 | F: include/hw/pci-host/pam.h |
| 780 | F: hw/isa/piix4.c |
| 781 | F: hw/isa/lpc_ich9.c |
| 782 | F: hw/i2c/smbus_ich9.c |
| 783 | F: hw/acpi/piix4.c |
| 784 | F: hw/acpi/ich9.c |
| 785 | F: include/hw/acpi/ich9.h |
Markus Armbruster | f586d5f | 2016-09-05 14:28:52 +0200 | [diff] [blame] | 786 | F: include/hw/acpi/piix4.h |
Paolo Bonzini | 9cc3b73 | 2015-09-22 11:56:47 +0200 | [diff] [blame] | 787 | F: hw/misc/sga.c |
| 788 | |
| 789 | PC Chipset |
| 790 | M: Michael S. Tsirkin <mst@redhat.com> |
| 791 | M: Paolo Bonzini <pbonzini@redhat.com> |
| 792 | S: Support |
| 793 | F: hw/char/debugcon.c |
| 794 | F: hw/char/parallel.c |
| 795 | F: hw/char/serial* |
| 796 | F: hw/dma/i8257* |
| 797 | F: hw/i2c/pm_smbus.c |
| 798 | F: hw/intc/apic* |
| 799 | F: hw/intc/ioapic* |
| 800 | F: hw/intc/i8259* |
| 801 | F: hw/misc/debugexit.c |
| 802 | F: hw/misc/pc-testdev.c |
| 803 | F: hw/timer/hpet* |
| 804 | F: hw/timer/i8254* |
| 805 | F: hw/timer/mc146818rtc* |
Thomas Huth | a2feb34 | 2016-09-05 23:31:15 +0200 | [diff] [blame] | 806 | F: include/hw/i2c/pm_smbus.h |
| 807 | F: include/hw/timer/hpet.h |
| 808 | F: include/hw/timer/i8254* |
| 809 | F: include/hw/timer/mc146818rtc* |
Michael S. Tsirkin | 046a648 | 2013-11-06 17:16:42 +0200 | [diff] [blame] | 810 | |
Michael S. Tsirkin | 5da4fb001 | 2016-03-11 16:06:56 +0200 | [diff] [blame] | 811 | Machine core |
| 812 | M: Eduardo Habkost <ehabkost@redhat.com> |
| 813 | M: Marcel Apfelbaum <marcel@redhat.com> |
| 814 | S: Supported |
| 815 | F: hw/core/machine.c |
| 816 | F: include/hw/boards.h |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 817 | |
Max Filippov | 16e7caa | 2011-09-06 03:55:56 +0400 | [diff] [blame] | 818 | Xtensa Machines |
| 819 | --------------- |
Max Filippov | 375847a | 2011-10-28 02:11:05 +0400 | [diff] [blame] | 820 | sim |
Max Filippov | 16e7caa | 2011-09-06 03:55:56 +0400 | [diff] [blame] | 821 | M: Max Filippov <jcmvbkbc@gmail.com> |
| 822 | S: Maintained |
Max Filippov | 437a8c1 | 2014-10-22 07:25:42 +0400 | [diff] [blame] | 823 | F: hw/xtensa/sim.c |
Max Filippov | 375847a | 2011-10-28 02:11:05 +0400 | [diff] [blame] | 824 | |
Max Filippov | 437a8c1 | 2014-10-22 07:25:42 +0400 | [diff] [blame] | 825 | XTFPGA (LX60, LX200, ML605, KC705) |
Max Filippov | 375847a | 2011-10-28 02:11:05 +0400 | [diff] [blame] | 826 | M: Max Filippov <jcmvbkbc@gmail.com> |
| 827 | S: Maintained |
Max Filippov | 437a8c1 | 2014-10-22 07:25:42 +0400 | [diff] [blame] | 828 | F: hw/xtensa/xtfpga.c |
| 829 | F: hw/net/opencores_eth.c |
Max Filippov | 16e7caa | 2011-09-06 03:55:56 +0400 | [diff] [blame] | 830 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 831 | Devices |
| 832 | ------- |
Jiri Slaby | b30934c | 2015-01-21 17:48:33 +0100 | [diff] [blame] | 833 | EDU |
| 834 | M: Jiri Slaby <jslaby@suse.cz> |
| 835 | S: Maintained |
| 836 | F: hw/misc/edu.c |
| 837 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 838 | IDE |
John Snow | c095348 | 2015-03-04 23:37:55 -0500 | [diff] [blame] | 839 | M: John Snow <jsnow@redhat.com> |
| 840 | L: qemu-block@nongnu.org |
| 841 | S: Supported |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 842 | F: include/hw/ide.h |
Thomas Huth | c9f7acd | 2016-09-23 18:09:56 +0200 | [diff] [blame] | 843 | F: include/hw/ide/ |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 844 | F: hw/ide/ |
John Snow | c095348 | 2015-03-04 23:37:55 -0500 | [diff] [blame] | 845 | F: hw/block/block.c |
| 846 | F: hw/block/cdrom.c |
| 847 | F: hw/block/hd-geometry.c |
| 848 | F: tests/ide-test.c |
| 849 | F: tests/ahci-test.c |
John Snow | aee5031 | 2015-10-05 12:00:56 -0400 | [diff] [blame] | 850 | F: tests/libqos/ahci* |
John Snow | c095348 | 2015-03-04 23:37:55 -0500 | [diff] [blame] | 851 | T: git git://github.com/jnsnow/qemu.git ide |
| 852 | |
| 853 | Floppy |
| 854 | M: John Snow <jsnow@redhat.com> |
| 855 | L: qemu-block@nongnu.org |
| 856 | S: Supported |
| 857 | F: hw/block/fdc.c |
| 858 | F: include/hw/block/fdc.h |
John Snow | aee5031 | 2015-10-05 12:00:56 -0400 | [diff] [blame] | 859 | F: tests/fdc-test.c |
John Snow | c095348 | 2015-03-04 23:37:55 -0500 | [diff] [blame] | 860 | T: git git://github.com/jnsnow/qemu.git ide |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 861 | |
Peter Maydell | f5f487b | 2011-09-17 17:26:15 +0100 | [diff] [blame] | 862 | OMAP |
| 863 | M: Peter Maydell <peter.maydell@linaro.org> |
| 864 | S: Maintained |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 865 | F: hw/*/omap* |
Thomas Huth | ed0db86 | 2016-02-25 12:22:04 +0100 | [diff] [blame] | 866 | F: include/hw/arm/omap.h |
Peter Maydell | f5f487b | 2011-09-17 17:26:15 +0100 | [diff] [blame] | 867 | |
Paolo Bonzini | 28d54e5 | 2015-09-22 11:37:27 +0200 | [diff] [blame] | 868 | IPack |
| 869 | M: Alberto Garcia <berto@igalia.com> |
| 870 | S: Odd Fixes |
| 871 | F: hw/char/ipoctal232.c |
| 872 | F: hw/ipack/ |
| 873 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 874 | PCI |
| 875 | M: Michael S. Tsirkin <mst@redhat.com> |
Michael S. Tsirkin | 874a235 | 2016-06-13 23:06:32 +0300 | [diff] [blame] | 876 | M: Marcel Apfelbaum <marcel@redhat.com> |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 877 | S: Supported |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 878 | F: include/hw/pci/* |
Paolo Bonzini | f178bc6 | 2015-09-22 11:56:48 +0200 | [diff] [blame] | 879 | F: hw/misc/pci-testdev.c |
Michael S. Tsirkin | ca818cf | 2012-12-12 15:11:55 +0200 | [diff] [blame] | 880 | F: hw/pci/* |
Paolo Bonzini | f178bc6 | 2015-09-22 11:56:48 +0200 | [diff] [blame] | 881 | F: hw/pci-bridge/* |
Michael S. Tsirkin | 0e0b359 | 2015-06-23 08:09:34 +0200 | [diff] [blame] | 882 | |
Michael S. Tsirkin | d31e5ae | 2015-08-12 12:17:36 +0300 | [diff] [blame] | 883 | ACPI/SMBIOS |
Michael S. Tsirkin | 0e0b359 | 2015-06-23 08:09:34 +0200 | [diff] [blame] | 884 | M: Michael S. Tsirkin <mst@redhat.com> |
| 885 | M: Igor Mammedov <imammedo@redhat.com> |
| 886 | S: Supported |
| 887 | F: include/hw/acpi/* |
Michael S. Tsirkin | d31e5ae | 2015-08-12 12:17:36 +0300 | [diff] [blame] | 888 | F: include/hw/smbios/* |
Michael S. Tsirkin | 0e0b359 | 2015-06-23 08:09:34 +0200 | [diff] [blame] | 889 | F: hw/mem/* |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 890 | F: hw/acpi/* |
Michael S. Tsirkin | d31e5ae | 2015-08-12 12:17:36 +0300 | [diff] [blame] | 891 | F: hw/smbios/* |
Michael S. Tsirkin | 0e0b359 | 2015-06-23 08:09:34 +0200 | [diff] [blame] | 892 | F: hw/i386/acpi-build.[hc] |
Michael S. Tsirkin | 0e0b359 | 2015-06-23 08:09:34 +0200 | [diff] [blame] | 893 | F: hw/arm/virt-acpi-build.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 894 | |
Andreas Färber | aaade8d | 2012-08-22 05:48:47 +0000 | [diff] [blame] | 895 | ppc4xx |
| 896 | M: Alexander Graf <agraf@suse.de> |
| 897 | L: qemu-ppc@nongnu.org |
| 898 | S: Odd Fixes |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 899 | F: hw/ppc/ppc4*.c |
Thomas Huth | b5d5502 | 2016-09-05 22:03:36 +0200 | [diff] [blame] | 900 | F: include/hw/ppc/ppc4xx.h |
Andreas Färber | aaade8d | 2012-08-22 05:48:47 +0000 | [diff] [blame] | 901 | |
Andreas Färber | 98cded3 | 2012-08-22 05:48:45 +0000 | [diff] [blame] | 902 | ppce500 |
| 903 | M: Alexander Graf <agraf@suse.de> |
| 904 | M: Scott Wood <scottwood@freescale.com> |
| 905 | L: qemu-ppc@nongnu.org |
| 906 | S: Supported |
Peter Maydell | 6e481d5 | 2013-06-24 11:49:32 +0100 | [diff] [blame] | 907 | F: hw/ppc/e500* |
Paolo Bonzini | 566dd23 | 2015-09-22 11:38:02 +0200 | [diff] [blame] | 908 | F: hw/pci-host/ppce500.c |
| 909 | F: hw/net/fsl_etsec/ |
Andreas Färber | 98cded3 | 2012-08-22 05:48:45 +0000 | [diff] [blame] | 910 | |
Paolo Bonzini | 61af0ee | 2015-09-22 11:40:00 +0200 | [diff] [blame] | 911 | Character devices |
| 912 | M: Paolo Bonzini <pbonzini@redhat.com> |
| 913 | S: Odd Fixes |
| 914 | F: hw/char/ |
| 915 | |
Paolo Bonzini | f536f11 | 2015-09-22 11:40:00 +0200 | [diff] [blame] | 916 | Network devices |
| 917 | M: Jason Wang <jasowang@redhat.com> |
| 918 | S: Odd Fixes |
| 919 | F: hw/net/ |
Greg Kurz | 6bd7776 | 2016-09-09 10:31:20 +0200 | [diff] [blame] | 920 | F: tests/virtio-net-test.c |
Paolo Bonzini | f536f11 | 2015-09-22 11:40:00 +0200 | [diff] [blame] | 921 | T: git git://github.com/jasowang/qemu.git net |
| 922 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 923 | SCSI |
Paolo Bonzini | de7724f | 2012-02-22 15:59:52 +0100 | [diff] [blame] | 924 | M: Paolo Bonzini <pbonzini@redhat.com> |
| 925 | S: Supported |
Thomas Huth | 74460f3 | 2016-09-05 22:11:41 +0200 | [diff] [blame] | 926 | F: include/hw/scsi/* |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 927 | F: hw/scsi/* |
Greg Kurz | 6bd7776 | 2016-09-09 10:31:20 +0200 | [diff] [blame] | 928 | F: tests/virtio-scsi-test.c |
Andreas Färber | 1ab09a4 | 2012-04-13 18:03:42 +0200 | [diff] [blame] | 929 | T: git git://github.com/bonzini/qemu.git scsi-next |
Paolo Bonzini | de7724f | 2012-02-22 15:59:52 +0100 | [diff] [blame] | 930 | |
| 931 | LSI53C895A |
Anthony Liguori | 0e19885 | 2013-10-02 12:09:12 -0500 | [diff] [blame] | 932 | S: Orphan |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 933 | F: hw/scsi/lsi53c895a.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 934 | |
Peter A. G. Crosthwaite | fcb5629 | 2012-08-06 11:38:19 +1000 | [diff] [blame] | 935 | SSI |
Alistair Francis | 4b46ba6 | 2015-08-25 15:45:06 +0100 | [diff] [blame] | 936 | M: Peter Crosthwaite <crosthwaite.peter@gmail.com> |
Peter A. G. Crosthwaite | fcb5629 | 2012-08-06 11:38:19 +1000 | [diff] [blame] | 937 | S: Maintained |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 938 | F: hw/ssi/* |
| 939 | F: hw/block/m25p80.c |
Alistair Francis | 4b46ba6 | 2015-08-25 15:45:06 +0100 | [diff] [blame] | 940 | X: hw/ssi/xilinx_* |
| 941 | |
| 942 | Xilinx SPI |
| 943 | M: Alistair Francis <alistair.francis@xilinx.com> |
| 944 | M: Peter Crosthwaite <crosthwaite.peter@gmail.com> |
| 945 | S: Maintained |
| 946 | F: hw/ssi/xilinx_* |
Peter A. G. Crosthwaite | fcb5629 | 2012-08-06 11:38:19 +1000 | [diff] [blame] | 947 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 948 | USB |
Gerd Hoffmann | 5d0d62f | 2010-12-17 11:11:25 +0100 | [diff] [blame] | 949 | M: Gerd Hoffmann <kraxel@redhat.com> |
| 950 | S: Maintained |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 951 | F: hw/usb/* |
Gonglei | 28edfce | 2014-06-23 19:53:51 +0800 | [diff] [blame] | 952 | F: tests/usb-*-test.c |
Thomas Huth | beded0f | 2016-02-25 10:36:05 +0100 | [diff] [blame] | 953 | F: docs/usb2.txt |
| 954 | F: docs/usb-storage.txt |
| 955 | F: include/hw/usb.h |
| 956 | F: include/hw/usb/ |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 957 | |
Paolo Bonzini | e26082f | 2014-10-22 14:53:32 +0200 | [diff] [blame] | 958 | USB (serial adapter) |
| 959 | M: Gerd Hoffmann <kraxel@redhat.com> |
| 960 | M: Samuel Thibault <samuel.thibault@ens-lyon.org> |
| 961 | S: Maintained |
| 962 | F: hw/usb/dev-serial.c |
| 963 | |
Alex Williamson | 92e1fb5 | 2012-09-26 11:19:39 -0600 | [diff] [blame] | 964 | VFIO |
| 965 | M: Alex Williamson <alex.williamson@redhat.com> |
| 966 | S: Supported |
Kim Phillips | cf7087d | 2014-12-19 15:24:06 -0700 | [diff] [blame] | 967 | F: hw/vfio/* |
Thomas Huth | 99b88c6 | 2016-03-10 09:39:09 -0700 | [diff] [blame] | 968 | F: include/hw/vfio/ |
Alex Williamson | 92e1fb5 | 2012-09-26 11:19:39 -0600 | [diff] [blame] | 969 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 970 | vhost |
| 971 | M: Michael S. Tsirkin <mst@redhat.com> |
| 972 | S: Supported |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 973 | F: hw/*/*vhost* |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 974 | |
| 975 | virtio |
Michael S. Tsirkin | a75143e | 2014-01-26 12:39:55 +0200 | [diff] [blame] | 976 | M: Michael S. Tsirkin <mst@redhat.com> |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 977 | S: Supported |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 978 | F: hw/*/virtio* |
Thomas Huth | 72fa605 | 2016-09-23 18:11:21 +0200 | [diff] [blame] | 979 | F: hw/virtio/Makefile.objs |
| 980 | F: hw/virtio/trace-events |
Michael S. Tsirkin | 6a084ea | 2015-06-15 16:20:21 +0200 | [diff] [blame] | 981 | F: net/vhost-user.c |
Thomas Huth | 494f7b5 | 2016-02-25 11:13:03 +0100 | [diff] [blame] | 982 | F: include/hw/virtio/ |
Greg Kurz | 6bd7776 | 2016-09-09 10:31:20 +0200 | [diff] [blame] | 983 | F: tests/virtio-balloon-test.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 984 | |
| 985 | virtio-9p |
Aneesh Kumar K.V | 2370410 | 2012-01-19 22:57:11 +0530 | [diff] [blame] | 986 | M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
Greg Kurz | 8c1cd71 | 2016-06-17 16:35:05 +0200 | [diff] [blame] | 987 | M: Greg Kurz <groug@kaod.org> |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 988 | S: Supported |
Andreas Färber | aebeca2 | 2012-04-13 17:19:12 +0200 | [diff] [blame] | 989 | F: hw/9pfs/ |
| 990 | F: fsdev/ |
Andreas Färber | 2d888c0 | 2014-02-21 17:15:21 +0100 | [diff] [blame] | 991 | F: tests/virtio-9p-test.c |
Andreas Färber | 3f3309c | 2012-04-13 18:23:55 +0200 | [diff] [blame] | 992 | T: git git://github.com/kvaneesh/QEMU.git |
Greg Kurz | 8c1cd71 | 2016-06-17 16:35:05 +0200 | [diff] [blame] | 993 | T: git git://github.com/gkurz/qemu.git 9p-next |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 994 | |
| 995 | virtio-blk |
Stefan Hajnoczi | 54d01a0 | 2012-11-09 14:29:03 +0100 | [diff] [blame] | 996 | M: Stefan Hajnoczi <stefanha@redhat.com> |
Stefan Hajnoczi | b457a5f | 2015-04-29 15:13:25 +0100 | [diff] [blame] | 997 | L: qemu-block@nongnu.org |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 998 | S: Supported |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 999 | F: hw/block/virtio-blk.c |
Stefan Hajnoczi | b457a5f | 2015-04-29 15:13:25 +0100 | [diff] [blame] | 1000 | F: hw/block/dataplane/* |
Greg Kurz | 6bd7776 | 2016-09-09 10:31:20 +0200 | [diff] [blame] | 1001 | F: tests/virtio-blk-test.c |
Stefan Hajnoczi | b457a5f | 2015-04-29 15:13:25 +0100 | [diff] [blame] | 1002 | T: git git://github.com/stefanha/qemu.git block |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1003 | |
Cornelia Huck | dd4ad64 | 2013-03-05 02:22:01 +0000 | [diff] [blame] | 1004 | virtio-ccw |
| 1005 | M: Cornelia Huck <cornelia.huck@de.ibm.com> |
Christian Borntraeger | b304bf0 | 2014-03-06 09:49:25 +0100 | [diff] [blame] | 1006 | M: Christian Borntraeger <borntraeger@de.ibm.com> |
Cornelia Huck | dd4ad64 | 2013-03-05 02:22:01 +0000 | [diff] [blame] | 1007 | S: Supported |
| 1008 | F: hw/s390x/virtio-ccw.[hc] |
Cornelia Huck | 3e9ed24 | 2015-11-04 16:08:20 +0100 | [diff] [blame] | 1009 | T: git git://github.com/cohuck/qemu.git s390-next |
| 1010 | T: git git://github.com/borntraeger/qemu.git s390-next |
Cornelia Huck | dd4ad64 | 2013-03-05 02:22:01 +0000 | [diff] [blame] | 1011 | |
Gerd Hoffmann | a5d4d7b | 2015-06-19 10:25:34 +0200 | [diff] [blame] | 1012 | virtio-input |
| 1013 | M: Gerd Hoffmann <kraxel@redhat.com> |
| 1014 | S: Maintained |
| 1015 | F: hw/input/virtio-input*.c |
| 1016 | F: include/hw/virtio/virtio-input.h |
| 1017 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1018 | virtio-serial |
| 1019 | M: Amit Shah <amit.shah@redhat.com> |
| 1020 | S: Supported |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 1021 | F: hw/char/virtio-serial-bus.c |
| 1022 | F: hw/char/virtio-console.c |
Amit Shah | 68a5e38 | 2014-11-18 18:01:27 +0530 | [diff] [blame] | 1023 | F: include/hw/virtio/virtio-serial.h |
Greg Kurz | 6bd7776 | 2016-09-09 10:31:20 +0200 | [diff] [blame] | 1024 | F: tests/virtio-console-test.c |
| 1025 | F: tests/virtio-serial-test.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1026 | |
Amit Shah | 1f51a5c | 2014-11-18 18:01:26 +0530 | [diff] [blame] | 1027 | virtio-rng |
| 1028 | M: Amit Shah <amit.shah@redhat.com> |
| 1029 | S: Supported |
| 1030 | F: hw/virtio/virtio-rng.c |
| 1031 | F: include/hw/virtio/virtio-rng.h |
Thomas Huth | 750cf86 | 2016-02-25 13:44:20 +0100 | [diff] [blame] | 1032 | F: include/sysemu/rng*.h |
Amit Shah | 1f51a5c | 2014-11-18 18:01:26 +0530 | [diff] [blame] | 1033 | F: backends/rng*.c |
Greg Kurz | 6bd7776 | 2016-09-09 10:31:20 +0200 | [diff] [blame] | 1034 | F: tests/virtio-rng-test.c |
Amit Shah | 1f51a5c | 2014-11-18 18:01:26 +0530 | [diff] [blame] | 1035 | |
Gonglei | 6034011 | 2016-10-28 16:33:31 +0800 | [diff] [blame] | 1036 | virtio-crypto |
| 1037 | M: Gonglei <arei.gonglei@huawei.com> |
| 1038 | S: Supported |
| 1039 | F: hw/virtio/virtio-crypto.c |
| 1040 | F: hw/virtio/virtio-crypto-pci.c |
| 1041 | F: include/hw/virtio/virtio-crypto.h |
| 1042 | |
Keith Busch | f3c507a | 2013-06-04 09:17:10 -0600 | [diff] [blame] | 1043 | nvme |
| 1044 | M: Keith Busch <keith.busch@intel.com> |
Kevin Wolf | c95e4c0 | 2015-04-30 15:15:13 +0200 | [diff] [blame] | 1045 | L: qemu-block@nongnu.org |
Keith Busch | f3c507a | 2013-06-04 09:17:10 -0600 | [diff] [blame] | 1046 | S: Supported |
| 1047 | F: hw/block/nvme* |
Andreas Färber | fc96779 | 2014-02-21 22:19:43 +0100 | [diff] [blame] | 1048 | F: tests/nvme-test.c |
Keith Busch | f3c507a | 2013-06-04 09:17:10 -0600 | [diff] [blame] | 1049 | |
Hannes Reinecke | d383c62 | 2014-04-16 16:44:19 +0200 | [diff] [blame] | 1050 | megasas |
| 1051 | M: Hannes Reinecke <hare@suse.de> |
Kevin Wolf | c95e4c0 | 2015-04-30 15:15:13 +0200 | [diff] [blame] | 1052 | L: qemu-block@nongnu.org |
Hannes Reinecke | d383c62 | 2014-04-16 16:44:19 +0200 | [diff] [blame] | 1053 | S: Supported |
| 1054 | F: hw/scsi/megasas.c |
| 1055 | F: hw/scsi/mfi.h |
| 1056 | |
Dmitry Fleytman | 605d52e | 2016-06-01 11:23:39 +0300 | [diff] [blame] | 1057 | Network packet abstractions |
| 1058 | M: Dmitry Fleytman <dmitry@daynix.com> |
| 1059 | S: Maintained |
| 1060 | F: include/net/eth.h |
| 1061 | F: net/eth.c |
| 1062 | F: hw/net/net_rx_pkt* |
| 1063 | F: hw/net/net_tx_pkt* |
| 1064 | |
Dmitry Fleytman | 622fb50 | 2014-08-27 08:58:43 +0300 | [diff] [blame] | 1065 | Vmware |
| 1066 | M: Dmitry Fleytman <dmitry@daynix.com> |
| 1067 | S: Maintained |
| 1068 | F: hw/net/vmxnet* |
| 1069 | F: hw/scsi/vmw_pvscsi* |
| 1070 | |
Scott Feldman | de24d3f | 2015-03-13 21:09:32 -0700 | [diff] [blame] | 1071 | Rocker |
Scott Feldman | de24d3f | 2015-03-13 21:09:32 -0700 | [diff] [blame] | 1072 | M: Jiri Pirko <jiri@resnulli.us> |
| 1073 | S: Maintained |
| 1074 | F: hw/net/rocker/ |
Thomas Huth | de85094 | 2016-09-27 16:33:46 +0200 | [diff] [blame] | 1075 | F: tests/rocker/ |
| 1076 | F: docs/specs/rocker.txt |
Scott Feldman | de24d3f | 2015-03-13 21:09:32 -0700 | [diff] [blame] | 1077 | |
Xiao Guangrong | 70d1fb9 | 2015-12-02 15:21:00 +0800 | [diff] [blame] | 1078 | NVDIMM |
| 1079 | M: Xiao Guangrong <guangrong.xiao@linux.intel.com> |
| 1080 | S: Maintained |
| 1081 | F: hw/acpi/nvdimm.c |
| 1082 | F: hw/mem/nvdimm.c |
| 1083 | F: include/hw/mem/nvdimm.h |
| 1084 | |
Dmitry Fleytman | 093454e | 2016-06-01 11:23:44 +0300 | [diff] [blame] | 1085 | e1000x |
| 1086 | M: Dmitry Fleytman <dmitry@daynix.com> |
| 1087 | S: Maintained |
| 1088 | F: hw/net/e1000x* |
| 1089 | |
Dmitry Fleytman | 6f3fbe4 | 2016-06-01 11:23:45 +0300 | [diff] [blame] | 1090 | e1000e |
| 1091 | M: Dmitry Fleytman <dmitry@daynix.com> |
| 1092 | S: Maintained |
| 1093 | F: hw/net/e1000e* |
| 1094 | |
Alistair Francis | e481a1f | 2016-10-04 13:28:09 +0100 | [diff] [blame] | 1095 | Generic Loader |
| 1096 | M: Alistair Francis <alistair.francis@xilinx.com> |
| 1097 | S: Maintained |
| 1098 | F: hw/core/generic-loader.c |
| 1099 | F: include/hw/core/generic-loader.h |
| 1100 | |
Thomas Huth | 87a9023 | 2016-11-08 12:46:22 +0100 | [diff] [blame] | 1101 | CHRP NVRAM |
| 1102 | M: Thomas Huth <thuth@redhat.com> |
| 1103 | S: Maintained |
| 1104 | F: hw/nvram/chrp_nvram.c |
| 1105 | F: include/hw/nvram/chrp_nvram.h |
| 1106 | F: tests/prom-env-test.c |
| 1107 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1108 | Subsystems |
| 1109 | ---------- |
| 1110 | Audio |
Gerd Hoffmann | 9f57584 | 2013-09-24 10:26:24 +0200 | [diff] [blame] | 1111 | M: Gerd Hoffmann <kraxel@redhat.com> |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1112 | S: Maintained |
| 1113 | F: audio/ |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 1114 | F: hw/audio/ |
Thomas Huth | a2b245a | 2016-09-23 15:19:10 +0200 | [diff] [blame] | 1115 | F: include/hw/audio/ |
Andreas Färber | d7b50c0 | 2014-03-30 19:00:05 +0200 | [diff] [blame] | 1116 | F: tests/ac97-test.c |
Andreas Färber | 8fa74c9 | 2014-03-30 19:05:20 +0200 | [diff] [blame] | 1117 | F: tests/es1370-test.c |
Andreas Färber | fbaf445 | 2014-03-30 19:22:48 +0200 | [diff] [blame] | 1118 | F: tests/intel-hda-test.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1119 | |
Stefan Hajnoczi | 17f1e8f | 2015-04-29 15:13:29 +0100 | [diff] [blame] | 1120 | Block layer core |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1121 | M: Kevin Wolf <kwolf@redhat.com> |
Max Reitz | c4189d8 | 2016-04-08 19:29:01 +0200 | [diff] [blame] | 1122 | M: Max Reitz <mreitz@redhat.com> |
Kevin Wolf | c95e4c0 | 2015-04-30 15:15:13 +0200 | [diff] [blame] | 1123 | L: qemu-block@nongnu.org |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1124 | S: Supported |
| 1125 | F: block* |
| 1126 | F: block/ |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 1127 | F: hw/block/ |
Kevin Wolf | 4c346e0 | 2015-05-20 12:03:17 +0200 | [diff] [blame] | 1128 | F: include/block/ |
Kevin Wolf | 4607876 | 2014-04-24 11:53:39 +0200 | [diff] [blame] | 1129 | F: qemu-img* |
| 1130 | F: qemu-io* |
Kevin Wolf | 2924209 | 2014-10-21 17:43:17 +0200 | [diff] [blame] | 1131 | F: tests/qemu-iotests/ |
Stefan Hajnoczi | d48addd | 2013-11-06 16:06:25 +0100 | [diff] [blame] | 1132 | T: git git://repo.or.cz/qemu/kevin.git block |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1133 | |
Stefan Hajnoczi | d55053b | 2015-04-29 15:13:27 +0100 | [diff] [blame] | 1134 | Block I/O path |
| 1135 | M: Stefan Hajnoczi <stefanha@redhat.com> |
Fam Zheng | 9ca3003 | 2016-04-05 17:38:25 +0800 | [diff] [blame] | 1136 | M: Fam Zheng <famz@redhat.com> |
Stefan Hajnoczi | d55053b | 2015-04-29 15:13:27 +0100 | [diff] [blame] | 1137 | L: qemu-block@nongnu.org |
| 1138 | S: Supported |
| 1139 | F: async.c |
| 1140 | F: aio-*.c |
| 1141 | F: block/io.c |
| 1142 | F: migration/block* |
Fam Zheng | e1029ae | 2016-07-18 15:19:47 +0800 | [diff] [blame] | 1143 | F: include/block/aio.h |
Stefan Hajnoczi | d55053b | 2015-04-29 15:13:27 +0100 | [diff] [blame] | 1144 | T: git git://github.com/stefanha/qemu.git block |
| 1145 | |
Jeff Cody | 280458a | 2015-03-06 12:16:06 -0500 | [diff] [blame] | 1146 | Block Jobs |
| 1147 | M: Jeff Cody <jcody@redhat.com> |
| 1148 | L: qemu-block@nongnu.org |
| 1149 | S: Supported |
| 1150 | F: blockjob.c |
| 1151 | F: include/block/blockjob.h |
| 1152 | F: block/backup.c |
| 1153 | F: block/commit.c |
Jeff Cody | 7734602 | 2016-03-09 21:54:00 -0500 | [diff] [blame] | 1154 | F: block/stream.c |
Jeff Cody | 280458a | 2015-03-06 12:16:06 -0500 | [diff] [blame] | 1155 | F: block/mirror.c |
| 1156 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block |
| 1157 | |
Markus Armbruster | 4120201 | 2015-05-20 13:23:46 +0200 | [diff] [blame] | 1158 | Block QAPI, monitor, command line |
| 1159 | M: Markus Armbruster <armbru@redhat.com> |
| 1160 | S: Supported |
| 1161 | F: blockdev.c |
| 1162 | F: block/qapi.c |
| 1163 | F: qapi/block*.json |
| 1164 | T: git git://repo.or.cz/qemu/armbru.git block-next |
| 1165 | |
John Snow | 538193b | 2016-08-04 14:18:51 -0400 | [diff] [blame] | 1166 | Dirty Bitmaps |
| 1167 | M: Fam Zheng <famz@redhat.com> |
| 1168 | M: John Snow <jsnow@redhat.com> |
| 1169 | L: qemu-block@nongnu.org |
| 1170 | S: Supported |
| 1171 | F: util/hbitmap.c |
| 1172 | F: block/dirty-bitmap.c |
| 1173 | F: include/qemu/hbitmap.h |
| 1174 | F: include/block/dirty-bitmap.h |
| 1175 | F: tests/test-hbitmap.c |
| 1176 | F: docs/bitmaps.md |
| 1177 | T: git git://github.com/famz/qemu.git bitmaps |
| 1178 | T: git git://github.com/jnsnow/qemu.git bitmaps |
| 1179 | |
Paolo Bonzini | 61af0ee | 2015-09-22 11:40:00 +0200 | [diff] [blame] | 1180 | Character device backends |
Paolo Bonzini | da26f37 | 2014-10-21 15:12:57 +0200 | [diff] [blame] | 1181 | M: Paolo Bonzini <pbonzini@redhat.com> |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1182 | S: Maintained |
| 1183 | F: qemu-char.c |
Paolo Bonzini | da26f37 | 2014-10-21 15:12:57 +0200 | [diff] [blame] | 1184 | F: backends/msmouse.c |
| 1185 | F: backends/testdev.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1186 | |
Paolo Bonzini | e26082f | 2014-10-22 14:53:32 +0200 | [diff] [blame] | 1187 | Character Devices (Braille) |
| 1188 | M: Samuel Thibault <samuel.thibault@ens-lyon.org> |
| 1189 | S: Maintained |
| 1190 | F: backends/baum.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1191 | |
Markus Armbruster | 8c413e7 | 2015-01-28 11:29:57 +0100 | [diff] [blame] | 1192 | Coverity model |
| 1193 | M: Markus Armbruster <armbru@redhat.com> |
| 1194 | S: Supported |
| 1195 | F: scripts/coverity-model.c |
| 1196 | |
Andreas Färber | f2ca052 | 2012-09-17 19:10:32 +0200 | [diff] [blame] | 1197 | CPU |
Andreas Färber | 12b0e69 | 2016-05-25 17:21:59 +0200 | [diff] [blame] | 1198 | L: qemu-devel@nongnu.org |
Andreas Färber | f2ca052 | 2012-09-17 19:10:32 +0200 | [diff] [blame] | 1199 | S: Supported |
| 1200 | F: qom/cpu.c |
Peter Maydell | 6e481d5 | 2013-06-24 11:49:32 +0100 | [diff] [blame] | 1201 | F: include/qom/cpu.h |
Andreas Färber | f2ca052 | 2012-09-17 19:10:32 +0200 | [diff] [blame] | 1202 | |
Peter A. G. Crosthwaite | d24b569 | 2012-06-26 14:29:42 +1000 | [diff] [blame] | 1203 | Device Tree |
Alistair Francis | 4b46ba6 | 2015-08-25 15:45:06 +0100 | [diff] [blame] | 1204 | M: Peter Crosthwaite <crosthwaite.peter@gmail.com> |
Peter A. G. Crosthwaite | d24b569 | 2012-06-26 14:29:42 +1000 | [diff] [blame] | 1205 | M: Alexander Graf <agraf@suse.de> |
| 1206 | S: Maintained |
Thomas Huth | 8240751 | 2015-12-17 15:25:12 +0100 | [diff] [blame] | 1207 | F: device_tree.c |
| 1208 | F: include/sysemu/device_tree.h |
Peter A. G. Crosthwaite | d24b569 | 2012-06-26 14:29:42 +1000 | [diff] [blame] | 1209 | |
Markus Armbruster | 4f96676 | 2015-09-12 13:29:56 +0200 | [diff] [blame] | 1210 | Error reporting |
| 1211 | M: Markus Armbruster <armbru@redhat.com> |
| 1212 | S: Supported |
| 1213 | F: include/qapi/error.h |
| 1214 | F: include/qemu/error-report.h |
| 1215 | F: util/error.c |
| 1216 | F: util/qemu-error.c |
| 1217 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1218 | GDB stub |
Paolo Bonzini | 5dd4a88 | 2014-10-22 10:53:22 +0200 | [diff] [blame] | 1219 | L: qemu-devel@nongnu.org |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1220 | S: Odd Fixes |
| 1221 | F: gdbstub* |
| 1222 | F: gdb-xml/ |
| 1223 | |
Paolo Bonzini | 01a9c03 | 2014-04-29 16:05:53 +0200 | [diff] [blame] | 1224 | Memory API |
| 1225 | M: Paolo Bonzini <pbonzini@redhat.com> |
| 1226 | S: Supported |
| 1227 | F: include/exec/ioport.h |
| 1228 | F: ioport.c |
| 1229 | F: include/exec/memory.h |
Paolo Bonzini | 2b1641d | 2015-11-13 18:49:54 +0100 | [diff] [blame] | 1230 | F: include/exec/ram_addr.h |
Paolo Bonzini | 01a9c03 | 2014-04-29 16:05:53 +0200 | [diff] [blame] | 1231 | F: memory.c |
| 1232 | F: include/exec/memory-internal.h |
| 1233 | F: exec.c |
| 1234 | |
Gerd Hoffmann | 7ee3bf0 | 2010-12-13 21:30:37 +0100 | [diff] [blame] | 1235 | SPICE |
| 1236 | M: Gerd Hoffmann <kraxel@redhat.com> |
| 1237 | S: Supported |
Peter Maydell | 6e481d5 | 2013-06-24 11:49:32 +0100 | [diff] [blame] | 1238 | F: include/ui/qemu-spice.h |
Thomas Huth | 438528a | 2016-02-25 10:36:06 +0100 | [diff] [blame] | 1239 | F: include/ui/spice-display.h |
Gerd Hoffmann | 7ee3bf0 | 2010-12-13 21:30:37 +0100 | [diff] [blame] | 1240 | F: ui/spice-*.c |
| 1241 | F: audio/spiceaudio.c |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 1242 | F: hw/display/qxl* |
Gerd Hoffmann | 7ee3bf0 | 2010-12-13 21:30:37 +0100 | [diff] [blame] | 1243 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1244 | Graphics |
Gerd Hoffmann | 25eccc3 | 2014-04-07 10:42:03 +0200 | [diff] [blame] | 1245 | M: Gerd Hoffmann <kraxel@redhat.com> |
| 1246 | S: Odd Fixes |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1247 | F: ui/ |
Thomas Huth | e220656 | 2016-02-25 10:36:07 +0100 | [diff] [blame] | 1248 | F: include/ui/ |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1249 | |
Andreas Färber | 351f1bf | 2011-10-30 18:08:01 +0100 | [diff] [blame] | 1250 | Cocoa graphics |
Peter Maydell | 30ef3c7 | 2013-12-16 15:17:55 +0000 | [diff] [blame] | 1251 | M: Peter Maydell <peter.maydell@linaro.org> |
Andreas Färber | 351f1bf | 2011-10-30 18:08:01 +0100 | [diff] [blame] | 1252 | S: Odd Fixes |
| 1253 | F: ui/cocoa.m |
| 1254 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1255 | Main loop |
Paolo Bonzini | da26f37 | 2014-10-21 15:12:57 +0200 | [diff] [blame] | 1256 | M: Paolo Bonzini <pbonzini@redhat.com> |
| 1257 | S: Maintained |
| 1258 | F: cpus.c |
| 1259 | F: main-loop.c |
| 1260 | F: qemu-timer.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1261 | F: vl.c |
| 1262 | |
Luiz Capitulino | 8899b4a | 2013-06-03 11:14:26 -0400 | [diff] [blame] | 1263 | Human Monitor (HMP) |
Markus Armbruster | c833fb4 | 2016-09-28 19:33:41 +0200 | [diff] [blame] | 1264 | M: Dr. David Alan Gilbert <dgilbert@redhat.com> |
Luiz Capitulino | fbb0621 | 2014-02-18 09:08:14 -0500 | [diff] [blame] | 1265 | S: Maintained |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1266 | F: monitor.c |
Thomas Huth | c13e991 | 2016-09-22 21:32:38 +0200 | [diff] [blame] | 1267 | F: hmp.[ch] |
| 1268 | F: hmp-commands*.hx |
| 1269 | F: include/monitor/hmp-target.h |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1270 | |
Paolo Bonzini | f536f11 | 2015-09-22 11:40:00 +0200 | [diff] [blame] | 1271 | Network device backends |
Stefan Hajnoczi | 442469e | 2015-01-20 15:40:38 +0000 | [diff] [blame] | 1272 | M: Jason Wang <jasowang@redhat.com> |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1273 | S: Maintained |
| 1274 | F: net/ |
Thomas Huth | d24b2b1 | 2016-02-25 12:56:24 +0100 | [diff] [blame] | 1275 | F: include/net/ |
Jason Wang | 5fc51cc | 2015-09-16 11:05:30 +0800 | [diff] [blame] | 1276 | T: git git://github.com/jasowang/qemu.git net |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1277 | |
Vincenzo Maffione | aee09ba | 2013-11-06 18:34:55 +0100 | [diff] [blame] | 1278 | Netmap network backend |
| 1279 | M: Luigi Rizzo <rizzo@iet.unipi.it> |
| 1280 | M: Giuseppe Lettieri <g.lettieri@iet.unipi.it> |
| 1281 | M: Vincenzo Maffione <v.maffione@gmail.com> |
| 1282 | W: http://info.iet.unipi.it/~luigi/netmap/ |
| 1283 | S: Maintained |
| 1284 | F: net/netmap.c |
| 1285 | |
Paolo Bonzini | 44f76b2 | 2011-12-22 11:39:19 +0100 | [diff] [blame] | 1286 | Network Block Device (NBD) |
| 1287 | M: Paolo Bonzini <pbonzini@redhat.com> |
| 1288 | S: Odd Fixes |
Fam Zheng | 798bfe0 | 2016-01-14 16:41:02 +0800 | [diff] [blame] | 1289 | F: block/nbd* |
| 1290 | F: nbd/ |
| 1291 | F: include/block/nbd* |
Paolo Bonzini | 44f76b2 | 2011-12-22 11:39:19 +0100 | [diff] [blame] | 1292 | F: qemu-nbd.c |
Andreas Färber | 1ab09a4 | 2012-04-13 18:03:42 +0200 | [diff] [blame] | 1293 | T: git git://github.com/bonzini/qemu.git nbd-next |
Paolo Bonzini | 44f76b2 | 2011-12-22 11:39:19 +0100 | [diff] [blame] | 1294 | |
Eduardo Habkost | 2f54eb9 | 2015-04-08 08:34:33 -0300 | [diff] [blame] | 1295 | NUMA |
| 1296 | M: Eduardo Habkost <ehabkost@redhat.com> |
| 1297 | S: Maintained |
| 1298 | F: numa.c |
| 1299 | F: include/sysemu/numa.h |
Eduardo Habkost | 2f54eb9 | 2015-04-08 08:34:33 -0300 | [diff] [blame] | 1300 | T: git git://github.com/ehabkost/qemu.git numa |
| 1301 | |
Eduardo Habkost | 4fc264f | 2016-08-01 10:52:42 -0300 | [diff] [blame] | 1302 | Host Memory Backends |
| 1303 | M: Eduardo Habkost <ehabkost@redhat.com> |
| 1304 | M: Igor Mammedov <imammedo@redhat.com> |
| 1305 | S: Maintained |
| 1306 | F: backends/hostmem*.c |
| 1307 | F: include/sysemu/hostmem.h |
| 1308 | |
Gonglei | 6034011 | 2016-10-28 16:33:31 +0800 | [diff] [blame] | 1309 | Cryptodev Backends |
| 1310 | M: Gonglei <arei.gonglei@huawei.com> |
| 1311 | S: Maintained |
| 1312 | F: include/sysemu/cryptodev*.h |
| 1313 | F: backends/cryptodev*.c |
| 1314 | |
Luiz Capitulino | 8899b4a | 2013-06-03 11:14:26 -0400 | [diff] [blame] | 1315 | QAPI |
Luiz Capitulino | 9740618 | 2015-05-05 10:39:15 -0400 | [diff] [blame] | 1316 | M: Markus Armbruster <armbru@redhat.com> |
Luiz Capitulino | 8899b4a | 2013-06-03 11:14:26 -0400 | [diff] [blame] | 1317 | M: Michael Roth <mdroth@linux.vnet.ibm.com> |
Luiz Capitulino | 9740618 | 2015-05-05 10:39:15 -0400 | [diff] [blame] | 1318 | S: Supported |
Luiz Capitulino | 8899b4a | 2013-06-03 11:14:26 -0400 | [diff] [blame] | 1319 | F: qapi/ |
Markus Armbruster | 0311c5b | 2015-06-12 15:15:54 +0200 | [diff] [blame] | 1320 | X: qapi/*.json |
Markus Armbruster | ac4abb9 | 2015-09-24 18:11:57 +0200 | [diff] [blame] | 1321 | F: include/qapi/ |
| 1322 | X: include/qapi/qmp/ |
| 1323 | F: include/qapi/qmp/dispatch.h |
Paolo Bonzini | c0bd0b5 | 2014-10-22 00:31:28 +0200 | [diff] [blame] | 1324 | F: tests/qapi-schema/ |
Markus Armbruster | ac4abb9 | 2015-09-24 18:11:57 +0200 | [diff] [blame] | 1325 | F: tests/test-*-visitor.c |
| 1326 | F: tests/test-qmp-*.c |
Markus Armbruster | 0311c5b | 2015-06-12 15:15:54 +0200 | [diff] [blame] | 1327 | F: scripts/qapi* |
| 1328 | F: docs/qapi* |
Luiz Capitulino | 9740618 | 2015-05-05 10:39:15 -0400 | [diff] [blame] | 1329 | T: git git://repo.or.cz/qemu/armbru.git qapi-next |
Luiz Capitulino | 8899b4a | 2013-06-03 11:14:26 -0400 | [diff] [blame] | 1330 | |
Luiz Capitulino | 7810d29 | 2013-06-03 11:11:53 -0400 | [diff] [blame] | 1331 | QAPI Schema |
| 1332 | M: Eric Blake <eblake@redhat.com> |
Luiz Capitulino | 7810d29 | 2013-06-03 11:11:53 -0400 | [diff] [blame] | 1333 | M: Markus Armbruster <armbru@redhat.com> |
| 1334 | S: Supported |
| 1335 | F: qapi-schema.json |
Markus Armbruster | 0311c5b | 2015-06-12 15:15:54 +0200 | [diff] [blame] | 1336 | F: qapi/*.json |
Luiz Capitulino | 9740618 | 2015-05-05 10:39:15 -0400 | [diff] [blame] | 1337 | T: git git://repo.or.cz/qemu/armbru.git qapi-next |
Luiz Capitulino | 7810d29 | 2013-06-03 11:11:53 -0400 | [diff] [blame] | 1338 | |
Luiz Capitulino | f3582ba | 2014-10-22 08:54:59 -0400 | [diff] [blame] | 1339 | QObject |
Markus Armbruster | daf5dc7 | 2016-09-28 19:33:42 +0200 | [diff] [blame] | 1340 | M: Markus Armbruster <armbru@redhat.com> |
| 1341 | S: Supported |
Luiz Capitulino | f3582ba | 2014-10-22 08:54:59 -0400 | [diff] [blame] | 1342 | F: qobject/ |
Markus Armbruster | 7735d2b | 2015-09-24 18:11:56 +0200 | [diff] [blame] | 1343 | F: include/qapi/qmp/ |
| 1344 | X: include/qapi/qmp/dispatch.h |
| 1345 | F: tests/check-qdict.c |
| 1346 | F: tests/check-qfloat.c |
| 1347 | F: tests/check-qint.c |
| 1348 | F: tests/check-qjson.c |
| 1349 | F: tests/check-qlist.c |
| 1350 | F: tests/check-qstring.c |
Markus Armbruster | daf5dc7 | 2016-09-28 19:33:42 +0200 | [diff] [blame] | 1351 | T: git git://repo.or.cz/qemu/armbru.git qapi-next |
Luiz Capitulino | f3582ba | 2014-10-22 08:54:59 -0400 | [diff] [blame] | 1352 | |
Michael Roth | f05d999 | 2014-10-22 07:05:36 -0500 | [diff] [blame] | 1353 | QEMU Guest Agent |
| 1354 | M: Michael Roth <mdroth@linux.vnet.ibm.com> |
| 1355 | S: Maintained |
| 1356 | F: qga/ |
| 1357 | T: git git://github.com/mdroth/qemu.git qga |
| 1358 | |
Andreas Färber | 4688c94 | 2014-04-24 15:00:14 +0200 | [diff] [blame] | 1359 | QOM |
Andreas Färber | 4688c94 | 2014-04-24 15:00:14 +0200 | [diff] [blame] | 1360 | M: Andreas Färber <afaerber@suse.de> |
| 1361 | S: Supported |
| 1362 | T: git git://github.com/afaerber/qemu-cpu.git qom-next |
| 1363 | F: include/qom/ |
| 1364 | X: include/qom/cpu.h |
| 1365 | F: qom/ |
| 1366 | X: qom/cpu.c |
Andreas Färber | 9f4aa7c | 2015-11-18 19:03:29 +0100 | [diff] [blame] | 1367 | F: tests/check-qom-interface.c |
| 1368 | F: tests/check-qom-proplist.c |
Andreas Färber | 4688c94 | 2014-04-24 15:00:14 +0200 | [diff] [blame] | 1369 | F: tests/qom-test.c |
| 1370 | |
Luiz Capitulino | 8899b4a | 2013-06-03 11:14:26 -0400 | [diff] [blame] | 1371 | QMP |
Luiz Capitulino | 9740618 | 2015-05-05 10:39:15 -0400 | [diff] [blame] | 1372 | M: Markus Armbruster <armbru@redhat.com> |
| 1373 | S: Supported |
Luiz Capitulino | 8899b4a | 2013-06-03 11:14:26 -0400 | [diff] [blame] | 1374 | F: qmp.c |
| 1375 | F: monitor.c |
Markus Armbruster | 9b89b6a | 2015-09-24 18:11:55 +0200 | [diff] [blame] | 1376 | F: docs/*qmp-* |
Luiz Capitulino | 9740618 | 2015-05-05 10:39:15 -0400 | [diff] [blame] | 1377 | F: scripts/qmp/ |
| 1378 | T: git git://repo.or.cz/qemu/armbru.git qapi-next |
Luiz Capitulino | 8899b4a | 2013-06-03 11:14:26 -0400 | [diff] [blame] | 1379 | |
Alistair Francis | cc0100f | 2016-07-28 09:55:39 -0700 | [diff] [blame] | 1380 | Register API |
| 1381 | M: Alistair Francis <alistair.francis@xilinx.com> |
| 1382 | S: Maintained |
| 1383 | F: hw/core/register.c |
| 1384 | F: include/hw/register.h |
| 1385 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1386 | SLIRP |
Samuel Thibault | eda509f | 2015-08-06 13:10:14 +0200 | [diff] [blame] | 1387 | M: Samuel Thibault <samuel.thibault@ens-lyon.org> |
Jan Kiszka | bafc72a | 2011-07-27 14:21:32 +0200 | [diff] [blame] | 1388 | M: Jan Kiszka <jan.kiszka@siemens.com> |
| 1389 | S: Maintained |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1390 | F: slirp/ |
Thomas Huth | 663fb1e | 2015-12-15 09:48:15 +0100 | [diff] [blame] | 1391 | F: net/slirp.c |
Thomas Huth | d24b2b1 | 2016-02-25 12:56:24 +0100 | [diff] [blame] | 1392 | F: include/net/slirp.h |
Andreas Färber | 1ab09a4 | 2012-04-13 18:03:42 +0200 | [diff] [blame] | 1393 | T: git git://git.kiszka.org/qemu.git queues/slirp |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1394 | |
Paolo Bonzini | b1ed728 | 2016-08-24 16:04:56 +0200 | [diff] [blame] | 1395 | Stubs |
| 1396 | M: Paolo Bonzini <pbonzini@redhat.com> |
| 1397 | S: Maintained |
| 1398 | F: stubs/ |
| 1399 | |
Stefan Hajnoczi | 598a3f3 | 2011-09-03 16:24:47 +0100 | [diff] [blame] | 1400 | Tracing |
Stefan Hajnoczi | 1cd0f8c | 2012-10-07 18:08:49 +0200 | [diff] [blame] | 1401 | M: Stefan Hajnoczi <stefanha@redhat.com> |
Stefan Hajnoczi | 598a3f3 | 2011-09-03 16:24:47 +0100 | [diff] [blame] | 1402 | S: Maintained |
| 1403 | F: trace/ |
Lluís Vilanova | f70fd8f | 2012-04-03 20:48:17 +0200 | [diff] [blame] | 1404 | F: scripts/tracetool.py |
| 1405 | F: scripts/tracetool/ |
Andreas Färber | f922ea4 | 2012-03-10 13:37:34 +0100 | [diff] [blame] | 1406 | F: docs/tracing.txt |
Andreas Färber | 1ab09a4 | 2012-04-13 18:03:42 +0200 | [diff] [blame] | 1407 | T: git git://github.com/stefanha/qemu.git tracing |
Stefan Hajnoczi | 598a3f3 | 2011-09-03 16:24:47 +0100 | [diff] [blame] | 1408 | |
Blue Swirl | 14f40fd | 2011-11-26 09:51:23 +0000 | [diff] [blame] | 1409 | Checkpatch |
Blue Swirl | 14f40fd | 2011-11-26 09:51:23 +0000 | [diff] [blame] | 1410 | S: Odd Fixes |
| 1411 | F: scripts/checkpatch.pl |
| 1412 | |
Juan Quintela | c0787c8 | 2014-10-15 10:34:50 +0200 | [diff] [blame] | 1413 | Migration |
| 1414 | M: Juan Quintela <quintela@redhat.com> |
Amit Shah | 7f4675c | 2014-11-18 18:01:24 +0530 | [diff] [blame] | 1415 | M: Amit Shah <amit.shah@redhat.com> |
Juan Quintela | c0787c8 | 2014-10-15 10:34:50 +0200 | [diff] [blame] | 1416 | S: Maintained |
| 1417 | F: include/migration/ |
Dr. David Alan Gilbert | 44a1f94 | 2014-12-12 11:13:42 +0000 | [diff] [blame] | 1418 | F: migration/ |
Amit Shah | c551564 | 2014-11-18 18:01:25 +0530 | [diff] [blame] | 1419 | F: scripts/vmstate-static-checker.py |
| 1420 | F: tests/vmstate-static-checker-data/ |
Thomas Huth | a609ad8 | 2016-02-25 10:47:49 +0100 | [diff] [blame] | 1421 | F: docs/migration.txt |
Juan Quintela | c0787c8 | 2014-10-15 10:34:50 +0200 | [diff] [blame] | 1422 | |
Eduardo Otubo | 92bfedb | 2013-09-09 14:04:15 -0300 | [diff] [blame] | 1423 | Seccomp |
Eduardo Otubo | 9d9de25 | 2014-07-02 10:04:30 +0200 | [diff] [blame] | 1424 | M: Eduardo Otubo <eduardo.otubo@profitbricks.com> |
Eduardo Otubo | 92bfedb | 2013-09-09 14:04:15 -0300 | [diff] [blame] | 1425 | S: Supported |
| 1426 | F: qemu-seccomp.c |
| 1427 | F: include/sysemu/seccomp.h |
| 1428 | |
Daniel P. Berrange | ddbb0d0 | 2015-07-01 18:10:29 +0100 | [diff] [blame] | 1429 | Cryptography |
| 1430 | M: Daniel P. Berrange <berrange@redhat.com> |
| 1431 | S: Maintained |
| 1432 | F: crypto/ |
| 1433 | F: include/crypto/ |
| 1434 | F: tests/test-crypto-* |
| 1435 | |
Daniel P. Berrange | 10817bf | 2015-09-01 14:48:02 +0100 | [diff] [blame] | 1436 | Coroutines |
| 1437 | M: Stefan Hajnoczi <stefanha@redhat.com> |
| 1438 | M: Kevin Wolf <kwolf@redhat.com> |
| 1439 | F: util/*coroutine* |
| 1440 | F: include/qemu/coroutine* |
| 1441 | F: tests/test-coroutine.c |
| 1442 | |
Daniel P. Berrange | 88c5f20 | 2015-03-03 17:13:42 +0000 | [diff] [blame] | 1443 | Buffers |
| 1444 | M: Daniel P. Berrange <berrange@redhat.com> |
| 1445 | S: Odd fixes |
| 1446 | F: util/buffer.c |
| 1447 | F: include/qemu/buffer.h |
| 1448 | |
Daniel P. Berrange | 666a3af | 2015-02-27 16:19:33 +0000 | [diff] [blame] | 1449 | I/O Channels |
| 1450 | M: Daniel P. Berrange <berrange@redhat.com> |
| 1451 | S: Maintained |
| 1452 | F: io/ |
| 1453 | F: include/io/ |
| 1454 | F: tests/test-io-* |
| 1455 | |
Gerd Hoffmann | 5614a28 | 2016-01-18 16:03:23 +0100 | [diff] [blame] | 1456 | Sockets |
| 1457 | M: Daniel P. Berrange <berrange@redhat.com> |
| 1458 | M: Gerd Hoffmann <kraxel@redhat.com> |
| 1459 | M: Paolo Bonzini <pbonzini@redhat.com> |
| 1460 | S: Maintained |
| 1461 | F: include/qemu/sockets.h |
| 1462 | F: util/qemu-sockets.c |
| 1463 | |
Alberto Garcia | d310d85 | 2016-02-18 12:27:10 +0200 | [diff] [blame] | 1464 | Throttling infrastructure |
| 1465 | M: Alberto Garcia <berto@igalia.com> |
| 1466 | S: Supported |
| 1467 | F: block/throttle-groups.c |
| 1468 | F: include/block/throttle-groups.h |
| 1469 | F: include/qemu/throttle.h |
| 1470 | F: util/throttle.c |
| 1471 | L: qemu-block@nongnu.org |
| 1472 | |
Fam Zheng | 080d7aa | 2016-09-21 12:27:25 +0800 | [diff] [blame] | 1473 | UUID |
| 1474 | M: Fam Zheng <famz@redhat.com> |
| 1475 | S: Supported |
| 1476 | F: util/uuid.c |
| 1477 | F: include/qemu/uuid.h |
| 1478 | F: tests/test-uuid.c |
| 1479 | |
zhanghailiang | a4cc318 | 2016-10-27 14:43:09 +0800 | [diff] [blame] | 1480 | COLO Framework |
| 1481 | M: zhanghailiang <zhang.zhanghailiang@huawei.com> |
| 1482 | S: Maintained |
| 1483 | F: migration/colo* |
| 1484 | F: include/migration/colo.h |
| 1485 | F: include/migration/failover.h |
| 1486 | F: docs/COLO-FT.txt |
| 1487 | |
Zhang Chen | 88f82ed | 2016-09-27 10:22:35 +0800 | [diff] [blame] | 1488 | COLO Proxy |
| 1489 | M: Zhang Chen <zhangchen.fnst@cn.fujitsu.com> |
| 1490 | M: Li Zhijian <lizhijian@cn.fujitsu.com> |
| 1491 | S: Supported |
| 1492 | F: docs/colo-proxy.txt |
| 1493 | F: net/colo* |
| 1494 | F: net/filter-rewriter.c |
| 1495 | F: net/filter-mirror.c |
| 1496 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1497 | Usermode Emulation |
| 1498 | ------------------ |
Paolo Bonzini | 486bbe5 | 2014-10-22 00:18:01 +0200 | [diff] [blame] | 1499 | Overall |
| 1500 | M: Riku Voipio <riku.voipio@iki.fi> |
| 1501 | S: Maintained |
| 1502 | F: thunk.c |
| 1503 | F: user-exec.c |
| 1504 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1505 | BSD user |
Markus Armbruster | 297e800 | 2016-06-20 16:19:25 +0200 | [diff] [blame] | 1506 | S: Orphan |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1507 | F: bsd-user/ |
Thomas Huth | ccf0a57 | 2016-09-30 09:07:15 +0200 | [diff] [blame] | 1508 | F: default-configs/*-bsd-user.mak |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1509 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1510 | Linux user |
| 1511 | M: Riku Voipio <riku.voipio@iki.fi> |
| 1512 | S: Maintained |
| 1513 | F: linux-user/ |
Thomas Huth | ccf0a57 | 2016-09-30 09:07:15 +0200 | [diff] [blame] | 1514 | F: default-configs/*-linux-user.mak |
Aurelien Jarno | 42f5a7e | 2011-01-14 20:39:19 +0100 | [diff] [blame] | 1515 | |
| 1516 | Tiny Code Generator (TCG) |
| 1517 | ------------------------- |
| 1518 | Common code |
Richard Henderson | cc7772b | 2013-07-03 11:09:03 -0700 | [diff] [blame] | 1519 | M: Richard Henderson <rth@twiddle.net> |
Aurelien Jarno | 42f5a7e | 2011-01-14 20:39:19 +0100 | [diff] [blame] | 1520 | S: Maintained |
| 1521 | F: tcg/ |
| 1522 | |
Claudio Fontana | b25a464 | 2013-06-12 16:20:24 +0100 | [diff] [blame] | 1523 | AArch64 target |
| 1524 | M: Claudio Fontana <claudio.fontana@huawei.com> |
| 1525 | M: Claudio Fontana <claudio.fontana@gmail.com> |
| 1526 | S: Maintained |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 1527 | L: qemu-arm@nongnu.org |
Claudio Fontana | b25a464 | 2013-06-12 16:20:24 +0100 | [diff] [blame] | 1528 | F: tcg/aarch64/ |
Paolo Bonzini | c17652e | 2015-09-22 11:36:16 +0200 | [diff] [blame] | 1529 | F: disas/arm-a64.cc |
| 1530 | F: disas/libvixl/ |
Claudio Fontana | b25a464 | 2013-06-12 16:20:24 +0100 | [diff] [blame] | 1531 | |
Aurelien Jarno | 42f5a7e | 2011-01-14 20:39:19 +0100 | [diff] [blame] | 1532 | ARM target |
| 1533 | M: Andrzej Zaborowski <balrogg@gmail.com> |
| 1534 | S: Maintained |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 1535 | L: qemu-arm@nongnu.org |
Aurelien Jarno | 42f5a7e | 2011-01-14 20:39:19 +0100 | [diff] [blame] | 1536 | F: tcg/arm/ |
Paolo Bonzini | c17652e | 2015-09-22 11:36:16 +0200 | [diff] [blame] | 1537 | F: disas/arm.c |
Aurelien Jarno | 42f5a7e | 2011-01-14 20:39:19 +0100 | [diff] [blame] | 1538 | |
Aurelien Jarno | 42f5a7e | 2011-01-14 20:39:19 +0100 | [diff] [blame] | 1539 | i386 target |
Paolo Bonzini | 5dd4a88 | 2014-10-22 10:53:22 +0200 | [diff] [blame] | 1540 | L: qemu-devel@nongnu.org |
Aurelien Jarno | 42f5a7e | 2011-01-14 20:39:19 +0100 | [diff] [blame] | 1541 | S: Maintained |
| 1542 | F: tcg/i386/ |
Paolo Bonzini | c17652e | 2015-09-22 11:36:16 +0200 | [diff] [blame] | 1543 | F: disas/i386.c |
Aurelien Jarno | 42f5a7e | 2011-01-14 20:39:19 +0100 | [diff] [blame] | 1544 | |
| 1545 | IA64 target |
| 1546 | M: Aurelien Jarno <aurelien@aurel32.net> |
| 1547 | S: Maintained |
| 1548 | F: tcg/ia64/ |
Paolo Bonzini | c17652e | 2015-09-22 11:36:16 +0200 | [diff] [blame] | 1549 | F: disas/ia64.c |
Aurelien Jarno | 42f5a7e | 2011-01-14 20:39:19 +0100 | [diff] [blame] | 1550 | |
| 1551 | MIPS target |
Peter Maydell | d6eec7a | 2011-06-22 15:45:01 +0100 | [diff] [blame] | 1552 | M: Aurelien Jarno <aurelien@aurel32.net> |
Aurelien Jarno | 42f5a7e | 2011-01-14 20:39:19 +0100 | [diff] [blame] | 1553 | S: Maintained |
| 1554 | F: tcg/mips/ |
Paolo Bonzini | c17652e | 2015-09-22 11:36:16 +0200 | [diff] [blame] | 1555 | F: disas/mips.c |
Aurelien Jarno | 42f5a7e | 2011-01-14 20:39:19 +0100 | [diff] [blame] | 1556 | |
| 1557 | PPC |
Pranith Kumar | 15610d4 | 2016-10-18 10:21:00 -0700 | [diff] [blame] | 1558 | M: Richard Henderson <rth@twiddle.net> |
| 1559 | S: Odd Fixes |
Aurelien Jarno | 42f5a7e | 2011-01-14 20:39:19 +0100 | [diff] [blame] | 1560 | F: tcg/ppc/ |
Paolo Bonzini | c17652e | 2015-09-22 11:36:16 +0200 | [diff] [blame] | 1561 | F: disas/ppc.c |
Aurelien Jarno | 42f5a7e | 2011-01-14 20:39:19 +0100 | [diff] [blame] | 1562 | |
| 1563 | S390 target |
| 1564 | M: Alexander Graf <agraf@suse.de> |
| 1565 | M: Richard Henderson <rth@twiddle.net> |
| 1566 | S: Maintained |
| 1567 | F: tcg/s390/ |
Paolo Bonzini | c17652e | 2015-09-22 11:36:16 +0200 | [diff] [blame] | 1568 | F: disas/s390.c |
Aurelien Jarno | 42f5a7e | 2011-01-14 20:39:19 +0100 | [diff] [blame] | 1569 | |
| 1570 | SPARC target |
Markus Armbruster | 297e800 | 2016-06-20 16:19:25 +0200 | [diff] [blame] | 1571 | S: Odd Fixes |
Aurelien Jarno | 42f5a7e | 2011-01-14 20:39:19 +0100 | [diff] [blame] | 1572 | F: tcg/sparc/ |
Paolo Bonzini | c17652e | 2015-09-22 11:36:16 +0200 | [diff] [blame] | 1573 | F: disas/sparc.c |
Stefan Weil | bc75c9e | 2011-11-24 23:20:43 +0100 | [diff] [blame] | 1574 | |
| 1575 | TCI target |
| 1576 | M: Stefan Weil <sw@weilnetz.de> |
| 1577 | S: Maintained |
Andreas Färber | 8ef9cd5 | 2012-04-13 17:22:03 +0200 | [diff] [blame] | 1578 | F: tcg/tci/ |
Stefan Weil | 2b7be8c | 2013-09-12 20:24:31 +0200 | [diff] [blame] | 1579 | F: tci.c |
Paolo Bonzini | c17652e | 2015-09-22 11:36:16 +0200 | [diff] [blame] | 1580 | F: disas/tci.c |
Andreas Färber | aa09c95 | 2012-04-13 17:52:27 +0200 | [diff] [blame] | 1581 | |
Stefan Hajnoczi | f05b328 | 2013-11-13 10:33:10 +0100 | [diff] [blame] | 1582 | Block drivers |
| 1583 | ------------- |
| 1584 | VMDK |
| 1585 | M: Fam Zheng <famz@redhat.com> |
Kevin Wolf | c95e4c0 | 2015-04-30 15:15:13 +0200 | [diff] [blame] | 1586 | L: qemu-block@nongnu.org |
Stefan Hajnoczi | f05b328 | 2013-11-13 10:33:10 +0100 | [diff] [blame] | 1587 | S: Supported |
| 1588 | F: block/vmdk.c |
| 1589 | |
| 1590 | RBD |
Josh Durgin | 5a8ac6d | 2015-06-10 20:28:44 -0700 | [diff] [blame] | 1591 | M: Josh Durgin <jdurgin@redhat.com> |
Jeff Cody | 280458a | 2015-03-06 12:16:06 -0500 | [diff] [blame] | 1592 | M: Jeff Cody <jcody@redhat.com> |
| 1593 | L: qemu-block@nongnu.org |
Stefan Hajnoczi | f05b328 | 2013-11-13 10:33:10 +0100 | [diff] [blame] | 1594 | S: Supported |
| 1595 | F: block/rbd.c |
Jeff Cody | 280458a | 2015-03-06 12:16:06 -0500 | [diff] [blame] | 1596 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block |
Stefan Hajnoczi | f05b328 | 2013-11-13 10:33:10 +0100 | [diff] [blame] | 1597 | |
| 1598 | Sheepdog |
MORITA Kazutaka | 53b3323 | 2014-09-03 22:13:17 +0900 | [diff] [blame] | 1599 | M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp> |
Stefan Hajnoczi | f05b328 | 2013-11-13 10:33:10 +0100 | [diff] [blame] | 1600 | M: Liu Yuan <namei.unix@gmail.com> |
Jeff Cody | 280458a | 2015-03-06 12:16:06 -0500 | [diff] [blame] | 1601 | M: Jeff Cody <jcody@redhat.com> |
| 1602 | L: qemu-block@nongnu.org |
Liu Yuan | dce32b6 | 2013-11-20 15:51:59 +0800 | [diff] [blame] | 1603 | L: sheepdog@lists.wpkg.org |
Stefan Hajnoczi | f05b328 | 2013-11-13 10:33:10 +0100 | [diff] [blame] | 1604 | S: Supported |
| 1605 | F: block/sheepdog.c |
Jeff Cody | 280458a | 2015-03-06 12:16:06 -0500 | [diff] [blame] | 1606 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block |
Stefan Hajnoczi | f05b328 | 2013-11-13 10:33:10 +0100 | [diff] [blame] | 1607 | |
| 1608 | VHDX |
| 1609 | M: Jeff Cody <jcody@redhat.com> |
Jeff Cody | 280458a | 2015-03-06 12:16:06 -0500 | [diff] [blame] | 1610 | L: qemu-block@nongnu.org |
Stefan Hajnoczi | f05b328 | 2013-11-13 10:33:10 +0100 | [diff] [blame] | 1611 | S: Supported |
| 1612 | F: block/vhdx* |
Jeff Cody | 280458a | 2015-03-06 12:16:06 -0500 | [diff] [blame] | 1613 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block |
Stefan Hajnoczi | f05b328 | 2013-11-13 10:33:10 +0100 | [diff] [blame] | 1614 | |
| 1615 | VDI |
| 1616 | M: Stefan Weil <sw@weilnetz.de> |
Kevin Wolf | c95e4c0 | 2015-04-30 15:15:13 +0200 | [diff] [blame] | 1617 | L: qemu-block@nongnu.org |
Stefan Hajnoczi | f05b328 | 2013-11-13 10:33:10 +0100 | [diff] [blame] | 1618 | S: Maintained |
| 1619 | F: block/vdi.c |
| 1620 | |
| 1621 | iSCSI |
| 1622 | M: Ronnie Sahlberg <ronniesahlberg@gmail.com> |
| 1623 | M: Paolo Bonzini <pbonzini@redhat.com> |
| 1624 | M: Peter Lieven <pl@kamp.de> |
Kevin Wolf | c95e4c0 | 2015-04-30 15:15:13 +0200 | [diff] [blame] | 1625 | L: qemu-block@nongnu.org |
Stefan Hajnoczi | f05b328 | 2013-11-13 10:33:10 +0100 | [diff] [blame] | 1626 | S: Supported |
| 1627 | F: block/iscsi.c |
| 1628 | |
Peter Lieven | 6542aa9 | 2014-02-03 10:26:13 +0100 | [diff] [blame] | 1629 | NFS |
Jeff Cody | 280458a | 2015-03-06 12:16:06 -0500 | [diff] [blame] | 1630 | M: Jeff Cody <jcody@redhat.com> |
Peter Lieven | 6542aa9 | 2014-02-03 10:26:13 +0100 | [diff] [blame] | 1631 | M: Peter Lieven <pl@kamp.de> |
Jeff Cody | 280458a | 2015-03-06 12:16:06 -0500 | [diff] [blame] | 1632 | L: qemu-block@nongnu.org |
Peter Lieven | 6542aa9 | 2014-02-03 10:26:13 +0100 | [diff] [blame] | 1633 | S: Maintained |
| 1634 | F: block/nfs.c |
Jeff Cody | 280458a | 2015-03-06 12:16:06 -0500 | [diff] [blame] | 1635 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block |
Peter Lieven | 6542aa9 | 2014-02-03 10:26:13 +0100 | [diff] [blame] | 1636 | |
Stefan Hajnoczi | f05b328 | 2013-11-13 10:33:10 +0100 | [diff] [blame] | 1637 | SSH |
| 1638 | M: Richard W.M. Jones <rjones@redhat.com> |
Jeff Cody | 280458a | 2015-03-06 12:16:06 -0500 | [diff] [blame] | 1639 | M: Jeff Cody <jcody@redhat.com> |
| 1640 | L: qemu-block@nongnu.org |
Stefan Hajnoczi | f05b328 | 2013-11-13 10:33:10 +0100 | [diff] [blame] | 1641 | S: Supported |
| 1642 | F: block/ssh.c |
Jeff Cody | 280458a | 2015-03-06 12:16:06 -0500 | [diff] [blame] | 1643 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block |
Chrysostomos Nanakos | c9a12e7 | 2014-08-04 17:35:32 +0300 | [diff] [blame] | 1644 | |
| 1645 | ARCHIPELAGO |
Chrysostomos Nanakos | c9a12e7 | 2014-08-04 17:35:32 +0300 | [diff] [blame] | 1646 | M: Chrysostomos Nanakos <chris@include.gr> |
Jeff Cody | 280458a | 2015-03-06 12:16:06 -0500 | [diff] [blame] | 1647 | M: Jeff Cody <jcody@redhat.com> |
| 1648 | L: qemu-block@nongnu.org |
Chrysostomos Nanakos | c9a12e7 | 2014-08-04 17:35:32 +0300 | [diff] [blame] | 1649 | S: Maintained |
| 1650 | F: block/archipelago.c |
Jeff Cody | 280458a | 2015-03-06 12:16:06 -0500 | [diff] [blame] | 1651 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block |
| 1652 | |
| 1653 | CURL |
| 1654 | M: Jeff Cody <jcody@redhat.com> |
| 1655 | L: qemu-block@nongnu.org |
| 1656 | S: Supported |
| 1657 | F: block/curl.c |
| 1658 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block |
| 1659 | |
| 1660 | GLUSTER |
| 1661 | M: Jeff Cody <jcody@redhat.com> |
| 1662 | L: qemu-block@nongnu.org |
| 1663 | S: Supported |
| 1664 | F: block/gluster.c |
| 1665 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block |
Gonglei | b5e9476 | 2014-10-22 11:07:57 +0800 | [diff] [blame] | 1666 | |
Fam Zheng | 199667a | 2015-04-01 09:45:40 +0800 | [diff] [blame] | 1667 | Null Block Driver |
| 1668 | M: Fam Zheng <famz@redhat.com> |
| 1669 | L: qemu-block@nongnu.org |
| 1670 | S: Supported |
| 1671 | F: block/null.c |
| 1672 | |
Gonglei | b5e9476 | 2014-10-22 11:07:57 +0800 | [diff] [blame] | 1673 | Bootdevice |
| 1674 | M: Gonglei <arei.gonglei@huawei.com> |
| 1675 | S: Maintained |
| 1676 | F: bootdevice.c |
Alberto Garcia | ecdda9e | 2015-03-16 18:22:05 +0200 | [diff] [blame] | 1677 | |
| 1678 | Quorum |
| 1679 | M: Alberto Garcia <berto@igalia.com> |
| 1680 | S: Supported |
| 1681 | F: block/quorum.c |
| 1682 | L: qemu-block@nongnu.org |
Stefan Hajnoczi | e7c6e63 | 2015-04-29 15:13:26 +0100 | [diff] [blame] | 1683 | |
| 1684 | blkverify |
| 1685 | M: Stefan Hajnoczi <stefanha@redhat.com> |
| 1686 | L: qemu-block@nongnu.org |
| 1687 | S: Supported |
| 1688 | F: block/blkverify.c |
| 1689 | |
| 1690 | bochs |
| 1691 | M: Stefan Hajnoczi <stefanha@redhat.com> |
| 1692 | L: qemu-block@nongnu.org |
| 1693 | S: Supported |
| 1694 | F: block/bochs.c |
| 1695 | |
| 1696 | cloop |
| 1697 | M: Stefan Hajnoczi <stefanha@redhat.com> |
| 1698 | L: qemu-block@nongnu.org |
| 1699 | S: Supported |
| 1700 | F: block/cloop.c |
| 1701 | |
| 1702 | dmg |
| 1703 | M: Stefan Hajnoczi <stefanha@redhat.com> |
| 1704 | L: qemu-block@nongnu.org |
| 1705 | S: Supported |
| 1706 | F: block/dmg.c |
| 1707 | |
| 1708 | parallels |
| 1709 | M: Stefan Hajnoczi <stefanha@redhat.com> |
Denis V. Lunev | f307371 | 2015-08-21 20:44:16 +0300 | [diff] [blame] | 1710 | M: Denis V. Lunev <den@openvz.org> |
Stefan Hajnoczi | e7c6e63 | 2015-04-29 15:13:26 +0100 | [diff] [blame] | 1711 | L: qemu-block@nongnu.org |
| 1712 | S: Supported |
| 1713 | F: block/parallels.c |
Vladimir Sementsov-Ogievskiy | b4a9e25 | 2015-11-27 15:20:06 +0300 | [diff] [blame] | 1714 | F: docs/specs/parallels.txt |
Stefan Hajnoczi | e7c6e63 | 2015-04-29 15:13:26 +0100 | [diff] [blame] | 1715 | |
| 1716 | qed |
| 1717 | M: Stefan Hajnoczi <stefanha@redhat.com> |
| 1718 | L: qemu-block@nongnu.org |
| 1719 | S: Supported |
| 1720 | F: block/qed.c |
| 1721 | |
| 1722 | raw |
| 1723 | M: Kevin Wolf <kwolf@redhat.com> |
| 1724 | L: qemu-block@nongnu.org |
| 1725 | S: Supported |
| 1726 | F: block/linux-aio.c |
Markus Armbruster | f586d5f | 2016-09-05 14:28:52 +0200 | [diff] [blame] | 1727 | F: include/block/raw-aio.h |
Eric Blake | 2e6fc7e | 2016-12-02 13:48:53 -0600 | [diff] [blame] | 1728 | F: block/raw-format.c |
Eric Blake | c1bb86c | 2016-12-02 13:48:54 -0600 | [diff] [blame] | 1729 | F: block/file-posix.c |
| 1730 | F: block/file-win32.c |
Stefan Hajnoczi | e7c6e63 | 2015-04-29 15:13:26 +0100 | [diff] [blame] | 1731 | F: block/win32-aio.c |
| 1732 | |
| 1733 | qcow2 |
| 1734 | M: Kevin Wolf <kwolf@redhat.com> |
Max Reitz | c4189d8 | 2016-04-08 19:29:01 +0200 | [diff] [blame] | 1735 | M: Max Reitz <mreitz@redhat.com> |
Stefan Hajnoczi | e7c6e63 | 2015-04-29 15:13:26 +0100 | [diff] [blame] | 1736 | L: qemu-block@nongnu.org |
| 1737 | S: Supported |
| 1738 | F: block/qcow2* |
| 1739 | |
| 1740 | qcow |
| 1741 | M: Kevin Wolf <kwolf@redhat.com> |
| 1742 | L: qemu-block@nongnu.org |
| 1743 | S: Supported |
| 1744 | F: block/qcow.c |
| 1745 | |
| 1746 | blkdebug |
| 1747 | M: Kevin Wolf <kwolf@redhat.com> |
Max Reitz | c4189d8 | 2016-04-08 19:29:01 +0200 | [diff] [blame] | 1748 | M: Max Reitz <mreitz@redhat.com> |
Stefan Hajnoczi | e7c6e63 | 2015-04-29 15:13:26 +0100 | [diff] [blame] | 1749 | L: qemu-block@nongnu.org |
| 1750 | S: Supported |
| 1751 | F: block/blkdebug.c |
| 1752 | |
| 1753 | vpc |
| 1754 | M: Kevin Wolf <kwolf@redhat.com> |
| 1755 | L: qemu-block@nongnu.org |
| 1756 | S: Supported |
| 1757 | F: block/vpc.c |
| 1758 | |
| 1759 | vvfat |
| 1760 | M: Kevin Wolf <kwolf@redhat.com> |
| 1761 | L: qemu-block@nongnu.org |
| 1762 | S: Supported |
| 1763 | F: block/vvfat.c |
Stefan Hajnoczi | abfe4e9 | 2015-04-29 15:13:28 +0100 | [diff] [blame] | 1764 | |
| 1765 | Image format fuzzer |
| 1766 | M: Stefan Hajnoczi <stefanha@redhat.com> |
| 1767 | L: qemu-block@nongnu.org |
| 1768 | S: Supported |
| 1769 | F: tests/image-fuzzer/ |
Daniel P. Berrange | 717171b | 2015-09-24 14:41:38 +0100 | [diff] [blame] | 1770 | |
Changlong Xie | 049105a | 2016-07-27 15:01:53 +0800 | [diff] [blame] | 1771 | Replication |
| 1772 | M: Wen Congyang <wency@cn.fujitsu.com> |
| 1773 | M: Changlong Xie <xiecl.fnst@cn.fujitsu.com> |
| 1774 | S: Supported |
| 1775 | F: replication* |
| 1776 | F: block/replication.c |
| 1777 | F: tests/test-replication.c |
| 1778 | F: docs/block-replication.txt |
| 1779 | |
Alex Bennée | b9e02c0 | 2016-01-31 17:32:39 +0000 | [diff] [blame] | 1780 | Build and test automation |
| 1781 | ------------------------- |
| 1782 | M: Alex Bennée <alex.bennee@linaro.org> |
| 1783 | L: qemu-devel@nongnu.org |
| 1784 | S: Supported |
| 1785 | F: .travis.yml |
Daniel P. Berrange | 717171b | 2015-09-24 14:41:38 +0100 | [diff] [blame] | 1786 | |
| 1787 | Documentation |
| 1788 | ------------- |
| 1789 | Build system architecture |
| 1790 | M: Daniel P. Berrange <berrange@redhat.com> |
| 1791 | S: Odd Fixes |
| 1792 | F: docs/build-system.txt |
Fam Zheng | 8a49e97 | 2016-06-01 12:25:28 +0800 | [diff] [blame] | 1793 | |
| 1794 | Docker testing |
| 1795 | -------------- |
| 1796 | Docker based testing framework and cases |
| 1797 | M: Fam Zheng <famz@redhat.com> |
| 1798 | S: Maintained |
| 1799 | F: tests/docker/ |