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> |
Cornelia Huck | 9436e08 | 2018-10-26 12:57:11 +0200 | [diff] [blame] | 15 | Maintainers are looking after a certain area and must be CCed on |
| 16 | patches. They are considered the main contact point. |
Paul E. McKenney | fdf6fab | 2014-06-02 09:06:37 -0700 | [diff] [blame] | 17 | R: Designated reviewer: FullName <address@domain> |
| 18 | These reviewers should be CCed on patches. |
Cornelia Huck | 9436e08 | 2018-10-26 12:57:11 +0200 | [diff] [blame] | 19 | Reviewers are familiar with the subject matter and provide feedback |
| 20 | even though they are not maintainers. |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 21 | L: Mailing list that is relevant to this area |
Cornelia Huck | 9436e08 | 2018-10-26 12:57:11 +0200 | [diff] [blame] | 22 | These lists should be CCed on patches. |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 23 | W: Web-page with status/info |
| 24 | Q: Patchwork web based patch tracking system site |
| 25 | T: SCM tree type and location. Type is one of: git, hg, quilt, stgit. |
| 26 | S: Status, one of the following: |
| 27 | Supported: Someone is actually paid to look after this. |
| 28 | Maintained: Someone actually looks after it. |
| 29 | 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] | 30 | much other than throw the odd patch in. See below. |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 31 | Orphan: No current maintainer [but maybe you could take the |
| 32 | role as you write your new code]. |
| 33 | Obsolete: Old code. Something tagged obsolete generally means |
| 34 | it has been replaced by a better system and you |
| 35 | should be using that. |
| 36 | F: Files and directories with wildcard patterns. |
| 37 | A trailing slash includes all files and subdirectory files. |
| 38 | F: drivers/net/ all files in and below drivers/net |
| 39 | F: drivers/net/* all files in drivers/net, but not below |
| 40 | F: */net/* all files in "any top level directory"/net |
| 41 | One pattern per line. Multiple F: lines acceptable. |
| 42 | X: Files and directories that are NOT maintained, same rules as F: |
| 43 | Files exclusions are tested before file matches. |
| 44 | Can be useful for excluding a specific subdirectory, for instance: |
| 45 | F: net/ |
| 46 | X: net/ipv6/ |
| 47 | matches all files in and below net excluding net/ipv6/ |
| 48 | K: Keyword perl extended regex pattern to match content in a |
| 49 | patch or file. For instance: |
| 50 | K: of_get_profile |
| 51 | matches patches or files that contain "of_get_profile" |
| 52 | K: \b(printk|pr_(info|err))\b |
| 53 | matches patches or files that contain one or more of the words |
| 54 | printk, pr_info or pr_err |
| 55 | One regex pattern per line. Multiple K: lines acceptable. |
bellard | b6f97c1 | 2008-05-09 09:39:00 +0000 | [diff] [blame] | 56 | |
bellard | b6f97c1 | 2008-05-09 09:39:00 +0000 | [diff] [blame] | 57 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 58 | General Project Administration |
| 59 | ------------------------------ |
Peter Maydell | ff0d487 | 2014-10-15 21:30:52 +0100 | [diff] [blame] | 60 | M: Peter Maydell <peter.maydell@linaro.org> |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 61 | |
Stephen Warren | c9a19d5 | 2016-02-08 20:04:25 -0700 | [diff] [blame] | 62 | All patches CC here |
| 63 | L: qemu-devel@nongnu.org |
| 64 | F: * |
| 65 | F: */ |
| 66 | |
Michael S. Tsirkin | 62622c1 | 2014-04-17 16:45:46 +0300 | [diff] [blame] | 67 | Responsible Disclosure, Reporting Security Issues |
Markus Armbruster | 84995ea | 2019-06-06 19:24:08 +0200 | [diff] [blame] | 68 | ------------------------------------------------- |
Stefan Hajnoczi | 70b7fba | 2017-11-21 12:04:35 +0000 | [diff] [blame] | 69 | W: https://wiki.qemu.org/SecurityProcess |
Michael S. Tsirkin | 62622c1 | 2014-04-17 16:45:46 +0300 | [diff] [blame] | 70 | M: Michael S. Tsirkin <mst@redhat.com> |
Michael S. Tsirkin | 62622c1 | 2014-04-17 16:45:46 +0300 | [diff] [blame] | 71 | L: secalert@redhat.com |
| 72 | |
Laurent Vivier | 936c223 | 2016-10-08 12:00:07 +0200 | [diff] [blame] | 73 | Trivial patches |
| 74 | --------------- |
| 75 | Trivial patches |
| 76 | M: Michael Tokarev <mjt@tls.msk.ru> |
| 77 | M: Laurent Vivier <laurent@vivier.eu> |
| 78 | S: Maintained |
| 79 | L: qemu-trivial@nongnu.org |
| 80 | K: ^Subject:.*(?i)trivial |
| 81 | T: git git://git.corpit.ru/qemu.git trivial-patches |
Stefan Hajnoczi | e18a8b3 | 2018-11-08 11:15:26 +0000 | [diff] [blame] | 82 | T: git https://github.com/vivier/qemu.git trivial-patches |
Laurent Vivier | 936c223 | 2016-10-08 12:00:07 +0200 | [diff] [blame] | 83 | |
Cornelia Huck | daf14ce | 2018-01-15 15:43:11 +0100 | [diff] [blame] | 84 | Architecture support |
| 85 | -------------------- |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 86 | S390 general architecture support |
Cornelia Huck | daf14ce | 2018-01-15 15:43:11 +0100 | [diff] [blame] | 87 | M: Cornelia Huck <cohuck@redhat.com> |
| 88 | S: Supported |
| 89 | F: default-configs/s390x-softmmu.mak |
| 90 | F: gdb-xml/s390*.xml |
| 91 | F: hw/char/sclp*.[hc] |
| 92 | F: hw/char/terminal3270.c |
| 93 | F: hw/intc/s390_flic.c |
| 94 | F: hw/intc/s390_flic_kvm.c |
| 95 | F: hw/s390x/ |
Tony Krowiak | 2fe2942 | 2018-10-10 13:03:07 -0400 | [diff] [blame] | 96 | F: hw/vfio/ap.c |
Cornelia Huck | daf14ce | 2018-01-15 15:43:11 +0100 | [diff] [blame] | 97 | F: hw/vfio/ccw.c |
| 98 | F: hw/watchdog/wdt_diag288.c |
| 99 | F: include/hw/s390x/ |
| 100 | F: include/hw/watchdog/wdt_diag288.h |
| 101 | F: pc-bios/s390-ccw/ |
| 102 | F: pc-bios/s390-ccw.img |
| 103 | F: target/s390x/ |
Tony Krowiak | 694a8d7 | 2018-10-10 13:03:08 -0400 | [diff] [blame] | 104 | F: docs/vfio-ap.txt |
Cornelia Huck | a1c993c | 2019-05-29 11:05:12 +0200 | [diff] [blame] | 105 | F: tests/migration/s390x/ |
Cornelia Huck | daf14ce | 2018-01-15 15:43:11 +0100 | [diff] [blame] | 106 | K: ^Subject:.*(?i)s390x? |
Stefan Hajnoczi | e18a8b3 | 2018-11-08 11:15:26 +0000 | [diff] [blame] | 107 | T: git https://github.com/cohuck/qemu.git s390-next |
Cornelia Huck | daf14ce | 2018-01-15 15:43:11 +0100 | [diff] [blame] | 108 | L: qemu-s390x@nongnu.org |
| 109 | |
Markus Armbruster | 84995ea | 2019-06-06 19:24:08 +0200 | [diff] [blame] | 110 | Guest CPU cores (TCG) |
| 111 | --------------------- |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 112 | Overall TCG CPUs |
Paolo Bonzini | 2b1641d | 2015-11-13 18:49:54 +0100 | [diff] [blame] | 113 | M: Richard Henderson <rth@twiddle.net> |
Paolo Bonzini | 2185fd6 | 2018-10-19 14:25:42 +0200 | [diff] [blame] | 114 | R: Paolo Bonzini <pbonzini@redhat.com> |
Paolo Bonzini | 2b1641d | 2015-11-13 18:49:54 +0100 | [diff] [blame] | 115 | S: Maintained |
Paolo Bonzini | 2b1641d | 2015-11-13 18:49:54 +0100 | [diff] [blame] | 116 | F: cpus.c |
Paolo Bonzini | 2b1641d | 2015-11-13 18:49:54 +0100 | [diff] [blame] | 117 | F: exec.c |
Philippe Mathieu-Daudé | c6a88dd | 2017-06-29 12:03:04 -0300 | [diff] [blame] | 118 | F: accel/tcg/ |
Thomas Huth | 9681ad3 | 2018-11-22 13:57:18 +0100 | [diff] [blame] | 119 | F: accel/stubs/tcg-stub.c |
Philippe Mathieu-Daudé | 55fd189 | 2018-11-10 22:13:12 +0100 | [diff] [blame] | 120 | F: scripts/decodetree.py |
Richard Henderson | 3fdbf5d | 2019-02-23 13:00:10 -0800 | [diff] [blame] | 121 | F: docs/devel/decodetree.rst |
Paolo Bonzini | 2b1641d | 2015-11-13 18:49:54 +0100 | [diff] [blame] | 122 | F: include/exec/cpu*.h |
| 123 | F: include/exec/exec-all.h |
Paolo Bonzini | 486bbe5 | 2014-10-22 00:18:01 +0200 | [diff] [blame] | 124 | F: include/exec/helper*.h |
Paolo Bonzini | 2b1641d | 2015-11-13 18:49:54 +0100 | [diff] [blame] | 125 | F: include/exec/tb-hash.h |
Thomas Huth | 460423d | 2016-09-09 23:15:04 +0200 | [diff] [blame] | 126 | F: include/sysemu/cpus.h |
Markus Armbruster | 14a48c1 | 2019-05-23 16:35:05 +0200 | [diff] [blame] | 127 | F: include/sysemu/tcg.h |
Paolo Bonzini | 486bbe5 | 2014-10-22 00:18:01 +0200 | [diff] [blame] | 128 | |
Peter Maydell | 1badb58 | 2016-02-19 16:25:01 +0000 | [diff] [blame] | 129 | FPU emulation |
| 130 | M: Aurelien Jarno <aurelien@aurel32.net> |
| 131 | M: Peter Maydell <peter.maydell@linaro.org> |
Alex Bennée | 0636e4d | 2018-12-05 12:48:12 +0000 | [diff] [blame] | 132 | M: Alex Bennée <alex.bennee@linaro.org> |
| 133 | S: Maintained |
Peter Maydell | 1badb58 | 2016-02-19 16:25:01 +0000 | [diff] [blame] | 134 | F: fpu/ |
| 135 | F: include/fpu/ |
Alex Bennée | 0636e4d | 2018-12-05 12:48:12 +0000 | [diff] [blame] | 136 | F: tests/fp/ |
Peter Maydell | 1badb58 | 2016-02-19 16:25:01 +0000 | [diff] [blame] | 137 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 138 | Alpha TCG CPUs |
Richard Henderson | 8d6df26 | 2011-05-20 12:23:18 -0700 | [diff] [blame] | 139 | M: Richard Henderson <rth@twiddle.net> |
| 140 | S: Maintained |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 141 | F: target/alpha/ |
Paolo Bonzini | c0bd0b5 | 2014-10-22 00:31:28 +0200 | [diff] [blame] | 142 | F: tests/tcg/alpha/ |
Paolo Bonzini | c17652e | 2015-09-22 11:36:16 +0200 | [diff] [blame] | 143 | F: disas/alpha.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 144 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 145 | ARM TCG CPUs |
Peter Maydell | 1ce9ce6 | 2011-09-20 16:18:46 +0100 | [diff] [blame] | 146 | M: Peter Maydell <peter.maydell@linaro.org> |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 147 | L: qemu-arm@nongnu.org |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 148 | S: Maintained |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 149 | F: target/arm/ |
Alex Bennée | c348722 | 2018-04-05 15:45:32 +0100 | [diff] [blame] | 150 | F: tests/tcg/arm/ |
Alex Bennée | 29e0436 | 2018-05-09 10:31:30 +0100 | [diff] [blame] | 151 | F: tests/tcg/aarch64/ |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 152 | F: hw/arm/ |
| 153 | F: hw/cpu/a*mpcore.c |
Thomas Huth | f7e242d | 2016-09-23 14:14:18 +0200 | [diff] [blame] | 154 | F: include/hw/cpu/a*mpcore.h |
Paolo Bonzini | c17652e | 2015-09-22 11:36:16 +0200 | [diff] [blame] | 155 | F: disas/arm.c |
| 156 | F: disas/arm-a64.cc |
| 157 | F: disas/libvixl/ |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 158 | |
Eric Auger | 49154ea | 2018-11-22 19:01:43 +0100 | [diff] [blame] | 159 | ARM SMMU |
| 160 | M: Eric Auger <eric.auger@redhat.com> |
| 161 | L: qemu-arm@nongnu.org |
| 162 | S: Maintained |
| 163 | F: hw/arm/smmu* |
| 164 | F: include/hw/arm/smmu* |
| 165 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 166 | CRIS TCG CPUs |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 167 | M: Edgar E. Iglesias <edgar.iglesias@gmail.com> |
| 168 | S: Maintained |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 169 | F: target/cris/ |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 170 | F: hw/cris/ |
Thomas Huth | c9b9009 | 2016-09-23 18:08:46 +0200 | [diff] [blame] | 171 | F: include/hw/cris/ |
Paolo Bonzini | c0bd0b5 | 2014-10-22 00:31:28 +0200 | [diff] [blame] | 172 | F: tests/tcg/cris/ |
Paolo Bonzini | c17652e | 2015-09-22 11:36:16 +0200 | [diff] [blame] | 173 | F: disas/cris.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 174 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 175 | HPPA (PA-RISC) TCG CPUs |
Richard Henderson | 61766fe | 2016-12-15 11:26:14 -0800 | [diff] [blame] | 176 | M: Richard Henderson <rth@twiddle.net> |
| 177 | S: Maintained |
| 178 | F: target/hppa/ |
Richard Henderson | 6146180 | 2018-01-21 14:05:03 -0800 | [diff] [blame] | 179 | F: hw/hppa/ |
Richard Henderson | 61766fe | 2016-12-15 11:26:14 -0800 | [diff] [blame] | 180 | F: disas/hppa.c |
| 181 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 182 | LM32 TCG CPUs |
Michael Walle | 07bf23a | 2011-02-17 23:45:18 +0100 | [diff] [blame] | 183 | M: Michael Walle <michael@walle.cc> |
| 184 | S: Maintained |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 185 | F: target/lm32/ |
Michael Walle | 4eab7a0 | 2014-11-02 18:11:11 +0100 | [diff] [blame] | 186 | F: disas/lm32.c |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 187 | F: hw/lm32/ |
Michael Walle | 4eab7a0 | 2014-11-02 18:11:11 +0100 | [diff] [blame] | 188 | F: hw/*/lm32_* |
| 189 | F: hw/*/milkymist-* |
Philippe Mathieu-Daudé | 70cc0c1 | 2019-01-30 13:00:05 +0100 | [diff] [blame] | 190 | F: include/hw/display/milkymist_tmu2.h |
Michael Walle | 4eab7a0 | 2014-11-02 18:11:11 +0100 | [diff] [blame] | 191 | F: include/hw/char/lm32_juart.h |
| 192 | F: include/hw/lm32/ |
Paolo Bonzini | c0bd0b5 | 2014-10-22 00:31:28 +0200 | [diff] [blame] | 193 | F: tests/tcg/lm32/ |
Michael Walle | 07bf23a | 2011-02-17 23:45:18 +0100 | [diff] [blame] | 194 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 195 | M68K TCG CPUs |
Laurent Vivier | 595a926 | 2016-05-06 12:30:29 +0200 | [diff] [blame] | 196 | M: Laurent Vivier <laurent@vivier.eu> |
| 197 | S: Maintained |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 198 | F: target/m68k/ |
Thomas Huth | e9a5611 | 2016-11-02 09:39:33 +0100 | [diff] [blame] | 199 | F: disas/m68k.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 200 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 201 | MicroBlaze TCG CPUs |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 202 | M: Edgar E. Iglesias <edgar.iglesias@gmail.com> |
| 203 | S: Maintained |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 204 | F: target/microblaze/ |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 205 | F: hw/microblaze/ |
Paolo Bonzini | c17652e | 2015-09-22 11:36:16 +0200 | [diff] [blame] | 206 | F: disas/microblaze.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 207 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 208 | MIPS TCG CPUs |
Aurelien Jarno | ddb1356 | 2011-01-14 20:39:19 +0100 | [diff] [blame] | 209 | M: Aurelien Jarno <aurelien@aurel32.net> |
Aleksandar Markovic | 4872fee | 2018-08-02 16:15:48 +0200 | [diff] [blame] | 210 | M: Aleksandar Markovic <amarkovic@wavecomp.com> |
Aleksandar Markovic | 215943b | 2018-12-26 17:46:56 +0100 | [diff] [blame] | 211 | R: Aleksandar Rikalo <arikalo@wavecomp.com> |
Leon Alrae | 6f64091 | 2014-10-16 12:38:07 +0100 | [diff] [blame] | 212 | S: Maintained |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 213 | F: target/mips/ |
Aleksandar Markovic | 10a9794 | 2018-12-17 17:30:51 +0100 | [diff] [blame] | 214 | F: default-configs/*mips* |
Aleksandar Markovic | d02d5ff | 2019-06-20 15:33:13 +0200 | [diff] [blame] | 215 | F: disas/*mips* |
Aleksandar Markovic | 0f86531 | 2018-12-17 17:50:09 +0100 | [diff] [blame] | 216 | F: hw/intc/mips_gic.c |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 217 | F: hw/mips/ |
Thomas Huth | 5995db8 | 2016-09-30 09:26:51 +0200 | [diff] [blame] | 218 | F: hw/misc/mips_* |
Thomas Huth | 5995db8 | 2016-09-30 09:26:51 +0200 | [diff] [blame] | 219 | F: hw/timer/mips_gictimer.c |
Aleksandar Markovic | 0f86531 | 2018-12-17 17:50:09 +0100 | [diff] [blame] | 220 | F: include/hw/intc/mips_gic.h |
Thomas Huth | 5995db8 | 2016-09-30 09:26:51 +0200 | [diff] [blame] | 221 | F: include/hw/mips/ |
| 222 | F: include/hw/misc/mips_* |
Thomas Huth | 5995db8 | 2016-09-30 09:26:51 +0200 | [diff] [blame] | 223 | F: include/hw/timer/mips_gictimer.h |
Paolo Bonzini | c0bd0b5 | 2014-10-22 00:31:28 +0200 | [diff] [blame] | 224 | F: tests/tcg/mips/ |
Aleksandar Markovic | 0968455 | 2018-12-17 17:43:11 +0100 | [diff] [blame] | 225 | K: ^Subject:.*(?i)mips |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 226 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 227 | Moxie TCG CPUs |
Anthony Green | d15a9c2 | 2013-03-18 15:49:25 -0400 | [diff] [blame] | 228 | M: Anthony Green <green@moxielogic.com> |
| 229 | S: Maintained |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 230 | F: target/moxie/ |
Paolo Bonzini | c17652e | 2015-09-22 11:36:16 +0200 | [diff] [blame] | 231 | F: disas/moxie.c |
Thomas Huth | a3ccdfb | 2016-09-22 21:16:33 +0200 | [diff] [blame] | 232 | F: hw/moxie/ |
| 233 | F: default-configs/moxie-softmmu.mak |
Anthony Green | d15a9c2 | 2013-03-18 15:49:25 -0400 | [diff] [blame] | 234 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 235 | NiosII TCG CPUs |
Marek Vasut | e671711 | 2017-01-18 23:01:46 +0100 | [diff] [blame] | 236 | M: Chris Wulff <crwulff@gmail.com> |
| 237 | M: Marek Vasut <marex@denx.de> |
| 238 | S: Maintained |
| 239 | F: target/nios2/ |
| 240 | F: hw/nios2/ |
Thomas Huth | 15e1075 | 2018-11-22 16:11:40 +0100 | [diff] [blame] | 241 | F: hw/intc/nios2_iic.c |
Marek Vasut | e671711 | 2017-01-18 23:01:46 +0100 | [diff] [blame] | 242 | F: disas/nios2.c |
Thomas Huth | 15e1075 | 2018-11-22 16:11:40 +0100 | [diff] [blame] | 243 | F: default-configs/nios2-softmmu.mak |
Marek Vasut | e671711 | 2017-01-18 23:01:46 +0100 | [diff] [blame] | 244 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 245 | OpenRISC TCG CPUs |
Stafford Horne | 1d7cf18 | 2017-03-15 22:37:41 +0900 | [diff] [blame] | 246 | M: Stafford Horne <shorne@gmail.com> |
| 247 | S: Odd Fixes |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 248 | F: target/openrisc/ |
Jia Liu | 945dad6 | 2013-07-02 20:55:17 +0800 | [diff] [blame] | 249 | F: hw/openrisc/ |
Paolo Bonzini | c0bd0b5 | 2014-10-22 00:31:28 +0200 | [diff] [blame] | 250 | F: tests/tcg/openrisc/ |
Jia Liu | 945dad6 | 2013-07-02 20:55:17 +0800 | [diff] [blame] | 251 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 252 | PowerPC TCG CPUs |
David Gibson | b4daafb | 2016-05-26 16:14:57 +1000 | [diff] [blame] | 253 | M: David Gibson <david@gibson.dropbear.id.au> |
Andreas Färber | a6c9868 | 2012-01-13 13:33:57 +0000 | [diff] [blame] | 254 | L: qemu-ppc@nongnu.org |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 255 | S: Maintained |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 256 | F: target/ppc/ |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 257 | F: hw/ppc/ |
Thomas Huth | b5d5502 | 2016-09-05 22:03:36 +0200 | [diff] [blame] | 258 | F: include/hw/ppc/ |
Paolo Bonzini | c17652e | 2015-09-22 11:36:16 +0200 | [diff] [blame] | 259 | F: disas/ppc.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 260 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 261 | RISC-V TCG CPUs |
Michael Clark | 4dc62b1 | 2018-03-03 01:31:09 +1300 | [diff] [blame] | 262 | M: Palmer Dabbelt <palmer@sifive.com> |
Palmer Dabbelt | a17a61f | 2018-10-29 09:06:44 -0700 | [diff] [blame] | 263 | M: Alistair Francis <Alistair.Francis@wdc.com> |
Michael Clark | 4dc62b1 | 2018-03-03 01:31:09 +1300 | [diff] [blame] | 264 | M: Sagar Karandikar <sagark@eecs.berkeley.edu> |
| 265 | M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> |
Palmer Dabbelt | a094b35 | 2018-10-30 09:19:05 -0700 | [diff] [blame] | 266 | L: qemu-riscv@nongnu.org |
Palmer Dabbelt | 7b91ae7 | 2018-11-21 12:57:36 -0800 | [diff] [blame] | 267 | S: Supported |
Michael Clark | 4dc62b1 | 2018-03-03 01:31:09 +1300 | [diff] [blame] | 268 | F: target/riscv/ |
| 269 | F: hw/riscv/ |
| 270 | F: include/hw/riscv/ |
Alistair Francis | f936eac | 2018-12-19 19:16:31 +0000 | [diff] [blame] | 271 | F: linux-user/host/riscv32/ |
Alistair Francis | 511f313 | 2018-12-19 19:16:41 +0000 | [diff] [blame] | 272 | F: linux-user/host/riscv64/ |
Michael Clark | 4dc62b1 | 2018-03-03 01:31:09 +1300 | [diff] [blame] | 273 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 274 | S390 TCG CPUs |
Richard Henderson | 2b35e93 | 2012-12-05 09:23:25 -0600 | [diff] [blame] | 275 | M: Richard Henderson <rth@twiddle.net> |
Cornelia Huck | ced01bb | 2018-01-15 16:18:20 +0100 | [diff] [blame] | 276 | M: David Hildenbrand <david@redhat.com> |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 277 | S: Maintained |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 278 | F: target/s390x/ |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 279 | F: hw/s390x/ |
Paolo Bonzini | c17652e | 2015-09-22 11:36:16 +0200 | [diff] [blame] | 280 | F: disas/s390.c |
Pavel Zbitskiy | 276ba12 | 2018-08-20 22:50:58 -0400 | [diff] [blame] | 281 | F: tests/tcg/s390x/ |
Cornelia Huck | 146bd28 | 2017-10-05 17:05:23 +0200 | [diff] [blame] | 282 | L: qemu-s390x@nongnu.org |
bellard | b6f97c1 | 2008-05-09 09:39:00 +0000 | [diff] [blame] | 283 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 284 | SH4 TCG CPUs |
Aurelien Jarno | ddb1356 | 2011-01-14 20:39:19 +0100 | [diff] [blame] | 285 | M: Aurelien Jarno <aurelien@aurel32.net> |
Andreas Färber | 2c9b7d1 | 2012-04-13 18:33:43 +0200 | [diff] [blame] | 286 | S: Odd Fixes |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 287 | F: target/sh4/ |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 288 | F: hw/sh4/ |
Paolo Bonzini | c17652e | 2015-09-22 11:36:16 +0200 | [diff] [blame] | 289 | F: disas/sh4.c |
Thomas Huth | 8a90f90 | 2016-09-09 23:18:21 +0200 | [diff] [blame] | 290 | F: include/hw/sh4/ |
bellard | b6f97c1 | 2008-05-09 09:39:00 +0000 | [diff] [blame] | 291 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 292 | SPARC TCG CPUs |
Mark Cave-Ayland | f2416d3 | 2015-03-02 22:23:27 +0000 | [diff] [blame] | 293 | M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> |
Mark Cave-Ayland | 2c742bf | 2016-06-20 21:55:16 +0100 | [diff] [blame] | 294 | M: Artyom Tarasenko <atar4qemu@gmail.com> |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 295 | S: Maintained |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 296 | F: target/sparc/ |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 297 | F: hw/sparc/ |
| 298 | F: hw/sparc64/ |
Philippe Mathieu-Daudé | 84dbe97 | 2018-11-25 21:49:37 +0100 | [diff] [blame] | 299 | F: include/hw/sparc/sparc64.h |
Paolo Bonzini | c17652e | 2015-09-22 11:36:16 +0200 | [diff] [blame] | 300 | F: disas/sparc.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 301 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 302 | UniCore32 TCG CPUs |
Andreas Färber | a6ea7b4 | 2012-03-14 00:45:43 +0100 | [diff] [blame] | 303 | M: Guan Xuetao <gxt@mprc.pku.edu.cn> |
| 304 | S: Maintained |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 305 | F: target/unicore32/ |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 306 | F: hw/unicore32/ |
Thomas Huth | 47b98d5 | 2016-09-09 23:16:03 +0200 | [diff] [blame] | 307 | F: include/hw/unicore32/ |
Andreas Färber | a6ea7b4 | 2012-03-14 00:45:43 +0100 | [diff] [blame] | 308 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 309 | X86 TCG CPUs |
Paolo Bonzini | d46d72f | 2014-10-21 15:16:06 +0200 | [diff] [blame] | 310 | M: Paolo Bonzini <pbonzini@redhat.com> |
| 311 | M: Richard Henderson <rth@twiddle.net> |
Eduardo Habkost | e1a0433 | 2015-04-08 08:34:56 -0300 | [diff] [blame] | 312 | M: Eduardo Habkost <ehabkost@redhat.com> |
Eduardo Habkost | b203a4b | 2015-04-08 08:36:24 -0300 | [diff] [blame] | 313 | S: Maintained |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 314 | F: target/i386/ |
Alex Bennée | 4132431 | 2018-04-05 15:35:11 +0100 | [diff] [blame] | 315 | F: tests/tcg/i386/ |
Alex Bennée | 3a082ec | 2018-04-17 11:14:37 +0100 | [diff] [blame] | 316 | F: tests/tcg/x86_64/ |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 317 | F: hw/i386/ |
Paolo Bonzini | c17652e | 2015-09-22 11:36:16 +0200 | [diff] [blame] | 318 | F: disas/i386.c |
Daniel P. Berrangé | 2544e9e | 2018-06-27 17:01:03 +0100 | [diff] [blame] | 319 | F: docs/qemu-cpu-models.texi |
Stefan Hajnoczi | e18a8b3 | 2018-11-08 11:15:26 +0000 | [diff] [blame] | 320 | T: git https://github.com/ehabkost/qemu.git x86-next |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 321 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 322 | Xtensa TCG CPUs |
Max Filippov | 16e7caa | 2011-09-06 03:55:56 +0400 | [diff] [blame] | 323 | M: Max Filippov <jcmvbkbc@gmail.com> |
Max Filippov | b8105d2 | 2018-02-27 21:15:34 -0800 | [diff] [blame] | 324 | W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa |
Max Filippov | 16e7caa | 2011-09-06 03:55:56 +0400 | [diff] [blame] | 325 | S: Maintained |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 326 | F: target/xtensa/ |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 327 | F: hw/xtensa/ |
Paolo Bonzini | c0bd0b5 | 2014-10-22 00:31:28 +0200 | [diff] [blame] | 328 | F: tests/tcg/xtensa/ |
Max Filippov | 5a6539e | 2017-10-31 16:17:43 -0700 | [diff] [blame] | 329 | F: disas/xtensa.c |
Max Filippov | 895e489 | 2018-11-22 15:06:21 -0800 | [diff] [blame] | 330 | F: include/hw/xtensa/xtensa-isa.h |
| 331 | F: default-configs/xtensa*.mak |
Max Filippov | 16e7caa | 2011-09-06 03:55:56 +0400 | [diff] [blame] | 332 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 333 | TriCore TCG CPUs |
Bastian Koppelmann | 48e06fe | 2014-09-01 12:59:46 +0100 | [diff] [blame] | 334 | M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> |
| 335 | S: Maintained |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 336 | F: target/tricore/ |
Bastian Koppelmann | 48e06fe | 2014-09-01 12:59:46 +0100 | [diff] [blame] | 337 | F: hw/tricore/ |
Thomas Huth | d46d14e | 2016-09-09 23:17:09 +0200 | [diff] [blame] | 338 | F: include/hw/tricore/ |
Bastian Koppelmann | 48e06fe | 2014-09-01 12:59:46 +0100 | [diff] [blame] | 339 | |
Alex Bennée | dd28beb | 2018-04-05 15:03:22 +0100 | [diff] [blame] | 340 | Multiarch Linux User Tests |
| 341 | M: Alex Bennée <alex.bennee@linaro.org> |
Stefan Hajnoczi | 00a2529 | 2019-03-01 16:35:18 +0000 | [diff] [blame] | 342 | S: Maintained |
Alex Bennée | dd28beb | 2018-04-05 15:03:22 +0100 | [diff] [blame] | 343 | F: tests/tcg/multiarch/ |
| 344 | |
Markus Armbruster | 84995ea | 2019-06-06 19:24:08 +0200 | [diff] [blame] | 345 | Guest CPU Cores (KVM) |
| 346 | --------------------- |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 347 | Overall KVM CPUs |
Michael S. Tsirkin | c6d559d | 2013-06-04 16:06:37 +0300 | [diff] [blame] | 348 | M: Paolo Bonzini <pbonzini@redhat.com> |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 349 | L: kvm@vger.kernel.org |
| 350 | S: Supported |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 351 | F: */kvm.* |
Philippe Mathieu-Daudé | 1962cb2 | 2017-06-29 12:03:05 -0300 | [diff] [blame] | 352 | F: accel/kvm/ |
Thomas Huth | 9681ad3 | 2018-11-22 13:57:18 +0100 | [diff] [blame] | 353 | F: accel/stubs/kvm-stub.c |
| 354 | F: include/hw/kvm/ |
Thomas Huth | a95e9a4 | 2016-02-25 13:33:25 +0100 | [diff] [blame] | 355 | F: include/sysemu/kvm*.h |
Thomas Huth | 9681ad3 | 2018-11-22 13:57:18 +0100 | [diff] [blame] | 356 | F: scripts/kvm/kvm_flightrecorder |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 357 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 358 | ARM KVM CPUs |
Peter Maydell | ed4659d | 2013-03-05 00:34:43 +0000 | [diff] [blame] | 359 | M: Peter Maydell <peter.maydell@linaro.org> |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 360 | L: qemu-arm@nongnu.org |
Peter Maydell | ed4659d | 2013-03-05 00:34:43 +0000 | [diff] [blame] | 361 | S: Maintained |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 362 | F: target/arm/kvm.c |
Peter Maydell | ed4659d | 2013-03-05 00:34:43 +0000 | [diff] [blame] | 363 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 364 | MIPS KVM CPUs |
James Hogan | a7a2d7d | 2017-10-17 15:13:11 +0100 | [diff] [blame] | 365 | M: James Hogan <jhogan@kernel.org> |
Aleksandar Markovic | 215943b | 2018-12-26 17:46:56 +0100 | [diff] [blame] | 366 | R: Aleksandar Rikalo <arikalo@wavecomp.com> |
James Hogan | a31896c | 2014-06-17 23:10:37 +0100 | [diff] [blame] | 367 | S: Maintained |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 368 | F: target/mips/kvm.c |
James Hogan | a31896c | 2014-06-17 23:10:37 +0100 | [diff] [blame] | 369 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 370 | PPC KVM CPUs |
Alexander Graf | bba8e23 | 2018-10-30 10:35:31 +0100 | [diff] [blame] | 371 | M: David Gibson <david@gibson.dropbear.id.au> |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 372 | S: Maintained |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 373 | F: target/ppc/kvm.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 374 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 375 | S390 KVM CPUs |
Christian Borntraeger | 7c8e264 | 2018-12-04 14:38:02 +0100 | [diff] [blame] | 376 | M: Halil Pasic <pasic@linux.ibm.com> |
Cornelia Huck | c1976ae | 2017-07-04 11:22:15 +0200 | [diff] [blame] | 377 | M: Cornelia Huck <cohuck@redhat.com> |
Christian Borntraeger | 7c8e264 | 2018-12-04 14:38:02 +0100 | [diff] [blame] | 378 | M: Christian Borntraeger <borntraeger@de.ibm.com> |
Cornelia Huck | 0922e8c | 2019-02-13 11:31:59 +0100 | [diff] [blame] | 379 | S: Supported |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 380 | F: target/s390x/kvm.c |
David Hildenbrand | 040078e | 2017-09-28 15:46:05 +0200 | [diff] [blame] | 381 | F: target/s390x/kvm_s390x.h |
| 382 | F: target/s390x/kvm-stub.c |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 383 | F: target/s390x/ioinst.[ch] |
| 384 | F: target/s390x/machine.c |
David Hildenbrand | 74b4c74 | 2017-09-28 22:36:54 +0200 | [diff] [blame] | 385 | F: target/s390x/sigp.c |
Cornelia Huck | 8b3410d | 2019-06-26 15:00:21 +0200 | [diff] [blame] | 386 | F: target/s390x/cpu_features*.[ch] |
| 387 | F: target/s390x/cpu_models.[ch] |
Cornelia Huck | 4277af1 | 2014-10-20 19:00:03 +0200 | [diff] [blame] | 388 | F: hw/intc/s390_flic.c |
| 389 | F: hw/intc/s390_flic_kvm.c |
| 390 | F: include/hw/s390x/s390_flic.h |
Cornelia Huck | c5bfb20 | 2015-11-04 15:59:55 +0100 | [diff] [blame] | 391 | F: gdb-xml/s390*.xml |
Stefan Hajnoczi | e18a8b3 | 2018-11-08 11:15:26 +0000 | [diff] [blame] | 392 | T: git https://github.com/cohuck/qemu.git s390-next |
| 393 | T: git https://github.com/borntraeger/qemu.git s390-next |
Cornelia Huck | 146bd28 | 2017-10-05 17:05:23 +0200 | [diff] [blame] | 394 | L: qemu-s390x@nongnu.org |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 395 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 396 | X86 KVM CPUs |
Paolo Bonzini | d46d72f | 2014-10-21 15:16:06 +0200 | [diff] [blame] | 397 | M: Paolo Bonzini <pbonzini@redhat.com> |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 398 | M: Marcelo Tosatti <mtosatti@redhat.com> |
| 399 | L: kvm@vger.kernel.org |
| 400 | S: Supported |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 401 | F: target/i386/kvm.c |
Thomas Huth | 9681ad3 | 2018-11-22 13:57:18 +0100 | [diff] [blame] | 402 | F: scripts/kvm/vmxcap |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 403 | |
Markus Armbruster | 84995ea | 2019-06-06 19:24:08 +0200 | [diff] [blame] | 404 | Guest CPU Cores (Xen) |
| 405 | --------------------- |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 406 | X86 Xen CPUs |
Stefano Stabellini | 3623c57 | 2016-03-29 11:02:49 +0100 | [diff] [blame] | 407 | M: Stefano Stabellini <sstabellini@kernel.org> |
| 408 | M: Anthony Perard <anthony.perard@citrix.com> |
Paul Durrant | 19b845b | 2019-01-08 14:49:02 +0000 | [diff] [blame] | 409 | M: Paul Durrant <paul.durrant@citrix.com> |
Anthony PERARD | 6d06220 | 2016-11-25 15:30:40 +0000 | [diff] [blame] | 410 | L: xen-devel@lists.xenproject.org |
Stefano Stabellini | 8a6b0cd | 2011-07-29 16:05:13 +0100 | [diff] [blame] | 411 | S: Supported |
Stefano Stabellini | 8a6b0cd | 2011-07-29 16:05:13 +0100 | [diff] [blame] | 412 | F: */xen* |
Greg Kurz | b827891 | 2019-05-29 12:24:44 +0200 | [diff] [blame] | 413 | F: hw/9pfs/xen-9p* |
Paolo Bonzini | c92451c | 2015-09-22 11:36:48 +0200 | [diff] [blame] | 414 | F: hw/char/xen_console.c |
| 415 | F: hw/display/xenfb.c |
| 416 | F: hw/net/xen_nic.c |
Paul Durrant | 1a72d9a | 2019-01-08 14:48:48 +0000 | [diff] [blame] | 417 | F: hw/block/xen* |
Paul Durrant | 4ea7d1a | 2019-01-08 14:48:53 +0000 | [diff] [blame] | 418 | F: hw/block/dataplane/xen* |
Paolo Bonzini | c92451c | 2015-09-22 11:36:48 +0200 | [diff] [blame] | 419 | F: hw/xen/ |
| 420 | F: hw/xenpv/ |
Stefano Stabellini | 9027ac5 | 2015-12-21 14:58:28 +0000 | [diff] [blame] | 421 | F: hw/i386/xen/ |
Paul Durrant | fcab2b4 | 2019-01-08 14:48:55 +0000 | [diff] [blame] | 422 | F: include/hw/block/dataplane/xen* |
Paolo Bonzini | c92451c | 2015-09-22 11:36:48 +0200 | [diff] [blame] | 423 | F: include/hw/xen/ |
Stefano Stabellini | 9027ac5 | 2015-12-21 14:58:28 +0000 | [diff] [blame] | 424 | F: include/sysemu/xen-mapcache.h |
Stefano Stabellini | 8a6b0cd | 2011-07-29 16:05:13 +0100 | [diff] [blame] | 425 | |
Markus Armbruster | 84995ea | 2019-06-06 19:24:08 +0200 | [diff] [blame] | 426 | Hosts |
| 427 | ----- |
Stefan Weil | 1bdd687 | 2012-01-27 18:53:49 +0100 | [diff] [blame] | 428 | LINUX |
Philippe Mathieu-Daudé | f5fecb4 | 2018-12-18 12:56:11 +0100 | [diff] [blame] | 429 | M: Michael S. Tsirkin <mst@redhat.com> |
| 430 | M: Cornelia Huck <cohuck@redhat.com> |
| 431 | M: Paolo Bonzini <pbonzini@redhat.com> |
Stefan Weil | 1bdd687 | 2012-01-27 18:53:49 +0100 | [diff] [blame] | 432 | S: Maintained |
Stefan Weil | 1bdd687 | 2012-01-27 18:53:49 +0100 | [diff] [blame] | 433 | F: linux-headers/ |
Philippe Mathieu-Daudé | f5fecb4 | 2018-12-18 12:56:11 +0100 | [diff] [blame] | 434 | F: scripts/update-linux-headers.sh |
Stefan Weil | 1bdd687 | 2012-01-27 18:53:49 +0100 | [diff] [blame] | 435 | |
| 436 | POSIX |
Philippe Mathieu-Daudé | f3f0204 | 2018-12-18 12:56:12 +0100 | [diff] [blame] | 437 | M: Paolo Bonzini <pbonzini@redhat.com> |
Stefan Weil | 1bdd687 | 2012-01-27 18:53:49 +0100 | [diff] [blame] | 438 | S: Maintained |
Philippe Mathieu-Daudé | f3f0204 | 2018-12-18 12:56:12 +0100 | [diff] [blame] | 439 | F: os-posix.c |
| 440 | F: include/sysemu/os-posix.h |
| 441 | F: util/*posix*.c |
| 442 | F: include/qemu/*posix*.h |
Stefan Weil | 1bdd687 | 2012-01-27 18:53:49 +0100 | [diff] [blame] | 443 | |
Kamil Rytarowski | 3c2bdbc | 2017-05-13 04:21:43 +0200 | [diff] [blame] | 444 | NETBSD |
Kamil Rytarowski | 3c2bdbc | 2017-05-13 04:21:43 +0200 | [diff] [blame] | 445 | M: Kamil Rytarowski <kamil@netbsd.org> |
| 446 | S: Maintained |
Thomas Huth | 1b61270 | 2017-07-27 12:09:34 +0200 | [diff] [blame] | 447 | K: ^Subject:.*(?i)NetBSD |
Kamil Rytarowski | 3c2bdbc | 2017-05-13 04:21:43 +0200 | [diff] [blame] | 448 | |
Brad Smith | 0a773d5 | 2018-02-16 11:46:20 -0500 | [diff] [blame] | 449 | OPENBSD |
Brad Smith | 0a773d5 | 2018-02-16 11:46:20 -0500 | [diff] [blame] | 450 | M: Brad Smith <brad@comstyle.com> |
| 451 | S: Maintained |
| 452 | K: ^Subject:.*(?i)OpenBSD |
| 453 | |
Stefan Weil | 1bdd687 | 2012-01-27 18:53:49 +0100 | [diff] [blame] | 454 | W32, W64 |
Stefan Weil | 1bdd687 | 2012-01-27 18:53:49 +0100 | [diff] [blame] | 455 | M: Stefan Weil <sw@weilnetz.de> |
| 456 | S: Maintained |
| 457 | F: *win32* |
Thomas Huth | 0397266 | 2016-09-29 09:43:31 +0200 | [diff] [blame] | 458 | F: */*win32* |
| 459 | F: include/*/*win32* |
| 460 | X: qga/*win32* |
Stefan Weil | 885bdc9 | 2015-09-25 22:25:32 +0200 | [diff] [blame] | 461 | F: qemu.nsi |
Stefan Weil | 1bdd687 | 2012-01-27 18:53:49 +0100 | [diff] [blame] | 462 | |
Philippe Mathieu-Daudé | b250d04 | 2018-03-08 23:39:42 +0100 | [diff] [blame] | 463 | Alpha Machines |
Markus Armbruster | 84995ea | 2019-06-06 19:24:08 +0200 | [diff] [blame] | 464 | -------------- |
Philippe Mathieu-Daudé | b250d04 | 2018-03-08 23:39:42 +0100 | [diff] [blame] | 465 | M: Richard Henderson <rth@twiddle.net> |
| 466 | S: Maintained |
| 467 | F: hw/alpha/ |
Philippe Mathieu-Daudé | 7bea0dd | 2018-03-08 23:39:43 +0100 | [diff] [blame] | 468 | F: hw/isa/smc37c669-superio.c |
Richard Henderson | 8d8a8ab | 2019-05-01 11:43:06 -0700 | [diff] [blame] | 469 | F: tests/tcg/alpha/system/ |
Philippe Mathieu-Daudé | b250d04 | 2018-03-08 23:39:42 +0100 | [diff] [blame] | 470 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 471 | ARM Machines |
| 472 | ------------ |
liguang | 84291fe | 2013-12-17 19:42:38 +0000 | [diff] [blame] | 473 | Allwinner-a10 |
Beniamino Galvani | 85b4d5d | 2015-09-24 01:29:37 +0100 | [diff] [blame] | 474 | M: Beniamino Galvani <b.galvani@gmail.com> |
Peter Maydell | a00d7f2 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 475 | M: Peter Maydell <peter.maydell@linaro.org> |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 476 | L: qemu-arm@nongnu.org |
Peter Maydell | a00d7f2 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 477 | S: Odd Fixes |
Beniamino Galvani | 85b4d5d | 2015-09-24 01:29:37 +0100 | [diff] [blame] | 478 | F: hw/*/allwinner* |
| 479 | F: include/hw/*/allwinner* |
liguang | 84291fe | 2013-12-17 19:42:38 +0000 | [diff] [blame] | 480 | F: hw/arm/cubieboard.c |
| 481 | |
Peter Maydell | e5a6a6e | 2017-07-17 13:36:09 +0100 | [diff] [blame] | 482 | ARM PrimeCell and CMSDK devices |
Paolo Bonzini | 0627100 | 2015-09-22 11:45:00 +0200 | [diff] [blame] | 483 | M: Peter Maydell <peter.maydell@linaro.org> |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 484 | L: qemu-arm@nongnu.org |
Paolo Bonzini | 0627100 | 2015-09-22 11:45:00 +0200 | [diff] [blame] | 485 | S: Maintained |
| 486 | F: hw/char/pl011.c |
Philippe Mathieu-Daudé | c6427ff | 2017-09-08 14:31:32 -0300 | [diff] [blame] | 487 | F: include/hw/char/pl011.h |
Paolo Bonzini | 0627100 | 2015-09-22 11:45:00 +0200 | [diff] [blame] | 488 | F: hw/display/pl110* |
| 489 | F: hw/dma/pl080.c |
Peter Maydell | aa74e35 | 2018-08-20 11:24:33 +0100 | [diff] [blame] | 490 | F: include/hw/dma/pl080.h |
Paolo Bonzini | 0627100 | 2015-09-22 11:45:00 +0200 | [diff] [blame] | 491 | F: hw/dma/pl330.c |
| 492 | F: hw/gpio/pl061.c |
| 493 | F: hw/input/pl050.c |
| 494 | F: hw/intc/pl190.c |
| 495 | F: hw/sd/pl181.c |
Peter Maydell | 1d52866 | 2018-08-24 13:17:44 +0100 | [diff] [blame] | 496 | F: hw/ssi/pl022.c |
| 497 | F: include/hw/ssi/pl022.h |
Paolo Bonzini | 0627100 | 2015-09-22 11:45:00 +0200 | [diff] [blame] | 498 | F: hw/timer/pl031.c |
Peter Maydell | b0de99f | 2019-02-21 18:17:46 +0000 | [diff] [blame] | 499 | F: include/hw/timer/pl031.h |
Paolo Bonzini | 0627100 | 2015-09-22 11:45:00 +0200 | [diff] [blame] | 500 | F: include/hw/arm/primecell.h |
Peter Maydell | e5a6a6e | 2017-07-17 13:36:09 +0100 | [diff] [blame] | 501 | F: hw/timer/cmsdk-apb-timer.c |
| 502 | F: include/hw/timer/cmsdk-apb-timer.h |
Peter Maydell | 4f4c620 | 2018-08-24 13:17:41 +0100 | [diff] [blame] | 503 | F: hw/timer/cmsdk-apb-dualtimer.c |
| 504 | F: include/hw/timer/cmsdk-apb-dualtimer.h |
Peter Maydell | e5a6a6e | 2017-07-17 13:36:09 +0100 | [diff] [blame] | 505 | F: hw/char/cmsdk-apb-uart.c |
| 506 | F: include/hw/char/cmsdk-apb-uart.h |
Peter Maydell | 050c2ea | 2018-08-20 11:24:33 +0100 | [diff] [blame] | 507 | F: hw/watchdog/cmsdk-apb-watchdog.c |
| 508 | F: include/hw/watchdog/cmsdk-apb-watchdog.h |
Peter Maydell | 0d4a755 | 2018-05-31 14:50:51 +0100 | [diff] [blame] | 509 | F: hw/misc/tz-ppc.c |
| 510 | F: include/hw/misc/tz-ppc.h |
Peter Maydell | 344f4b1 | 2018-06-22 13:28:39 +0100 | [diff] [blame] | 511 | F: hw/misc/tz-mpc.c |
| 512 | F: include/hw/misc/tz-mpc.h |
Peter Maydell | 211e701 | 2018-08-24 13:17:43 +0100 | [diff] [blame] | 513 | F: hw/misc/tz-msc.c |
| 514 | F: include/hw/misc/tz-msc.h |
Paolo Bonzini | 0627100 | 2015-09-22 11:45:00 +0200 | [diff] [blame] | 515 | |
| 516 | ARM cores |
| 517 | M: Peter Maydell <peter.maydell@linaro.org> |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 518 | L: qemu-arm@nongnu.org |
Paolo Bonzini | 0627100 | 2015-09-22 11:45:00 +0200 | [diff] [blame] | 519 | S: Maintained |
| 520 | F: hw/intc/arm* |
| 521 | F: hw/intc/gic_internal.h |
| 522 | F: hw/misc/a9scu.c |
| 523 | F: hw/misc/arm11scu.c |
Thomas Huth | b7f3011 | 2019-01-07 15:23:47 +0000 | [diff] [blame] | 524 | F: hw/misc/arm_l2x0.c |
Paolo Bonzini | 0627100 | 2015-09-22 11:45:00 +0200 | [diff] [blame] | 525 | F: hw/timer/a9gtimer* |
Philippe Mathieu-Daudé | c6427ff | 2017-09-08 14:31:32 -0300 | [diff] [blame] | 526 | F: hw/timer/arm* |
| 527 | F: include/hw/arm/arm*.h |
Paolo Bonzini | 0627100 | 2015-09-22 11:45:00 +0200 | [diff] [blame] | 528 | F: include/hw/intc/arm* |
| 529 | F: include/hw/misc/a9scu.h |
| 530 | F: include/hw/misc/arm11scu.h |
| 531 | F: include/hw/timer/a9gtimer.h |
| 532 | F: include/hw/timer/arm_mptimer.h |
Philippe Mathieu-Daudé | c6427ff | 2017-09-08 14:31:32 -0300 | [diff] [blame] | 533 | F: include/hw/timer/armv7m_systick.h |
| 534 | F: tests/test-arm-mptimer.c |
Paolo Bonzini | 0627100 | 2015-09-22 11:45:00 +0200 | [diff] [blame] | 535 | |
Evgeny Voevodin | fc63dcf | 2012-02-16 09:56:06 +0000 | [diff] [blame] | 536 | Exynos |
Igor Mitsyanko | f44c5c6 | 2013-07-31 10:27:35 +0400 | [diff] [blame] | 537 | M: Igor Mitsyanko <i.mitsyanko@gmail.com> |
Peter Maydell | a00d7f2 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 538 | M: Peter Maydell <peter.maydell@linaro.org> |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 539 | L: qemu-arm@nongnu.org |
Peter Maydell | a00d7f2 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 540 | S: Odd Fixes |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 541 | F: hw/*/exynos* |
Thomas Huth | ed0db86 | 2016-02-25 12:22:04 +0100 | [diff] [blame] | 542 | F: include/hw/arm/exynos4210.h |
Evgeny Voevodin | fc63dcf | 2012-02-16 09:56:06 +0000 | [diff] [blame] | 543 | |
Mark Langsdorf | 766fd09 | 2012-02-16 09:56:10 +0000 | [diff] [blame] | 544 | Calxeda Highbank |
Rob Herring | 9ef137c | 2014-05-27 17:09:49 +0100 | [diff] [blame] | 545 | M: Rob Herring <robh@kernel.org> |
Peter Maydell | a00d7f2 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 546 | M: Peter Maydell <peter.maydell@linaro.org> |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 547 | L: qemu-arm@nongnu.org |
Peter Maydell | a00d7f2 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 548 | S: Odd Fixes |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 549 | F: hw/arm/highbank.c |
| 550 | F: hw/net/xgmac.c |
Mark Langsdorf | 766fd09 | 2012-02-16 09:56:10 +0000 | [diff] [blame] | 551 | |
Antony Pavlov | 9082f12 | 2013-12-17 19:42:37 +0000 | [diff] [blame] | 552 | Canon DIGIC |
| 553 | M: Antony Pavlov <antonynpavlov@gmail.com> |
Peter Maydell | a00d7f2 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 554 | M: Peter Maydell <peter.maydell@linaro.org> |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 555 | L: qemu-arm@nongnu.org |
Peter Maydell | a00d7f2 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 556 | S: Odd Fixes |
Antony Pavlov | 9082f12 | 2013-12-17 19:42:37 +0000 | [diff] [blame] | 557 | F: include/hw/arm/digic.h |
| 558 | F: hw/*/digic* |
Philippe Mathieu-Daudé | 7ad5f2d | 2018-11-25 21:49:50 +0100 | [diff] [blame] | 559 | F: include/hw/*/digic* |
Antony Pavlov | 9082f12 | 2013-12-17 19:42:37 +0000 | [diff] [blame] | 560 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 561 | Gumstix |
Peter Maydell | a00d7f2 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 562 | M: Peter Maydell <peter.maydell@linaro.org> |
| 563 | R: Philippe Mathieu-Daudé <f4bug@amsat.org> |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 564 | L: qemu-arm@nongnu.org |
Philippe Mathieu-Daudé | 1f7161d | 2018-06-26 17:50:39 +0100 | [diff] [blame] | 565 | S: Odd Fixes |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 566 | F: hw/arm/gumstix.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 567 | |
Thomas Huth | 123a069 | 2018-11-26 13:39:23 +0000 | [diff] [blame] | 568 | i.MX25 PDK |
| 569 | M: Peter Maydell <peter.maydell@linaro.org> |
| 570 | R: Jean-Christophe Dubois <jcd@tribudubois.net> |
| 571 | L: qemu-arm@nongnu.org |
| 572 | S: Odd Fixes |
| 573 | F: hw/arm/fsl-imx25.c |
| 574 | F: hw/arm/imx25_pdk.c |
| 575 | F: hw/misc/imx25_ccm.c |
| 576 | F: include/hw/arm/fsl-imx25.h |
| 577 | F: include/hw/misc/imx25_ccm.h |
| 578 | |
Thomas Huth | 95a5db3 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 579 | i.MX31 (kzm) |
Peter Chubb | 0325559 | 2012-07-04 10:43:34 +0000 | [diff] [blame] | 580 | M: Peter Chubb <peter.chubb@nicta.com.au> |
Peter Maydell | a00d7f2 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 581 | M: Peter Maydell <peter.maydell@linaro.org> |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 582 | L: qemu-arm@nongnu.org |
Thomas Huth | 95a5db3 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 583 | S: Odd Fixes |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 584 | F: hw/arm/kzm.c |
Thomas Huth | 95a5db3 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 585 | F: hw/*/imx_* |
| 586 | F: hw/*/*imx31* |
| 587 | F: include/hw/*/imx_* |
| 588 | F: include/hw/*/*imx31* |
Peter Chubb | 0325559 | 2012-07-04 10:43:34 +0000 | [diff] [blame] | 589 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 590 | Integrator CP |
Peter Maydell | 1ce9ce6 | 2011-09-20 16:18:46 +0100 | [diff] [blame] | 591 | M: Peter Maydell <peter.maydell@linaro.org> |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 592 | L: qemu-arm@nongnu.org |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 593 | S: Maintained |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 594 | F: hw/arm/integratorcp.c |
Thomas Huth | f7e242d | 2016-09-23 14:14:18 +0200 | [diff] [blame] | 595 | F: hw/misc/arm_integrator_debug.c |
Thomas Huth | b7f3011 | 2019-01-07 15:23:47 +0000 | [diff] [blame] | 596 | F: include/hw/misc/arm_integrator_debug.h |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 597 | |
Thomas Huth | 95a5db3 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 598 | MCIMX6UL EVK / i.MX6ul |
| 599 | M: Peter Maydell <peter.maydell@linaro.org> |
| 600 | R: Jean-Christophe Dubois <jcd@tribudubois.net> |
| 601 | L: qemu-arm@nongnu.org |
| 602 | S: Odd Fixes |
| 603 | F: hw/arm/mcimx6ul-evk.c |
| 604 | F: hw/arm/fsl-imx6ul.c |
| 605 | F: hw/misc/imx6ul_ccm.c |
| 606 | F: include/hw/arm/fsl-imx6ul.h |
| 607 | F: include/hw/misc/imx6ul_ccm.h |
| 608 | |
| 609 | MCIMX7D SABRE / i.MX7 |
| 610 | M: Peter Maydell <peter.maydell@linaro.org> |
| 611 | R: Andrey Smirnov <andrew.smirnov@gmail.com> |
| 612 | L: qemu-arm@nongnu.org |
| 613 | S: Odd Fixes |
| 614 | F: hw/arm/mcimx7d-sabre.c |
| 615 | F: hw/arm/fsl-imx7.c |
Thomas Huth | b7f3011 | 2019-01-07 15:23:47 +0000 | [diff] [blame] | 616 | F: hw/misc/imx7_*.c |
Thomas Huth | 95a5db3 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 617 | F: include/hw/arm/fsl-imx7.h |
Thomas Huth | b7f3011 | 2019-01-07 15:23:47 +0000 | [diff] [blame] | 618 | F: include/hw/misc/imx7_*.h |
Thomas Huth | 95a5db3 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 619 | F: hw/pci-host/designware.c |
| 620 | F: include/hw/pci-host/designware.h |
| 621 | |
Peter Maydell | e5a6a6e | 2017-07-17 13:36:09 +0100 | [diff] [blame] | 622 | MPS2 |
| 623 | M: Peter Maydell <peter.maydell@linaro.org> |
| 624 | L: qemu-arm@nongnu.org |
| 625 | S: Maintained |
| 626 | F: hw/arm/mps2.c |
Peter Maydell | 0d4a755 | 2018-05-31 14:50:51 +0100 | [diff] [blame] | 627 | F: hw/arm/mps2-tz.c |
| 628 | F: hw/misc/mps2-*.c |
| 629 | F: include/hw/misc/mps2-*.h |
Peter Maydell | 6eee5d2 | 2019-02-01 14:55:42 +0000 | [diff] [blame] | 630 | F: hw/arm/armsse.c |
| 631 | F: include/hw/arm/armsse.h |
Philippe Mathieu-Daudé | c56c576 | 2018-11-25 21:49:51 +0100 | [diff] [blame] | 632 | F: hw/misc/iotkit-secctl.c |
| 633 | F: include/hw/misc/iotkit-secctl.h |
Peter Maydell | 75750e4 | 2018-08-24 13:17:42 +0100 | [diff] [blame] | 634 | F: hw/misc/iotkit-sysctl.c |
| 635 | F: include/hw/misc/iotkit-sysctl.h |
Peter Maydell | c667a25 | 2018-08-24 13:17:43 +0100 | [diff] [blame] | 636 | F: hw/misc/iotkit-sysinfo.c |
| 637 | F: include/hw/misc/iotkit-sysinfo.h |
Peter Maydell | 5aeb368 | 2019-02-01 14:55:43 +0000 | [diff] [blame] | 638 | F: hw/misc/armsse-cpuid.c |
| 639 | F: include/hw/misc/armsse-cpuid.h |
Peter Maydell | cdf6344 | 2019-02-28 10:55:15 +0000 | [diff] [blame] | 640 | F: hw/misc/armsse-mhu.c |
| 641 | F: include/hw/misc/armsse-mhu.h |
Peter Maydell | e5a6a6e | 2017-07-17 13:36:09 +0100 | [diff] [blame] | 642 | |
Peter Maydell | 8f69a4c | 2019-02-21 18:17:47 +0000 | [diff] [blame] | 643 | Musca |
| 644 | M: Peter Maydell <peter.maydell@linaro.org> |
| 645 | L: qemu-arm@nongnu.org |
| 646 | S: Maintained |
| 647 | F: hw/arm/musca.c |
| 648 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 649 | Musicpal |
| 650 | M: Jan Kiszka <jan.kiszka@web.de> |
Peter Maydell | a00d7f2 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 651 | M: Peter Maydell <peter.maydell@linaro.org> |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 652 | L: qemu-arm@nongnu.org |
Peter Maydell | a00d7f2 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 653 | S: Odd Fixes |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 654 | F: hw/arm/musicpal.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 655 | |
| 656 | nSeries |
| 657 | M: Andrzej Zaborowski <balrogg@gmail.com> |
Peter Maydell | a00d7f2 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 658 | M: Peter Maydell <peter.maydell@linaro.org> |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 659 | L: qemu-arm@nongnu.org |
Peter Maydell | a00d7f2 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 660 | S: Odd Fixes |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 661 | F: hw/arm/nseries.c |
Philippe Mathieu-Daudé | 8a08cc7 | 2019-04-12 18:54:09 +0200 | [diff] [blame] | 662 | F: hw/display/blizzard.c |
Thomas Huth | b7f3011 | 2019-01-07 15:23:47 +0000 | [diff] [blame] | 663 | F: hw/input/lm832x.c |
| 664 | F: hw/input/tsc2005.c |
| 665 | F: hw/misc/cbus.c |
| 666 | F: hw/timer/twl92230.c |
Philippe Mathieu-Daudé | 8a08cc7 | 2019-04-12 18:54:09 +0200 | [diff] [blame] | 667 | F: include/hw/display/blizzard.h |
Philippe Mathieu-Daudé | a331dd0 | 2019-04-12 18:54:12 +0200 | [diff] [blame] | 668 | F: include/hw/input/tsc2xxx.h |
Philippe Mathieu-Daudé | e8fa395 | 2019-04-12 18:54:10 +0200 | [diff] [blame] | 669 | F: include/hw/misc/cbus.h |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 670 | |
| 671 | Palm |
| 672 | M: Andrzej Zaborowski <balrogg@gmail.com> |
Peter Maydell | a00d7f2 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 673 | M: Peter Maydell <peter.maydell@linaro.org> |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 674 | L: qemu-arm@nongnu.org |
Peter Maydell | a00d7f2 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 675 | S: Odd Fixes |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 676 | F: hw/arm/palm.c |
Thomas Huth | b7f3011 | 2019-01-07 15:23:47 +0000 | [diff] [blame] | 677 | F: hw/input/tsc210x.c |
Philippe Mathieu-Daudé | a331dd0 | 2019-04-12 18:54:12 +0200 | [diff] [blame] | 678 | F: include/hw/input/tsc2xxx.h |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 679 | |
Thomas Huth | 95a5db3 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 680 | Raspberry Pi |
| 681 | M: Peter Maydell <peter.maydell@linaro.org> |
| 682 | R: Andrew Baumann <Andrew.Baumann@microsoft.com> |
| 683 | R: Philippe Mathieu-Daudé <f4bug@amsat.org> |
| 684 | L: qemu-arm@nongnu.org |
| 685 | S: Odd Fixes |
Thomas Huth | 123a069 | 2018-11-26 13:39:23 +0000 | [diff] [blame] | 686 | F: hw/arm/raspi.c |
Thomas Huth | 95a5db3 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 687 | F: hw/arm/raspi_platform.h |
| 688 | F: hw/*/bcm283* |
| 689 | F: include/hw/arm/raspi* |
| 690 | F: include/hw/*/bcm283* |
| 691 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 692 | Real View |
Peter Maydell | 1ce9ce6 | 2011-09-20 16:18:46 +0100 | [diff] [blame] | 693 | M: Peter Maydell <peter.maydell@linaro.org> |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 694 | L: qemu-arm@nongnu.org |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 695 | S: Maintained |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 696 | F: hw/arm/realview* |
Thomas Huth | f7e242d | 2016-09-23 14:14:18 +0200 | [diff] [blame] | 697 | F: hw/cpu/realview_mpcore.c |
Paolo Bonzini | 5ea5304 | 2015-09-22 11:49:41 +0200 | [diff] [blame] | 698 | F: hw/intc/realview_gic.c |
| 699 | F: include/hw/intc/realview_gic.h |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 700 | |
Paolo Bonzini | 9b31bff | 2015-09-22 11:42:50 +0200 | [diff] [blame] | 701 | PXA2XX |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 702 | M: Andrzej Zaborowski <balrogg@gmail.com> |
Peter Maydell | a00d7f2 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 703 | M: Peter Maydell <peter.maydell@linaro.org> |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 704 | L: qemu-arm@nongnu.org |
Peter Maydell | a00d7f2 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 705 | S: Odd Fixes |
Paolo Bonzini | 9b31bff | 2015-09-22 11:42:50 +0200 | [diff] [blame] | 706 | F: hw/arm/mainstone.c |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 707 | F: hw/arm/spitz.c |
Paolo Bonzini | 9b31bff | 2015-09-22 11:42:50 +0200 | [diff] [blame] | 708 | F: hw/arm/tosa.c |
| 709 | F: hw/arm/z2.c |
| 710 | F: hw/*/pxa2xx* |
Thomas Huth | 123a069 | 2018-11-26 13:39:23 +0000 | [diff] [blame] | 711 | F: hw/display/tc6393xb.c |
| 712 | F: hw/gpio/max7310.c |
| 713 | F: hw/gpio/zaurus.c |
Thomas Huth | f7e242d | 2016-09-23 14:14:18 +0200 | [diff] [blame] | 714 | F: hw/misc/mst_fpga.c |
Thomas Huth | b7f3011 | 2019-01-07 15:23:47 +0000 | [diff] [blame] | 715 | F: hw/misc/max111x.c |
Thomas Huth | ed0db86 | 2016-02-25 12:22:04 +0100 | [diff] [blame] | 716 | F: include/hw/arm/pxa.h |
Thomas Huth | 123a069 | 2018-11-26 13:39:23 +0000 | [diff] [blame] | 717 | F: include/hw/arm/sharpsl.h |
Philippe Mathieu-Daudé | ee2ccc5 | 2019-04-12 18:54:08 +0200 | [diff] [blame] | 718 | F: include/hw/display/tc6393xb.h |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 719 | |
Thomas Huth | 95a5db3 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 720 | SABRELITE / i.MX6 |
| 721 | M: Peter Maydell <peter.maydell@linaro.org> |
| 722 | R: Jean-Christophe Dubois <jcd@tribudubois.net> |
| 723 | L: qemu-arm@nongnu.org |
| 724 | S: Odd Fixes |
| 725 | F: hw/arm/sabrelite.c |
| 726 | F: hw/arm/fsl-imx6.c |
Thomas Huth | b7f3011 | 2019-01-07 15:23:47 +0000 | [diff] [blame] | 727 | F: hw/misc/imx6_*.c |
Thomas Huth | 95a5db3 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 728 | F: hw/ssi/imx_spi.c |
| 729 | F: include/hw/arm/fsl-imx6.h |
Thomas Huth | b7f3011 | 2019-01-07 15:23:47 +0000 | [diff] [blame] | 730 | F: include/hw/misc/imx6_*.h |
Thomas Huth | 95a5db3 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 731 | F: include/hw/ssi/imx_spi.h |
| 732 | |
Hongbo Zhang | 6458090 | 2019-07-01 17:26:18 +0100 | [diff] [blame] | 733 | SBSA-REF |
| 734 | M: Radoslaw Biernacki <radoslaw.biernacki@linaro.org> |
| 735 | M: Peter Maydell <peter.maydell@linaro.org> |
| 736 | R: Leif Lindholm <leif.lindholm@linaro.org> |
| 737 | L: qemu-arm@nongnu.org |
| 738 | S: Maintained |
| 739 | F: hw/arm/sbsa-ref.c |
| 740 | |
Thomas Huth | 671f11b | 2018-11-13 10:47:58 +0000 | [diff] [blame] | 741 | Sharp SL-5500 (Collie) PDA |
| 742 | M: Peter Maydell <peter.maydell@linaro.org> |
| 743 | L: qemu-arm@nongnu.org |
| 744 | S: Odd Fixes |
| 745 | F: hw/arm/collie.c |
| 746 | F: hw/arm/strongarm* |
| 747 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 748 | Stellaris |
Peter Maydell | 1ce9ce6 | 2011-09-20 16:18:46 +0100 | [diff] [blame] | 749 | M: Peter Maydell <peter.maydell@linaro.org> |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 750 | L: qemu-arm@nongnu.org |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 751 | S: Maintained |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 752 | F: hw/*/stellaris* |
Philippe Mathieu-Daudé | 98fa332 | 2019-04-12 18:54:11 +0200 | [diff] [blame] | 753 | F: include/hw/input/gamepad.h |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 754 | |
Thomas Huth | 95a5db3 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 755 | Versatile Express |
| 756 | M: Peter Maydell <peter.maydell@linaro.org> |
| 757 | L: qemu-arm@nongnu.org |
| 758 | S: Maintained |
| 759 | F: hw/arm/vexpress.c |
| 760 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 761 | Versatile PB |
Peter Maydell | 1ce9ce6 | 2011-09-20 16:18:46 +0100 | [diff] [blame] | 762 | M: Peter Maydell <peter.maydell@linaro.org> |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 763 | L: qemu-arm@nongnu.org |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 764 | S: Maintained |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 765 | F: hw/*/versatile* |
Philippe Mathieu-Daudé | c6427ff | 2017-09-08 14:31:32 -0300 | [diff] [blame] | 766 | F: hw/misc/arm_sysctl.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 767 | |
Thomas Huth | 95a5db3 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 768 | Virt |
| 769 | M: Peter Maydell <peter.maydell@linaro.org> |
| 770 | L: qemu-arm@nongnu.org |
| 771 | S: Maintained |
| 772 | F: hw/arm/virt* |
| 773 | F: include/hw/arm/virt.h |
| 774 | |
Peter A. G. Crosthwaite | e326050 | 2012-03-05 14:39:13 +1000 | [diff] [blame] | 775 | Xilinx Zynq |
Alistair Francis | cc0100f | 2016-07-28 09:55:39 -0700 | [diff] [blame] | 776 | M: Edgar E. Iglesias <edgar.iglesias@gmail.com> |
Alistair Francis | c22e580 | 2018-03-01 11:05:58 +0000 | [diff] [blame] | 777 | M: Alistair Francis <alistair@alistair23.me> |
Peter Maydell | a00d7f2 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 778 | M: Peter Maydell <peter.maydell@linaro.org> |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 779 | L: qemu-arm@nongnu.org |
Peter A. G. Crosthwaite | e326050 | 2012-03-05 14:39:13 +1000 | [diff] [blame] | 780 | S: Maintained |
Alistair Francis | cc0100f | 2016-07-28 09:55:39 -0700 | [diff] [blame] | 781 | F: hw/*/xilinx_* |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 782 | F: hw/*/cadence_* |
Thomas Huth | f7e242d | 2016-09-23 14:14:18 +0200 | [diff] [blame] | 783 | F: hw/misc/zynq* |
| 784 | F: include/hw/misc/zynq* |
Alistair Francis | cc0100f | 2016-07-28 09:55:39 -0700 | [diff] [blame] | 785 | X: hw/ssi/xilinx_* |
Peter A. G. Crosthwaite | e326050 | 2012-03-05 14:39:13 +1000 | [diff] [blame] | 786 | |
Alistair Francis | 137805f | 2015-08-25 15:45:07 +0100 | [diff] [blame] | 787 | Xilinx ZynqMP |
Alistair Francis | c22e580 | 2018-03-01 11:05:58 +0000 | [diff] [blame] | 788 | M: Alistair Francis <alistair@alistair23.me> |
Alistair Francis | cc0100f | 2016-07-28 09:55:39 -0700 | [diff] [blame] | 789 | M: Edgar E. Iglesias <edgar.iglesias@gmail.com> |
Peter Maydell | a00d7f2 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 790 | M: Peter Maydell <peter.maydell@linaro.org> |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 791 | L: qemu-arm@nongnu.org |
Alistair Francis | 137805f | 2015-08-25 15:45:07 +0100 | [diff] [blame] | 792 | S: Maintained |
Alistair Francis | cc0100f | 2016-07-28 09:55:39 -0700 | [diff] [blame] | 793 | F: hw/*/xlnx*.c |
Markus Armbruster | f586d5f | 2016-09-05 14:28:52 +0200 | [diff] [blame] | 794 | F: include/hw/*/xlnx*.h |
Philippe Mathieu-Daudé | 24d6d8b | 2018-11-25 21:49:39 +0100 | [diff] [blame] | 795 | F: include/hw/ssi/xilinx_spips.h |
| 796 | F: hw/display/dpcd.c |
| 797 | F: include/hw/display/dpcd.h |
Alistair Francis | 137805f | 2015-08-25 15:45:07 +0100 | [diff] [blame] | 798 | |
Shannon Zhao | 8f4d260 | 2015-06-15 18:06:08 +0100 | [diff] [blame] | 799 | ARM ACPI Subsystem |
Zhaoshenglong | e59f13d | 2017-12-13 17:59:26 +0000 | [diff] [blame] | 800 | M: Shannon Zhao <shannon.zhaosl@gmail.com> |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 801 | L: qemu-arm@nongnu.org |
Shannon Zhao | 8f4d260 | 2015-06-15 18:06:08 +0100 | [diff] [blame] | 802 | S: Maintained |
| 803 | F: hw/arm/virt-acpi-build.c |
Shannon Zhao | 8f4d260 | 2015-06-15 18:06:08 +0100 | [diff] [blame] | 804 | |
Alistair Francis | a1f8193 | 2016-10-04 13:28:07 +0100 | [diff] [blame] | 805 | STM32F205 |
| 806 | M: Alistair Francis <alistair@alistair23.me> |
Peter Maydell | a00d7f2 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 807 | M: Peter Maydell <peter.maydell@linaro.org> |
Alistair Francis | a1f8193 | 2016-10-04 13:28:07 +0100 | [diff] [blame] | 808 | S: Maintained |
| 809 | F: hw/arm/stm32f205_soc.c |
| 810 | F: hw/misc/stm32f2xx_syscfg.c |
| 811 | F: hw/char/stm32f2xx_usart.c |
| 812 | F: hw/timer/stm32f2xx_timer.c |
| 813 | F: hw/adc/* |
| 814 | F: hw/ssi/stm32f2xx_spi.c |
Philippe Mathieu-Daudé | 0e0d345 | 2017-09-08 14:36:19 -0300 | [diff] [blame] | 815 | F: include/hw/*/stm32*.h |
Alistair Francis | a1f8193 | 2016-10-04 13:28:07 +0100 | [diff] [blame] | 816 | |
| 817 | Netduino 2 |
| 818 | M: Alistair Francis <alistair@alistair23.me> |
Peter Maydell | a00d7f2 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 819 | M: Peter Maydell <peter.maydell@linaro.org> |
Alistair Francis | a1f8193 | 2016-10-04 13:28:07 +0100 | [diff] [blame] | 820 | S: Maintained |
| 821 | F: hw/arm/netduino2.c |
| 822 | |
Subbaraya Sundeep | 670bc4c | 2017-11-13 13:55:25 +0000 | [diff] [blame] | 823 | SmartFusion2 |
| 824 | M: Subbaraya Sundeep <sundeep.lkml@gmail.com> |
Peter Maydell | a00d7f2 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 825 | M: Peter Maydell <peter.maydell@linaro.org> |
Subbaraya Sundeep | 670bc4c | 2017-11-13 13:55:25 +0000 | [diff] [blame] | 826 | S: Maintained |
| 827 | F: hw/arm/msf2-soc.c |
| 828 | F: hw/misc/msf2-sysreg.c |
| 829 | F: hw/timer/mss-timer.c |
| 830 | F: hw/ssi/mss-spi.c |
| 831 | F: include/hw/arm/msf2-soc.h |
| 832 | F: include/hw/misc/msf2-sysreg.h |
| 833 | F: include/hw/timer/mss-timer.h |
| 834 | F: include/hw/ssi/mss-spi.h |
| 835 | |
| 836 | Emcraft M2S-FG484 |
| 837 | M: Subbaraya Sundeep <sundeep.lkml@gmail.com> |
Peter Maydell | a00d7f2 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 838 | M: Peter Maydell <peter.maydell@linaro.org> |
Subbaraya Sundeep | 670bc4c | 2017-11-13 13:55:25 +0000 | [diff] [blame] | 839 | S: Maintained |
| 840 | F: hw/arm/msf2-som.c |
| 841 | |
Joel Stanley | f87db1b | 2018-06-26 17:50:39 +0100 | [diff] [blame] | 842 | ASPEED BMCs |
| 843 | M: Cédric Le Goater <clg@kaod.org> |
Peter Maydell | a00d7f2 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 844 | M: Peter Maydell <peter.maydell@linaro.org> |
Joel Stanley | f87db1b | 2018-06-26 17:50:39 +0100 | [diff] [blame] | 845 | R: Andrew Jeffery <andrew@aj.id.au> |
| 846 | R: Joel Stanley <joel@jms.id.au> |
| 847 | L: qemu-arm@nongnu.org |
| 848 | S: Maintained |
| 849 | F: hw/*/*aspeed* |
Thomas Huth | b7f3011 | 2019-01-07 15:23:47 +0000 | [diff] [blame] | 850 | F: hw/misc/pca9552.c |
Joel Stanley | f87db1b | 2018-06-26 17:50:39 +0100 | [diff] [blame] | 851 | F: include/hw/*/*aspeed* |
Thomas Huth | b7f3011 | 2019-01-07 15:23:47 +0000 | [diff] [blame] | 852 | F: include/hw/misc/pca9552*.h |
Joel Stanley | f87db1b | 2018-06-26 17:50:39 +0100 | [diff] [blame] | 853 | F: hw/net/ftgmac100.c |
| 854 | F: include/hw/net/ftgmac100.h |
| 855 | |
Joel Stanley | c0066d1 | 2018-09-25 14:02:30 +0100 | [diff] [blame] | 856 | NRF51 |
| 857 | M: Joel Stanley <joel@jms.id.au> |
Peter Maydell | a00d7f2 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 858 | M: Peter Maydell <peter.maydell@linaro.org> |
Joel Stanley | c0066d1 | 2018-09-25 14:02:30 +0100 | [diff] [blame] | 859 | L: qemu-arm@nongnu.org |
| 860 | S: Maintained |
Stefan Hajnoczi | c8de3f5 | 2019-01-29 11:46:04 +0000 | [diff] [blame] | 861 | F: hw/*/nrf51*.c |
| 862 | F: hw/*/microbit*.c |
| 863 | F: include/hw/*/nrf51*.h |
| 864 | F: include/hw/*/microbit*.h |
| 865 | F: tests/microbit-test.c |
Joel Stanley | c0066d1 | 2018-09-25 14:02:30 +0100 | [diff] [blame] | 866 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 867 | CRIS Machines |
| 868 | ------------- |
| 869 | Axis Dev88 |
| 870 | M: Edgar E. Iglesias <edgar.iglesias@gmail.com> |
| 871 | S: Maintained |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 872 | F: hw/cris/axis_dev88.c |
Peter Maydell | 6e481d5 | 2013-06-24 11:49:32 +0100 | [diff] [blame] | 873 | F: hw/*/etraxfs_*.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 874 | |
Philippe Mathieu-Daudé | e188396 | 2018-12-18 12:56:10 +0100 | [diff] [blame] | 875 | HP-PARISC Machines |
| 876 | ------------------ |
| 877 | Dino |
| 878 | M: Richard Henderson <rth@twiddle.net> |
| 879 | R: Helge Deller <deller@gmx.de> |
| 880 | S: Odd Fixes |
| 881 | F: hw/hppa/ |
| 882 | F: pc-bios/hppa-firmware.img |
| 883 | |
Michael Walle | 07bf23a | 2011-02-17 23:45:18 +0100 | [diff] [blame] | 884 | LM32 Machines |
| 885 | ------------- |
| 886 | EVR32 and uclinux BSP |
| 887 | M: Michael Walle <michael@walle.cc> |
| 888 | S: Maintained |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 889 | F: hw/lm32/lm32_boards.c |
Michael Walle | 07bf23a | 2011-02-17 23:45:18 +0100 | [diff] [blame] | 890 | |
Michael Walle | d118aa6 | 2011-03-07 23:32:45 +0100 | [diff] [blame] | 891 | milkymist |
| 892 | M: Michael Walle <michael@walle.cc> |
| 893 | S: Maintained |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 894 | F: hw/lm32/milkymist.c |
Michael Walle | d118aa6 | 2011-03-07 23:32:45 +0100 | [diff] [blame] | 895 | |
Aurelien Jarno | afcacd5 | 2011-01-14 20:39:19 +0100 | [diff] [blame] | 896 | M68K Machines |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 897 | ------------- |
| 898 | an5206 |
Thomas Huth | 5baf274 | 2017-02-12 23:38:17 +0100 | [diff] [blame] | 899 | M: Thomas Huth <huth@tuxfamily.org> |
| 900 | S: Odd Fixes |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 901 | F: hw/m68k/an5206.c |
Thomas Huth | e9a5611 | 2016-11-02 09:39:33 +0100 | [diff] [blame] | 902 | F: hw/m68k/mcf5206.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 903 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 904 | mcf5208 |
Thomas Huth | 5baf274 | 2017-02-12 23:38:17 +0100 | [diff] [blame] | 905 | M: Thomas Huth <huth@tuxfamily.org> |
| 906 | S: Odd Fixes |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 907 | F: hw/m68k/mcf5208.c |
Thomas Huth | e9a5611 | 2016-11-02 09:39:33 +0100 | [diff] [blame] | 908 | F: hw/m68k/mcf_intc.c |
| 909 | F: hw/char/mcf_uart.c |
| 910 | F: hw/net/mcf_fec.c |
Thomas Huth | 5baf274 | 2017-02-12 23:38:17 +0100 | [diff] [blame] | 911 | F: include/hw/m68k/mcf*.h |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 912 | |
| 913 | MicroBlaze Machines |
| 914 | ------------------- |
| 915 | petalogix_s3adsp1800 |
| 916 | M: Edgar E. Iglesias <edgar.iglesias@gmail.com> |
| 917 | S: Maintained |
Peter Maydell | 6e481d5 | 2013-06-24 11:49:32 +0100 | [diff] [blame] | 918 | F: hw/microblaze/petalogix_s3adsp1800_mmu.c |
Philippe Mathieu-Daudé | a734c7b | 2018-11-25 21:49:41 +0100 | [diff] [blame] | 919 | F: include/hw/char/xilinx_uartlite.h |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 920 | |
Peter A. G. Crosthwaite | d36e8ce | 2012-06-26 14:29:40 +1000 | [diff] [blame] | 921 | petalogix_ml605 |
Alistair Francis | 4b46ba6 | 2015-08-25 15:45:06 +0100 | [diff] [blame] | 922 | M: Edgar E. Iglesias <edgar.iglesias@gmail.com> |
Peter A. G. Crosthwaite | d36e8ce | 2012-06-26 14:29:40 +1000 | [diff] [blame] | 923 | S: Maintained |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 924 | F: hw/microblaze/petalogix_ml605_mmu.c |
Peter A. G. Crosthwaite | d36e8ce | 2012-06-26 14:29:40 +1000 | [diff] [blame] | 925 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 926 | MIPS Machines |
| 927 | ------------- |
| 928 | Jazz |
| 929 | M: Hervé Poussineau <hpoussin@reactos.org> |
Aleksandar Markovic | 215943b | 2018-12-26 17:46:56 +0100 | [diff] [blame] | 930 | R: Aleksandar Rikalo <arikalo@wavecomp.com> |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 931 | S: Maintained |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 932 | F: hw/mips/mips_jazz.c |
Philippe Mathieu-Daudé | 0886a78 | 2018-11-25 21:49:40 +0100 | [diff] [blame] | 933 | F: hw/display/jazz_led.c |
| 934 | F: hw/dma/rc4030.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 935 | |
| 936 | Malta |
| 937 | M: Aurelien Jarno <aurelien@aurel32.net> |
Aleksandar Markovic | 215943b | 2018-12-26 17:46:56 +0100 | [diff] [blame] | 938 | R: Aleksandar Rikalo <arikalo@wavecomp.com> |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 939 | S: Maintained |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 940 | F: hw/mips/mips_malta.c |
Aleksandar Markovic | 93081f5 | 2019-06-20 15:33:12 +0200 | [diff] [blame] | 941 | F: hw/mips/gt64xxx_pci.c |
Philippe Mathieu-Daudé | c47c336 | 2019-05-23 18:18:32 +0200 | [diff] [blame] | 942 | F: tests/acceptance/linux_ssh_mips_malta.py |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 943 | |
| 944 | Mipssim |
Aleksandar Markovic | 4872fee | 2018-08-02 16:15:48 +0200 | [diff] [blame] | 945 | M: Aleksandar Markovic <amarkovic@wavecomp.com> |
Aleksandar Markovic | 215943b | 2018-12-26 17:46:56 +0100 | [diff] [blame] | 946 | R: Aleksandar Rikalo <arikalo@wavecomp.com> |
Yongbok Kim | 659f42d | 2017-03-10 15:32:32 +0000 | [diff] [blame] | 947 | S: Odd Fixes |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 948 | F: hw/mips/mips_mipssim.c |
Yongbok Kim | 659f42d | 2017-03-10 15:32:32 +0000 | [diff] [blame] | 949 | F: hw/net/mipsnet.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 950 | |
| 951 | R4000 |
| 952 | M: Aurelien Jarno <aurelien@aurel32.net> |
Aleksandar Markovic | 215943b | 2018-12-26 17:46:56 +0100 | [diff] [blame] | 953 | R: Aleksandar Rikalo <arikalo@wavecomp.com> |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 954 | S: Maintained |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 955 | F: hw/mips/mips_r4k.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 956 | |
Yongbok Kim | 659f42d | 2017-03-10 15:32:32 +0000 | [diff] [blame] | 957 | Fulong 2E |
Aleksandar Markovic | 4872fee | 2018-08-02 16:15:48 +0200 | [diff] [blame] | 958 | M: Aleksandar Markovic <amarkovic@wavecomp.com> |
Aleksandar Markovic | 215943b | 2018-12-26 17:46:56 +0100 | [diff] [blame] | 959 | R: Aleksandar Rikalo <arikalo@wavecomp.com> |
Yongbok Kim | 659f42d | 2017-03-10 15:32:32 +0000 | [diff] [blame] | 960 | S: Odd Fixes |
| 961 | F: hw/mips/mips_fulong2e.c |
Philippe Mathieu-Daudé | 0170a3f | 2018-03-08 23:39:41 +0100 | [diff] [blame] | 962 | F: hw/isa/vt82c686.c |
Thomas Huth | 5021bfa | 2018-11-22 14:02:40 +0100 | [diff] [blame] | 963 | F: hw/pci-host/bonito.c |
Philippe Mathieu-Daudé | 0170a3f | 2018-03-08 23:39:41 +0100 | [diff] [blame] | 964 | F: include/hw/isa/vt82c686.h |
Yongbok Kim | 659f42d | 2017-03-10 15:32:32 +0000 | [diff] [blame] | 965 | |
| 966 | Boston |
Aleksandar Markovic | 4872fee | 2018-08-02 16:15:48 +0200 | [diff] [blame] | 967 | M: Paul Burton <pburton@wavecomp.com> |
Aleksandar Markovic | 215943b | 2018-12-26 17:46:56 +0100 | [diff] [blame] | 968 | R: Aleksandar Rikalo <arikalo@wavecomp.com> |
Yongbok Kim | 659f42d | 2017-03-10 15:32:32 +0000 | [diff] [blame] | 969 | S: Maintained |
| 970 | F: hw/core/loader-fit.c |
| 971 | F: hw/mips/boston.c |
| 972 | F: hw/pci-host/xilinx-pcie.c |
Thomas Huth | 5021bfa | 2018-11-22 14:02:40 +0100 | [diff] [blame] | 973 | F: include/hw/pci-host/xilinx-pcie.h |
Yongbok Kim | 659f42d | 2017-03-10 15:32:32 +0000 | [diff] [blame] | 974 | |
Jia Liu | 945dad6 | 2013-07-02 20:55:17 +0800 | [diff] [blame] | 975 | OpenRISC Machines |
| 976 | ----------------- |
| 977 | or1k-sim |
| 978 | M: Jia Liu <proljc@gmail.com> |
| 979 | S: Maintained |
| 980 | F: hw/openrisc/openrisc_sim.c |
| 981 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 982 | PowerPC Machines |
| 983 | ---------------- |
| 984 | 405 |
Alexander Graf | bba8e23 | 2018-10-30 10:35:31 +0100 | [diff] [blame] | 985 | M: David Gibson <david@gibson.dropbear.id.au> |
Andreas Färber | a6c9868 | 2012-01-13 13:33:57 +0000 | [diff] [blame] | 986 | L: qemu-ppc@nongnu.org |
Andreas Färber | 9b9fe13 | 2012-08-22 05:48:46 +0000 | [diff] [blame] | 987 | S: Odd Fixes |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 988 | F: hw/ppc/ppc405_boards.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 989 | |
Andreas Färber | aaade8d | 2012-08-22 05:48:47 +0000 | [diff] [blame] | 990 | Bamboo |
Alexander Graf | bba8e23 | 2018-10-30 10:35:31 +0100 | [diff] [blame] | 991 | M: David Gibson <david@gibson.dropbear.id.au> |
Andreas Färber | aaade8d | 2012-08-22 05:48:47 +0000 | [diff] [blame] | 992 | L: qemu-ppc@nongnu.org |
| 993 | S: Odd Fixes |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 994 | F: hw/ppc/ppc440_bamboo.c |
Andreas Färber | aaade8d | 2012-08-22 05:48:47 +0000 | [diff] [blame] | 995 | |
Andreas Färber | 98cded3 | 2012-08-22 05:48:45 +0000 | [diff] [blame] | 996 | e500 |
Alexander Graf | bba8e23 | 2018-10-30 10:35:31 +0100 | [diff] [blame] | 997 | M: David Gibson <david@gibson.dropbear.id.au> |
Andreas Färber | 98cded3 | 2012-08-22 05:48:45 +0000 | [diff] [blame] | 998 | L: qemu-ppc@nongnu.org |
Alexander Graf | bba8e23 | 2018-10-30 10:35:31 +0100 | [diff] [blame] | 999 | S: Odd Fixes |
Thomas Huth | ce6fc61 | 2019-01-30 17:22:25 +0100 | [diff] [blame] | 1000 | F: hw/ppc/e500* |
Thomas Huth | 2c6aba1 | 2019-01-02 16:57:56 +0100 | [diff] [blame] | 1001 | F: hw/gpio/mpc8xxx.c |
Andrew Randrianasulu | 7abb479 | 2019-03-06 13:28:12 +0300 | [diff] [blame] | 1002 | F: hw/i2c/mpc_i2c.c |
Thomas Huth | ce6fc61 | 2019-01-30 17:22:25 +0100 | [diff] [blame] | 1003 | F: hw/net/fsl_etsec/ |
| 1004 | F: hw/pci-host/ppce500.c |
Thomas Huth | b5d5502 | 2016-09-05 22:03:36 +0200 | [diff] [blame] | 1005 | F: include/hw/ppc/ppc_e500.h |
| 1006 | F: include/hw/pci-host/ppce500.h |
| 1007 | F: pc-bios/u-boot.e500 |
Andreas Färber | 98cded3 | 2012-08-22 05:48:45 +0000 | [diff] [blame] | 1008 | |
| 1009 | mpc8544ds |
Alexander Graf | bba8e23 | 2018-10-30 10:35:31 +0100 | [diff] [blame] | 1010 | M: David Gibson <david@gibson.dropbear.id.au> |
Andreas Färber | 98cded3 | 2012-08-22 05:48:45 +0000 | [diff] [blame] | 1011 | L: qemu-ppc@nongnu.org |
Alexander Graf | bba8e23 | 2018-10-30 10:35:31 +0100 | [diff] [blame] | 1012 | S: Odd Fixes |
Andreas Färber | 98cded3 | 2012-08-22 05:48:45 +0000 | [diff] [blame] | 1013 | F: hw/ppc/mpc8544ds.c |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 1014 | F: hw/ppc/mpc8544_guts.c |
Andreas Färber | 98cded3 | 2012-08-22 05:48:45 +0000 | [diff] [blame] | 1015 | |
Thomas Huth | 2c6aba1 | 2019-01-02 16:57:56 +0100 | [diff] [blame] | 1016 | New World (mac99) |
Mark Cave-Ayland | 40e3dd0 | 2019-01-28 21:21:56 +0000 | [diff] [blame] | 1017 | M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> |
| 1018 | R: David Gibson <david@gibson.dropbear.id.au> |
Andreas Färber | a6c9868 | 2012-01-13 13:33:57 +0000 | [diff] [blame] | 1019 | L: qemu-ppc@nongnu.org |
Alexander Graf | bba8e23 | 2018-10-30 10:35:31 +0100 | [diff] [blame] | 1020 | S: Odd Fixes |
Andreas Färber | baec191 | 2013-01-23 23:03:54 +0000 | [diff] [blame] | 1021 | F: hw/ppc/mac_newworld.c |
Peter Maydell | 6e481d5 | 2013-06-24 11:49:32 +0100 | [diff] [blame] | 1022 | F: hw/pci-host/uninorth.c |
| 1023 | F: hw/pci-bridge/dec.[hc] |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 1024 | F: hw/misc/macio/ |
Philippe Mathieu-Daudé | 6ba1647 | 2018-06-06 11:59:20 -0300 | [diff] [blame] | 1025 | F: hw/misc/mos6522.c |
Thomas Huth | b5d5502 | 2016-09-05 22:03:36 +0200 | [diff] [blame] | 1026 | F: hw/nvram/mac_nvram.c |
Thomas Huth | 2c6aba1 | 2019-01-02 16:57:56 +0100 | [diff] [blame] | 1027 | F: hw/input/adb* |
Philippe Mathieu-Daudé | eba4592 | 2018-06-06 11:59:19 -0300 | [diff] [blame] | 1028 | F: include/hw/misc/macio/ |
Philippe Mathieu-Daudé | 6ba1647 | 2018-06-06 11:59:20 -0300 | [diff] [blame] | 1029 | F: include/hw/misc/mos6522.h |
Philippe Mathieu-Daudé | eba4592 | 2018-06-06 11:59:19 -0300 | [diff] [blame] | 1030 | F: include/hw/ppc/mac_dbdma.h |
Thomas Huth | 5021bfa | 2018-11-22 14:02:40 +0100 | [diff] [blame] | 1031 | F: include/hw/pci-host/uninorth.h |
Thomas Huth | 2c6aba1 | 2019-01-02 16:57:56 +0100 | [diff] [blame] | 1032 | F: include/hw/input/adb* |
Mark Cave-Ayland | 52804c6 | 2019-01-02 10:22:43 +0000 | [diff] [blame] | 1033 | F: pc-bios/qemu_vga.ndrv |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1034 | |
Thomas Huth | 2c6aba1 | 2019-01-02 16:57:56 +0100 | [diff] [blame] | 1035 | Old World (g3beige) |
Mark Cave-Ayland | 40e3dd0 | 2019-01-28 21:21:56 +0000 | [diff] [blame] | 1036 | M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> |
| 1037 | R: David Gibson <david@gibson.dropbear.id.au> |
Andreas Färber | a6c9868 | 2012-01-13 13:33:57 +0000 | [diff] [blame] | 1038 | L: qemu-ppc@nongnu.org |
Alexander Graf | bba8e23 | 2018-10-30 10:35:31 +0100 | [diff] [blame] | 1039 | S: Odd Fixes |
Andreas Färber | baec191 | 2013-01-23 23:03:54 +0000 | [diff] [blame] | 1040 | F: hw/ppc/mac_oldworld.c |
Peter Maydell | 6e481d5 | 2013-06-24 11:49:32 +0100 | [diff] [blame] | 1041 | F: hw/pci-host/grackle.c |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 1042 | F: hw/misc/macio/ |
Thomas Huth | 835c42d | 2016-09-29 09:40:33 +0200 | [diff] [blame] | 1043 | F: hw/intc/heathrow_pic.c |
Thomas Huth | 2c6aba1 | 2019-01-02 16:57:56 +0100 | [diff] [blame] | 1044 | F: hw/input/adb* |
Philippe Mathieu-Daudé | 97e16db | 2018-11-25 21:49:43 +0100 | [diff] [blame] | 1045 | F: include/hw/intc/heathrow_pic.h |
Thomas Huth | 2c6aba1 | 2019-01-02 16:57:56 +0100 | [diff] [blame] | 1046 | F: include/hw/input/adb* |
Mark Cave-Ayland | 52804c6 | 2019-01-02 10:22:43 +0000 | [diff] [blame] | 1047 | F: pc-bios/qemu_vga.ndrv |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1048 | |
Andreas Färber | ec38d39 | 2011-11-01 00:03:07 +0100 | [diff] [blame] | 1049 | PReP |
Hervé Poussineau | 8178e89 | 2017-01-12 09:47:29 +0100 | [diff] [blame] | 1050 | M: Hervé Poussineau <hpoussin@reactos.org> |
Andreas Färber | a6c9868 | 2012-01-13 13:33:57 +0000 | [diff] [blame] | 1051 | L: qemu-ppc@nongnu.org |
Hervé Poussineau | 8178e89 | 2017-01-12 09:47:29 +0100 | [diff] [blame] | 1052 | S: Maintained |
Andreas Färber | 7561015 | 2013-01-26 20:41:58 +0100 | [diff] [blame] | 1053 | F: hw/ppc/prep.c |
Hervé Poussineau | 8178e89 | 2017-01-12 09:47:29 +0100 | [diff] [blame] | 1054 | F: hw/ppc/prep_systemio.c |
| 1055 | F: hw/ppc/rs6000_mc.c |
Peter Maydell | 6e481d5 | 2013-06-24 11:49:32 +0100 | [diff] [blame] | 1056 | F: hw/pci-host/prep.[hc] |
Philippe Mathieu-Daudé | 0a9464b | 2017-10-17 13:43:48 -0300 | [diff] [blame] | 1057 | F: hw/isa/i82378.c |
Philippe Mathieu-Daudé | a48c6b5 | 2018-03-08 23:39:25 +0100 | [diff] [blame] | 1058 | F: hw/isa/pc87312.c |
Philippe Mathieu-Daudé | 1cd6dcc | 2017-10-17 13:43:46 -0300 | [diff] [blame] | 1059 | F: hw/dma/i82374.c |
Philippe Mathieu-Daudé | cec16f0 | 2017-10-17 13:43:51 -0300 | [diff] [blame] | 1060 | F: hw/timer/m48t59-isa.c |
Philippe Mathieu-Daudé | a48c6b5 | 2018-03-08 23:39:25 +0100 | [diff] [blame] | 1061 | F: include/hw/isa/pc87312.h |
Philippe Mathieu-Daudé | cec16f0 | 2017-10-17 13:43:51 -0300 | [diff] [blame] | 1062 | F: include/hw/timer/m48t59.h |
Thomas Huth | 835c42d | 2016-09-29 09:40:33 +0200 | [diff] [blame] | 1063 | F: pc-bios/ppc_rom.bin |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1064 | |
Andreas Färber | 300b115 | 2016-01-18 18:19:35 +0100 | [diff] [blame] | 1065 | sPAPR |
David Gibson | 085eb21 | 2015-05-08 10:11:00 +1000 | [diff] [blame] | 1066 | M: David Gibson <david@gibson.dropbear.id.au> |
Andreas Färber | 8a269ca | 2012-08-22 05:48:44 +0000 | [diff] [blame] | 1067 | L: qemu-ppc@nongnu.org |
| 1068 | S: Supported |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 1069 | F: hw/*/spapr* |
David Gibson | f9de2da | 2013-06-15 11:51:52 +1000 | [diff] [blame] | 1070 | F: include/hw/*/spapr* |
| 1071 | F: hw/*/xics* |
| 1072 | F: include/hw/*/xics* |
| 1073 | F: pc-bios/spapr-rtas/* |
Thomas Huth | b5d5502 | 2016-09-05 22:03:36 +0200 | [diff] [blame] | 1074 | F: pc-bios/spapr-rtas.bin |
| 1075 | F: pc-bios/slof.bin |
| 1076 | F: docs/specs/ppc-spapr-hcalls.txt |
| 1077 | F: docs/specs/ppc-spapr-hotplug.txt |
Greg Kurz | a70ab35 | 2016-09-14 13:23:57 +0200 | [diff] [blame] | 1078 | F: tests/spapr* |
| 1079 | F: tests/libqos/*spapr* |
| 1080 | F: tests/rtas* |
| 1081 | F: tests/libqos/rtas* |
Andreas Färber | 8a269ca | 2012-08-22 05:48:44 +0000 | [diff] [blame] | 1082 | |
Cédric Le Goater | 1af82d4 | 2019-03-13 17:24:23 +0100 | [diff] [blame] | 1083 | PowerNV (Non-Virtualized) |
| 1084 | M: Cédric Le Goater <clg@kaod.org> |
| 1085 | M: David Gibson <david@gibson.dropbear.id.au> |
| 1086 | L: qemu-ppc@nongnu.org |
| 1087 | S: Maintained |
| 1088 | F: hw/ppc/pnv* |
| 1089 | F: hw/intc/pnv* |
| 1090 | F: hw/intc/xics_pnv.c |
| 1091 | F: include/hw/ppc/pnv* |
| 1092 | F: pc-bios/skiboot.lid |
| 1093 | F: tests/pnv* |
| 1094 | |
Andreas Färber | 794d00b | 2012-08-22 05:48:48 +0000 | [diff] [blame] | 1095 | virtex_ml507 |
| 1096 | M: Edgar E. Iglesias <edgar.iglesias@gmail.com> |
| 1097 | L: qemu-ppc@nongnu.org |
| 1098 | S: Odd Fixes |
Peter Maydell | 6e481d5 | 2013-06-24 11:49:32 +0100 | [diff] [blame] | 1099 | F: hw/ppc/virtex_ml507.c |
Andreas Färber | 794d00b | 2012-08-22 05:48:48 +0000 | [diff] [blame] | 1100 | |
BALATON Zoltan | a9dd660 | 2017-12-16 23:42:39 +0100 | [diff] [blame] | 1101 | sam460ex |
| 1102 | M: BALATON Zoltan <balaton@eik.bme.hu> |
| 1103 | L: qemu-ppc@nongnu.org |
| 1104 | S: Maintained |
BALATON Zoltan | 33c6a8b | 2019-01-02 03:06:38 +0100 | [diff] [blame] | 1105 | F: hw/ppc/sam460ex.c |
| 1106 | F: hw/ppc/ppc440_pcix.c |
| 1107 | F: hw/display/sm501* |
BALATON Zoltan | a9dd660 | 2017-12-16 23:42:39 +0100 | [diff] [blame] | 1108 | F: hw/ide/sii3112.c |
BALATON Zoltan | c6f2594 | 2018-06-29 00:38:33 +0200 | [diff] [blame] | 1109 | F: hw/timer/m41t80.c |
BALATON Zoltan | 33c6a8b | 2019-01-02 03:06:38 +0100 | [diff] [blame] | 1110 | F: pc-bios/canyonlands.dt[sb] |
| 1111 | F: pc-bios/u-boot-sam460ex-20100605.bin |
| 1112 | F: roms/u-boot-sam460ex |
BALATON Zoltan | a9dd660 | 2017-12-16 23:42:39 +0100 | [diff] [blame] | 1113 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1114 | SH4 Machines |
| 1115 | ------------ |
| 1116 | R2D |
| 1117 | M: Magnus Damm <magnus.damm@gmail.com> |
| 1118 | S: Maintained |
Peter Maydell | 6e481d5 | 2013-06-24 11:49:32 +0100 | [diff] [blame] | 1119 | F: hw/sh4/r2d.c |
Thomas Huth | 81527b9 | 2016-09-30 11:32:02 +0200 | [diff] [blame] | 1120 | F: hw/intc/sh_intc.c |
| 1121 | F: hw/timer/sh_timer.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1122 | |
| 1123 | Shix |
| 1124 | M: Magnus Damm <magnus.damm@gmail.com> |
Thomas Huth | 81527b9 | 2016-09-30 11:32:02 +0200 | [diff] [blame] | 1125 | S: Odd Fixes |
Peter Maydell | 6e481d5 | 2013-06-24 11:49:32 +0100 | [diff] [blame] | 1126 | F: hw/sh4/shix.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1127 | |
| 1128 | SPARC Machines |
| 1129 | -------------- |
| 1130 | Sun4m |
Mark Cave-Ayland | f2416d3 | 2015-03-02 22:23:27 +0000 | [diff] [blame] | 1131 | M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1132 | S: Maintained |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 1133 | F: hw/sparc/sun4m.c |
Markus Armbruster | c468e36 | 2018-08-10 13:55:53 +0200 | [diff] [blame] | 1134 | F: hw/sparc/sun4m_iommu.c |
Thomas Huth | aec2b88 | 2019-02-15 13:39:24 +0100 | [diff] [blame] | 1135 | F: hw/display/cg3.c |
| 1136 | F: hw/display/tcx.c |
Thomas Huth | c10a1c7 | 2016-09-19 21:58:34 +0200 | [diff] [blame] | 1137 | F: hw/dma/sparc32_dma.c |
Thomas Huth | 7098b79 | 2016-09-23 14:27:25 +0200 | [diff] [blame] | 1138 | F: hw/misc/eccmemctl.c |
Thomas Huth | aec2b88 | 2019-02-15 13:39:24 +0100 | [diff] [blame] | 1139 | F: hw/*/slavio_*.c |
| 1140 | F: include/hw/nvram/sun_nvram.h |
Thomas Huth | c10a1c7 | 2016-09-19 21:58:34 +0200 | [diff] [blame] | 1141 | F: include/hw/sparc/sparc32_dma.h |
Philippe Mathieu-Daudé | d047615 | 2018-11-25 21:49:44 +0100 | [diff] [blame] | 1142 | F: include/hw/sparc/sun4m_iommu.h |
Thomas Huth | aec2b88 | 2019-02-15 13:39:24 +0100 | [diff] [blame] | 1143 | F: pc-bios/openbios-sparc32 |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1144 | |
| 1145 | Sun4u |
Mark Cave-Ayland | f2416d3 | 2015-03-02 22:23:27 +0000 | [diff] [blame] | 1146 | M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1147 | S: Maintained |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 1148 | F: hw/sparc64/sun4u.c |
Philippe Mathieu-Daudé | 8ef856b | 2018-12-18 12:56:05 +0100 | [diff] [blame] | 1149 | F: hw/sparc64/sun4u_iommu.c |
| 1150 | F: include/hw/sparc/sun4u_iommu.h |
Thomas Huth | 5021bfa | 2018-11-22 14:02:40 +0100 | [diff] [blame] | 1151 | F: hw/pci-host/sabre.c |
| 1152 | F: include/hw/pci-host/sabre.h |
Philippe Mathieu-Daudé | 8ef856b | 2018-12-18 12:56:05 +0100 | [diff] [blame] | 1153 | F: hw/pci-bridge/simba.c |
| 1154 | F: include/hw/pci-bridge/simba.h |
| 1155 | F: pc-bios/openbios-sparc64 |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1156 | |
Artyom Tarasenko | a2664ca | 2016-09-29 14:46:45 +0200 | [diff] [blame] | 1157 | Sun4v |
| 1158 | M: Artyom Tarasenko <atar4qemu@gmail.com> |
| 1159 | S: Maintained |
Fam Zheng | 626e4a4 | 2017-10-13 16:53:54 +0800 | [diff] [blame] | 1160 | F: hw/sparc64/niagara.c |
Artyom Tarasenko | a2664ca | 2016-09-29 14:46:45 +0200 | [diff] [blame] | 1161 | F: hw/timer/sun4v-rtc.c |
| 1162 | F: include/hw/timer/sun4v-rtc.h |
| 1163 | |
Fabien Chouteau | ce6c760 | 2012-05-22 10:14:28 +0200 | [diff] [blame] | 1164 | Leon3 |
| 1165 | M: Fabien Chouteau <chouteau@adacore.com> |
KONRAD Frederic | 918b8ad | 2019-05-15 14:31:33 +0200 | [diff] [blame] | 1166 | M: KONRAD Frederic <frederic.konrad@adacore.com> |
Fabien Chouteau | ce6c760 | 2012-05-22 10:14:28 +0200 | [diff] [blame] | 1167 | S: Maintained |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 1168 | F: hw/sparc/leon3.c |
| 1169 | F: hw/*/grlib* |
KONRAD Frederic | 162abf1 | 2019-05-15 14:31:32 +0200 | [diff] [blame] | 1170 | F: include/hw/*/grlib* |
Fabien Chouteau | ce6c760 | 2012-05-22 10:14:28 +0200 | [diff] [blame] | 1171 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1172 | S390 Machines |
| 1173 | ------------- |
Cornelia Huck | dd4ad64 | 2013-03-05 02:22:01 +0000 | [diff] [blame] | 1174 | S390 Virtio-ccw |
Cornelia Huck | c1976ae | 2017-07-04 11:22:15 +0200 | [diff] [blame] | 1175 | M: Cornelia Huck <cohuck@redhat.com> |
Christian Borntraeger | 7c8e264 | 2018-12-04 14:38:02 +0100 | [diff] [blame] | 1176 | M: Halil Pasic <pasic@linux.ibm.com> |
Christian Borntraeger | b304bf0 | 2014-03-06 09:49:25 +0100 | [diff] [blame] | 1177 | M: Christian Borntraeger <borntraeger@de.ibm.com> |
Cornelia Huck | dd4ad64 | 2013-03-05 02:22:01 +0000 | [diff] [blame] | 1178 | S: Supported |
Paolo Bonzini | 0c6aa7e | 2015-09-22 11:37:07 +0200 | [diff] [blame] | 1179 | F: hw/char/sclp*.[hc] |
Christian Borntraeger | 9d1c444 | 2017-09-18 15:04:55 +0200 | [diff] [blame] | 1180 | F: hw/char/terminal3270.c |
Cornelia Huck | c5bfb20 | 2015-11-04 15:59:55 +0100 | [diff] [blame] | 1181 | F: hw/s390x/ |
Cornelia Huck | 4277af1 | 2014-10-20 19:00:03 +0200 | [diff] [blame] | 1182 | F: include/hw/s390x/ |
Cornelia Huck | c5bfb20 | 2015-11-04 15:59:55 +0100 | [diff] [blame] | 1183 | F: hw/watchdog/wdt_diag288.c |
Sascha Silbe | 1e4738b | 2016-08-30 14:02:16 +0200 | [diff] [blame] | 1184 | F: include/hw/watchdog/wdt_diag288.h |
Sascha Silbe | 1e4738b | 2016-08-30 14:02:16 +0200 | [diff] [blame] | 1185 | F: default-configs/s390x-softmmu.mak |
Stefan Hajnoczi | e18a8b3 | 2018-11-08 11:15:26 +0000 | [diff] [blame] | 1186 | T: git https://github.com/cohuck/qemu.git s390-next |
| 1187 | T: git https://github.com/borntraeger/qemu.git s390-next |
Cornelia Huck | 146bd28 | 2017-10-05 17:05:23 +0200 | [diff] [blame] | 1188 | L: qemu-s390x@nongnu.org |
Cornelia Huck | dd4ad64 | 2013-03-05 02:22:01 +0000 | [diff] [blame] | 1189 | |
Christian Borntraeger | 8e4eb42 | 2018-10-29 16:42:25 +0100 | [diff] [blame] | 1190 | S390-ccw boot |
Cornelia Huck | 304584b | 2018-01-15 16:14:45 +0100 | [diff] [blame] | 1191 | M: Christian Borntraeger <borntraeger@de.ibm.com> |
| 1192 | M: Thomas Huth <thuth@redhat.com> |
| 1193 | S: Supported |
Christian Borntraeger | 8e4eb42 | 2018-10-29 16:42:25 +0100 | [diff] [blame] | 1194 | F: hw/s390x/ipl.* |
Cornelia Huck | 304584b | 2018-01-15 16:14:45 +0100 | [diff] [blame] | 1195 | F: pc-bios/s390-ccw/ |
| 1196 | F: pc-bios/s390-ccw.img |
Jason J. Herne | efa47d3 | 2019-04-04 10:34:34 -0400 | [diff] [blame] | 1197 | F: docs/devel/s390-dasd-ipl.txt |
Stefan Hajnoczi | e18a8b3 | 2018-11-08 11:15:26 +0000 | [diff] [blame] | 1198 | T: git https://github.com/borntraeger/qemu.git s390-next |
Cornelia Huck | 304584b | 2018-01-15 16:14:45 +0100 | [diff] [blame] | 1199 | L: qemu-s390x@nongnu.org |
| 1200 | |
Christian Borntraeger | d5bfb42 | 2018-10-29 16:42:24 +0100 | [diff] [blame] | 1201 | S390 PCI |
| 1202 | M: Collin Walling <walling@linux.ibm.com> |
| 1203 | S: Supported |
| 1204 | F: hw/s390x/s390-pci* |
| 1205 | L: qemu-s390x@nongnu.org |
| 1206 | |
Guan Xuetao | ab9528c | 2012-08-10 14:42:34 +0800 | [diff] [blame] | 1207 | UniCore32 Machines |
Markus Armbruster | 84995ea | 2019-06-06 19:24:08 +0200 | [diff] [blame] | 1208 | ------------------ |
Guan Xuetao | ab9528c | 2012-08-10 14:42:34 +0800 | [diff] [blame] | 1209 | PKUnity-3 SoC initramfs-with-busybox |
| 1210 | M: Guan Xuetao <gxt@mprc.pku.edu.cn> |
| 1211 | S: Maintained |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 1212 | F: hw/*/puv3* |
Guan Xuetao | ab9528c | 2012-08-10 14:42:34 +0800 | [diff] [blame] | 1213 | F: hw/unicore32/ |
| 1214 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1215 | X86 Machines |
| 1216 | ------------ |
| 1217 | PC |
Michael S. Tsirkin | 046a648 | 2013-11-06 17:16:42 +0200 | [diff] [blame] | 1218 | M: Michael S. Tsirkin <mst@redhat.com> |
Marcel Apfelbaum | fe355cb | 2018-04-26 11:45:23 +0300 | [diff] [blame] | 1219 | M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1220 | S: Supported |
Michael S. Tsirkin | 046a648 | 2013-11-06 17:16:42 +0200 | [diff] [blame] | 1221 | F: include/hw/i386/ |
| 1222 | F: hw/i386/ |
| 1223 | F: hw/pci-host/piix.c |
| 1224 | F: hw/pci-host/q35.c |
| 1225 | F: hw/pci-host/pam.c |
| 1226 | F: include/hw/pci-host/q35.h |
| 1227 | F: include/hw/pci-host/pam.h |
| 1228 | F: hw/isa/piix4.c |
| 1229 | F: hw/isa/lpc_ich9.c |
| 1230 | F: hw/i2c/smbus_ich9.c |
| 1231 | F: hw/acpi/piix4.c |
| 1232 | F: hw/acpi/ich9.c |
| 1233 | F: include/hw/acpi/ich9.h |
Markus Armbruster | f586d5f | 2016-09-05 14:28:52 +0200 | [diff] [blame] | 1234 | F: include/hw/acpi/piix4.h |
Paolo Bonzini | 9cc3b73 | 2015-09-22 11:56:47 +0200 | [diff] [blame] | 1235 | F: hw/misc/sga.c |
Philippe Mathieu-Daudé | 6f5a329 | 2018-12-18 12:56:06 +0100 | [diff] [blame] | 1236 | F: hw/isa/apm.c |
| 1237 | F: include/hw/isa/apm.h |
| 1238 | F: tests/test-x86-cpuid.c |
| 1239 | F: tests/test-x86-cpuid-compat.c |
Paolo Bonzini | 9cc3b73 | 2015-09-22 11:56:47 +0200 | [diff] [blame] | 1240 | |
| 1241 | PC Chipset |
| 1242 | M: Michael S. Tsirkin <mst@redhat.com> |
| 1243 | M: Paolo Bonzini <pbonzini@redhat.com> |
Philippe Mathieu-Daudé | 1732be8 | 2017-10-17 13:43:50 -0300 | [diff] [blame] | 1244 | S: Supported |
Paolo Bonzini | 9cc3b73 | 2015-09-22 11:56:47 +0200 | [diff] [blame] | 1245 | F: hw/char/debugcon.c |
Philippe Mathieu-Daudé | bb3d5ea | 2018-03-08 23:39:22 +0100 | [diff] [blame] | 1246 | F: hw/char/parallel* |
Paolo Bonzini | 9cc3b73 | 2015-09-22 11:56:47 +0200 | [diff] [blame] | 1247 | F: hw/char/serial* |
| 1248 | F: hw/dma/i8257* |
| 1249 | F: hw/i2c/pm_smbus.c |
Philippe Mathieu-Daudé | 1732be8 | 2017-10-17 13:43:50 -0300 | [diff] [blame] | 1250 | F: hw/input/pckbd.c |
Paolo Bonzini | 9cc3b73 | 2015-09-22 11:56:47 +0200 | [diff] [blame] | 1251 | F: hw/intc/apic* |
| 1252 | F: hw/intc/ioapic* |
| 1253 | F: hw/intc/i8259* |
Philippe Mathieu-Daudé | 1854eb2 | 2018-03-08 23:39:29 +0100 | [diff] [blame] | 1254 | F: hw/isa/isa-superio.c |
Paolo Bonzini | 9cc3b73 | 2015-09-22 11:56:47 +0200 | [diff] [blame] | 1255 | F: hw/misc/debugexit.c |
| 1256 | F: hw/misc/pc-testdev.c |
| 1257 | F: hw/timer/hpet* |
| 1258 | F: hw/timer/i8254* |
| 1259 | F: hw/timer/mc146818rtc* |
Philippe Mathieu-Daudé | edc46af | 2017-10-17 13:43:49 -0300 | [diff] [blame] | 1260 | F: hw/watchdog/wdt_ib700.c |
Philippe Mathieu-Daudé | 4bcbc77 | 2018-11-25 21:49:47 +0100 | [diff] [blame] | 1261 | F: hw/watchdog/wdt_i6300esb.c |
Philippe Mathieu-Daudé | 866e2b3 | 2017-10-17 13:44:21 -0300 | [diff] [blame] | 1262 | F: include/hw/display/vga.h |
Philippe Mathieu-Daudé | bb3d5ea | 2018-03-08 23:39:22 +0100 | [diff] [blame] | 1263 | F: include/hw/char/parallel.h |
Philippe Mathieu-Daudé | 55f613a | 2018-03-08 23:39:23 +0100 | [diff] [blame] | 1264 | F: include/hw/dma/i8257.h |
Thomas Huth | a2feb34 | 2016-09-05 23:31:15 +0200 | [diff] [blame] | 1265 | F: include/hw/i2c/pm_smbus.h |
Philippe Mathieu-Daudé | 47973a2 | 2018-03-08 23:39:24 +0100 | [diff] [blame] | 1266 | F: include/hw/input/i8042.h |
Philippe Mathieu-Daudé | 4bcbc77 | 2018-11-25 21:49:47 +0100 | [diff] [blame] | 1267 | F: include/hw/isa/i8259_internal.h |
Philippe Mathieu-Daudé | 1854eb2 | 2018-03-08 23:39:29 +0100 | [diff] [blame] | 1268 | F: include/hw/isa/superio.h |
Thomas Huth | a2feb34 | 2016-09-05 23:31:15 +0200 | [diff] [blame] | 1269 | F: include/hw/timer/hpet.h |
| 1270 | F: include/hw/timer/i8254* |
| 1271 | F: include/hw/timer/mc146818rtc* |
Michael S. Tsirkin | 046a648 | 2013-11-06 17:16:42 +0200 | [diff] [blame] | 1272 | |
Michael S. Tsirkin | 5da4fb001 | 2016-03-11 16:06:56 +0200 | [diff] [blame] | 1273 | Machine core |
| 1274 | M: Eduardo Habkost <ehabkost@redhat.com> |
Marcel Apfelbaum | fe355cb | 2018-04-26 11:45:23 +0300 | [diff] [blame] | 1275 | M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> |
Michael S. Tsirkin | 5da4fb001 | 2016-03-11 16:06:56 +0200 | [diff] [blame] | 1276 | S: Supported |
Markus Armbruster | 52924de | 2019-06-19 22:10:43 +0200 | [diff] [blame] | 1277 | F: hw/core/machine-qmp-cmds.c |
Michael S. Tsirkin | 5da4fb001 | 2016-03-11 16:06:56 +0200 | [diff] [blame] | 1278 | F: hw/core/machine.c |
Thomas Huth | c1629c5 | 2017-01-23 06:54:55 +0100 | [diff] [blame] | 1279 | F: hw/core/null-machine.c |
Markus Armbruster | ac05787 | 2019-06-19 22:10:42 +0200 | [diff] [blame] | 1280 | F: hw/core/numa.c |
Luc Michel | 335d52f | 2019-01-07 15:23:45 +0000 | [diff] [blame] | 1281 | F: hw/cpu/cluster.c |
Markus Armbruster | 8ac25c8 | 2019-06-19 22:10:41 +0200 | [diff] [blame] | 1282 | F: qapi/machine.json |
Markus Armbruster | 7f7b4e7 | 2019-06-19 22:10:45 +0200 | [diff] [blame] | 1283 | F: qapi/machine-target.json |
Markus Armbruster | 2dd0258 | 2019-06-19 22:10:40 +0200 | [diff] [blame] | 1284 | F: qom/cpu.c |
Michael S. Tsirkin | 5da4fb001 | 2016-03-11 16:06:56 +0200 | [diff] [blame] | 1285 | F: include/hw/boards.h |
Luc Michel | 335d52f | 2019-01-07 15:23:45 +0000 | [diff] [blame] | 1286 | F: include/hw/cpu/cluster.h |
Markus Armbruster | 2dd0258 | 2019-06-19 22:10:40 +0200 | [diff] [blame] | 1287 | F: include/qom/cpu.h |
| 1288 | F: include/sysemu/numa.h |
Stefan Hajnoczi | e18a8b3 | 2018-11-08 11:15:26 +0000 | [diff] [blame] | 1289 | T: git https://github.com/ehabkost/qemu.git machine-next |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1290 | |
Max Filippov | 16e7caa | 2011-09-06 03:55:56 +0400 | [diff] [blame] | 1291 | Xtensa Machines |
| 1292 | --------------- |
Max Filippov | 375847a | 2011-10-28 02:11:05 +0400 | [diff] [blame] | 1293 | sim |
Max Filippov | 16e7caa | 2011-09-06 03:55:56 +0400 | [diff] [blame] | 1294 | M: Max Filippov <jcmvbkbc@gmail.com> |
| 1295 | S: Maintained |
Max Filippov | 437a8c1 | 2014-10-22 07:25:42 +0400 | [diff] [blame] | 1296 | F: hw/xtensa/sim.c |
Max Filippov | 375847a | 2011-10-28 02:11:05 +0400 | [diff] [blame] | 1297 | |
Max Filippov | 437a8c1 | 2014-10-22 07:25:42 +0400 | [diff] [blame] | 1298 | XTFPGA (LX60, LX200, ML605, KC705) |
Max Filippov | 375847a | 2011-10-28 02:11:05 +0400 | [diff] [blame] | 1299 | M: Max Filippov <jcmvbkbc@gmail.com> |
| 1300 | S: Maintained |
Max Filippov | 437a8c1 | 2014-10-22 07:25:42 +0400 | [diff] [blame] | 1301 | F: hw/xtensa/xtfpga.c |
| 1302 | F: hw/net/opencores_eth.c |
Max Filippov | 16e7caa | 2011-09-06 03:55:56 +0400 | [diff] [blame] | 1303 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1304 | Devices |
| 1305 | ------- |
Jiri Slaby | b30934c | 2015-01-21 17:48:33 +0100 | [diff] [blame] | 1306 | EDU |
| 1307 | M: Jiri Slaby <jslaby@suse.cz> |
| 1308 | S: Maintained |
| 1309 | F: hw/misc/edu.c |
| 1310 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1311 | IDE |
John Snow | c095348 | 2015-03-04 23:37:55 -0500 | [diff] [blame] | 1312 | M: John Snow <jsnow@redhat.com> |
| 1313 | L: qemu-block@nongnu.org |
| 1314 | S: Supported |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 1315 | F: include/hw/ide.h |
Thomas Huth | c9f7acd | 2016-09-23 18:09:56 +0200 | [diff] [blame] | 1316 | F: include/hw/ide/ |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1317 | F: hw/ide/ |
John Snow | c095348 | 2015-03-04 23:37:55 -0500 | [diff] [blame] | 1318 | F: hw/block/block.c |
| 1319 | F: hw/block/cdrom.c |
| 1320 | F: hw/block/hd-geometry.c |
| 1321 | F: tests/ide-test.c |
| 1322 | F: tests/ahci-test.c |
Thomas Huth | edc35b3 | 2018-06-08 13:17:39 -0400 | [diff] [blame] | 1323 | F: tests/cdrom-test.c |
John Snow | aee5031 | 2015-10-05 12:00:56 -0400 | [diff] [blame] | 1324 | F: tests/libqos/ahci* |
Stefan Hajnoczi | e18a8b3 | 2018-11-08 11:15:26 +0000 | [diff] [blame] | 1325 | T: git https://github.com/jnsnow/qemu.git ide |
John Snow | c095348 | 2015-03-04 23:37:55 -0500 | [diff] [blame] | 1326 | |
Corey Minyard | caf316b | 2017-12-07 14:55:31 -0600 | [diff] [blame] | 1327 | IPMI |
| 1328 | M: Corey Minyard <minyard@acm.org> |
| 1329 | S: Maintained |
| 1330 | F: include/hw/ipmi/* |
| 1331 | F: hw/ipmi/* |
| 1332 | F: hw/smbios/smbios_type_38.c |
| 1333 | F: tests/ipmi* |
Stefan Hajnoczi | e18a8b3 | 2018-11-08 11:15:26 +0000 | [diff] [blame] | 1334 | T: git https://github.com/cminyard/qemu.git master-ipmi-rebase |
Corey Minyard | caf316b | 2017-12-07 14:55:31 -0600 | [diff] [blame] | 1335 | |
John Snow | c095348 | 2015-03-04 23:37:55 -0500 | [diff] [blame] | 1336 | Floppy |
| 1337 | M: John Snow <jsnow@redhat.com> |
| 1338 | L: qemu-block@nongnu.org |
| 1339 | S: Supported |
| 1340 | F: hw/block/fdc.c |
| 1341 | F: include/hw/block/fdc.h |
John Snow | aee5031 | 2015-10-05 12:00:56 -0400 | [diff] [blame] | 1342 | F: tests/fdc-test.c |
Stefan Hajnoczi | e18a8b3 | 2018-11-08 11:15:26 +0000 | [diff] [blame] | 1343 | T: git https://github.com/jnsnow/qemu.git ide |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1344 | |
Peter Maydell | f5f487b | 2011-09-17 17:26:15 +0100 | [diff] [blame] | 1345 | OMAP |
| 1346 | M: Peter Maydell <peter.maydell@linaro.org> |
| 1347 | S: Maintained |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 1348 | F: hw/*/omap* |
Thomas Huth | ed0db86 | 2016-02-25 12:22:04 +0100 | [diff] [blame] | 1349 | F: include/hw/arm/omap.h |
Peter Maydell | f5f487b | 2011-09-17 17:26:15 +0100 | [diff] [blame] | 1350 | |
Paolo Bonzini | 28d54e5 | 2015-09-22 11:37:27 +0200 | [diff] [blame] | 1351 | IPack |
| 1352 | M: Alberto Garcia <berto@igalia.com> |
| 1353 | S: Odd Fixes |
| 1354 | F: hw/char/ipoctal232.c |
| 1355 | F: hw/ipack/ |
| 1356 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1357 | PCI |
| 1358 | M: Michael S. Tsirkin <mst@redhat.com> |
Marcel Apfelbaum | fe355cb | 2018-04-26 11:45:23 +0300 | [diff] [blame] | 1359 | M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1360 | S: Supported |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 1361 | F: include/hw/pci/* |
Paolo Bonzini | f178bc6 | 2015-09-22 11:56:48 +0200 | [diff] [blame] | 1362 | F: hw/misc/pci-testdev.c |
Michael S. Tsirkin | ca818cf | 2012-12-12 15:11:55 +0200 | [diff] [blame] | 1363 | F: hw/pci/* |
Paolo Bonzini | f178bc6 | 2015-09-22 11:56:48 +0200 | [diff] [blame] | 1364 | F: hw/pci-bridge/* |
Philippe Mathieu-Daudé | 6817992 | 2017-09-08 14:36:25 -0300 | [diff] [blame] | 1365 | F: docs/pci* |
| 1366 | F: docs/specs/*pci* |
Fam Zheng | 534fd81 | 2017-10-13 16:53:55 +0800 | [diff] [blame] | 1367 | F: default-configs/pci.mak |
Michael S. Tsirkin | 0e0b359 | 2015-06-23 08:09:34 +0200 | [diff] [blame] | 1368 | |
Michael S. Tsirkin | d31e5ae | 2015-08-12 12:17:36 +0300 | [diff] [blame] | 1369 | ACPI/SMBIOS |
Michael S. Tsirkin | 0e0b359 | 2015-06-23 08:09:34 +0200 | [diff] [blame] | 1370 | M: Michael S. Tsirkin <mst@redhat.com> |
| 1371 | M: Igor Mammedov <imammedo@redhat.com> |
| 1372 | S: Supported |
| 1373 | F: include/hw/acpi/* |
Philippe Mathieu-Daudé | a2eb5c0 | 2018-12-11 17:34:06 +0100 | [diff] [blame] | 1374 | F: include/hw/firmware/smbios.h |
Michael S. Tsirkin | 0e0b359 | 2015-06-23 08:09:34 +0200 | [diff] [blame] | 1375 | F: hw/mem/* |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 1376 | F: hw/acpi/* |
Michael S. Tsirkin | d31e5ae | 2015-08-12 12:17:36 +0300 | [diff] [blame] | 1377 | F: hw/smbios/* |
Michael S. Tsirkin | 0e0b359 | 2015-06-23 08:09:34 +0200 | [diff] [blame] | 1378 | F: hw/i386/acpi-build.[hc] |
Michael S. Tsirkin | 0e0b359 | 2015-06-23 08:09:34 +0200 | [diff] [blame] | 1379 | F: hw/arm/virt-acpi-build.c |
Ben Warren | 3248f1b | 2017-02-16 15:15:38 -0800 | [diff] [blame] | 1380 | F: tests/bios-tables-test.c |
| 1381 | F: tests/acpi-utils.[hc] |
Philippe Mathieu-Daudé | faae23b | 2018-11-25 21:49:36 +0100 | [diff] [blame] | 1382 | F: tests/data/acpi/ |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1383 | |
Andreas Färber | aaade8d | 2012-08-22 05:48:47 +0000 | [diff] [blame] | 1384 | ppc4xx |
Alexander Graf | bba8e23 | 2018-10-30 10:35:31 +0100 | [diff] [blame] | 1385 | M: David Gibson <david@gibson.dropbear.id.au> |
Andreas Färber | aaade8d | 2012-08-22 05:48:47 +0000 | [diff] [blame] | 1386 | L: qemu-ppc@nongnu.org |
| 1387 | S: Odd Fixes |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 1388 | F: hw/ppc/ppc4*.c |
Philippe Mathieu-Daudé | aa3a41f | 2017-10-17 13:43:45 -0300 | [diff] [blame] | 1389 | F: hw/i2c/ppc4xx_i2c.c |
Thomas Huth | b5d5502 | 2016-09-05 22:03:36 +0200 | [diff] [blame] | 1390 | F: include/hw/ppc/ppc4xx.h |
Philippe Mathieu-Daudé | aa3a41f | 2017-10-17 13:43:45 -0300 | [diff] [blame] | 1391 | F: include/hw/i2c/ppc4xx_i2c.h |
Andreas Färber | aaade8d | 2012-08-22 05:48:47 +0000 | [diff] [blame] | 1392 | |
Paolo Bonzini | 61af0ee | 2015-09-22 11:40:00 +0200 | [diff] [blame] | 1393 | Character devices |
Paolo Bonzini | 2185fd6 | 2018-10-19 14:25:42 +0200 | [diff] [blame] | 1394 | M: Marc-André Lureau <marcandre.lureau@redhat.com> |
| 1395 | R: Paolo Bonzini <pbonzini@redhat.com> |
Paolo Bonzini | 61af0ee | 2015-09-22 11:40:00 +0200 | [diff] [blame] | 1396 | S: Odd Fixes |
| 1397 | F: hw/char/ |
| 1398 | |
Paolo Bonzini | f536f11 | 2015-09-22 11:40:00 +0200 | [diff] [blame] | 1399 | Network devices |
| 1400 | M: Jason Wang <jasowang@redhat.com> |
| 1401 | S: Odd Fixes |
| 1402 | F: hw/net/ |
Philippe Mathieu-Daudé | 6061b5c | 2017-10-17 13:43:52 -0300 | [diff] [blame] | 1403 | F: include/hw/net/ |
Greg Kurz | 6bd7776 | 2016-09-09 10:31:20 +0200 | [diff] [blame] | 1404 | F: tests/virtio-net-test.c |
Stefan Hajnoczi | e18a8b3 | 2018-11-08 11:15:26 +0000 | [diff] [blame] | 1405 | T: git https://github.com/jasowang/qemu.git net |
Paolo Bonzini | f536f11 | 2015-09-22 11:40:00 +0200 | [diff] [blame] | 1406 | |
Philippe Mathieu-Daudé | e0c9d0c | 2019-05-06 00:47:37 +0200 | [diff] [blame] | 1407 | Parallel NOR Flash devices |
| 1408 | M: Philippe Mathieu-Daudé <philmd@redhat.com> |
| 1409 | T: git https://gitlab.com/philmd/qemu.git pflash-next |
| 1410 | S: Maintained |
| 1411 | F: hw/block/pflash_cfi*.c |
| 1412 | F: include/hw/block/flash.h |
| 1413 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1414 | SCSI |
Paolo Bonzini | de7724f | 2012-02-22 15:59:52 +0100 | [diff] [blame] | 1415 | M: Paolo Bonzini <pbonzini@redhat.com> |
Fam Zheng | fe5ca46 | 2018-11-21 23:30:36 +0800 | [diff] [blame] | 1416 | R: Fam Zheng <fam@euphon.net> |
Paolo Bonzini | de7724f | 2012-02-22 15:59:52 +0100 | [diff] [blame] | 1417 | S: Supported |
Thomas Huth | 74460f3 | 2016-09-05 22:11:41 +0200 | [diff] [blame] | 1418 | F: include/hw/scsi/* |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 1419 | F: hw/scsi/* |
Greg Kurz | 6bd7776 | 2016-09-09 10:31:20 +0200 | [diff] [blame] | 1420 | F: tests/virtio-scsi-test.c |
Stefan Hajnoczi | e18a8b3 | 2018-11-08 11:15:26 +0000 | [diff] [blame] | 1421 | T: git https://github.com/bonzini/qemu.git scsi-next |
Paolo Bonzini | de7724f | 2012-02-22 15:59:52 +0100 | [diff] [blame] | 1422 | |
Peter A. G. Crosthwaite | fcb5629 | 2012-08-06 11:38:19 +1000 | [diff] [blame] | 1423 | SSI |
Alistair Francis | c22e580 | 2018-03-01 11:05:58 +0000 | [diff] [blame] | 1424 | M: Alistair Francis <alistair@alistair23.me> |
Peter A. G. Crosthwaite | fcb5629 | 2012-08-06 11:38:19 +1000 | [diff] [blame] | 1425 | S: Maintained |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 1426 | F: hw/ssi/* |
| 1427 | F: hw/block/m25p80.c |
Philippe Mathieu-Daudé | 982d009 | 2017-09-08 14:36:26 -0300 | [diff] [blame] | 1428 | F: include/hw/ssi/ssi.h |
Alistair Francis | 4b46ba6 | 2015-08-25 15:45:06 +0100 | [diff] [blame] | 1429 | X: hw/ssi/xilinx_* |
Philippe Mathieu-Daudé | 982d009 | 2017-09-08 14:36:26 -0300 | [diff] [blame] | 1430 | F: tests/m25p80-test.c |
Alistair Francis | 4b46ba6 | 2015-08-25 15:45:06 +0100 | [diff] [blame] | 1431 | |
| 1432 | Xilinx SPI |
Alistair Francis | c22e580 | 2018-03-01 11:05:58 +0000 | [diff] [blame] | 1433 | M: Alistair Francis <alistair@alistair23.me> |
Alistair Francis | 4b46ba6 | 2015-08-25 15:45:06 +0100 | [diff] [blame] | 1434 | S: Maintained |
| 1435 | F: hw/ssi/xilinx_* |
Peter A. G. Crosthwaite | fcb5629 | 2012-08-06 11:38:19 +1000 | [diff] [blame] | 1436 | |
Philippe Mathieu-Daudé | 076a0fc | 2018-03-09 17:09:45 +0000 | [diff] [blame] | 1437 | SD (Secure Card) |
| 1438 | M: Philippe Mathieu-Daudé <f4bug@amsat.org> |
| 1439 | S: Odd Fixes |
| 1440 | F: include/hw/sd/sd* |
| 1441 | F: hw/sd/core.c |
| 1442 | F: hw/sd/sd* |
| 1443 | F: tests/sd* |
| 1444 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1445 | USB |
Gerd Hoffmann | 5d0d62f | 2010-12-17 11:11:25 +0100 | [diff] [blame] | 1446 | M: Gerd Hoffmann <kraxel@redhat.com> |
| 1447 | S: Maintained |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 1448 | F: hw/usb/* |
Gonglei | 28edfce | 2014-06-23 19:53:51 +0800 | [diff] [blame] | 1449 | F: tests/usb-*-test.c |
Thomas Huth | beded0f | 2016-02-25 10:36:05 +0100 | [diff] [blame] | 1450 | F: docs/usb2.txt |
| 1451 | F: docs/usb-storage.txt |
| 1452 | F: include/hw/usb.h |
| 1453 | F: include/hw/usb/ |
Philippe Mathieu-Daudé | 104ebc5 | 2017-09-08 14:36:24 -0300 | [diff] [blame] | 1454 | F: default-configs/usb.mak |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1455 | |
Paolo Bonzini | e26082f | 2014-10-22 14:53:32 +0200 | [diff] [blame] | 1456 | USB (serial adapter) |
| 1457 | M: Gerd Hoffmann <kraxel@redhat.com> |
| 1458 | M: Samuel Thibault <samuel.thibault@ens-lyon.org> |
| 1459 | S: Maintained |
| 1460 | F: hw/usb/dev-serial.c |
| 1461 | |
Alex Williamson | 92e1fb5 | 2012-09-26 11:19:39 -0600 | [diff] [blame] | 1462 | VFIO |
| 1463 | M: Alex Williamson <alex.williamson@redhat.com> |
| 1464 | S: Supported |
Kim Phillips | cf7087d | 2014-12-19 15:24:06 -0700 | [diff] [blame] | 1465 | F: hw/vfio/* |
Thomas Huth | 99b88c6 | 2016-03-10 09:39:09 -0700 | [diff] [blame] | 1466 | F: include/hw/vfio/ |
Alex Williamson | 92e1fb5 | 2012-09-26 11:19:39 -0600 | [diff] [blame] | 1467 | |
Dong Jia Shi | 5eb7455 | 2017-05-17 02:48:13 +0200 | [diff] [blame] | 1468 | vfio-ccw |
Cornelia Huck | c1976ae | 2017-07-04 11:22:15 +0200 | [diff] [blame] | 1469 | M: Cornelia Huck <cohuck@redhat.com> |
Christian Borntraeger | 7913938 | 2018-10-29 16:42:22 +0100 | [diff] [blame] | 1470 | M: Eric Farman <farman@linux.ibm.com> |
| 1471 | M: Farhan Ali <alifm@linux.ibm.com> |
Dong Jia Shi | 5eb7455 | 2017-05-17 02:48:13 +0200 | [diff] [blame] | 1472 | S: Supported |
| 1473 | F: hw/vfio/ccw.c |
| 1474 | F: hw/s390x/s390-ccw.c |
| 1475 | F: include/hw/s390x/s390-ccw.h |
Jason J. Herne | 44445d8 | 2019-04-04 10:34:20 -0400 | [diff] [blame] | 1476 | F: include/hw/s390x/vfio-ccw.h |
Stefan Hajnoczi | e18a8b3 | 2018-11-08 11:15:26 +0000 | [diff] [blame] | 1477 | T: git https://github.com/cohuck/qemu.git s390-next |
Cornelia Huck | 146bd28 | 2017-10-05 17:05:23 +0200 | [diff] [blame] | 1478 | L: qemu-s390x@nongnu.org |
Dong Jia Shi | 5eb7455 | 2017-05-17 02:48:13 +0200 | [diff] [blame] | 1479 | |
Tony Krowiak | a51b315 | 2018-10-10 13:03:06 -0400 | [diff] [blame] | 1480 | vfio-ap |
| 1481 | M: Christian Borntraeger <borntraeger@de.ibm.com> |
| 1482 | M: Tony Krowiak <akrowiak@linux.ibm.com> |
| 1483 | M: Halil Pasic <pasic@linux.ibm.com> |
| 1484 | M: Pierre Morel <pmorel@linux.ibm.com> |
| 1485 | S: Supported |
| 1486 | F: hw/s390x/ap-device.c |
| 1487 | F: hw/s390x/ap-bridge.c |
| 1488 | F: include/hw/s390x/ap-device.h |
| 1489 | F: include/hw/s390x/ap-bridge.h |
Tony Krowiak | 2fe2942 | 2018-10-10 13:03:07 -0400 | [diff] [blame] | 1490 | F: hw/vfio/ap.c |
Tony Krowiak | 694a8d7 | 2018-10-10 13:03:08 -0400 | [diff] [blame] | 1491 | F: docs/vfio-ap.txt |
Tony Krowiak | a51b315 | 2018-10-10 13:03:06 -0400 | [diff] [blame] | 1492 | L: qemu-s390x@nongnu.org |
| 1493 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1494 | vhost |
| 1495 | M: Michael S. Tsirkin <mst@redhat.com> |
| 1496 | S: Supported |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 1497 | F: hw/*/*vhost* |
Marc-André Lureau | 482580a | 2019-03-08 15:04:44 +0100 | [diff] [blame] | 1498 | F: docs/interop/vhost-user.json |
Marc-André Lureau | ed1be66 | 2019-03-15 19:07:35 +0100 | [diff] [blame] | 1499 | F: docs/interop/vhost-user.rst |
Philippe Mathieu-Daudé | 72c1e86 | 2018-11-25 21:49:49 +0100 | [diff] [blame] | 1500 | F: contrib/vhost-user-*/ |
Marc-André Lureau | f24bb72 | 2019-05-03 15:00:31 +0200 | [diff] [blame] | 1501 | F: backends/vhost-user.c |
| 1502 | F: include/sysemu/vhost-user-backend.h |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1503 | |
| 1504 | virtio |
Michael S. Tsirkin | a75143e | 2014-01-26 12:39:55 +0200 | [diff] [blame] | 1505 | M: Michael S. Tsirkin <mst@redhat.com> |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1506 | S: Supported |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 1507 | F: hw/*/virtio* |
Thomas Huth | 72fa605 | 2016-09-23 18:11:21 +0200 | [diff] [blame] | 1508 | F: hw/virtio/Makefile.objs |
| 1509 | F: hw/virtio/trace-events |
Michael S. Tsirkin | 6a084ea | 2015-06-15 16:20:21 +0200 | [diff] [blame] | 1510 | F: net/vhost-user.c |
Thomas Huth | 494f7b5 | 2016-02-25 11:13:03 +0100 | [diff] [blame] | 1511 | F: include/hw/virtio/ |
Greg Kurz | 6bd7776 | 2016-09-09 10:31:20 +0200 | [diff] [blame] | 1512 | F: tests/virtio-balloon-test.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1513 | |
| 1514 | virtio-9p |
Greg Kurz | 8c1cd71 | 2016-06-17 16:35:05 +0200 | [diff] [blame] | 1515 | M: Greg Kurz <groug@kaod.org> |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1516 | S: Supported |
Andreas Färber | aebeca2 | 2012-04-13 17:19:12 +0200 | [diff] [blame] | 1517 | F: hw/9pfs/ |
Greg Kurz | b827891 | 2019-05-29 12:24:44 +0200 | [diff] [blame] | 1518 | X: hw/9pfs/xen-9p* |
Andreas Färber | aebeca2 | 2012-04-13 17:19:12 +0200 | [diff] [blame] | 1519 | F: fsdev/ |
Andreas Färber | 2d888c0 | 2014-02-21 17:15:21 +0100 | [diff] [blame] | 1520 | F: tests/virtio-9p-test.c |
Stefan Hajnoczi | e18a8b3 | 2018-11-08 11:15:26 +0000 | [diff] [blame] | 1521 | T: git https://github.com/gkurz/qemu.git 9p-next |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1522 | |
| 1523 | virtio-blk |
Stefan Hajnoczi | 54d01a0 | 2012-11-09 14:29:03 +0100 | [diff] [blame] | 1524 | M: Stefan Hajnoczi <stefanha@redhat.com> |
Stefan Hajnoczi | b457a5f | 2015-04-29 15:13:25 +0100 | [diff] [blame] | 1525 | L: qemu-block@nongnu.org |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1526 | S: Supported |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 1527 | F: hw/block/virtio-blk.c |
Stefan Hajnoczi | b457a5f | 2015-04-29 15:13:25 +0100 | [diff] [blame] | 1528 | F: hw/block/dataplane/* |
Greg Kurz | 6bd7776 | 2016-09-09 10:31:20 +0200 | [diff] [blame] | 1529 | F: tests/virtio-blk-test.c |
Stefan Hajnoczi | e18a8b3 | 2018-11-08 11:15:26 +0000 | [diff] [blame] | 1530 | T: git https://github.com/stefanha/qemu.git block |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1531 | |
Cornelia Huck | dd4ad64 | 2013-03-05 02:22:01 +0000 | [diff] [blame] | 1532 | virtio-ccw |
Cornelia Huck | c1976ae | 2017-07-04 11:22:15 +0200 | [diff] [blame] | 1533 | M: Cornelia Huck <cohuck@redhat.com> |
Christian Borntraeger | 68b91e8 | 2018-10-29 16:42:23 +0100 | [diff] [blame] | 1534 | M: Halil Pasic <pasic@linux.ibm.com> |
Cornelia Huck | dd4ad64 | 2013-03-05 02:22:01 +0000 | [diff] [blame] | 1535 | S: Supported |
Thomas Huth | 901f5f1 | 2018-07-25 14:20:16 +0200 | [diff] [blame] | 1536 | F: hw/s390x/virtio-ccw*.[hc] |
Thomas Huth | d8d4d62 | 2018-07-25 14:20:22 +0200 | [diff] [blame] | 1537 | F: hw/s390x/vhost-vsock-ccw.c |
Stefan Hajnoczi | e18a8b3 | 2018-11-08 11:15:26 +0000 | [diff] [blame] | 1538 | T: git https://github.com/cohuck/qemu.git s390-next |
| 1539 | T: git https://github.com/borntraeger/qemu.git s390-next |
Cornelia Huck | 146bd28 | 2017-10-05 17:05:23 +0200 | [diff] [blame] | 1540 | L: qemu-s390x@nongnu.org |
Cornelia Huck | dd4ad64 | 2013-03-05 02:22:01 +0000 | [diff] [blame] | 1541 | |
Gerd Hoffmann | a5d4d7b | 2015-06-19 10:25:34 +0200 | [diff] [blame] | 1542 | virtio-input |
| 1543 | M: Gerd Hoffmann <kraxel@redhat.com> |
| 1544 | S: Maintained |
Marc-André Lureau | 9c4d05b | 2019-05-03 15:00:32 +0200 | [diff] [blame] | 1545 | F: hw/input/vhost-user-input.c |
Gerd Hoffmann | a5d4d7b | 2015-06-19 10:25:34 +0200 | [diff] [blame] | 1546 | F: hw/input/virtio-input*.c |
| 1547 | F: include/hw/virtio/virtio-input.h |
Marc-André Lureau | 06914c9 | 2019-05-14 12:41:26 +0200 | [diff] [blame] | 1548 | F: contrib/vhost-user-input/* |
Gerd Hoffmann | a5d4d7b | 2015-06-19 10:25:34 +0200 | [diff] [blame] | 1549 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1550 | virtio-serial |
Amit Shah | cee887d | 2017-02-03 16:43:53 +0530 | [diff] [blame] | 1551 | M: Amit Shah <amit@kernel.org> |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1552 | S: Supported |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 1553 | F: hw/char/virtio-serial-bus.c |
| 1554 | F: hw/char/virtio-console.c |
Amit Shah | 68a5e38 | 2014-11-18 18:01:27 +0530 | [diff] [blame] | 1555 | F: include/hw/virtio/virtio-serial.h |
Greg Kurz | 6bd7776 | 2016-09-09 10:31:20 +0200 | [diff] [blame] | 1556 | F: tests/virtio-console-test.c |
| 1557 | F: tests/virtio-serial-test.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1558 | |
Amit Shah | 1f51a5c | 2014-11-18 18:01:26 +0530 | [diff] [blame] | 1559 | virtio-rng |
Amit Shah | cee887d | 2017-02-03 16:43:53 +0530 | [diff] [blame] | 1560 | M: Amit Shah <amit@kernel.org> |
Amit Shah | 1f51a5c | 2014-11-18 18:01:26 +0530 | [diff] [blame] | 1561 | S: Supported |
| 1562 | F: hw/virtio/virtio-rng.c |
| 1563 | F: include/hw/virtio/virtio-rng.h |
Thomas Huth | 750cf86 | 2016-02-25 13:44:20 +0100 | [diff] [blame] | 1564 | F: include/sysemu/rng*.h |
Amit Shah | 1f51a5c | 2014-11-18 18:01:26 +0530 | [diff] [blame] | 1565 | F: backends/rng*.c |
Greg Kurz | 6bd7776 | 2016-09-09 10:31:20 +0200 | [diff] [blame] | 1566 | F: tests/virtio-rng-test.c |
Amit Shah | 1f51a5c | 2014-11-18 18:01:26 +0530 | [diff] [blame] | 1567 | |
Gonglei | 6034011 | 2016-10-28 16:33:31 +0800 | [diff] [blame] | 1568 | virtio-crypto |
| 1569 | M: Gonglei <arei.gonglei@huawei.com> |
| 1570 | S: Supported |
| 1571 | F: hw/virtio/virtio-crypto.c |
| 1572 | F: hw/virtio/virtio-crypto-pci.c |
| 1573 | F: include/hw/virtio/virtio-crypto.h |
| 1574 | |
Keith Busch | f3c507a | 2013-06-04 09:17:10 -0600 | [diff] [blame] | 1575 | nvme |
| 1576 | M: Keith Busch <keith.busch@intel.com> |
Kevin Wolf | c95e4c0 | 2015-04-30 15:15:13 +0200 | [diff] [blame] | 1577 | L: qemu-block@nongnu.org |
Keith Busch | f3c507a | 2013-06-04 09:17:10 -0600 | [diff] [blame] | 1578 | S: Supported |
| 1579 | F: hw/block/nvme* |
Andreas Färber | fc96779 | 2014-02-21 22:19:43 +0100 | [diff] [blame] | 1580 | F: tests/nvme-test.c |
Keith Busch | f3c507a | 2013-06-04 09:17:10 -0600 | [diff] [blame] | 1581 | |
Hannes Reinecke | d383c62 | 2014-04-16 16:44:19 +0200 | [diff] [blame] | 1582 | megasas |
Philippe Mathieu-Daudé | 3fdfb8b | 2017-09-10 14:15:57 -0300 | [diff] [blame] | 1583 | M: Hannes Reinecke <hare@suse.com> |
Kevin Wolf | c95e4c0 | 2015-04-30 15:15:13 +0200 | [diff] [blame] | 1584 | L: qemu-block@nongnu.org |
Hannes Reinecke | d383c62 | 2014-04-16 16:44:19 +0200 | [diff] [blame] | 1585 | S: Supported |
| 1586 | F: hw/scsi/megasas.c |
| 1587 | F: hw/scsi/mfi.h |
Philippe Mathieu-Daudé | 3fdfb8b | 2017-09-10 14:15:57 -0300 | [diff] [blame] | 1588 | F: tests/megasas-test.c |
Hannes Reinecke | d383c62 | 2014-04-16 16:44:19 +0200 | [diff] [blame] | 1589 | |
Dmitry Fleytman | 605d52e | 2016-06-01 11:23:39 +0300 | [diff] [blame] | 1590 | Network packet abstractions |
Philippe Mathieu-Daudé | bf4835a | 2018-01-08 15:34:06 -0300 | [diff] [blame] | 1591 | M: Dmitry Fleytman <dmitry.fleytman@gmail.com> |
Dmitry Fleytman | 605d52e | 2016-06-01 11:23:39 +0300 | [diff] [blame] | 1592 | S: Maintained |
| 1593 | F: include/net/eth.h |
| 1594 | F: net/eth.c |
| 1595 | F: hw/net/net_rx_pkt* |
| 1596 | F: hw/net/net_tx_pkt* |
| 1597 | |
Dmitry Fleytman | 622fb50 | 2014-08-27 08:58:43 +0300 | [diff] [blame] | 1598 | Vmware |
Philippe Mathieu-Daudé | bf4835a | 2018-01-08 15:34:06 -0300 | [diff] [blame] | 1599 | M: Dmitry Fleytman <dmitry.fleytman@gmail.com> |
Dmitry Fleytman | 622fb50 | 2014-08-27 08:58:43 +0300 | [diff] [blame] | 1600 | S: Maintained |
| 1601 | F: hw/net/vmxnet* |
| 1602 | F: hw/scsi/vmw_pvscsi* |
Philippe Mathieu-Daudé | 5a49c1b | 2017-09-08 14:36:21 -0300 | [diff] [blame] | 1603 | F: tests/vmxnet3-test.c |
Dmitry Fleytman | 622fb50 | 2014-08-27 08:58:43 +0300 | [diff] [blame] | 1604 | |
Scott Feldman | de24d3f | 2015-03-13 21:09:32 -0700 | [diff] [blame] | 1605 | Rocker |
Scott Feldman | de24d3f | 2015-03-13 21:09:32 -0700 | [diff] [blame] | 1606 | M: Jiri Pirko <jiri@resnulli.us> |
| 1607 | S: Maintained |
| 1608 | F: hw/net/rocker/ |
Thomas Huth | de85094 | 2016-09-27 16:33:46 +0200 | [diff] [blame] | 1609 | F: tests/rocker/ |
| 1610 | F: docs/specs/rocker.txt |
Scott Feldman | de24d3f | 2015-03-13 21:09:32 -0700 | [diff] [blame] | 1611 | |
Xiao Guangrong | 70d1fb9 | 2015-12-02 15:21:00 +0800 | [diff] [blame] | 1612 | NVDIMM |
Xiao Guangrong | 7a5bd53 | 2017-03-21 13:33:57 +0800 | [diff] [blame] | 1613 | M: Xiao Guangrong <xiaoguangrong.eric@gmail.com> |
Xiao Guangrong | 70d1fb9 | 2015-12-02 15:21:00 +0800 | [diff] [blame] | 1614 | S: Maintained |
| 1615 | F: hw/acpi/nvdimm.c |
| 1616 | F: hw/mem/nvdimm.c |
| 1617 | F: include/hw/mem/nvdimm.h |
Philippe Mathieu-Daudé | e2e254d | 2018-11-25 21:49:56 +0100 | [diff] [blame] | 1618 | F: docs/nvdimm.txt |
Xiao Guangrong | 70d1fb9 | 2015-12-02 15:21:00 +0800 | [diff] [blame] | 1619 | |
Dmitry Fleytman | 093454e | 2016-06-01 11:23:44 +0300 | [diff] [blame] | 1620 | e1000x |
Philippe Mathieu-Daudé | bf4835a | 2018-01-08 15:34:06 -0300 | [diff] [blame] | 1621 | M: Dmitry Fleytman <dmitry.fleytman@gmail.com> |
Dmitry Fleytman | 093454e | 2016-06-01 11:23:44 +0300 | [diff] [blame] | 1622 | S: Maintained |
| 1623 | F: hw/net/e1000x* |
| 1624 | |
Dmitry Fleytman | 6f3fbe4 | 2016-06-01 11:23:45 +0300 | [diff] [blame] | 1625 | e1000e |
Philippe Mathieu-Daudé | bf4835a | 2018-01-08 15:34:06 -0300 | [diff] [blame] | 1626 | M: Dmitry Fleytman <dmitry.fleytman@gmail.com> |
Dmitry Fleytman | 6f3fbe4 | 2016-06-01 11:23:45 +0300 | [diff] [blame] | 1627 | S: Maintained |
| 1628 | F: hw/net/e1000e* |
| 1629 | |
Stefan Weil | ebc2327 | 2017-11-16 20:49:02 +0100 | [diff] [blame] | 1630 | eepro100 |
| 1631 | M: Stefan Weil <sw@weilnetz.de> |
| 1632 | S: Maintained |
| 1633 | F: hw/net/eepro100.c |
| 1634 | |
Alistair Francis | e481a1f | 2016-10-04 13:28:09 +0100 | [diff] [blame] | 1635 | Generic Loader |
Alistair Francis | c22e580 | 2018-03-01 11:05:58 +0000 | [diff] [blame] | 1636 | M: Alistair Francis <alistair@alistair23.me> |
Alistair Francis | e481a1f | 2016-10-04 13:28:09 +0100 | [diff] [blame] | 1637 | S: Maintained |
| 1638 | F: hw/core/generic-loader.c |
| 1639 | F: include/hw/core/generic-loader.h |
Philippe Mathieu-Daudé | c5e2ac7 | 2017-09-08 14:36:29 -0300 | [diff] [blame] | 1640 | F: docs/generic-loader.txt |
Alistair Francis | e481a1f | 2016-10-04 13:28:09 +0100 | [diff] [blame] | 1641 | |
Su Hang | 645d3cb | 2018-08-16 14:05:28 +0100 | [diff] [blame] | 1642 | Intel Hexadecimal Object File Loader |
| 1643 | M: Su Hang <suhang16@mails.ucas.ac.cn> |
| 1644 | S: Maintained |
| 1645 | F: tests/hexloader-test.c |
Peter Maydell | 4b2ff65 | 2018-11-02 11:52:37 +0000 | [diff] [blame] | 1646 | F: tests/data/hex-loader/test.hex |
Su Hang | 645d3cb | 2018-08-16 14:05:28 +0100 | [diff] [blame] | 1647 | |
Thomas Huth | 87a9023 | 2016-11-08 12:46:22 +0100 | [diff] [blame] | 1648 | CHRP NVRAM |
| 1649 | M: Thomas Huth <thuth@redhat.com> |
| 1650 | S: Maintained |
| 1651 | F: hw/nvram/chrp_nvram.c |
| 1652 | F: include/hw/nvram/chrp_nvram.h |
| 1653 | F: tests/prom-env-test.c |
| 1654 | |
Ben Warren | 42697d8 | 2017-02-16 15:15:40 -0800 | [diff] [blame] | 1655 | VM Generation ID |
| 1656 | M: Ben Warren <ben@skyportsystems.com> |
| 1657 | S: Maintained |
| 1658 | F: hw/acpi/vmgenid.c |
| 1659 | F: include/hw/acpi/vmgenid.h |
| 1660 | F: docs/specs/vmgenid.txt |
| 1661 | F: tests/vmgenid-test.c |
| 1662 | F: stubs/vmgenid.c |
| 1663 | |
Philippe Mathieu-Daudé | 747969d | 2017-06-29 12:03:08 -0300 | [diff] [blame] | 1664 | Unimplemented device |
| 1665 | M: Peter Maydell <peter.maydell@linaro.org> |
| 1666 | R: Philippe Mathieu-Daudé <f4bug@amsat.org> |
| 1667 | S: Maintained |
| 1668 | F: include/hw/misc/unimp.h |
| 1669 | F: hw/misc/unimp.c |
| 1670 | |
Gerd Hoffmann | dbb2e47 | 2018-05-22 18:50:58 +0200 | [diff] [blame] | 1671 | Standard VGA |
| 1672 | M: Gerd Hoffmann <kraxel@redhat.com> |
| 1673 | S: Maintained |
| 1674 | F: hw/display/vga* |
| 1675 | F: hw/display/bochs-display.c |
| 1676 | F: include/hw/display/vga.h |
| 1677 | F: include/hw/display/bochs-vbe.h |
| 1678 | |
Gerd Hoffmann | 58d632c | 2018-06-13 14:29:48 +0200 | [diff] [blame] | 1679 | ramfb |
| 1680 | M: Gerd Hoffmann <kraxel@redhat.com> |
| 1681 | S: Maintained |
| 1682 | F: hw/display/ramfb*.c |
| 1683 | F: include/hw/display/ramfb.h |
| 1684 | |
Gerd Hoffmann | dbb2e47 | 2018-05-22 18:50:58 +0200 | [diff] [blame] | 1685 | virtio-gpu |
| 1686 | M: Gerd Hoffmann <kraxel@redhat.com> |
| 1687 | S: Maintained |
| 1688 | F: hw/display/virtio-gpu* |
Marc-André Lureau | c68082c | 2019-05-24 15:09:45 +0200 | [diff] [blame] | 1689 | F: hw/display/virtio-vga.* |
Gerd Hoffmann | dbb2e47 | 2018-05-22 18:50:58 +0200 | [diff] [blame] | 1690 | F: include/hw/virtio/virtio-gpu.h |
| 1691 | |
Marc-André Lureau | bd2e44f | 2019-05-24 15:09:38 +0200 | [diff] [blame] | 1692 | vhost-user-gpu |
| 1693 | M: Marc-André Lureau <marcandre.lureau@redhat.com> |
| 1694 | M: Gerd Hoffmann <kraxel@redhat.com> |
| 1695 | S: Maintained |
| 1696 | F: docs/interop/vhost-user-gpu.rst |
Marc-André Lureau | d52c454 | 2019-05-24 15:09:42 +0200 | [diff] [blame] | 1697 | F: contrib/vhost-user-gpu |
| 1698 | F: hw/display/vhost-user-* |
Marc-André Lureau | bd2e44f | 2019-05-24 15:09:38 +0200 | [diff] [blame] | 1699 | |
Gerd Hoffmann | dbb2e47 | 2018-05-22 18:50:58 +0200 | [diff] [blame] | 1700 | Cirrus VGA |
| 1701 | M: Gerd Hoffmann <kraxel@redhat.com> |
| 1702 | S: Odd Fixes |
| 1703 | W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/ |
| 1704 | F: hw/display/cirrus* |
| 1705 | |
Gerd Hoffmann | 72d277a | 2018-09-25 09:56:42 +0200 | [diff] [blame] | 1706 | EDID Generator |
| 1707 | M: Gerd Hoffmann <kraxel@redhat.com> |
| 1708 | S: Maintained |
| 1709 | F: hw/display/edid* |
| 1710 | F: include/hw/display/edid.h |
| 1711 | F: qemu-edid.c |
| 1712 | |
Philippe Mathieu-Daudé | 15ffb43 | 2018-11-22 03:11:39 +0100 | [diff] [blame] | 1713 | Firmware configuration (fw_cfg) |
Philippe Mathieu-Daudé | 6f75e3f | 2019-01-17 17:13:55 +0100 | [diff] [blame] | 1714 | M: Philippe Mathieu-Daudé <philmd@redhat.com> |
Philippe Mathieu-Daudé | 15ffb43 | 2018-11-22 03:11:39 +0100 | [diff] [blame] | 1715 | R: Laszlo Ersek <lersek@redhat.com> |
| 1716 | R: Gerd Hoffmann <kraxel@redhat.com> |
| 1717 | S: Supported |
| 1718 | F: docs/specs/fw_cfg.txt |
| 1719 | F: hw/nvram/fw_cfg.c |
Philippe Mathieu-Daudé | b15c0f7 | 2019-04-22 15:49:41 +0200 | [diff] [blame] | 1720 | F: stubs/fw_cfg.c |
Philippe Mathieu-Daudé | 15ffb43 | 2018-11-22 03:11:39 +0100 | [diff] [blame] | 1721 | F: include/hw/nvram/fw_cfg.h |
| 1722 | F: include/standard-headers/linux/qemu_fw_cfg.h |
| 1723 | F: tests/libqos/fw_cfg.c |
| 1724 | F: tests/fw_cfg-test.c |
| 1725 | T: git https://github.com/philmd/qemu.git fw_cfg-next |
| 1726 | |
Thomas Huth | 2313abf | 2019-01-30 16:45:40 +0100 | [diff] [blame] | 1727 | XIVE |
| 1728 | M: David Gibson <david@gibson.dropbear.id.au> |
| 1729 | M: Cédric Le Goater <clg@kaod.org> |
| 1730 | L: qemu-ppc@nongnu.org |
| 1731 | S: Supported |
| 1732 | F: hw/*/*xive* |
| 1733 | F: include/hw/*/*xive* |
Cédric Le Goater | 24563a5 | 2019-05-21 10:24:11 +0200 | [diff] [blame] | 1734 | F: docs/*/*xive* |
Thomas Huth | 2313abf | 2019-01-30 16:45:40 +0100 | [diff] [blame] | 1735 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1736 | Subsystems |
| 1737 | ---------- |
| 1738 | Audio |
Gerd Hoffmann | 9f57584 | 2013-09-24 10:26:24 +0200 | [diff] [blame] | 1739 | M: Gerd Hoffmann <kraxel@redhat.com> |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1740 | S: Maintained |
| 1741 | F: audio/ |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 1742 | F: hw/audio/ |
Thomas Huth | a2b245a | 2016-09-23 15:19:10 +0200 | [diff] [blame] | 1743 | F: include/hw/audio/ |
Andreas Färber | d7b50c0 | 2014-03-30 19:00:05 +0200 | [diff] [blame] | 1744 | F: tests/ac97-test.c |
Andreas Färber | 8fa74c9 | 2014-03-30 19:05:20 +0200 | [diff] [blame] | 1745 | F: tests/es1370-test.c |
Andreas Färber | fbaf445 | 2014-03-30 19:22:48 +0200 | [diff] [blame] | 1746 | F: tests/intel-hda-test.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1747 | |
Stefan Hajnoczi | 17f1e8f | 2015-04-29 15:13:29 +0100 | [diff] [blame] | 1748 | Block layer core |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1749 | M: Kevin Wolf <kwolf@redhat.com> |
Max Reitz | c4189d8 | 2016-04-08 19:29:01 +0200 | [diff] [blame] | 1750 | M: Max Reitz <mreitz@redhat.com> |
Kevin Wolf | c95e4c0 | 2015-04-30 15:15:13 +0200 | [diff] [blame] | 1751 | L: qemu-block@nongnu.org |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1752 | S: Supported |
| 1753 | F: block* |
| 1754 | F: block/ |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 1755 | F: hw/block/ |
Kevin Wolf | 4c346e0 | 2015-05-20 12:03:17 +0200 | [diff] [blame] | 1756 | F: include/block/ |
Kevin Wolf | 4607876 | 2014-04-24 11:53:39 +0200 | [diff] [blame] | 1757 | F: qemu-img* |
| 1758 | F: qemu-io* |
Kevin Wolf | 2924209 | 2014-10-21 17:43:17 +0200 | [diff] [blame] | 1759 | F: tests/qemu-iotests/ |
Max Reitz | 8dd30c8 | 2017-04-28 18:55:17 +0200 | [diff] [blame] | 1760 | F: util/qemu-progress.c |
Markus Armbruster | 0bcc8e5 | 2018-06-14 21:14:29 +0200 | [diff] [blame] | 1761 | F: qobject/block-qdict.c |
Markus Armbruster | c468e36 | 2018-08-10 13:55:53 +0200 | [diff] [blame] | 1762 | F: tests/check-block-qdict.c |
Stefan Hajnoczi | ebe2aad | 2018-11-08 11:15:28 +0000 | [diff] [blame] | 1763 | T: git https://repo.or.cz/qemu/kevin.git block |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1764 | |
Stefan Hajnoczi | d55053b | 2015-04-29 15:13:27 +0100 | [diff] [blame] | 1765 | Block I/O path |
| 1766 | M: Stefan Hajnoczi <stefanha@redhat.com> |
Fam Zheng | fe5ca46 | 2018-11-21 23:30:36 +0800 | [diff] [blame] | 1767 | M: Fam Zheng <fam@euphon.net> |
Stefan Hajnoczi | d55053b | 2015-04-29 15:13:27 +0100 | [diff] [blame] | 1768 | L: qemu-block@nongnu.org |
| 1769 | S: Supported |
Paolo Bonzini | 36c697b | 2017-05-03 12:30:23 +0200 | [diff] [blame] | 1770 | F: util/async.c |
| 1771 | F: util/aio-*.c |
Stefan Hajnoczi | d55053b | 2015-04-29 15:13:27 +0100 | [diff] [blame] | 1772 | F: block/io.c |
| 1773 | F: migration/block* |
Fam Zheng | e1029ae | 2016-07-18 15:19:47 +0800 | [diff] [blame] | 1774 | F: include/block/aio.h |
Stefan Hajnoczi | f5a53fa | 2018-03-12 13:22:04 +0000 | [diff] [blame] | 1775 | F: include/block/aio-wait.h |
Philippe Mathieu-Daudé | 0a4f9ad | 2017-09-08 14:36:28 -0300 | [diff] [blame] | 1776 | F: scripts/qemugdb/aio.py |
Stefan Hajnoczi | e18a8b3 | 2018-11-08 11:15:26 +0000 | [diff] [blame] | 1777 | T: git https://github.com/stefanha/qemu.git block |
Stefan Hajnoczi | d55053b | 2015-04-29 15:13:27 +0100 | [diff] [blame] | 1778 | |
Paolo Bonzini | e5b5728 | 2017-08-22 07:08:27 +0200 | [diff] [blame] | 1779 | Block SCSI subsystem |
| 1780 | M: Paolo Bonzini <pbonzini@redhat.com> |
Fam Zheng | fe5ca46 | 2018-11-21 23:30:36 +0800 | [diff] [blame] | 1781 | R: Fam Zheng <fam@euphon.net> |
Paolo Bonzini | e5b5728 | 2017-08-22 07:08:27 +0200 | [diff] [blame] | 1782 | L: qemu-block@nongnu.org |
| 1783 | S: Supported |
| 1784 | F: include/scsi/* |
| 1785 | F: scsi/* |
| 1786 | |
Jeff Cody | 280458a | 2015-03-06 12:16:06 -0500 | [diff] [blame] | 1787 | Block Jobs |
Jeff Cody | 03283d6 | 2018-09-26 14:05:32 -0400 | [diff] [blame] | 1788 | M: John Snow <jsnow@redhat.com> |
Jeff Cody | 280458a | 2015-03-06 12:16:06 -0500 | [diff] [blame] | 1789 | L: qemu-block@nongnu.org |
| 1790 | S: Supported |
| 1791 | F: blockjob.c |
| 1792 | F: include/block/blockjob.h |
Kevin Wolf | 33e9e9b | 2018-04-12 17:29:59 +0200 | [diff] [blame] | 1793 | F: job.c |
Kevin Wolf | 1a90bc8 | 2018-05-03 19:01:14 +0200 | [diff] [blame] | 1794 | F: job-qmp.c |
Markus Armbruster | c468e36 | 2018-08-10 13:55:53 +0200 | [diff] [blame] | 1795 | F: include/qemu/job.h |
Jeff Cody | 280458a | 2015-03-06 12:16:06 -0500 | [diff] [blame] | 1796 | F: block/backup.c |
| 1797 | F: block/commit.c |
Jeff Cody | 7734602 | 2016-03-09 21:54:00 -0500 | [diff] [blame] | 1798 | F: block/stream.c |
Jeff Cody | 280458a | 2015-03-06 12:16:06 -0500 | [diff] [blame] | 1799 | F: block/mirror.c |
Kevin Wolf | bf42508 | 2018-05-16 16:03:10 +0200 | [diff] [blame] | 1800 | F: qapi/job.json |
Jeff Cody | 03283d6 | 2018-09-26 14:05:32 -0400 | [diff] [blame] | 1801 | T: git https://github.com/jnsnow/qemu.git jobs |
Jeff Cody | 280458a | 2015-03-06 12:16:06 -0500 | [diff] [blame] | 1802 | |
Markus Armbruster | 4120201 | 2015-05-20 13:23:46 +0200 | [diff] [blame] | 1803 | Block QAPI, monitor, command line |
| 1804 | M: Markus Armbruster <armbru@redhat.com> |
| 1805 | S: Supported |
| 1806 | F: blockdev.c |
| 1807 | F: block/qapi.c |
| 1808 | F: qapi/block*.json |
Markus Armbruster | fa988e3 | 2017-08-24 21:14:02 +0200 | [diff] [blame] | 1809 | F: qapi/transaction.json |
Stefan Hajnoczi | ebe2aad | 2018-11-08 11:15:28 +0000 | [diff] [blame] | 1810 | T: git https://repo.or.cz/qemu/armbru.git block-next |
Markus Armbruster | 4120201 | 2015-05-20 13:23:46 +0200 | [diff] [blame] | 1811 | |
John Snow | 538193b | 2016-08-04 14:18:51 -0400 | [diff] [blame] | 1812 | Dirty Bitmaps |
Fam Zheng | fe5ca46 | 2018-11-21 23:30:36 +0800 | [diff] [blame] | 1813 | M: Fam Zheng <fam@euphon.net> |
John Snow | 538193b | 2016-08-04 14:18:51 -0400 | [diff] [blame] | 1814 | M: John Snow <jsnow@redhat.com> |
| 1815 | L: qemu-block@nongnu.org |
| 1816 | S: Supported |
| 1817 | F: util/hbitmap.c |
| 1818 | F: block/dirty-bitmap.c |
| 1819 | F: include/qemu/hbitmap.h |
| 1820 | F: include/block/dirty-bitmap.h |
| 1821 | F: tests/test-hbitmap.c |
Philippe Mathieu-Daudé | 5746c1c | 2017-09-08 14:36:32 -0300 | [diff] [blame] | 1822 | F: docs/interop/bitmaps.rst |
Stefan Hajnoczi | e18a8b3 | 2018-11-08 11:15:26 +0000 | [diff] [blame] | 1823 | T: git https://github.com/famz/qemu.git bitmaps |
| 1824 | T: git https://github.com/jnsnow/qemu.git bitmaps |
John Snow | 538193b | 2016-08-04 14:18:51 -0400 | [diff] [blame] | 1825 | |
Paolo Bonzini | 61af0ee | 2015-09-22 11:40:00 +0200 | [diff] [blame] | 1826 | Character device backends |
Marc-André Lureau | 55fc84a | 2017-01-30 17:37:31 +0400 | [diff] [blame] | 1827 | M: Marc-André Lureau <marcandre.lureau@redhat.com> |
Paolo Bonzini | 2185fd6 | 2018-10-19 14:25:42 +0200 | [diff] [blame] | 1828 | R: Paolo Bonzini <pbonzini@redhat.com> |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1829 | S: Maintained |
Marc-André Lureau | 178fe0a | 2016-12-10 00:29:03 +0300 | [diff] [blame] | 1830 | F: chardev/ |
Marc-André Lureau | 8228e35 | 2017-01-26 17:19:46 +0400 | [diff] [blame] | 1831 | F: include/chardev/ |
Markus Armbruster | dbeee39 | 2017-08-24 21:13:58 +0200 | [diff] [blame] | 1832 | F: qapi/char.json |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1833 | |
Paolo Bonzini | e26082f | 2014-10-22 14:53:32 +0200 | [diff] [blame] | 1834 | Character Devices (Braille) |
| 1835 | M: Samuel Thibault <samuel.thibault@ens-lyon.org> |
| 1836 | S: Maintained |
Marc-André Lureau | 6b10e57 | 2017-05-29 12:39:42 +0400 | [diff] [blame] | 1837 | F: chardev/baum.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1838 | |
Markus Armbruster | e94630d | 2017-03-20 13:55:48 +0100 | [diff] [blame] | 1839 | Command line option argument parsing |
| 1840 | M: Markus Armbruster <armbru@redhat.com> |
| 1841 | S: Supported |
| 1842 | F: include/qemu/option.h |
| 1843 | F: tests/test-keyval.c |
| 1844 | F: tests/test-qemu-opts.c |
| 1845 | F: util/keyval.c |
| 1846 | F: util/qemu-option.c |
| 1847 | |
Markus Armbruster | 8c413e7 | 2015-01-28 11:29:57 +0100 | [diff] [blame] | 1848 | Coverity model |
| 1849 | M: Markus Armbruster <armbru@redhat.com> |
| 1850 | S: Supported |
| 1851 | F: scripts/coverity-model.c |
| 1852 | |
Peter A. G. Crosthwaite | d24b569 | 2012-06-26 14:29:42 +1000 | [diff] [blame] | 1853 | Device Tree |
Alistair Francis | c3c962c | 2019-03-26 13:53:32 -0700 | [diff] [blame] | 1854 | M: Alistair Francis <alistair.francis@wdc.com> |
| 1855 | R: David Gibson <david@gibson.dropbear.id.au> |
Peter A. G. Crosthwaite | d24b569 | 2012-06-26 14:29:42 +1000 | [diff] [blame] | 1856 | S: Maintained |
Thomas Huth | 8240751 | 2015-12-17 15:25:12 +0100 | [diff] [blame] | 1857 | F: device_tree.c |
| 1858 | F: include/sysemu/device_tree.h |
Peter A. G. Crosthwaite | d24b569 | 2012-06-26 14:29:42 +1000 | [diff] [blame] | 1859 | |
Marc-André Lureau | 3505a22 | 2017-09-11 18:59:29 +0200 | [diff] [blame] | 1860 | Dump |
| 1861 | S: Supported |
| 1862 | M: Marc-André Lureau <marcandre.lureau@redhat.com> |
Markus Armbruster | 6d3da32 | 2019-06-19 22:10:49 +0200 | [diff] [blame] | 1863 | F: dump/ |
Marc-André Lureau | 3505a22 | 2017-09-11 18:59:29 +0200 | [diff] [blame] | 1864 | F: hw/misc/vmcoreinfo.c |
| 1865 | F: include/hw/misc/vmcoreinfo.h |
Markus Armbruster | 6d3da32 | 2019-06-19 22:10:49 +0200 | [diff] [blame] | 1866 | F: include/qemu/win_dump_defs |
Marc-André Lureau | 3505a22 | 2017-09-11 18:59:29 +0200 | [diff] [blame] | 1867 | F: include/sysemu/dump-arch.h |
| 1868 | F: include/sysemu/dump.h |
Markus Armbruster | d06b747 | 2019-06-19 22:10:47 +0200 | [diff] [blame] | 1869 | F: qapi/dump.json |
Marc-André Lureau | 3505a22 | 2017-09-11 18:59:29 +0200 | [diff] [blame] | 1870 | F: scripts/dump-guest-memory.py |
| 1871 | F: stubs/dump.c |
| 1872 | |
Markus Armbruster | 4f96676 | 2015-09-12 13:29:56 +0200 | [diff] [blame] | 1873 | Error reporting |
| 1874 | M: Markus Armbruster <armbru@redhat.com> |
| 1875 | S: Supported |
| 1876 | F: include/qapi/error.h |
| 1877 | F: include/qemu/error-report.h |
| 1878 | F: util/error.c |
| 1879 | F: util/qemu-error.c |
| 1880 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1881 | GDB stub |
Alex Bennée | c7b3e86 | 2019-06-06 09:27:53 +0100 | [diff] [blame] | 1882 | M: Alex Bennée <alex.bennee@linaro.org> |
| 1883 | R: Philippe Mathieu-Daudé <philmd@redhat.com> |
| 1884 | S: Maintained |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1885 | F: gdbstub* |
| 1886 | F: gdb-xml/ |
| 1887 | |
Paolo Bonzini | 01a9c03 | 2014-04-29 16:05:53 +0200 | [diff] [blame] | 1888 | Memory API |
| 1889 | M: Paolo Bonzini <pbonzini@redhat.com> |
| 1890 | S: Supported |
| 1891 | F: include/exec/ioport.h |
| 1892 | F: ioport.c |
| 1893 | F: include/exec/memory.h |
Paolo Bonzini | 2b1641d | 2015-11-13 18:49:54 +0100 | [diff] [blame] | 1894 | F: include/exec/ram_addr.h |
Paolo Bonzini | 01a9c03 | 2014-04-29 16:05:53 +0200 | [diff] [blame] | 1895 | F: memory.c |
| 1896 | F: include/exec/memory-internal.h |
| 1897 | F: exec.c |
| 1898 | |
Gerd Hoffmann | 7ee3bf0 | 2010-12-13 21:30:37 +0100 | [diff] [blame] | 1899 | SPICE |
| 1900 | M: Gerd Hoffmann <kraxel@redhat.com> |
| 1901 | S: Supported |
Peter Maydell | 6e481d5 | 2013-06-24 11:49:32 +0100 | [diff] [blame] | 1902 | F: include/ui/qemu-spice.h |
Thomas Huth | 438528a | 2016-02-25 10:36:06 +0100 | [diff] [blame] | 1903 | F: include/ui/spice-display.h |
Gerd Hoffmann | 7ee3bf0 | 2010-12-13 21:30:37 +0100 | [diff] [blame] | 1904 | F: ui/spice-*.c |
| 1905 | F: audio/spiceaudio.c |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 1906 | F: hw/display/qxl* |
Markus Armbruster | 608cfed | 2017-08-24 21:14:00 +0200 | [diff] [blame] | 1907 | F: qapi/ui.json |
Philippe Mathieu-Daudé | 9bd4cb3 | 2018-11-25 21:49:52 +0100 | [diff] [blame] | 1908 | F: docs/spice-port-fqdn.txt |
Gerd Hoffmann | 7ee3bf0 | 2010-12-13 21:30:37 +0100 | [diff] [blame] | 1909 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1910 | Graphics |
Gerd Hoffmann | 25eccc3 | 2014-04-07 10:42:03 +0200 | [diff] [blame] | 1911 | M: Gerd Hoffmann <kraxel@redhat.com> |
| 1912 | S: Odd Fixes |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1913 | F: ui/ |
Thomas Huth | e220656 | 2016-02-25 10:36:07 +0100 | [diff] [blame] | 1914 | F: include/ui/ |
Markus Armbruster | 608cfed | 2017-08-24 21:14:00 +0200 | [diff] [blame] | 1915 | F: qapi/ui.json |
Marc-André Lureau | b1d3803 | 2018-07-13 15:09:06 +0200 | [diff] [blame] | 1916 | F: util/drm.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1917 | |
Andreas Färber | 351f1bf | 2011-10-30 18:08:01 +0100 | [diff] [blame] | 1918 | Cocoa graphics |
Peter Maydell | 30ef3c7 | 2013-12-16 15:17:55 +0000 | [diff] [blame] | 1919 | M: Peter Maydell <peter.maydell@linaro.org> |
Andreas Färber | 351f1bf | 2011-10-30 18:08:01 +0100 | [diff] [blame] | 1920 | S: Odd Fixes |
| 1921 | F: ui/cocoa.m |
| 1922 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1923 | Main loop |
Paolo Bonzini | da26f37 | 2014-10-21 15:12:57 +0200 | [diff] [blame] | 1924 | M: Paolo Bonzini <pbonzini@redhat.com> |
| 1925 | S: Maintained |
| 1926 | F: cpus.c |
Paolo Bonzini | 3ecb29a | 2017-05-03 13:59:09 +0200 | [diff] [blame] | 1927 | F: util/main-loop.c |
| 1928 | F: util/qemu-timer.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1929 | F: vl.c |
Markus Armbruster | 0e201d3 | 2017-08-24 21:13:57 +0200 | [diff] [blame] | 1930 | F: qapi/run-state.json |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1931 | |
Luiz Capitulino | 8899b4a | 2013-06-03 11:14:26 -0400 | [diff] [blame] | 1932 | Human Monitor (HMP) |
Markus Armbruster | c833fb4 | 2016-09-28 19:33:41 +0200 | [diff] [blame] | 1933 | M: Dr. David Alan Gilbert <dgilbert@redhat.com> |
Luiz Capitulino | fbb0621 | 2014-02-18 09:08:14 -0500 | [diff] [blame] | 1934 | S: Maintained |
Kevin Wolf | 5bce308 | 2019-06-13 17:33:59 +0200 | [diff] [blame] | 1935 | F: monitor/monitor-internal.h |
Kevin Wolf | e84328f | 2019-06-13 17:33:57 +0200 | [diff] [blame] | 1936 | F: monitor/misc.c |
Kevin Wolf | 1d95db7 | 2019-06-13 17:34:02 +0200 | [diff] [blame] | 1937 | F: monitor/monitor.c |
Kevin Wolf | f1b3ccf | 2019-06-13 17:33:58 +0200 | [diff] [blame] | 1938 | F: monitor/hmp* |
| 1939 | F: hmp.h |
Thomas Huth | c13e991 | 2016-09-22 21:32:38 +0200 | [diff] [blame] | 1940 | F: hmp-commands*.hx |
| 1941 | F: include/monitor/hmp-target.h |
Thomas Huth | bbcee37 | 2017-07-27 11:51:37 +0200 | [diff] [blame] | 1942 | F: tests/test-hmp.c |
Markus Armbruster | 637de4d | 2019-04-17 21:06:37 +0200 | [diff] [blame] | 1943 | F: include/qemu/qemu-print.h |
| 1944 | F: util/qemu-print.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1945 | |
Paolo Bonzini | f536f11 | 2015-09-22 11:40:00 +0200 | [diff] [blame] | 1946 | Network device backends |
Stefan Hajnoczi | 442469e | 2015-01-20 15:40:38 +0000 | [diff] [blame] | 1947 | M: Jason Wang <jasowang@redhat.com> |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1948 | S: Maintained |
| 1949 | F: net/ |
Thomas Huth | d24b2b1 | 2016-02-25 12:56:24 +0100 | [diff] [blame] | 1950 | F: include/net/ |
Markus Armbruster | e9bbc8b | 2019-06-04 13:52:19 +0200 | [diff] [blame] | 1951 | F: qemu-bridge-helper.c |
Stefan Hajnoczi | e18a8b3 | 2018-11-08 11:15:26 +0000 | [diff] [blame] | 1952 | T: git https://github.com/jasowang/qemu.git net |
Markus Armbruster | 3c0bd37 | 2017-08-24 21:13:59 +0200 | [diff] [blame] | 1953 | F: qapi/net.json |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1954 | |
Vincenzo Maffione | aee09ba | 2013-11-06 18:34:55 +0100 | [diff] [blame] | 1955 | Netmap network backend |
| 1956 | M: Luigi Rizzo <rizzo@iet.unipi.it> |
| 1957 | M: Giuseppe Lettieri <g.lettieri@iet.unipi.it> |
| 1958 | M: Vincenzo Maffione <v.maffione@gmail.com> |
| 1959 | W: http://info.iet.unipi.it/~luigi/netmap/ |
| 1960 | S: Maintained |
| 1961 | F: net/netmap.c |
| 1962 | |
Eduardo Habkost | 4fc264f | 2016-08-01 10:52:42 -0300 | [diff] [blame] | 1963 | Host Memory Backends |
| 1964 | M: Eduardo Habkost <ehabkost@redhat.com> |
| 1965 | M: Igor Mammedov <imammedo@redhat.com> |
| 1966 | S: Maintained |
| 1967 | F: backends/hostmem*.c |
| 1968 | F: include/sysemu/hostmem.h |
Stefan Hajnoczi | e18a8b3 | 2018-11-08 11:15:26 +0000 | [diff] [blame] | 1969 | T: git https://github.com/ehabkost/qemu.git machine-next |
Eduardo Habkost | 4fc264f | 2016-08-01 10:52:42 -0300 | [diff] [blame] | 1970 | |
Gonglei | 6034011 | 2016-10-28 16:33:31 +0800 | [diff] [blame] | 1971 | Cryptodev Backends |
| 1972 | M: Gonglei <arei.gonglei@huawei.com> |
| 1973 | S: Maintained |
| 1974 | F: include/sysemu/cryptodev*.h |
| 1975 | F: backends/cryptodev*.c |
| 1976 | |
Eduardo Habkost | ad904f6 | 2017-09-15 20:07:44 -0300 | [diff] [blame] | 1977 | Python scripts |
| 1978 | M: Eduardo Habkost <ehabkost@redhat.com> |
| 1979 | M: Cleber Rosa <crosa@redhat.com> |
| 1980 | S: Odd fixes |
| 1981 | F: scripts/qmp/* |
| 1982 | F: scripts/*.py |
| 1983 | F: tests/*.py |
| 1984 | |
Luiz Capitulino | 8899b4a | 2013-06-03 11:14:26 -0400 | [diff] [blame] | 1985 | QAPI |
Luiz Capitulino | 9740618 | 2015-05-05 10:39:15 -0400 | [diff] [blame] | 1986 | M: Markus Armbruster <armbru@redhat.com> |
Luiz Capitulino | 8899b4a | 2013-06-03 11:14:26 -0400 | [diff] [blame] | 1987 | M: Michael Roth <mdroth@linux.vnet.ibm.com> |
Luiz Capitulino | 9740618 | 2015-05-05 10:39:15 -0400 | [diff] [blame] | 1988 | S: Supported |
Luiz Capitulino | 8899b4a | 2013-06-03 11:14:26 -0400 | [diff] [blame] | 1989 | F: qapi/ |
Markus Armbruster | 0311c5b | 2015-06-12 15:15:54 +0200 | [diff] [blame] | 1990 | X: qapi/*.json |
Markus Armbruster | ac4abb9 | 2015-09-24 18:11:57 +0200 | [diff] [blame] | 1991 | F: include/qapi/ |
| 1992 | X: include/qapi/qmp/ |
| 1993 | F: include/qapi/qmp/dispatch.h |
Paolo Bonzini | c0bd0b5 | 2014-10-22 00:31:28 +0200 | [diff] [blame] | 1994 | F: tests/qapi-schema/ |
Markus Armbruster | ac4abb9 | 2015-09-24 18:11:57 +0200 | [diff] [blame] | 1995 | F: tests/test-*-visitor.c |
Markus Armbruster | e94630d | 2017-03-20 13:55:48 +0100 | [diff] [blame] | 1996 | F: tests/test-qapi-*.c |
Markus Armbruster | ac4abb9 | 2015-09-24 18:11:57 +0200 | [diff] [blame] | 1997 | F: tests/test-qmp-*.c |
Markus Armbruster | e94630d | 2017-03-20 13:55:48 +0100 | [diff] [blame] | 1998 | F: tests/test-visitor-serialization.c |
Markus Armbruster | be25fcc | 2018-06-20 14:48:27 +0200 | [diff] [blame] | 1999 | F: scripts/qapi-gen.py |
| 2000 | F: scripts/qapi/* |
Philippe Mathieu-Daudé | c39cdbf | 2017-09-08 14:36:31 -0300 | [diff] [blame] | 2001 | F: docs/devel/qapi* |
Stefan Hajnoczi | ebe2aad | 2018-11-08 11:15:28 +0000 | [diff] [blame] | 2002 | T: git https://repo.or.cz/qemu/armbru.git qapi-next |
Luiz Capitulino | 8899b4a | 2013-06-03 11:14:26 -0400 | [diff] [blame] | 2003 | |
Luiz Capitulino | 7810d29 | 2013-06-03 11:11:53 -0400 | [diff] [blame] | 2004 | QAPI Schema |
| 2005 | M: Eric Blake <eblake@redhat.com> |
Luiz Capitulino | 7810d29 | 2013-06-03 11:11:53 -0400 | [diff] [blame] | 2006 | M: Markus Armbruster <armbru@redhat.com> |
| 2007 | S: Supported |
Markus Armbruster | 0311c5b | 2015-06-12 15:15:54 +0200 | [diff] [blame] | 2008 | F: qapi/*.json |
Stefan Hajnoczi | ebe2aad | 2018-11-08 11:15:28 +0000 | [diff] [blame] | 2009 | T: git https://repo.or.cz/qemu/armbru.git qapi-next |
Luiz Capitulino | 7810d29 | 2013-06-03 11:11:53 -0400 | [diff] [blame] | 2010 | |
Luiz Capitulino | f3582ba | 2014-10-22 08:54:59 -0400 | [diff] [blame] | 2011 | QObject |
Markus Armbruster | daf5dc7 | 2016-09-28 19:33:42 +0200 | [diff] [blame] | 2012 | M: Markus Armbruster <armbru@redhat.com> |
| 2013 | S: Supported |
Luiz Capitulino | f3582ba | 2014-10-22 08:54:59 -0400 | [diff] [blame] | 2014 | F: qobject/ |
Markus Armbruster | 7735d2b | 2015-09-24 18:11:56 +0200 | [diff] [blame] | 2015 | F: include/qapi/qmp/ |
| 2016 | X: include/qapi/qmp/dispatch.h |
Eric Blake | a2f3453 | 2017-04-27 16:58:14 -0500 | [diff] [blame] | 2017 | F: scripts/coccinelle/qobject.cocci |
Markus Armbruster | 7735d2b | 2015-09-24 18:11:56 +0200 | [diff] [blame] | 2018 | F: tests/check-qdict.c |
Markus Armbruster | 7735d2b | 2015-09-24 18:11:56 +0200 | [diff] [blame] | 2019 | F: tests/check-qjson.c |
| 2020 | F: tests/check-qlist.c |
Philippe Mathieu-Daudé | cd81e02 | 2018-12-18 12:56:08 +0100 | [diff] [blame] | 2021 | F: tests/check-qlit.c |
| 2022 | F: tests/check-qnull.c |
| 2023 | F: tests/check-qnum.c |
| 2024 | F: tests/check-qobject.c |
Markus Armbruster | 7735d2b | 2015-09-24 18:11:56 +0200 | [diff] [blame] | 2025 | F: tests/check-qstring.c |
Philippe Mathieu-Daudé | fe07b62 | 2018-12-18 12:37:17 +0100 | [diff] [blame] | 2026 | F: tests/data/qobject/qdict.txt |
Stefan Hajnoczi | ebe2aad | 2018-11-08 11:15:28 +0000 | [diff] [blame] | 2027 | T: git https://repo.or.cz/qemu/armbru.git qapi-next |
Luiz Capitulino | f3582ba | 2014-10-22 08:54:59 -0400 | [diff] [blame] | 2028 | |
Michael Roth | f05d999 | 2014-10-22 07:05:36 -0500 | [diff] [blame] | 2029 | QEMU Guest Agent |
| 2030 | M: Michael Roth <mdroth@linux.vnet.ibm.com> |
| 2031 | S: Maintained |
| 2032 | F: qga/ |
Philippe Mathieu-Daudé | ab7f9f7 | 2017-09-08 14:36:22 -0300 | [diff] [blame] | 2033 | F: qemu-ga.texi |
| 2034 | F: scripts/qemu-guest-agent/ |
| 2035 | F: tests/test-qga.c |
| 2036 | F: docs/interop/qemu-ga-ref.texi |
Stefan Hajnoczi | e18a8b3 | 2018-11-08 11:15:26 +0000 | [diff] [blame] | 2037 | T: git https://github.com/mdroth/qemu.git qga |
Michael Roth | f05d999 | 2014-10-22 07:05:36 -0500 | [diff] [blame] | 2038 | |
Andreas Färber | 4688c94 | 2014-04-24 15:00:14 +0200 | [diff] [blame] | 2039 | QOM |
Paolo Bonzini | 1085d86 | 2019-06-19 22:10:34 +0200 | [diff] [blame] | 2040 | M: Paolo Bonzini <pbonzini@redhat.com> |
| 2041 | R: Daniel P. Berrange <berrange@redhat.com> |
| 2042 | R: Eduardo Habkost <ehabkost@redhat.com> |
Andreas Färber | 4688c94 | 2014-04-24 15:00:14 +0200 | [diff] [blame] | 2043 | S: Supported |
Markus Armbruster | 8f92005 | 2019-06-24 16:48:19 +0200 | [diff] [blame] | 2044 | F: docs/qdev-device-use.txt |
| 2045 | F: hw/core/qdev* |
| 2046 | F: include/hw/qdev* |
| 2047 | F: include/monitor/qdev.h |
Andreas Färber | 4688c94 | 2014-04-24 15:00:14 +0200 | [diff] [blame] | 2048 | F: include/qom/ |
| 2049 | X: include/qom/cpu.h |
Markus Armbruster | c577ff6 | 2019-06-19 22:10:37 +0200 | [diff] [blame] | 2050 | F: qapi/qom.json |
| 2051 | F: qapi/qdev.json |
Markus Armbruster | 8f92005 | 2019-06-24 16:48:19 +0200 | [diff] [blame] | 2052 | F: qdev-monitor.c |
Andreas Färber | 4688c94 | 2014-04-24 15:00:14 +0200 | [diff] [blame] | 2053 | F: qom/ |
| 2054 | X: qom/cpu.c |
Andreas Färber | 9f4aa7c | 2015-11-18 19:03:29 +0100 | [diff] [blame] | 2055 | F: tests/check-qom-interface.c |
| 2056 | F: tests/check-qom-proplist.c |
Markus Armbruster | 8f92005 | 2019-06-24 16:48:19 +0200 | [diff] [blame] | 2057 | F: tests/test-qdev-global-props.c |
Andreas Färber | 4688c94 | 2014-04-24 15:00:14 +0200 | [diff] [blame] | 2058 | |
Luiz Capitulino | 8899b4a | 2013-06-03 11:14:26 -0400 | [diff] [blame] | 2059 | QMP |
Luiz Capitulino | 9740618 | 2015-05-05 10:39:15 -0400 | [diff] [blame] | 2060 | M: Markus Armbruster <armbru@redhat.com> |
| 2061 | S: Supported |
Kevin Wolf | 5bce308 | 2019-06-13 17:33:59 +0200 | [diff] [blame] | 2062 | F: monitor/monitor-internal.h |
Kevin Wolf | f1b3ccf | 2019-06-13 17:33:58 +0200 | [diff] [blame] | 2063 | F: monitor/qmp* |
Kevin Wolf | e84328f | 2019-06-13 17:33:57 +0200 | [diff] [blame] | 2064 | F: monitor/misc.c |
Kevin Wolf | 1d95db7 | 2019-06-13 17:34:02 +0200 | [diff] [blame] | 2065 | F: monitor/monitor.c |
Philippe Mathieu-Daudé | c39cdbf | 2017-09-08 14:36:31 -0300 | [diff] [blame] | 2066 | F: docs/devel/*qmp-* |
Philippe Mathieu-Daudé | 12b2f0d | 2018-11-25 21:49:54 +0100 | [diff] [blame] | 2067 | F: docs/interop/*qmp-* |
Luiz Capitulino | 9740618 | 2015-05-05 10:39:15 -0400 | [diff] [blame] | 2068 | F: scripts/qmp/ |
Markus Armbruster | f66e7ac | 2017-03-03 13:32:23 +0100 | [diff] [blame] | 2069 | F: tests/qmp-test.c |
Markus Armbruster | d93bb9d | 2018-08-23 18:39:32 +0200 | [diff] [blame] | 2070 | F: tests/qmp-cmd-test.c |
Stefan Hajnoczi | ebe2aad | 2018-11-08 11:15:28 +0000 | [diff] [blame] | 2071 | T: git https://repo.or.cz/qemu/armbru.git qapi-next |
Luiz Capitulino | 8899b4a | 2013-06-03 11:14:26 -0400 | [diff] [blame] | 2072 | |
Paolo Bonzini | 98a43bf | 2018-08-14 17:40:41 +0200 | [diff] [blame] | 2073 | qtest |
Paolo Bonzini | 98a43bf | 2018-08-14 17:40:41 +0200 | [diff] [blame] | 2074 | M: Thomas Huth <thuth@redhat.com> |
| 2075 | M: Laurent Vivier <lvivier@redhat.com> |
Paolo Bonzini | 2185fd6 | 2018-10-19 14:25:42 +0200 | [diff] [blame] | 2076 | R: Paolo Bonzini <pbonzini@redhat.com> |
Paolo Bonzini | 98a43bf | 2018-08-14 17:40:41 +0200 | [diff] [blame] | 2077 | S: Maintained |
| 2078 | F: qtest.c |
Eduardo Habkost | 3fe13fe | 2019-04-22 18:04:46 -0300 | [diff] [blame] | 2079 | F: accel/qtest.c |
Paolo Bonzini | 98a43bf | 2018-08-14 17:40:41 +0200 | [diff] [blame] | 2080 | F: tests/libqtest.* |
| 2081 | F: tests/libqos/ |
| 2082 | F: tests/*-test.c |
| 2083 | |
Alistair Francis | cc0100f | 2016-07-28 09:55:39 -0700 | [diff] [blame] | 2084 | Register API |
Alistair Francis | c22e580 | 2018-03-01 11:05:58 +0000 | [diff] [blame] | 2085 | M: Alistair Francis <alistair@alistair23.me> |
Alistair Francis | cc0100f | 2016-07-28 09:55:39 -0700 | [diff] [blame] | 2086 | S: Maintained |
| 2087 | F: hw/core/register.c |
| 2088 | F: include/hw/register.h |
Philippe Mathieu-Daudé | 06a7b24 | 2017-12-13 02:17:33 -0300 | [diff] [blame] | 2089 | F: include/hw/registerfields.h |
Alistair Francis | cc0100f | 2016-07-28 09:55:39 -0700 | [diff] [blame] | 2090 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 2091 | SLIRP |
Samuel Thibault | eda509f | 2015-08-06 13:10:14 +0200 | [diff] [blame] | 2092 | M: Samuel Thibault <samuel.thibault@ens-lyon.org> |
Jan Kiszka | bafc72a | 2011-07-27 14:21:32 +0200 | [diff] [blame] | 2093 | M: Jan Kiszka <jan.kiszka@siemens.com> |
| 2094 | S: Maintained |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 2095 | F: slirp/ |
Thomas Huth | 663fb1e | 2015-12-15 09:48:15 +0100 | [diff] [blame] | 2096 | F: net/slirp.c |
Thomas Huth | d24b2b1 | 2016-02-25 12:56:24 +0100 | [diff] [blame] | 2097 | F: include/net/slirp.h |
Samuel Thibault | 02cffe2 | 2018-05-31 21:45:10 +0200 | [diff] [blame] | 2098 | T: git https://people.debian.org/~sthibault/qemu.git slirp |
Andreas Färber | 1ab09a4 | 2012-04-13 18:03:42 +0200 | [diff] [blame] | 2099 | T: git git://git.kiszka.org/qemu.git queues/slirp |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 2100 | |
Paolo Bonzini | b1ed728 | 2016-08-24 16:04:56 +0200 | [diff] [blame] | 2101 | Stubs |
| 2102 | M: Paolo Bonzini <pbonzini@redhat.com> |
| 2103 | S: Maintained |
| 2104 | F: stubs/ |
| 2105 | |
Stefan Hajnoczi | 598a3f3 | 2011-09-03 16:24:47 +0100 | [diff] [blame] | 2106 | Tracing |
Stefan Hajnoczi | 1cd0f8c | 2012-10-07 18:08:49 +0200 | [diff] [blame] | 2107 | M: Stefan Hajnoczi <stefanha@redhat.com> |
Stefan Hajnoczi | 598a3f3 | 2011-09-03 16:24:47 +0100 | [diff] [blame] | 2108 | S: Maintained |
| 2109 | F: trace/ |
Thomas Huth | 0e07629 | 2018-05-09 06:38:20 +0200 | [diff] [blame] | 2110 | F: trace-events |
| 2111 | F: qemu-option-trace.texi |
Lluís Vilanova | f70fd8f | 2012-04-03 20:48:17 +0200 | [diff] [blame] | 2112 | F: scripts/tracetool.py |
| 2113 | F: scripts/tracetool/ |
Daniel P. Berrangé | 62dd104 | 2019-01-23 12:00:16 +0000 | [diff] [blame] | 2114 | F: scripts/qemu-trace-stap* |
Philippe Mathieu-Daudé | c39cdbf | 2017-09-08 14:36:31 -0300 | [diff] [blame] | 2115 | F: docs/devel/tracing.txt |
Stefan Hajnoczi | e18a8b3 | 2018-11-08 11:15:26 +0000 | [diff] [blame] | 2116 | T: git https://github.com/stefanha/qemu.git tracing |
Stefan Hajnoczi | 598a3f3 | 2011-09-03 16:24:47 +0100 | [diff] [blame] | 2117 | |
Markus Armbruster | 3859b6c | 2017-08-24 21:14:03 +0200 | [diff] [blame] | 2118 | TPM |
Stefan Berger | 1f63669 | 2018-10-30 17:34:09 -0400 | [diff] [blame] | 2119 | M: Stefan Berger <stefanb@linux.ibm.com> |
Stefan Berger | 6b4f250 | 2017-09-07 16:16:24 -0400 | [diff] [blame] | 2120 | S: Maintained |
Markus Armbruster | 3859b6c | 2017-08-24 21:14:03 +0200 | [diff] [blame] | 2121 | F: tpm.c |
Philippe Mathieu-Daudé | c39f95d | 2017-10-24 09:20:43 -0300 | [diff] [blame] | 2122 | F: stubs/tpm.c |
Markus Armbruster | 3859b6c | 2017-08-24 21:14:03 +0200 | [diff] [blame] | 2123 | F: hw/tpm/* |
| 2124 | F: include/hw/acpi/tpm.h |
| 2125 | F: include/sysemu/tpm* |
| 2126 | F: qapi/tpm.json |
Stefan Berger | 6b4f250 | 2017-09-07 16:16:24 -0400 | [diff] [blame] | 2127 | F: backends/tpm.c |
Stefan Berger | adb0e91 | 2018-02-14 19:51:48 -0500 | [diff] [blame] | 2128 | F: tests/*tpm* |
Stefan Hajnoczi | e18a8b3 | 2018-11-08 11:15:26 +0000 | [diff] [blame] | 2129 | T: git https://github.com/stefanberger/qemu-tpm.git tpm-next |
Markus Armbruster | 3859b6c | 2017-08-24 21:14:03 +0200 | [diff] [blame] | 2130 | |
Blue Swirl | 14f40fd | 2011-11-26 09:51:23 +0000 | [diff] [blame] | 2131 | Checkpatch |
Blue Swirl | 14f40fd | 2011-11-26 09:51:23 +0000 | [diff] [blame] | 2132 | S: Odd Fixes |
| 2133 | F: scripts/checkpatch.pl |
| 2134 | |
Juan Quintela | c0787c8 | 2014-10-15 10:34:50 +0200 | [diff] [blame] | 2135 | Migration |
| 2136 | M: Juan Quintela <quintela@redhat.com> |
Dr. David Alan Gilbert | d7fc72c | 2017-01-24 10:04:37 +0000 | [diff] [blame] | 2137 | M: Dr. David Alan Gilbert <dgilbert@redhat.com> |
Juan Quintela | c0787c8 | 2014-10-15 10:34:50 +0200 | [diff] [blame] | 2138 | S: Maintained |
| 2139 | F: include/migration/ |
Dr. David Alan Gilbert | 44a1f94 | 2014-12-12 11:13:42 +0000 | [diff] [blame] | 2140 | F: migration/ |
Amit Shah | c551564 | 2014-11-18 18:01:25 +0530 | [diff] [blame] | 2141 | F: scripts/vmstate-static-checker.py |
| 2142 | F: tests/vmstate-static-checker-data/ |
Juan Quintela | 2656bfd | 2017-10-11 11:03:22 +0200 | [diff] [blame] | 2143 | F: tests/migration-test.c |
Markus Armbruster | c468e36 | 2018-08-10 13:55:53 +0200 | [diff] [blame] | 2144 | F: docs/devel/migration.rst |
Markus Armbruster | 48685a8 | 2017-08-24 21:14:01 +0200 | [diff] [blame] | 2145 | F: qapi/migration.json |
Juan Quintela | c0787c8 | 2014-10-15 10:34:50 +0200 | [diff] [blame] | 2146 | |
Eduardo Otubo | 92bfedb | 2013-09-09 14:04:15 -0300 | [diff] [blame] | 2147 | Seccomp |
otubo | 064983c | 2017-06-22 09:58:00 +0200 | [diff] [blame] | 2148 | M: Eduardo Otubo <otubo@redhat.com> |
Eduardo Otubo | 92bfedb | 2013-09-09 14:04:15 -0300 | [diff] [blame] | 2149 | S: Supported |
| 2150 | F: qemu-seccomp.c |
| 2151 | F: include/sysemu/seccomp.h |
| 2152 | |
Daniel P. Berrange | ddbb0d0 | 2015-07-01 18:10:29 +0100 | [diff] [blame] | 2153 | Cryptography |
| 2154 | M: Daniel P. Berrange <berrange@redhat.com> |
| 2155 | S: Maintained |
| 2156 | F: crypto/ |
| 2157 | F: include/crypto/ |
| 2158 | F: tests/test-crypto-* |
Philippe Mathieu-Daudé | 3947ecf | 2017-09-08 14:36:30 -0300 | [diff] [blame] | 2159 | F: tests/benchmark-crypto-* |
Philippe Mathieu-Daudé | 4d21171 | 2018-12-18 12:56:09 +0100 | [diff] [blame] | 2160 | F: tests/crypto-tls-* |
| 2161 | F: tests/pkix_asn1_tab.c |
Daniel P. Berrange | 899833c | 2017-03-16 11:18:46 +0000 | [diff] [blame] | 2162 | F: qemu.sasl |
Daniel P. Berrange | ddbb0d0 | 2015-07-01 18:10:29 +0100 | [diff] [blame] | 2163 | |
Daniel P. Berrange | 10817bf | 2015-09-01 14:48:02 +0100 | [diff] [blame] | 2164 | Coroutines |
| 2165 | M: Stefan Hajnoczi <stefanha@redhat.com> |
| 2166 | M: Kevin Wolf <kwolf@redhat.com> |
Stefan Hajnoczi | 00a2529 | 2019-03-01 16:35:18 +0000 | [diff] [blame] | 2167 | S: Maintained |
Daniel P. Berrange | 10817bf | 2015-09-01 14:48:02 +0100 | [diff] [blame] | 2168 | F: util/*coroutine* |
| 2169 | F: include/qemu/coroutine* |
| 2170 | F: tests/test-coroutine.c |
| 2171 | |
Daniel P. Berrange | 88c5f20 | 2015-03-03 17:13:42 +0000 | [diff] [blame] | 2172 | Buffers |
| 2173 | M: Daniel P. Berrange <berrange@redhat.com> |
| 2174 | S: Odd fixes |
| 2175 | F: util/buffer.c |
| 2176 | F: include/qemu/buffer.h |
| 2177 | |
Daniel P. Berrange | 666a3af | 2015-02-27 16:19:33 +0000 | [diff] [blame] | 2178 | I/O Channels |
| 2179 | M: Daniel P. Berrange <berrange@redhat.com> |
| 2180 | S: Maintained |
| 2181 | F: io/ |
| 2182 | F: include/io/ |
| 2183 | F: tests/test-io-* |
| 2184 | |
Daniel P. Berrange | 5b76dd1 | 2015-10-21 13:16:21 +0100 | [diff] [blame] | 2185 | User authorization |
| 2186 | M: Daniel P. Berrange <berrange@redhat.com> |
| 2187 | S: Maintained |
| 2188 | F: authz/ |
Daniel P. Berrange | c8c9988 | 2015-10-21 14:54:59 +0100 | [diff] [blame] | 2189 | F: qapi/authz.json |
Daniel P. Berrange | 5b76dd1 | 2015-10-21 13:16:21 +0100 | [diff] [blame] | 2190 | F: include/authz/ |
| 2191 | F: tests/test-authz-* |
| 2192 | |
Gerd Hoffmann | 5614a28 | 2016-01-18 16:03:23 +0100 | [diff] [blame] | 2193 | Sockets |
| 2194 | M: Daniel P. Berrange <berrange@redhat.com> |
| 2195 | M: Gerd Hoffmann <kraxel@redhat.com> |
Gerd Hoffmann | 5614a28 | 2016-01-18 16:03:23 +0100 | [diff] [blame] | 2196 | S: Maintained |
| 2197 | F: include/qemu/sockets.h |
| 2198 | F: util/qemu-sockets.c |
Markus Armbruster | a2ff5a4 | 2017-08-24 21:13:56 +0200 | [diff] [blame] | 2199 | F: qapi/sockets.json |
Gerd Hoffmann | 5614a28 | 2016-01-18 16:03:23 +0100 | [diff] [blame] | 2200 | |
Daniel P. Berrangé | 90e33df | 2018-06-08 17:24:57 +0100 | [diff] [blame] | 2201 | File monitor |
| 2202 | M: Daniel P. Berrange <berrange@redhat.com> |
| 2203 | S: Odd fixes |
| 2204 | F: util/filemonitor*.c |
| 2205 | F: include/qemu/filemonitor.h |
| 2206 | F: tests/test-util-filemonitor.c |
| 2207 | |
Alberto Garcia | d310d85 | 2016-02-18 12:27:10 +0200 | [diff] [blame] | 2208 | Throttling infrastructure |
| 2209 | M: Alberto Garcia <berto@igalia.com> |
| 2210 | S: Supported |
| 2211 | F: block/throttle-groups.c |
| 2212 | F: include/block/throttle-groups.h |
Philippe Mathieu-Daudé | 8960393 | 2017-09-08 14:36:27 -0300 | [diff] [blame] | 2213 | F: include/qemu/throttle*.h |
Alberto Garcia | d310d85 | 2016-02-18 12:27:10 +0200 | [diff] [blame] | 2214 | F: util/throttle.c |
Philippe Mathieu-Daudé | 8960393 | 2017-09-08 14:36:27 -0300 | [diff] [blame] | 2215 | F: docs/throttle.txt |
| 2216 | F: tests/test-throttle.c |
Alberto Garcia | d310d85 | 2016-02-18 12:27:10 +0200 | [diff] [blame] | 2217 | L: qemu-block@nongnu.org |
| 2218 | |
Fam Zheng | 080d7aa | 2016-09-21 12:27:25 +0800 | [diff] [blame] | 2219 | UUID |
Fam Zheng | fe5ca46 | 2018-11-21 23:30:36 +0800 | [diff] [blame] | 2220 | M: Fam Zheng <fam@euphon.net> |
Fam Zheng | 080d7aa | 2016-09-21 12:27:25 +0800 | [diff] [blame] | 2221 | S: Supported |
| 2222 | F: util/uuid.c |
| 2223 | F: include/qemu/uuid.h |
| 2224 | F: tests/test-uuid.c |
| 2225 | |
zhanghailiang | a4cc318 | 2016-10-27 14:43:09 +0800 | [diff] [blame] | 2226 | COLO Framework |
| 2227 | M: zhanghailiang <zhang.zhanghailiang@huawei.com> |
| 2228 | S: Maintained |
| 2229 | F: migration/colo* |
| 2230 | F: include/migration/colo.h |
| 2231 | F: include/migration/failover.h |
| 2232 | F: docs/COLO-FT.txt |
| 2233 | |
Zhang Chen | 88f82ed | 2016-09-27 10:22:35 +0800 | [diff] [blame] | 2234 | COLO Proxy |
Zhang Chen | c6bf50f | 2019-03-15 14:12:58 +0800 | [diff] [blame] | 2235 | M: Zhang Chen <chen.zhang@intel.com> |
Zhang Chen | 88f82ed | 2016-09-27 10:22:35 +0800 | [diff] [blame] | 2236 | M: Li Zhijian <lizhijian@cn.fujitsu.com> |
| 2237 | S: Supported |
| 2238 | F: docs/colo-proxy.txt |
| 2239 | F: net/colo* |
| 2240 | F: net/filter-rewriter.c |
| 2241 | F: net/filter-mirror.c |
| 2242 | |
Pavel Dovgalyuk | 6225820 | 2017-05-03 14:33:04 +0300 | [diff] [blame] | 2243 | Record/replay |
| 2244 | M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru> |
| 2245 | R: Paolo Bonzini <pbonzini@redhat.com> |
Stefan Hajnoczi | 70b7fba | 2017-11-21 12:04:35 +0000 | [diff] [blame] | 2246 | W: https://wiki.qemu.org/Features/record-replay |
Pavel Dovgalyuk | 6225820 | 2017-05-03 14:33:04 +0300 | [diff] [blame] | 2247 | S: Supported |
| 2248 | F: replay/* |
| 2249 | F: block/blkreplay.c |
| 2250 | F: net/filter-replay.c |
| 2251 | F: include/sysemu/replay.h |
| 2252 | F: docs/replay.txt |
| 2253 | F: stubs/replay.c |
| 2254 | |
Peter Xu | eecf5ee | 2018-05-18 15:25:16 +0800 | [diff] [blame] | 2255 | IOVA Tree |
| 2256 | M: Peter Xu <peterx@redhat.com> |
| 2257 | S: Maintained |
| 2258 | F: include/qemu/iova-tree.h |
| 2259 | F: util/iova-tree.c |
| 2260 | |
Viktor Prutyanov | 5ee547b | 2018-09-18 12:54:22 +0300 | [diff] [blame] | 2261 | elf2dmp |
| 2262 | M: Viktor Prutyanov <viktor.prutyanov@phystech.edu> |
| 2263 | S: Maintained |
| 2264 | F: contrib/elf2dmp/ |
| 2265 | |
Corey Minyard | 93198b6 | 2018-11-13 18:31:27 -0600 | [diff] [blame] | 2266 | I2C and SMBus |
| 2267 | M: Corey Minyard <cminyard@mvista.com> |
| 2268 | S: Maintained |
| 2269 | F: hw/i2c/core.c |
| 2270 | F: hw/i2c/smbus_slave.c |
| 2271 | F: hw/i2c/smbus_master.c |
| 2272 | F: hw/i2c/smbus_eeprom.c |
| 2273 | F: include/hw/i2c/i2c.h |
| 2274 | F: include/hw/i2c/smbus_master.h |
| 2275 | F: include/hw/i2c/smbus_slave.h |
| 2276 | F: include/hw/i2c/smbus_eeprom.h |
| 2277 | |
Laszlo Ersek | 6739df3 | 2019-03-13 13:40:07 +0100 | [diff] [blame] | 2278 | EDK2 Firmware |
| 2279 | M: Laszlo Ersek <lersek@redhat.com> |
| 2280 | M: Philippe Mathieu-Daudé <philmd@redhat.com> |
| 2281 | S: Supported |
| 2282 | F: pc-bios/descriptors/??-edk2-*.json |
| 2283 | F: pc-bios/edk2-* |
| 2284 | F: roms/Makefile.edk2 |
| 2285 | F: roms/edk2 |
| 2286 | F: roms/edk2-* |
| 2287 | F: tests/data/uefi-boot-images/ |
| 2288 | F: tests/uefi-test-tools/ |
| 2289 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 2290 | Usermode Emulation |
| 2291 | ------------------ |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 2292 | Overall usermode emulation |
Paolo Bonzini | 486bbe5 | 2014-10-22 00:18:01 +0200 | [diff] [blame] | 2293 | M: Riku Voipio <riku.voipio@iki.fi> |
| 2294 | S: Maintained |
| 2295 | F: thunk.c |
Philippe Mathieu-Daudé | 5841066 | 2017-09-11 18:33:25 -0300 | [diff] [blame] | 2296 | F: accel/tcg/user-exec*.c |
Paolo Bonzini | 486bbe5 | 2014-10-22 00:18:01 +0200 | [diff] [blame] | 2297 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 2298 | BSD user |
Markus Armbruster | 297e800 | 2016-06-20 16:19:25 +0200 | [diff] [blame] | 2299 | S: Orphan |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 2300 | F: bsd-user/ |
Thomas Huth | ccf0a57 | 2016-09-30 09:07:15 +0200 | [diff] [blame] | 2301 | F: default-configs/*-bsd-user.mak |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 2302 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 2303 | Linux user |
| 2304 | M: Riku Voipio <riku.voipio@iki.fi> |
Laurent Vivier | ecc1f5a | 2017-05-10 17:39:50 +0200 | [diff] [blame] | 2305 | R: Laurent Vivier <laurent@vivier.eu> |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 2306 | S: Maintained |
| 2307 | F: linux-user/ |
Thomas Huth | ccf0a57 | 2016-09-30 09:07:15 +0200 | [diff] [blame] | 2308 | F: default-configs/*-linux-user.mak |
Thomas Huth | e5dd987 | 2018-01-02 17:25:26 +0100 | [diff] [blame] | 2309 | F: scripts/qemu-binfmt-conf.sh |
Aurelien Jarno | 42f5a7e | 2011-01-14 20:39:19 +0100 | [diff] [blame] | 2310 | |
| 2311 | Tiny Code Generator (TCG) |
| 2312 | ------------------------- |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 2313 | Common TCG code |
Richard Henderson | cc7772b | 2013-07-03 11:09:03 -0700 | [diff] [blame] | 2314 | M: Richard Henderson <rth@twiddle.net> |
Aurelien Jarno | 42f5a7e | 2011-01-14 20:39:19 +0100 | [diff] [blame] | 2315 | S: Maintained |
| 2316 | F: tcg/ |
| 2317 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 2318 | AArch64 TCG target |
Claudio Fontana | b25a464 | 2013-06-12 16:20:24 +0100 | [diff] [blame] | 2319 | M: Claudio Fontana <claudio.fontana@huawei.com> |
| 2320 | M: Claudio Fontana <claudio.fontana@gmail.com> |
| 2321 | S: Maintained |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 2322 | L: qemu-arm@nongnu.org |
Claudio Fontana | b25a464 | 2013-06-12 16:20:24 +0100 | [diff] [blame] | 2323 | F: tcg/aarch64/ |
Paolo Bonzini | c17652e | 2015-09-22 11:36:16 +0200 | [diff] [blame] | 2324 | F: disas/arm-a64.cc |
| 2325 | F: disas/libvixl/ |
Claudio Fontana | b25a464 | 2013-06-12 16:20:24 +0100 | [diff] [blame] | 2326 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 2327 | ARM TCG target |
Aurelien Jarno | 42f5a7e | 2011-01-14 20:39:19 +0100 | [diff] [blame] | 2328 | M: Andrzej Zaborowski <balrogg@gmail.com> |
| 2329 | S: Maintained |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 2330 | L: qemu-arm@nongnu.org |
Aurelien Jarno | 42f5a7e | 2011-01-14 20:39:19 +0100 | [diff] [blame] | 2331 | F: tcg/arm/ |
Paolo Bonzini | c17652e | 2015-09-22 11:36:16 +0200 | [diff] [blame] | 2332 | F: disas/arm.c |
Aurelien Jarno | 42f5a7e | 2011-01-14 20:39:19 +0100 | [diff] [blame] | 2333 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 2334 | i386 TCG target |
Philippe Mathieu-Daudé | ecd1a5d | 2018-12-18 12:56:15 +0100 | [diff] [blame] | 2335 | M: Richard Henderson <rth@twiddle.net> |
Aurelien Jarno | 42f5a7e | 2011-01-14 20:39:19 +0100 | [diff] [blame] | 2336 | S: Maintained |
| 2337 | F: tcg/i386/ |
Paolo Bonzini | c17652e | 2015-09-22 11:36:16 +0200 | [diff] [blame] | 2338 | F: disas/i386.c |
Aurelien Jarno | 42f5a7e | 2011-01-14 20:39:19 +0100 | [diff] [blame] | 2339 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 2340 | MIPS TCG target |
Peter Maydell | d6eec7a | 2011-06-22 15:45:01 +0100 | [diff] [blame] | 2341 | M: Aurelien Jarno <aurelien@aurel32.net> |
Aleksandar Markovic | 215943b | 2018-12-26 17:46:56 +0100 | [diff] [blame] | 2342 | R: Aleksandar Rikalo <arikalo@wavecomp.com> |
Aurelien Jarno | 42f5a7e | 2011-01-14 20:39:19 +0100 | [diff] [blame] | 2343 | S: Maintained |
| 2344 | F: tcg/mips/ |
| 2345 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 2346 | PPC TCG target |
Pranith Kumar | 15610d4 | 2016-10-18 10:21:00 -0700 | [diff] [blame] | 2347 | M: Richard Henderson <rth@twiddle.net> |
| 2348 | S: Odd Fixes |
Aurelien Jarno | 42f5a7e | 2011-01-14 20:39:19 +0100 | [diff] [blame] | 2349 | F: tcg/ppc/ |
Paolo Bonzini | c17652e | 2015-09-22 11:36:16 +0200 | [diff] [blame] | 2350 | F: disas/ppc.c |
Aurelien Jarno | 42f5a7e | 2011-01-14 20:39:19 +0100 | [diff] [blame] | 2351 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 2352 | RISC-V TCG target |
Alistair Francis | fb1f70f | 2018-12-19 19:17:07 +0000 | [diff] [blame] | 2353 | M: Palmer Dabbelt <palmer@sifive.com> |
| 2354 | M: Alistair Francis <Alistair.Francis@wdc.com> |
| 2355 | L: qemu-riscv@nongnu.org |
| 2356 | S: Maintained |
| 2357 | F: tcg/riscv/ |
| 2358 | F: disas/riscv.c |
| 2359 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 2360 | S390 TCG target |
Aurelien Jarno | 42f5a7e | 2011-01-14 20:39:19 +0100 | [diff] [blame] | 2361 | M: Richard Henderson <rth@twiddle.net> |
| 2362 | S: Maintained |
| 2363 | F: tcg/s390/ |
Paolo Bonzini | c17652e | 2015-09-22 11:36:16 +0200 | [diff] [blame] | 2364 | F: disas/s390.c |
Cornelia Huck | 146bd28 | 2017-10-05 17:05:23 +0200 | [diff] [blame] | 2365 | L: qemu-s390x@nongnu.org |
Aurelien Jarno | 42f5a7e | 2011-01-14 20:39:19 +0100 | [diff] [blame] | 2366 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 2367 | SPARC TCG target |
Markus Armbruster | 297e800 | 2016-06-20 16:19:25 +0200 | [diff] [blame] | 2368 | S: Odd Fixes |
Aurelien Jarno | 42f5a7e | 2011-01-14 20:39:19 +0100 | [diff] [blame] | 2369 | F: tcg/sparc/ |
Paolo Bonzini | c17652e | 2015-09-22 11:36:16 +0200 | [diff] [blame] | 2370 | F: disas/sparc.c |
Stefan Weil | bc75c9e | 2011-11-24 23:20:43 +0100 | [diff] [blame] | 2371 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 2372 | TCI TCG target |
Stefan Weil | bc75c9e | 2011-11-24 23:20:43 +0100 | [diff] [blame] | 2373 | M: Stefan Weil <sw@weilnetz.de> |
| 2374 | S: Maintained |
Andreas Färber | 8ef9cd5 | 2012-04-13 17:22:03 +0200 | [diff] [blame] | 2375 | F: tcg/tci/ |
Philippe Mathieu-Daudé | 752a2ae | 2017-06-29 12:03:07 -0300 | [diff] [blame] | 2376 | F: tcg/tci.c |
Paolo Bonzini | c17652e | 2015-09-22 11:36:16 +0200 | [diff] [blame] | 2377 | F: disas/tci.c |
Andreas Färber | aa09c95 | 2012-04-13 17:52:27 +0200 | [diff] [blame] | 2378 | |
Stefan Hajnoczi | f05b328 | 2013-11-13 10:33:10 +0100 | [diff] [blame] | 2379 | Block drivers |
| 2380 | ------------- |
| 2381 | VMDK |
Fam Zheng | fe5ca46 | 2018-11-21 23:30:36 +0800 | [diff] [blame] | 2382 | M: Fam Zheng <fam@euphon.net> |
Kevin Wolf | c95e4c0 | 2015-04-30 15:15:13 +0200 | [diff] [blame] | 2383 | L: qemu-block@nongnu.org |
Stefan Hajnoczi | f05b328 | 2013-11-13 10:33:10 +0100 | [diff] [blame] | 2384 | S: Supported |
| 2385 | F: block/vmdk.c |
| 2386 | |
| 2387 | RBD |
Jason Dillaman | 2bbd998 | 2019-06-28 09:55:08 -0400 | [diff] [blame] | 2388 | M: Jason Dillaman <dillaman@redhat.com> |
Jeff Cody | 280458a | 2015-03-06 12:16:06 -0500 | [diff] [blame] | 2389 | L: qemu-block@nongnu.org |
Stefan Hajnoczi | f05b328 | 2013-11-13 10:33:10 +0100 | [diff] [blame] | 2390 | S: Supported |
| 2391 | F: block/rbd.c |
| 2392 | |
| 2393 | Sheepdog |
Stefan Hajnoczi | f05b328 | 2013-11-13 10:33:10 +0100 | [diff] [blame] | 2394 | M: Liu Yuan <namei.unix@gmail.com> |
Jeff Cody | 280458a | 2015-03-06 12:16:06 -0500 | [diff] [blame] | 2395 | L: qemu-block@nongnu.org |
Jeff Cody | 5f5246b | 2018-09-26 14:05:33 -0400 | [diff] [blame] | 2396 | L: sheepdog@lists.wpkg.org |
| 2397 | S: Odd Fixes |
Stefan Hajnoczi | f05b328 | 2013-11-13 10:33:10 +0100 | [diff] [blame] | 2398 | F: block/sheepdog.c |
| 2399 | |
| 2400 | VHDX |
Jeff Cody | 5f5246b | 2018-09-26 14:05:33 -0400 | [diff] [blame] | 2401 | M: Jeff Cody <codyprime@gmail.com> |
Jeff Cody | 280458a | 2015-03-06 12:16:06 -0500 | [diff] [blame] | 2402 | L: qemu-block@nongnu.org |
Stefan Hajnoczi | f05b328 | 2013-11-13 10:33:10 +0100 | [diff] [blame] | 2403 | S: Supported |
| 2404 | F: block/vhdx* |
| 2405 | |
| 2406 | VDI |
| 2407 | M: Stefan Weil <sw@weilnetz.de> |
Kevin Wolf | c95e4c0 | 2015-04-30 15:15:13 +0200 | [diff] [blame] | 2408 | L: qemu-block@nongnu.org |
Stefan Hajnoczi | f05b328 | 2013-11-13 10:33:10 +0100 | [diff] [blame] | 2409 | S: Maintained |
| 2410 | F: block/vdi.c |
| 2411 | |
| 2412 | iSCSI |
| 2413 | M: Ronnie Sahlberg <ronniesahlberg@gmail.com> |
| 2414 | M: Paolo Bonzini <pbonzini@redhat.com> |
| 2415 | M: Peter Lieven <pl@kamp.de> |
Kevin Wolf | c95e4c0 | 2015-04-30 15:15:13 +0200 | [diff] [blame] | 2416 | L: qemu-block@nongnu.org |
Paolo Bonzini | 2185fd6 | 2018-10-19 14:25:42 +0200 | [diff] [blame] | 2417 | S: Odd Fixes |
Stefan Hajnoczi | f05b328 | 2013-11-13 10:33:10 +0100 | [diff] [blame] | 2418 | F: block/iscsi.c |
Peter Lieven | 2deb63c | 2017-01-24 13:49:21 +0100 | [diff] [blame] | 2419 | F: block/iscsi-opts.c |
Stefan Hajnoczi | f05b328 | 2013-11-13 10:33:10 +0100 | [diff] [blame] | 2420 | |
Eric Blake | 99c62e7 | 2017-07-07 13:21:51 -0500 | [diff] [blame] | 2421 | Network Block Device (NBD) |
| 2422 | M: Eric Blake <eblake@redhat.com> |
Eric Blake | 99c62e7 | 2017-07-07 13:21:51 -0500 | [diff] [blame] | 2423 | L: qemu-block@nongnu.org |
| 2424 | S: Maintained |
| 2425 | F: block/nbd* |
| 2426 | F: nbd/ |
| 2427 | F: include/block/nbd* |
| 2428 | F: qemu-nbd.* |
| 2429 | F: blockdev-nbd.c |
Vladimir Sementsov-Ogievskiy | 3229a83 | 2018-06-09 18:17:58 +0300 | [diff] [blame] | 2430 | F: docs/interop/nbd.txt |
Stefan Hajnoczi | ebe2aad | 2018-11-08 11:15:28 +0000 | [diff] [blame] | 2431 | T: git https://repo.or.cz/qemu/ericb.git nbd |
Eric Blake | 99c62e7 | 2017-07-07 13:21:51 -0500 | [diff] [blame] | 2432 | |
Peter Lieven | 6542aa9 | 2014-02-03 10:26:13 +0100 | [diff] [blame] | 2433 | NFS |
| 2434 | M: Peter Lieven <pl@kamp.de> |
Jeff Cody | 280458a | 2015-03-06 12:16:06 -0500 | [diff] [blame] | 2435 | L: qemu-block@nongnu.org |
Peter Lieven | 6542aa9 | 2014-02-03 10:26:13 +0100 | [diff] [blame] | 2436 | S: Maintained |
| 2437 | F: block/nfs.c |
| 2438 | |
Stefan Hajnoczi | f05b328 | 2013-11-13 10:33:10 +0100 | [diff] [blame] | 2439 | SSH |
| 2440 | M: Richard W.M. Jones <rjones@redhat.com> |
Jeff Cody | 280458a | 2015-03-06 12:16:06 -0500 | [diff] [blame] | 2441 | L: qemu-block@nongnu.org |
Stefan Hajnoczi | f05b328 | 2013-11-13 10:33:10 +0100 | [diff] [blame] | 2442 | S: Supported |
| 2443 | F: block/ssh.c |
Chrysostomos Nanakos | c9a12e7 | 2014-08-04 17:35:32 +0300 | [diff] [blame] | 2444 | |
Jeff Cody | 280458a | 2015-03-06 12:16:06 -0500 | [diff] [blame] | 2445 | CURL |
Jeff Cody | 280458a | 2015-03-06 12:16:06 -0500 | [diff] [blame] | 2446 | L: qemu-block@nongnu.org |
Thomas Huth | 5c6090f | 2019-05-06 08:18:54 +0200 | [diff] [blame] | 2447 | S: Odd Fixes |
Jeff Cody | 280458a | 2015-03-06 12:16:06 -0500 | [diff] [blame] | 2448 | F: block/curl.c |
Jeff Cody | 280458a | 2015-03-06 12:16:06 -0500 | [diff] [blame] | 2449 | |
| 2450 | GLUSTER |
Jeff Cody | 280458a | 2015-03-06 12:16:06 -0500 | [diff] [blame] | 2451 | L: qemu-block@nongnu.org |
Thomas Huth | 5c6090f | 2019-05-06 08:18:54 +0200 | [diff] [blame] | 2452 | L: integration@gluster.org |
| 2453 | S: Odd Fixes |
Jeff Cody | 280458a | 2015-03-06 12:16:06 -0500 | [diff] [blame] | 2454 | F: block/gluster.c |
Gonglei | b5e9476 | 2014-10-22 11:07:57 +0800 | [diff] [blame] | 2455 | |
Fam Zheng | 199667a | 2015-04-01 09:45:40 +0800 | [diff] [blame] | 2456 | Null Block Driver |
Fam Zheng | fe5ca46 | 2018-11-21 23:30:36 +0800 | [diff] [blame] | 2457 | M: Fam Zheng <fam@euphon.net> |
Fam Zheng | 199667a | 2015-04-01 09:45:40 +0800 | [diff] [blame] | 2458 | L: qemu-block@nongnu.org |
| 2459 | S: Supported |
| 2460 | F: block/null.c |
| 2461 | |
Fam Zheng | bdd6a90 | 2018-01-16 14:08:55 +0800 | [diff] [blame] | 2462 | NVMe Block Driver |
Fam Zheng | fe5ca46 | 2018-11-21 23:30:36 +0800 | [diff] [blame] | 2463 | M: Fam Zheng <fam@euphon.net> |
Fam Zheng | bdd6a90 | 2018-01-16 14:08:55 +0800 | [diff] [blame] | 2464 | L: qemu-block@nongnu.org |
| 2465 | S: Supported |
| 2466 | F: block/nvme* |
| 2467 | |
Gonglei | b5e9476 | 2014-10-22 11:07:57 +0800 | [diff] [blame] | 2468 | Bootdevice |
| 2469 | M: Gonglei <arei.gonglei@huawei.com> |
| 2470 | S: Maintained |
| 2471 | F: bootdevice.c |
Alberto Garcia | ecdda9e | 2015-03-16 18:22:05 +0200 | [diff] [blame] | 2472 | |
| 2473 | Quorum |
| 2474 | M: Alberto Garcia <berto@igalia.com> |
| 2475 | S: Supported |
| 2476 | F: block/quorum.c |
| 2477 | L: qemu-block@nongnu.org |
Stefan Hajnoczi | e7c6e63 | 2015-04-29 15:13:26 +0100 | [diff] [blame] | 2478 | |
Aapo Vienamo | bfcc224 | 2018-07-03 17:48:48 +0300 | [diff] [blame] | 2479 | blklogwrites |
| 2480 | M: Ari Sundholm <ari@tuxera.com> |
| 2481 | L: qemu-block@nongnu.org |
| 2482 | S: Supported |
| 2483 | F: block/blklogwrites.c |
| 2484 | |
Stefan Hajnoczi | e7c6e63 | 2015-04-29 15:13:26 +0100 | [diff] [blame] | 2485 | blkverify |
| 2486 | M: Stefan Hajnoczi <stefanha@redhat.com> |
| 2487 | L: qemu-block@nongnu.org |
| 2488 | S: Supported |
| 2489 | F: block/blkverify.c |
| 2490 | |
| 2491 | bochs |
| 2492 | M: Stefan Hajnoczi <stefanha@redhat.com> |
| 2493 | L: qemu-block@nongnu.org |
| 2494 | S: Supported |
| 2495 | F: block/bochs.c |
| 2496 | |
| 2497 | cloop |
| 2498 | M: Stefan Hajnoczi <stefanha@redhat.com> |
| 2499 | L: qemu-block@nongnu.org |
| 2500 | S: Supported |
| 2501 | F: block/cloop.c |
| 2502 | |
| 2503 | dmg |
| 2504 | M: Stefan Hajnoczi <stefanha@redhat.com> |
| 2505 | L: qemu-block@nongnu.org |
| 2506 | S: Supported |
| 2507 | F: block/dmg.c |
| 2508 | |
| 2509 | parallels |
| 2510 | M: Stefan Hajnoczi <stefanha@redhat.com> |
Denis V. Lunev | f307371 | 2015-08-21 20:44:16 +0300 | [diff] [blame] | 2511 | M: Denis V. Lunev <den@openvz.org> |
Stefan Hajnoczi | e7c6e63 | 2015-04-29 15:13:26 +0100 | [diff] [blame] | 2512 | L: qemu-block@nongnu.org |
| 2513 | S: Supported |
| 2514 | F: block/parallels.c |
Philippe Mathieu-Daudé | 5746c1c | 2017-09-08 14:36:32 -0300 | [diff] [blame] | 2515 | F: docs/interop/parallels.txt |
Stefan Hajnoczi | e7c6e63 | 2015-04-29 15:13:26 +0100 | [diff] [blame] | 2516 | |
| 2517 | qed |
| 2518 | M: Stefan Hajnoczi <stefanha@redhat.com> |
| 2519 | L: qemu-block@nongnu.org |
| 2520 | S: Supported |
| 2521 | F: block/qed.c |
| 2522 | |
| 2523 | raw |
| 2524 | M: Kevin Wolf <kwolf@redhat.com> |
| 2525 | L: qemu-block@nongnu.org |
| 2526 | S: Supported |
| 2527 | F: block/linux-aio.c |
Markus Armbruster | f586d5f | 2016-09-05 14:28:52 +0200 | [diff] [blame] | 2528 | F: include/block/raw-aio.h |
Eric Blake | 2e6fc7e | 2016-12-02 13:48:53 -0600 | [diff] [blame] | 2529 | F: block/raw-format.c |
Eric Blake | c1bb86c | 2016-12-02 13:48:54 -0600 | [diff] [blame] | 2530 | F: block/file-posix.c |
| 2531 | F: block/file-win32.c |
Stefan Hajnoczi | e7c6e63 | 2015-04-29 15:13:26 +0100 | [diff] [blame] | 2532 | F: block/win32-aio.c |
| 2533 | |
| 2534 | qcow2 |
| 2535 | M: Kevin Wolf <kwolf@redhat.com> |
Max Reitz | c4189d8 | 2016-04-08 19:29:01 +0200 | [diff] [blame] | 2536 | M: Max Reitz <mreitz@redhat.com> |
Stefan Hajnoczi | e7c6e63 | 2015-04-29 15:13:26 +0100 | [diff] [blame] | 2537 | L: qemu-block@nongnu.org |
| 2538 | S: Supported |
| 2539 | F: block/qcow2* |
Philippe Mathieu-Daudé | b24f988 | 2017-09-08 14:36:23 -0300 | [diff] [blame] | 2540 | F: docs/interop/qcow2.txt |
Stefan Hajnoczi | e7c6e63 | 2015-04-29 15:13:26 +0100 | [diff] [blame] | 2541 | |
| 2542 | qcow |
| 2543 | M: Kevin Wolf <kwolf@redhat.com> |
| 2544 | L: qemu-block@nongnu.org |
| 2545 | S: Supported |
| 2546 | F: block/qcow.c |
| 2547 | |
| 2548 | blkdebug |
| 2549 | M: Kevin Wolf <kwolf@redhat.com> |
Max Reitz | c4189d8 | 2016-04-08 19:29:01 +0200 | [diff] [blame] | 2550 | M: Max Reitz <mreitz@redhat.com> |
Stefan Hajnoczi | e7c6e63 | 2015-04-29 15:13:26 +0100 | [diff] [blame] | 2551 | L: qemu-block@nongnu.org |
| 2552 | S: Supported |
| 2553 | F: block/blkdebug.c |
| 2554 | |
| 2555 | vpc |
| 2556 | M: Kevin Wolf <kwolf@redhat.com> |
| 2557 | L: qemu-block@nongnu.org |
| 2558 | S: Supported |
| 2559 | F: block/vpc.c |
| 2560 | |
| 2561 | vvfat |
| 2562 | M: Kevin Wolf <kwolf@redhat.com> |
| 2563 | L: qemu-block@nongnu.org |
| 2564 | S: Supported |
| 2565 | F: block/vvfat.c |
Stefan Hajnoczi | abfe4e9 | 2015-04-29 15:13:28 +0100 | [diff] [blame] | 2566 | |
| 2567 | Image format fuzzer |
| 2568 | M: Stefan Hajnoczi <stefanha@redhat.com> |
| 2569 | L: qemu-block@nongnu.org |
| 2570 | S: Supported |
| 2571 | F: tests/image-fuzzer/ |
Daniel P. Berrange | 717171b | 2015-09-24 14:41:38 +0100 | [diff] [blame] | 2572 | |
Changlong Xie | 049105a | 2016-07-27 15:01:53 +0800 | [diff] [blame] | 2573 | Replication |
Changlong Xie | 205f861 | 2017-04-18 11:08:13 +0800 | [diff] [blame] | 2574 | M: Wen Congyang <wencongyang2@huawei.com> |
Zhang Chen | 3ccc0a0 | 2017-04-21 15:12:47 +0800 | [diff] [blame] | 2575 | M: Xie Changlong <xiechanglong.d@gmail.com> |
Changlong Xie | 049105a | 2016-07-27 15:01:53 +0800 | [diff] [blame] | 2576 | S: Supported |
| 2577 | F: replication* |
| 2578 | F: block/replication.c |
| 2579 | F: tests/test-replication.c |
| 2580 | F: docs/block-replication.txt |
| 2581 | |
Marcel Apfelbaum | a3defab | 2017-12-14 17:32:23 +0200 | [diff] [blame] | 2582 | PVRDMA |
| 2583 | M: Yuval Shaia <yuval.shaia@oracle.com> |
Marcel Apfelbaum | fe355cb | 2018-04-26 11:45:23 +0300 | [diff] [blame] | 2584 | M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> |
Marcel Apfelbaum | a3defab | 2017-12-14 17:32:23 +0200 | [diff] [blame] | 2585 | S: Maintained |
| 2586 | F: hw/rdma/* |
| 2587 | F: hw/rdma/vmw/* |
| 2588 | F: docs/pvrdma.txt |
Yuval Shaia | a5d2f6f | 2018-12-21 16:40:15 +0200 | [diff] [blame] | 2589 | F: contrib/rdmacm-mux/* |
Yuval Shaia | 4a5c990 | 2018-12-21 16:40:24 +0200 | [diff] [blame] | 2590 | F: qapi/rdma.json |
Marcel Apfelbaum | a3defab | 2017-12-14 17:32:23 +0200 | [diff] [blame] | 2591 | |
Alex Bennée | b052fec | 2019-05-13 15:32:56 +0100 | [diff] [blame] | 2592 | Semihosting |
| 2593 | M: Alex Bennée <alex.bennee@linaro.org> |
Alex Bennée | b052fec | 2019-05-13 15:32:56 +0100 | [diff] [blame] | 2594 | S: Maintained |
| 2595 | F: hw/semihosting/ |
| 2596 | F: include/hw/semihosting/ |
| 2597 | |
Alex Bennée | b9e02c0 | 2016-01-31 17:32:39 +0000 | [diff] [blame] | 2598 | Build and test automation |
| 2599 | ------------------------- |
Eduardo Habkost | 0475a03 | 2017-09-21 14:02:09 -0300 | [diff] [blame] | 2600 | Build and test automation |
Alex Bennée | b9e02c0 | 2016-01-31 17:32:39 +0000 | [diff] [blame] | 2601 | M: Alex Bennée <alex.bennee@linaro.org> |
Fam Zheng | fe5ca46 | 2018-11-21 23:30:36 +0800 | [diff] [blame] | 2602 | M: Fam Zheng <fam@euphon.net> |
Philippe Mathieu-Daudé | 0d8ea8f | 2018-11-25 21:49:59 +0100 | [diff] [blame] | 2603 | R: Philippe Mathieu-Daudé <philmd@redhat.com> |
Alex Bennée | e70dc7f | 2017-02-20 10:51:39 +0000 | [diff] [blame] | 2604 | S: Maintained |
Alex Bennée | b9e02c0 | 2016-01-31 17:32:39 +0000 | [diff] [blame] | 2605 | F: .travis.yml |
Alex Bennée | 0708e64 | 2018-06-20 12:00:07 +0100 | [diff] [blame] | 2606 | F: scripts/travis/ |
Alex Bennée | d92d886 | 2017-02-20 10:51:38 +0000 | [diff] [blame] | 2607 | F: .shippable.yml |
Alex Bennée | e70dc7f | 2017-02-20 10:51:39 +0000 | [diff] [blame] | 2608 | F: tests/docker/ |
Fam Zheng | 1802382 | 2017-09-05 10:11:59 +0800 | [diff] [blame] | 2609 | F: tests/vm/ |
Philippe Mathieu-Daudé | 54dbfd8 | 2019-01-24 02:00:22 +0100 | [diff] [blame] | 2610 | F: scripts/archive-source.sh |
Alex Bennée | e70dc7f | 2017-02-20 10:51:39 +0000 | [diff] [blame] | 2611 | W: https://travis-ci.org/qemu/qemu |
Philippe Mathieu-Daudé | 2a74700 | 2017-06-02 15:56:29 -0300 | [diff] [blame] | 2612 | W: https://app.shippable.com/github/qemu/qemu |
Alex Bennée | e70dc7f | 2017-02-20 10:51:39 +0000 | [diff] [blame] | 2613 | W: http://patchew.org/QEMU/ |
Daniel P. Berrange | 717171b | 2015-09-24 14:41:38 +0100 | [diff] [blame] | 2614 | |
Ed Maste | 7162fbb | 2019-01-22 17:25:58 +0000 | [diff] [blame] | 2615 | FreeBSD Hosted Continuous Integration |
| 2616 | M: Ed Maste <emaste@freebsd.org> |
| 2617 | M: Li-Wen Hsu <lwhsu@freebsd.org> |
Ed Maste | 7162fbb | 2019-01-22 17:25:58 +0000 | [diff] [blame] | 2618 | S: Maintained |
| 2619 | F: .cirrus.yml |
| 2620 | W: https://cirrus-ci.com/github/qemu/qemu |
| 2621 | |
Thomas Huth | 0a8b05c | 2019-02-13 12:54:41 +0100 | [diff] [blame] | 2622 | GitLab Continuous Integration |
| 2623 | M: Thomas Huth <thuth@redhat.com> |
| 2624 | S: Maintained |
| 2625 | F: .gitlab-ci.yml |
| 2626 | |
Alex Bennée | 7e97017 | 2018-04-06 13:32:18 +0100 | [diff] [blame] | 2627 | Guest Test Compilation Support |
| 2628 | M: Alex Bennée <alex.bennee@linaro.org> |
| 2629 | R: Philippe Mathieu-Daudé <f4bug@amsat.org> |
Stefan Hajnoczi | 00a2529 | 2019-03-01 16:35:18 +0000 | [diff] [blame] | 2630 | S: Maintained |
Alex Bennée | 7e97017 | 2018-04-06 13:32:18 +0100 | [diff] [blame] | 2631 | F: tests/tcg/Makefile |
Alex Bennée | c722a9e | 2018-04-06 11:08:37 +0100 | [diff] [blame] | 2632 | F: tests/tcg/Makefile.include |
Alex Bennée | 7e97017 | 2018-04-06 13:32:18 +0100 | [diff] [blame] | 2633 | |
Daniel P. Berrange | 717171b | 2015-09-24 14:41:38 +0100 | [diff] [blame] | 2634 | Documentation |
| 2635 | ------------- |
| 2636 | Build system architecture |
| 2637 | M: Daniel P. Berrange <berrange@redhat.com> |
| 2638 | S: Odd Fixes |
Philippe Mathieu-Daudé | c39cdbf | 2017-09-08 14:36:31 -0300 | [diff] [blame] | 2639 | F: docs/devel/build-system.txt |
Fam Zheng | 8a49e97 | 2016-06-01 12:25:28 +0800 | [diff] [blame] | 2640 | |
Alex Bennée | 92329a7 | 2019-01-14 15:25:13 +0000 | [diff] [blame] | 2641 | GIT Data Mining Config |
| 2642 | M: Alex Bennée <alex.bennee@linaro.org> |
| 2643 | S: Odd Fixes |
| 2644 | F: gitdm.config |
| 2645 | F: contrib/gitdm/* |
| 2646 | |
Markus Armbruster | b02c9bc | 2018-07-16 09:32:26 +0200 | [diff] [blame] | 2647 | Incompatible changes |
| 2648 | R: libvir-list@redhat.com |
| 2649 | F: qemu-deprecated.texi |
| 2650 | |
Daniel P. Berrange | aef45d5 | 2017-09-29 11:11:56 +0100 | [diff] [blame] | 2651 | Build System |
| 2652 | ------------ |
| 2653 | GIT submodules |
| 2654 | M: Daniel P. Berrange <berrange@redhat.com> |
| 2655 | S: Odd Fixes |
| 2656 | F: scripts/git-submodule.sh |
Peter Maydell | c10e01b | 2019-03-07 14:26:47 +0000 | [diff] [blame] | 2657 | |
| 2658 | Sphinx documentation configuration and build machinery |
| 2659 | M: Peter Maydell <peter.maydell@linaro.org> |
| 2660 | S: Maintained |
| 2661 | F: docs/conf.py |
| 2662 | F: docs/*/conf.py |