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