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. |
Alex Bennée | 668725c | 2022-11-17 17:25:23 +0000 | [diff] [blame] | 26 | S: Status, one of the following (keep in sync with docs/devel/maintainers.rst): |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 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 | |
Alex Bennée | 3be8c03 | 2023-04-03 14:49:13 +0100 | [diff] [blame] | 67 | Project policy and developer guides |
| 68 | R: Alex Bennée <alex.bennee@linaro.org> |
| 69 | R: Daniel P. Berrangé <berrange@redhat.com> |
| 70 | R: Thomas Huth <thuth@redhat.com> |
| 71 | R: Markus Armbruster <armbru@redhat.com> |
| 72 | R: Philippe Mathieu-Daudé <philmd@linaro.org> |
| 73 | W: https://www.qemu.org/docs/master/devel/index.html |
| 74 | S: Odd Fixes |
| 75 | F: docs/devel/style.rst |
| 76 | F: docs/devel/code-of-conduct.rst |
| 77 | F: docs/devel/conflict-resolution.rst |
| 78 | F: docs/devel/submitting-a-patch.rst |
| 79 | F: docs/devel/submitting-a-pull-request.rst |
| 80 | |
Michael S. Tsirkin | 62622c1 | 2014-04-17 16:45:46 +0300 | [diff] [blame] | 81 | Responsible Disclosure, Reporting Security Issues |
Markus Armbruster | 84995ea | 2019-06-06 19:24:08 +0200 | [diff] [blame] | 82 | ------------------------------------------------- |
Stefan Hajnoczi | 70b7fba | 2017-11-21 12:04:35 +0000 | [diff] [blame] | 83 | W: https://wiki.qemu.org/SecurityProcess |
Michael S. Tsirkin | 62622c1 | 2014-04-17 16:45:46 +0300 | [diff] [blame] | 84 | M: Michael S. Tsirkin <mst@redhat.com> |
Michael S. Tsirkin | 62622c1 | 2014-04-17 16:45:46 +0300 | [diff] [blame] | 85 | L: secalert@redhat.com |
| 86 | |
Laurent Vivier | 936c223 | 2016-10-08 12:00:07 +0200 | [diff] [blame] | 87 | Trivial patches |
| 88 | --------------- |
| 89 | Trivial patches |
| 90 | M: Michael Tokarev <mjt@tls.msk.ru> |
| 91 | M: Laurent Vivier <laurent@vivier.eu> |
| 92 | S: Maintained |
| 93 | L: qemu-trivial@nongnu.org |
| 94 | K: ^Subject:.*(?i)trivial |
Thomas Huth | 4db546d | 2022-12-12 18:48:41 +0100 | [diff] [blame] | 95 | F: docs/devel/trivial-patches.rst |
Laurent Vivier | 936c223 | 2016-10-08 12:00:07 +0200 | [diff] [blame] | 96 | T: git git://git.corpit.ru/qemu.git trivial-patches |
Stefan Hajnoczi | e18a8b3 | 2018-11-08 11:15:26 +0000 | [diff] [blame] | 97 | T: git https://github.com/vivier/qemu.git trivial-patches |
Laurent Vivier | 936c223 | 2016-10-08 12:00:07 +0200 | [diff] [blame] | 98 | |
Cornelia Huck | daf14ce | 2018-01-15 15:43:11 +0100 | [diff] [blame] | 99 | Architecture support |
| 100 | -------------------- |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 101 | S390 general architecture support |
Cornelia Huck | cdb509a | 2020-05-25 17:58:55 +0200 | [diff] [blame] | 102 | M: Thomas Huth <thuth@redhat.com> |
Cornelia Huck | daf14ce | 2018-01-15 15:43:11 +0100 | [diff] [blame] | 103 | S: Supported |
Alex Bennée | 812b31d | 2021-07-07 14:17:43 +0100 | [diff] [blame] | 104 | F: configs/devices/s390x-softmmu/default.mak |
Cornelia Huck | daf14ce | 2018-01-15 15:43:11 +0100 | [diff] [blame] | 105 | F: gdb-xml/s390*.xml |
| 106 | F: hw/char/sclp*.[hc] |
| 107 | F: hw/char/terminal3270.c |
| 108 | F: hw/intc/s390_flic.c |
| 109 | F: hw/intc/s390_flic_kvm.c |
| 110 | F: hw/s390x/ |
Tony Krowiak | 2fe2942 | 2018-10-10 13:03:07 -0400 | [diff] [blame] | 111 | F: hw/vfio/ap.c |
Cornelia Huck | daf14ce | 2018-01-15 15:43:11 +0100 | [diff] [blame] | 112 | F: hw/vfio/ccw.c |
| 113 | F: hw/watchdog/wdt_diag288.c |
| 114 | F: include/hw/s390x/ |
| 115 | F: include/hw/watchdog/wdt_diag288.h |
| 116 | F: pc-bios/s390-ccw/ |
| 117 | F: pc-bios/s390-ccw.img |
| 118 | F: target/s390x/ |
Cornelia Huck | f58f084 | 2020-03-18 11:39:40 +0100 | [diff] [blame] | 119 | F: docs/system/target-s390x.rst |
| 120 | F: docs/system/s390x/ |
Cornelia Huck | a1c993c | 2019-05-29 11:05:12 +0200 | [diff] [blame] | 121 | F: tests/migration/s390x/ |
Cornelia Huck | daf14ce | 2018-01-15 15:43:11 +0100 | [diff] [blame] | 122 | K: ^Subject:.*(?i)s390x? |
Cornelia Huck | daf14ce | 2018-01-15 15:43:11 +0100 | [diff] [blame] | 123 | L: qemu-s390x@nongnu.org |
| 124 | |
Philippe Mathieu-Daudé | e955acd | 2021-10-04 10:31:57 +0200 | [diff] [blame] | 125 | MIPS general architecture support |
Philippe Mathieu-Daudé | 8823ef1 | 2022-10-17 20:20:05 +0200 | [diff] [blame] | 126 | M: Philippe Mathieu-Daudé <philmd@linaro.org> |
Philippe Mathieu-Daudé | e955acd | 2021-10-04 10:31:57 +0200 | [diff] [blame] | 127 | R: Jiaxun Yang <jiaxun.yang@flygoat.com> |
| 128 | S: Odd Fixes |
| 129 | K: ^Subject:.*(?i)mips |
Thomas Huth | 6b1ec8a | 2022-12-12 18:12:52 +0100 | [diff] [blame] | 130 | F: docs/system/target-mips.rst |
| 131 | F: configs/targets/mips* |
Philippe Mathieu-Daudé | e955acd | 2021-10-04 10:31:57 +0200 | [diff] [blame] | 132 | |
Thomas Huth | d229996 | 2023-09-29 15:45:51 +0200 | [diff] [blame] | 133 | X86 general architecture support |
| 134 | M: Paolo Bonzini <pbonzini@redhat.com> |
| 135 | S: Maintained |
| 136 | F: configs/devices/i386-softmmu/default.mak |
| 137 | F: configs/targets/i386-softmmu.mak |
| 138 | F: configs/targets/x86_64-softmmu.mak |
| 139 | F: docs/system/target-i386* |
| 140 | F: target/i386/*.[ch] |
| 141 | F: target/i386/Kconfig |
| 142 | F: target/i386/meson.build |
Anthony Harivel | 84369d7 | 2024-05-22 17:34:51 +0200 | [diff] [blame] | 143 | F: tools/i386/ |
Thomas Huth | d229996 | 2023-09-29 15:45:51 +0200 | [diff] [blame] | 144 | |
Markus Armbruster | 84995ea | 2019-06-06 19:24:08 +0200 | [diff] [blame] | 145 | Guest CPU cores (TCG) |
| 146 | --------------------- |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 147 | Overall TCG CPUs |
Richard Henderson | 336f744 | 2020-11-12 20:35:43 -0800 | [diff] [blame] | 148 | M: Richard Henderson <richard.henderson@linaro.org> |
Paolo Bonzini | 2185fd6 | 2018-10-19 14:25:42 +0200 | [diff] [blame] | 149 | R: Paolo Bonzini <pbonzini@redhat.com> |
Paolo Bonzini | 2b1641d | 2015-11-13 18:49:54 +0100 | [diff] [blame] | 150 | S: Maintained |
Philippe Mathieu-Daudé | 8d7f2e7 | 2023-10-04 11:06:28 +0200 | [diff] [blame] | 151 | F: system/cpus.c |
| 152 | F: system/watchpoint.c |
Philippe Mathieu-Daudé | fe0007f | 2023-09-14 20:57:12 +0200 | [diff] [blame] | 153 | F: cpu-common.c |
| 154 | F: cpu-target.c |
Philippe Mathieu-Daudé | 8c7907a | 2023-09-14 20:57:13 +0200 | [diff] [blame] | 155 | F: page-vary-target.c |
Richard Henderson | 44b99a6 | 2021-03-22 12:24:26 +0100 | [diff] [blame] | 156 | F: page-vary-common.c |
Philippe Mathieu-Daudé | c6a88dd | 2017-06-29 12:03:04 -0300 | [diff] [blame] | 157 | F: accel/tcg/ |
Thomas Huth | 9681ad3 | 2018-11-22 13:57:18 +0100 | [diff] [blame] | 158 | F: accel/stubs/tcg-stub.c |
Richard Henderson | 084cfca | 2020-12-14 08:02:33 -0600 | [diff] [blame] | 159 | F: util/cacheinfo.c |
| 160 | F: util/cacheflush.c |
Philippe Mathieu-Daudé | 55fd189 | 2018-11-10 22:13:12 +0100 | [diff] [blame] | 161 | F: scripts/decodetree.py |
Richard Henderson | 3fdbf5d | 2019-02-23 13:00:10 -0800 | [diff] [blame] | 162 | F: docs/devel/decodetree.rst |
Thomas Huth | 4db546d | 2022-12-12 18:48:41 +0100 | [diff] [blame] | 163 | F: docs/devel/tcg* |
Paolo Bonzini | 2b1641d | 2015-11-13 18:49:54 +0100 | [diff] [blame] | 164 | F: include/exec/cpu*.h |
| 165 | F: include/exec/exec-all.h |
Alex Bennée | 548c960 | 2023-03-02 18:57:43 -0800 | [diff] [blame] | 166 | F: include/exec/tb-flush.h |
Alex Bennée | 4692a86 | 2023-03-02 18:58:00 -0800 | [diff] [blame] | 167 | F: include/exec/target_long.h |
Paolo Bonzini | 486bbe5 | 2014-10-22 00:18:01 +0200 | [diff] [blame] | 168 | F: include/exec/helper*.h |
Richard Henderson | e4eff8e | 2023-03-31 19:07:00 -0700 | [diff] [blame] | 169 | F: include/exec/helper*.h.inc |
Richard Henderson | d53106c | 2023-03-31 10:37:04 -0700 | [diff] [blame] | 170 | F: include/exec/helper-info.c.inc |
Philippe Mathieu-Daudé | 74781c0 | 2023-12-06 20:27:32 +0100 | [diff] [blame] | 171 | F: include/exec/page-protection.h |
Thomas Huth | 460423d | 2016-09-09 23:15:04 +0200 | [diff] [blame] | 172 | F: include/sysemu/cpus.h |
Markus Armbruster | 14a48c1 | 2019-05-23 16:35:05 +0200 | [diff] [blame] | 173 | F: include/sysemu/tcg.h |
Claudio Fontana | 7827168 | 2021-02-04 17:39:23 +0100 | [diff] [blame] | 174 | F: include/hw/core/tcg-cpu-ops.h |
Richard Henderson | 6bc12fd | 2023-05-17 21:12:08 -0700 | [diff] [blame] | 175 | F: host/include/*/host/cpuinfo.h |
| 176 | F: util/cpuinfo-*.c |
Richard Henderson | 427fbf3 | 2023-03-27 18:02:33 -0700 | [diff] [blame] | 177 | F: include/tcg/ |
Thomas Huth | 80a59bc | 2023-10-13 08:57:39 +0200 | [diff] [blame] | 178 | F: tests/decode/ |
Paolo Bonzini | 486bbe5 | 2014-10-22 00:18:01 +0200 | [diff] [blame] | 179 | |
Peter Maydell | 1badb58 | 2016-02-19 16:25:01 +0000 | [diff] [blame] | 180 | FPU emulation |
| 181 | M: Aurelien Jarno <aurelien@aurel32.net> |
| 182 | M: Peter Maydell <peter.maydell@linaro.org> |
Alex Bennée | 0636e4d | 2018-12-05 12:48:12 +0000 | [diff] [blame] | 183 | M: Alex Bennée <alex.bennee@linaro.org> |
| 184 | S: Maintained |
Peter Maydell | 1badb58 | 2016-02-19 16:25:01 +0000 | [diff] [blame] | 185 | F: fpu/ |
| 186 | F: include/fpu/ |
Alex Bennée | 0636e4d | 2018-12-05 12:48:12 +0000 | [diff] [blame] | 187 | F: tests/fp/ |
Peter Maydell | 1badb58 | 2016-02-19 16:25:01 +0000 | [diff] [blame] | 188 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 189 | Alpha TCG CPUs |
Richard Henderson | 336f744 | 2020-11-12 20:35:43 -0800 | [diff] [blame] | 190 | M: Richard Henderson <richard.henderson@linaro.org> |
Richard Henderson | 8d6df26 | 2011-05-20 12:23:18 -0700 | [diff] [blame] | 191 | S: Maintained |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 192 | F: target/alpha/ |
Paolo Bonzini | c0bd0b5 | 2014-10-22 00:31:28 +0200 | [diff] [blame] | 193 | F: tests/tcg/alpha/ |
Paolo Bonzini | c17652e | 2015-09-22 11:36:16 +0200 | [diff] [blame] | 194 | F: disas/alpha.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 195 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 196 | ARM TCG CPUs |
Peter Maydell | 1ce9ce6 | 2011-09-20 16:18:46 +0100 | [diff] [blame] | 197 | M: Peter Maydell <peter.maydell@linaro.org> |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 198 | L: qemu-arm@nongnu.org |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 199 | S: Maintained |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 200 | F: target/arm/ |
Fabiano Rosas | f0984d4 | 2023-02-17 17:11:29 -0300 | [diff] [blame] | 201 | F: target/arm/tcg/ |
Alex Bennée | c348722 | 2018-04-05 15:45:32 +0100 | [diff] [blame] | 202 | F: tests/tcg/arm/ |
Alex Bennée | 29e0436 | 2018-05-09 10:31:30 +0100 | [diff] [blame] | 203 | F: tests/tcg/aarch64/ |
Philippe Mathieu-Daudé | c32c3d6 | 2021-05-26 19:04:21 +0200 | [diff] [blame] | 204 | F: tests/qtest/arm-cpu-features.c |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 205 | F: hw/arm/ |
| 206 | F: hw/cpu/a*mpcore.c |
Thomas Huth | f7e242d | 2016-09-23 14:14:18 +0200 | [diff] [blame] | 207 | F: include/hw/cpu/a*mpcore.h |
Peter Maydell | c11a8e8 | 2020-03-09 21:58:15 +0000 | [diff] [blame] | 208 | F: docs/system/target-arm.rst |
Philippe Mathieu-Daudé | 6e84a91 | 2020-11-20 16:45:40 +0100 | [diff] [blame] | 209 | F: docs/system/arm/cpu-features.rst |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 210 | |
Eric Auger | 49154ea | 2018-11-22 19:01:43 +0100 | [diff] [blame] | 211 | ARM SMMU |
| 212 | M: Eric Auger <eric.auger@redhat.com> |
| 213 | L: qemu-arm@nongnu.org |
| 214 | S: Maintained |
| 215 | F: hw/arm/smmu* |
| 216 | F: include/hw/arm/smmu* |
Willian Rampazzo | bbbd9b6 | 2021-11-05 12:53:54 -0300 | [diff] [blame] | 217 | F: tests/avocado/smmu.py |
Eric Auger | 49154ea | 2018-11-22 19:01:43 +0100 | [diff] [blame] | 218 | |
Michael Rolnik | c8c0d26 | 2020-01-24 01:51:07 +0100 | [diff] [blame] | 219 | AVR TCG CPUs |
| 220 | M: Michael Rolnik <mrolnik@gmail.com> |
Michael Rolnik | c8c0d26 | 2020-01-24 01:51:07 +0100 | [diff] [blame] | 221 | S: Maintained |
Thomas Huth | 0abd386 | 2020-08-12 17:53:04 +0200 | [diff] [blame] | 222 | F: docs/system/target-avr.rst |
Michael Rolnik | 12b3540 | 2020-01-26 18:52:23 +0100 | [diff] [blame] | 223 | F: gdb-xml/avr-cpu.xml |
Michael Rolnik | c8c0d26 | 2020-01-24 01:51:07 +0100 | [diff] [blame] | 224 | F: target/avr/ |
Thomas Huth | 4c0a2df | 2024-08-30 15:38:11 +0200 | [diff] [blame] | 225 | F: tests/functional/test_avr_mega2560.py |
Michael Rolnik | c8c0d26 | 2020-01-24 01:51:07 +0100 | [diff] [blame] | 226 | |
Taylor Simpson | 5f508bc | 2021-02-07 23:45:51 -0600 | [diff] [blame] | 227 | Hexagon TCG CPUs |
Taylor Simpson | 7d196e2 | 2023-05-24 09:11:26 -0700 | [diff] [blame] | 228 | M: Brian Cain <bcain@quicinc.com> |
Taylor Simpson | 5f508bc | 2021-02-07 23:45:51 -0600 | [diff] [blame] | 229 | S: Supported |
| 230 | F: target/hexagon/ |
Alessandro Di Federico | 647357d | 2022-09-23 19:38:21 +0200 | [diff] [blame] | 231 | X: target/hexagon/idef-parser/ |
| 232 | X: target/hexagon/gen_idef_parser_funcs.py |
Taylor Simpson | 5f508bc | 2021-02-07 23:45:51 -0600 | [diff] [blame] | 233 | F: linux-user/hexagon/ |
| 234 | F: tests/tcg/hexagon/ |
| 235 | F: disas/hexagon.c |
Alex Bennée | 812b31d | 2021-07-07 14:17:43 +0100 | [diff] [blame] | 236 | F: configs/targets/hexagon-linux-user/default.mak |
Alessandro Di Federico | afbdf0a | 2021-05-12 11:20:26 +0100 | [diff] [blame] | 237 | F: docker/dockerfiles/debian-hexagon-cross.docker |
Matheus Tavares Bernardino | ab930e8 | 2023-05-04 12:37:33 -0300 | [diff] [blame] | 238 | F: gdb-xml/hexagon*.xml |
Brian Cain | 2442cc6 | 2024-07-31 13:39:10 -0700 | [diff] [blame] | 239 | T: git https://github.com/quic/qemu.git hex-next |
Taylor Simpson | 5f508bc | 2021-02-07 23:45:51 -0600 | [diff] [blame] | 240 | |
Alessandro Di Federico | 647357d | 2022-09-23 19:38:21 +0200 | [diff] [blame] | 241 | Hexagon idef-parser |
| 242 | M: Alessandro Di Federico <ale@rev.ng> |
| 243 | M: Anton Johansson <anjo@rev.ng> |
| 244 | S: Supported |
| 245 | F: target/hexagon/idef-parser/ |
| 246 | F: target/hexagon/gen_idef_parser_funcs.py |
| 247 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 248 | HPPA (PA-RISC) TCG CPUs |
Richard Henderson | 336f744 | 2020-11-12 20:35:43 -0800 | [diff] [blame] | 249 | M: Richard Henderson <richard.henderson@linaro.org> |
Richard Henderson | 61766fe | 2016-12-15 11:26:14 -0800 | [diff] [blame] | 250 | S: Maintained |
| 251 | F: target/hppa/ |
| 252 | F: disas/hppa.c |
Thomas Huth | 71c1d34 | 2023-10-18 08:24:01 +0200 | [diff] [blame] | 253 | F: tests/tcg/hppa/ |
Richard Henderson | 61766fe | 2016-12-15 11:26:14 -0800 | [diff] [blame] | 254 | |
Song Gao | 64baad6 | 2022-06-06 20:42:51 +0800 | [diff] [blame] | 255 | LoongArch TCG CPUs |
| 256 | M: Song Gao <gaosong@loongson.cn> |
Song Gao | 64baad6 | 2022-06-06 20:42:51 +0800 | [diff] [blame] | 257 | S: Maintained |
| 258 | F: target/loongarch/ |
Xiaojuan Yang | c429333 | 2022-06-06 20:43:32 +0800 | [diff] [blame] | 259 | F: tests/tcg/loongarch64/ |
Thomas Huth | 4c0a2df | 2024-08-30 15:38:11 +0200 | [diff] [blame] | 260 | F: tests/functional/test_loongarch64_virt.py |
Song Gao | 64baad6 | 2022-06-06 20:42:51 +0800 | [diff] [blame] | 261 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 262 | M68K TCG CPUs |
Laurent Vivier | 595a926 | 2016-05-06 12:30:29 +0200 | [diff] [blame] | 263 | M: Laurent Vivier <laurent@vivier.eu> |
| 264 | S: Maintained |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 265 | F: target/m68k/ |
Thomas Huth | e9a5611 | 2016-11-02 09:39:33 +0100 | [diff] [blame] | 266 | F: disas/m68k.c |
Thomas Huth | 71c1d34 | 2023-10-18 08:24:01 +0200 | [diff] [blame] | 267 | F: tests/tcg/m68k/ |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 268 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 269 | MicroBlaze TCG CPUs |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 270 | M: Edgar E. Iglesias <edgar.iglesias@gmail.com> |
| 271 | S: Maintained |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 272 | F: target/microblaze/ |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 273 | F: hw/microblaze/ |
Paolo Bonzini | c17652e | 2015-09-22 11:36:16 +0200 | [diff] [blame] | 274 | F: disas/microblaze.c |
Richard Henderson | b58a4e6 | 2021-10-26 11:22:12 +0100 | [diff] [blame] | 275 | F: tests/docker/dockerfiles/debian-microblaze-cross.d/build-toolchain.sh |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 276 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 277 | MIPS TCG CPUs |
Philippe Mathieu-Daudé | 8823ef1 | 2022-10-17 20:20:05 +0200 | [diff] [blame] | 278 | M: Philippe Mathieu-Daudé <philmd@linaro.org> |
Aleksandar Markovic | 099d510 | 2020-03-13 02:00:50 +0100 | [diff] [blame] | 279 | R: Aurelien Jarno <aurelien@aurel32.net> |
Aleksandar Markovic | 15d983d | 2020-07-01 20:25:58 +0200 | [diff] [blame] | 280 | R: Jiaxun Yang <jiaxun.yang@flygoat.com> |
Aleksandar Rikalo | 45c577f | 2024-02-09 07:21:47 +0100 | [diff] [blame] | 281 | R: Aleksandar Rikalo <arikalo@gmail.com> |
Philippe Mathieu-Daudé | cf96031 | 2020-10-09 17:05:13 +0200 | [diff] [blame] | 282 | S: Odd Fixes |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 283 | F: target/mips/ |
Philippe Mathieu-Daudé | 30dd5ff | 2022-10-30 23:38:49 +0100 | [diff] [blame] | 284 | F: disas/*mips.c |
Kashyap Chamarthy | 1bf84a1 | 2020-02-28 15:36:01 +0000 | [diff] [blame] | 285 | F: docs/system/cpu-models-mips.rst.inc |
Paolo Bonzini | c0bd0b5 | 2014-10-22 00:31:28 +0200 | [diff] [blame] | 286 | F: tests/tcg/mips/ |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 287 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 288 | OpenRISC TCG CPUs |
Stafford Horne | 1d7cf18 | 2017-03-15 22:37:41 +0900 | [diff] [blame] | 289 | M: Stafford Horne <shorne@gmail.com> |
| 290 | S: Odd Fixes |
Thomas Huth | 4db546d | 2022-12-12 18:48:41 +0100 | [diff] [blame] | 291 | F: docs/system/openrisc/cpu-features.rst |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 292 | F: target/openrisc/ |
Jia Liu | 945dad6 | 2013-07-02 20:55:17 +0800 | [diff] [blame] | 293 | F: hw/openrisc/ |
Thomas Huth | e257b8c | 2023-10-17 17:42:42 +0200 | [diff] [blame] | 294 | F: include/hw/openrisc/ |
Paolo Bonzini | c0bd0b5 | 2014-10-22 00:31:28 +0200 | [diff] [blame] | 295 | F: tests/tcg/openrisc/ |
Jia Liu | 945dad6 | 2013-07-02 20:55:17 +0800 | [diff] [blame] | 296 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 297 | PowerPC TCG CPUs |
Daniel Henrique Barboza | 0cbc34d | 2023-09-15 08:05:07 -0300 | [diff] [blame] | 298 | M: Nicholas Piggin <npiggin@gmail.com> |
David Gibson | 14fe322 | 2021-11-05 14:28:51 +1100 | [diff] [blame] | 299 | M: Daniel Henrique Barboza <danielhb413@gmail.com> |
Andreas Färber | a6c9868 | 2012-01-13 13:33:57 +0000 | [diff] [blame] | 300 | L: qemu-ppc@nongnu.org |
Daniel Henrique Barboza | 2e93a90 | 2022-11-17 12:32:18 -0300 | [diff] [blame] | 301 | S: Odd Fixes |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 302 | F: target/ppc/ |
David Gibson | 7ddb120 | 2021-09-27 14:17:45 +1000 | [diff] [blame] | 303 | F: hw/ppc/ppc.c |
| 304 | F: hw/ppc/ppc_booke.c |
| 305 | F: include/hw/ppc/ppc.h |
Cédric Le Goater | 9c46b51 | 2023-10-02 17:51:42 +0200 | [diff] [blame] | 306 | F: hw/ppc/meson.build |
| 307 | F: hw/ppc/trace* |
| 308 | F: configs/devices/ppc* |
| 309 | F: docs/system/ppc/embedded.rst |
| 310 | F: docs/system/target-ppc.rst |
Thomas Huth | 71c1d34 | 2023-10-18 08:24:01 +0200 | [diff] [blame] | 311 | F: tests/tcg/ppc*/* |
Thomas Huth | eeba3d7 | 2024-08-30 15:38:07 +0200 | [diff] [blame] | 312 | F: tests/functional/test_ppc_74xx.py |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 313 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 314 | RISC-V TCG CPUs |
Palmer Dabbelt | c1677bc | 2019-10-29 09:39:03 -0700 | [diff] [blame] | 315 | M: Palmer Dabbelt <palmer@dabbelt.com> |
Alistair Francis | ab2c912 | 2021-04-06 18:48:25 -0400 | [diff] [blame] | 316 | M: Alistair Francis <alistair.francis@wdc.com> |
Bin Meng | 8372c3a | 2024-05-05 15:23:12 +0800 | [diff] [blame] | 317 | M: Bin Meng <bmeng.cn@gmail.com> |
Weiwei Li | c0ce1f2 | 2023-10-30 16:16:07 +0800 | [diff] [blame] | 318 | R: Weiwei Li <liwei1518@gmail.com> |
Alistair Francis | a3ae8d4 | 2023-02-09 10:33:08 +1000 | [diff] [blame] | 319 | R: Daniel Henrique Barboza <dbarboza@ventanamicro.com> |
| 320 | R: Liu Zhiwei <zhiwei_liu@linux.alibaba.com> |
Palmer Dabbelt | a094b35 | 2018-10-30 09:19:05 -0700 | [diff] [blame] | 321 | L: qemu-riscv@nongnu.org |
Palmer Dabbelt | 7b91ae7 | 2018-11-21 12:57:36 -0800 | [diff] [blame] | 322 | S: Supported |
Thomas Huth | 5d0ce90 | 2023-09-29 14:37:27 +0200 | [diff] [blame] | 323 | F: configs/targets/riscv* |
| 324 | F: docs/system/target-riscv.rst |
Michael Clark | 4dc62b1 | 2018-03-03 01:31:09 +1300 | [diff] [blame] | 325 | F: target/riscv/ |
| 326 | F: hw/riscv/ |
Thomas Huth | 5d0ce90 | 2023-09-29 14:37:27 +0200 | [diff] [blame] | 327 | F: hw/intc/riscv* |
Michael Clark | 4dc62b1 | 2018-03-03 01:31:09 +1300 | [diff] [blame] | 328 | F: include/hw/riscv/ |
Alistair Francis | f936eac | 2018-12-19 19:16:31 +0000 | [diff] [blame] | 329 | F: linux-user/host/riscv32/ |
Alistair Francis | 511f313 | 2018-12-19 19:16:41 +0000 | [diff] [blame] | 330 | F: linux-user/host/riscv64/ |
Thomas Huth | 71c1d34 | 2023-10-18 08:24:01 +0200 | [diff] [blame] | 331 | F: tests/tcg/riscv64/ |
Michael Clark | 4dc62b1 | 2018-03-03 01:31:09 +1300 | [diff] [blame] | 332 | |
Christoph Müllner | 179d9e2 | 2023-01-31 21:20:13 +0100 | [diff] [blame] | 333 | RISC-V XThead* extensions |
| 334 | M: Christoph Muellner <christoph.muellner@vrull.eu> |
| 335 | M: LIU Zhiwei <zhiwei_liu@linux.alibaba.com> |
| 336 | L: qemu-riscv@nongnu.org |
| 337 | S: Supported |
| 338 | F: target/riscv/insn_trans/trans_xthead.c.inc |
| 339 | F: target/riscv/xthead*.decode |
Christoph Müllner | fd53ee2 | 2024-04-29 09:36:56 +0200 | [diff] [blame] | 340 | F: target/riscv/th_* |
Thomas Huth | 5d0ce90 | 2023-09-29 14:37:27 +0200 | [diff] [blame] | 341 | F: disas/riscv-xthead* |
Christoph Müllner | 179d9e2 | 2023-01-31 21:20:13 +0100 | [diff] [blame] | 342 | |
Philipp Tomsich | 34888f0 | 2022-02-02 01:52:49 +0100 | [diff] [blame] | 343 | RISC-V XVentanaCondOps extension |
| 344 | M: Philipp Tomsich <philipp.tomsich@vrull.eu> |
| 345 | L: qemu-riscv@nongnu.org |
Philipp Tomsich | 4f24931 | 2023-03-07 19:07:08 +0100 | [diff] [blame] | 346 | S: Maintained |
Philipp Tomsich | 34888f0 | 2022-02-02 01:52:49 +0100 | [diff] [blame] | 347 | F: target/riscv/XVentanaCondOps.decode |
| 348 | F: target/riscv/insn_trans/trans_xventanacondops.c.inc |
Thomas Huth | 5d0ce90 | 2023-09-29 14:37:27 +0200 | [diff] [blame] | 349 | F: disas/riscv-xventana* |
Philipp Tomsich | 34888f0 | 2022-02-02 01:52:49 +0100 | [diff] [blame] | 350 | |
Yoshinori Sato | a4f34ec | 2019-01-21 05:20:54 -0800 | [diff] [blame] | 351 | RENESAS RX CPUs |
Philippe Mathieu-Daudé | b2744da | 2021-03-12 16:55:12 +0100 | [diff] [blame] | 352 | R: Yoshinori Sato <ysato@users.sourceforge.jp> |
| 353 | S: Orphan |
Yoshinori Sato | a4f34ec | 2019-01-21 05:20:54 -0800 | [diff] [blame] | 354 | F: target/rx/ |
| 355 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 356 | S390 TCG CPUs |
Richard Henderson | 336f744 | 2020-11-12 20:35:43 -0800 | [diff] [blame] | 357 | M: Richard Henderson <richard.henderson@linaro.org> |
Cornelia Huck | ced01bb | 2018-01-15 16:18:20 +0100 | [diff] [blame] | 358 | M: David Hildenbrand <david@redhat.com> |
Christian Borntraeger | 9d711f1 | 2022-10-19 14:56:40 +0200 | [diff] [blame] | 359 | R: Ilya Leoshkevich <iii@linux.ibm.com> |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 360 | S: Maintained |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 361 | F: target/s390x/ |
Cho, Yu-Chen | c9274b6 | 2021-07-07 18:53:17 +0800 | [diff] [blame] | 362 | F: target/s390x/tcg |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 363 | F: hw/s390x/ |
Pavel Zbitskiy | 276ba12 | 2018-08-20 22:50:58 -0400 | [diff] [blame] | 364 | F: tests/tcg/s390x/ |
Cornelia Huck | 146bd28 | 2017-10-05 17:05:23 +0200 | [diff] [blame] | 365 | L: qemu-s390x@nongnu.org |
bellard | b6f97c1 | 2008-05-09 09:39:00 +0000 | [diff] [blame] | 366 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 367 | SH4 TCG CPUs |
Philippe Mathieu-Daudé | 2d53d0c | 2021-03-12 16:55:13 +0100 | [diff] [blame] | 368 | R: Yoshinori Sato <ysato@users.sourceforge.jp> |
| 369 | S: Orphan |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 370 | F: target/sh4/ |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 371 | F: hw/sh4/ |
Paolo Bonzini | c17652e | 2015-09-22 11:36:16 +0200 | [diff] [blame] | 372 | F: disas/sh4.c |
Thomas Huth | 8a90f90 | 2016-09-09 23:18:21 +0200 | [diff] [blame] | 373 | F: include/hw/sh4/ |
Thomas Huth | 71c1d34 | 2023-10-18 08:24:01 +0200 | [diff] [blame] | 374 | F: tests/tcg/sh4/ |
bellard | b6f97c1 | 2008-05-09 09:39:00 +0000 | [diff] [blame] | 375 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 376 | SPARC TCG CPUs |
Mark Cave-Ayland | f2416d3 | 2015-03-02 22:23:27 +0000 | [diff] [blame] | 377 | M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> |
Mark Cave-Ayland | 2c742bf | 2016-06-20 21:55:16 +0100 | [diff] [blame] | 378 | M: Artyom Tarasenko <atar4qemu@gmail.com> |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 379 | S: Maintained |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 380 | F: target/sparc/ |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 381 | F: hw/sparc/ |
| 382 | F: hw/sparc64/ |
Philippe Mathieu-Daudé | 84dbe97 | 2018-11-25 21:49:37 +0100 | [diff] [blame] | 383 | F: include/hw/sparc/sparc64.h |
Paolo Bonzini | c17652e | 2015-09-22 11:36:16 +0200 | [diff] [blame] | 384 | F: disas/sparc.c |
Thomas Huth | 71c1d34 | 2023-10-18 08:24:01 +0200 | [diff] [blame] | 385 | F: tests/tcg/sparc64/ |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 386 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 387 | X86 TCG CPUs |
Paolo Bonzini | d46d72f | 2014-10-21 15:16:06 +0200 | [diff] [blame] | 388 | M: Paolo Bonzini <pbonzini@redhat.com> |
Richard Henderson | 336f744 | 2020-11-12 20:35:43 -0800 | [diff] [blame] | 389 | M: Richard Henderson <richard.henderson@linaro.org> |
Eduardo Habkost | 24c4cd1 | 2021-11-30 15:47:22 -0500 | [diff] [blame] | 390 | M: Eduardo Habkost <eduardo@habkost.net> |
Eduardo Habkost | b203a4b | 2015-04-08 08:36:24 -0300 | [diff] [blame] | 391 | S: Maintained |
Claudio Fontana | f5cc5a5 | 2021-03-22 14:27:40 +0100 | [diff] [blame] | 392 | F: target/i386/tcg/ |
Alex Bennée | 4132431 | 2018-04-05 15:35:11 +0100 | [diff] [blame] | 393 | F: tests/tcg/i386/ |
Alex Bennée | 3a082ec | 2018-04-17 11:14:37 +0100 | [diff] [blame] | 394 | F: tests/tcg/x86_64/ |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 395 | F: hw/i386/ |
Thomas Huth | 4db546d | 2022-12-12 18:48:41 +0100 | [diff] [blame] | 396 | F: docs/system/i386/cpu.rst |
Daniel P. Berrangé | 38dec0e | 2021-06-07 14:58:40 +0100 | [diff] [blame] | 397 | F: docs/system/cpu-models-x86* |
Eduardo Habkost | f953c10 | 2020-12-14 16:20:32 -0500 | [diff] [blame] | 398 | T: git https://gitlab.com/ehabkost/qemu.git x86-next |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 399 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 400 | Xtensa TCG CPUs |
Max Filippov | 16e7caa | 2011-09-06 03:55:56 +0400 | [diff] [blame] | 401 | M: Max Filippov <jcmvbkbc@gmail.com> |
Max Filippov | b8105d2 | 2018-02-27 21:15:34 -0800 | [diff] [blame] | 402 | 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] | 403 | S: Maintained |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 404 | F: target/xtensa/ |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 405 | F: hw/xtensa/ |
Paolo Bonzini | c0bd0b5 | 2014-10-22 00:31:28 +0200 | [diff] [blame] | 406 | F: tests/tcg/xtensa/ |
Max Filippov | 51139fb | 2021-10-01 22:01:52 -0700 | [diff] [blame] | 407 | F: tests/tcg/xtensaeb/ |
Max Filippov | 5a6539e | 2017-10-31 16:17:43 -0700 | [diff] [blame] | 408 | F: disas/xtensa.c |
Max Filippov | 895e489 | 2018-11-22 15:06:21 -0800 | [diff] [blame] | 409 | F: include/hw/xtensa/xtensa-isa.h |
Alex Bennée | 812b31d | 2021-07-07 14:17:43 +0100 | [diff] [blame] | 410 | F: configs/devices/xtensa*/default.mak |
Max Filippov | 16e7caa | 2011-09-06 03:55:56 +0400 | [diff] [blame] | 411 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 412 | TriCore TCG CPUs |
Bastian Koppelmann | 48e06fe | 2014-09-01 12:59:46 +0100 | [diff] [blame] | 413 | M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> |
| 414 | S: Maintained |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 415 | F: target/tricore/ |
Bastian Koppelmann | 48e06fe | 2014-09-01 12:59:46 +0100 | [diff] [blame] | 416 | F: hw/tricore/ |
Thomas Huth | d46d14e | 2016-09-09 23:17:09 +0200 | [diff] [blame] | 417 | F: include/hw/tricore/ |
Bastian Koppelmann | be78e79 | 2021-05-12 11:20:34 +0100 | [diff] [blame] | 418 | F: tests/tcg/tricore/ |
Bastian Koppelmann | 48e06fe | 2014-09-01 12:59:46 +0100 | [diff] [blame] | 419 | |
Alex Bennée | dd28beb | 2018-04-05 15:03:22 +0100 | [diff] [blame] | 420 | Multiarch Linux User Tests |
| 421 | M: Alex Bennée <alex.bennee@linaro.org> |
Stefan Hajnoczi | 00a2529 | 2019-03-01 16:35:18 +0000 | [diff] [blame] | 422 | S: Maintained |
Alex Bennée | dd28beb | 2018-04-05 15:03:22 +0100 | [diff] [blame] | 423 | F: tests/tcg/multiarch/ |
| 424 | |
Markus Armbruster | 84995ea | 2019-06-06 19:24:08 +0200 | [diff] [blame] | 425 | Guest CPU Cores (KVM) |
| 426 | --------------------- |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 427 | Overall KVM CPUs |
Michael S. Tsirkin | c6d559d | 2013-06-04 16:06:37 +0300 | [diff] [blame] | 428 | M: Paolo Bonzini <pbonzini@redhat.com> |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 429 | L: kvm@vger.kernel.org |
| 430 | S: Supported |
Philippe Mathieu-Daudé | a6bb42f | 2020-06-18 14:33:33 +0200 | [diff] [blame] | 431 | F: */*/kvm* |
Philippe Mathieu-Daudé | 1962cb2 | 2017-06-29 12:03:05 -0300 | [diff] [blame] | 432 | F: accel/kvm/ |
Thomas Huth | 9681ad3 | 2018-11-22 13:57:18 +0100 | [diff] [blame] | 433 | F: accel/stubs/kvm-stub.c |
| 434 | F: include/hw/kvm/ |
Thomas Huth | a95e9a4 | 2016-02-25 13:33:25 +0100 | [diff] [blame] | 435 | F: include/sysemu/kvm*.h |
Thomas Huth | 9681ad3 | 2018-11-22 13:57:18 +0100 | [diff] [blame] | 436 | F: scripts/kvm/kvm_flightrecorder |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 437 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 438 | ARM KVM CPUs |
Peter Maydell | ed4659d | 2013-03-05 00:34:43 +0000 | [diff] [blame] | 439 | M: Peter Maydell <peter.maydell@linaro.org> |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 440 | L: qemu-arm@nongnu.org |
Peter Maydell | ed4659d | 2013-03-05 00:34:43 +0000 | [diff] [blame] | 441 | S: Maintained |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 442 | F: target/arm/kvm.c |
Peter Maydell | ed4659d | 2013-03-05 00:34:43 +0000 | [diff] [blame] | 443 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 444 | MIPS KVM CPUs |
Huacai Chen | dab1e1e | 2020-12-05 17:22:01 +0800 | [diff] [blame] | 445 | M: Huacai Chen <chenhuacai@kernel.org> |
Aleksandar Markovic | 134f7f7 | 2020-02-24 12:50:58 +0100 | [diff] [blame] | 446 | S: Odd Fixes |
Philippe Mathieu-Daudé | 85d8da3 | 2021-04-13 10:31:44 +0200 | [diff] [blame] | 447 | F: target/mips/kvm* |
| 448 | F: target/mips/sysemu/ |
James Hogan | a31896c | 2014-06-17 23:10:37 +0100 | [diff] [blame] | 449 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 450 | PPC KVM CPUs |
Daniel Henrique Barboza | 0cbc34d | 2023-09-15 08:05:07 -0300 | [diff] [blame] | 451 | M: Nicholas Piggin <npiggin@gmail.com> |
| 452 | R: Daniel Henrique Barboza <danielhb413@gmail.com> |
Daniel Henrique Barboza | 2e93a90 | 2022-11-17 12:32:18 -0300 | [diff] [blame] | 453 | S: Odd Fixes |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 454 | F: target/ppc/kvm.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 455 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 456 | S390 KVM CPUs |
Christian Borntraeger | 7c8e264 | 2018-12-04 14:38:02 +0100 | [diff] [blame] | 457 | M: Halil Pasic <pasic@linux.ibm.com> |
Christian Borntraeger | 2c09295 | 2021-11-26 11:24:49 +0100 | [diff] [blame] | 458 | M: Christian Borntraeger <borntraeger@linux.ibm.com> |
Cornelia Huck | 0922e8c | 2019-02-13 11:31:59 +0100 | [diff] [blame] | 459 | S: Supported |
Cho, Yu-Chen | 6704360 | 2021-07-07 18:53:23 +0800 | [diff] [blame] | 460 | F: target/s390x/kvm/ |
Thomas Huth | fcf5ef2 | 2016-10-11 08:56:52 +0200 | [diff] [blame] | 461 | F: target/s390x/machine.c |
David Hildenbrand | 74b4c74 | 2017-09-28 22:36:54 +0200 | [diff] [blame] | 462 | F: target/s390x/sigp.c |
Cornelia Huck | c5bfb20 | 2015-11-04 15:59:55 +0100 | [diff] [blame] | 463 | F: gdb-xml/s390*.xml |
Stefan Hajnoczi | e18a8b3 | 2018-11-08 11:15:26 +0000 | [diff] [blame] | 464 | T: git https://github.com/borntraeger/qemu.git s390-next |
Cornelia Huck | 146bd28 | 2017-10-05 17:05:23 +0200 | [diff] [blame] | 465 | L: qemu-s390x@nongnu.org |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 466 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 467 | X86 KVM CPUs |
Paolo Bonzini | d46d72f | 2014-10-21 15:16:06 +0200 | [diff] [blame] | 468 | M: Paolo Bonzini <pbonzini@redhat.com> |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 469 | M: Marcelo Tosatti <mtosatti@redhat.com> |
| 470 | L: kvm@vger.kernel.org |
| 471 | S: Supported |
Cornelia Huck | 96a46de | 2022-02-09 09:08:56 +0100 | [diff] [blame] | 472 | F: docs/system/i386/amd-memory-encryption.rst |
Philippe Mathieu-Daudé | a821186 | 2021-10-07 19:56:09 +0200 | [diff] [blame] | 473 | F: docs/system/i386/sgx.rst |
Claudio Fontana | a9dc68d | 2020-12-12 16:55:08 +0100 | [diff] [blame] | 474 | F: target/i386/kvm/ |
Philippe Mathieu-Daudé | 8c9e7f8 | 2021-10-07 18:17:16 +0200 | [diff] [blame] | 475 | F: target/i386/sev* |
Thomas Huth | 9681ad3 | 2018-11-22 13:57:18 +0100 | [diff] [blame] | 476 | F: scripts/kvm/vmxcap |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 477 | |
David Woodhouse | 438bec4 | 2023-03-07 09:59:59 +0000 | [diff] [blame] | 478 | Xen emulation on X86 KVM CPUs |
| 479 | M: David Woodhouse <dwmw2@infradead.org> |
| 480 | M: Paul Durrant <paul@xen.org> |
| 481 | S: Supported |
| 482 | F: include/sysemu/kvm_xen.h |
| 483 | F: target/i386/kvm/xen* |
| 484 | F: hw/i386/kvm/xen* |
David Woodhouse | cc9d10b | 2023-10-19 15:30:23 +0100 | [diff] [blame] | 485 | F: tests/avocado/kvm_xen_guest.py |
David Woodhouse | 438bec4 | 2023-03-07 09:59:59 +0000 | [diff] [blame] | 486 | |
Philippe Mathieu-Daudé | 79ac391 | 2020-06-18 14:33:34 +0200 | [diff] [blame] | 487 | Guest CPU Cores (other accelerators) |
| 488 | ------------------------------------ |
| 489 | Overall |
Richard Henderson | 336f744 | 2020-11-12 20:35:43 -0800 | [diff] [blame] | 490 | M: Richard Henderson <richard.henderson@linaro.org> |
Philippe Mathieu-Daudé | 79ac391 | 2020-06-18 14:33:34 +0200 | [diff] [blame] | 491 | R: Paolo Bonzini <pbonzini@redhat.com> |
| 492 | S: Maintained |
Claudio Fontana | 940e43a | 2021-02-04 17:39:24 +0100 | [diff] [blame] | 493 | F: include/qemu/accel.h |
Markus Armbruster | 75e5519 | 2023-01-19 10:15:45 +0100 | [diff] [blame] | 494 | F: include/sysemu/accel-*.h |
Claudio Fontana | fb6916d | 2021-02-04 17:39:26 +0100 | [diff] [blame] | 495 | F: include/hw/core/accel-cpu.h |
Claudio Fontana | b86f59c | 2021-02-04 17:39:25 +0100 | [diff] [blame] | 496 | F: accel/accel-*.c |
Philippe Mathieu-Daudé | 79ac391 | 2020-06-18 14:33:34 +0200 | [diff] [blame] | 497 | F: accel/Makefile.objs |
| 498 | F: accel/stubs/Makefile.objs |
| 499 | |
Alexander Graf | a1477da | 2021-09-16 17:53:58 +0200 | [diff] [blame] | 500 | Apple Silicon HVF CPUs |
| 501 | M: Alexander Graf <agraf@csgraf.de> |
| 502 | S: Maintained |
| 503 | F: target/arm/hvf/ |
| 504 | |
Roman Bolshakov | 674fc21 | 2020-03-16 20:18:27 +0300 | [diff] [blame] | 505 | X86 HVF CPUs |
Roman Bolshakov | de6b528 | 2020-06-25 01:58:51 +0300 | [diff] [blame] | 506 | M: Cameron Esfahani <dirty@apple.com> |
Philippe Mathieu-Daudé | 3b4a025 | 2023-06-21 13:32:23 +0200 | [diff] [blame] | 507 | M: Roman Bolshakov <rbolshakov@ddn.com> |
Roman Bolshakov | de6b528 | 2020-06-25 01:58:51 +0300 | [diff] [blame] | 508 | W: https://wiki.qemu.org/Features/HVF |
Roman Bolshakov | 674fc21 | 2020-03-16 20:18:27 +0300 | [diff] [blame] | 509 | S: Maintained |
Roman Bolshakov | 674fc21 | 2020-03-16 20:18:27 +0300 | [diff] [blame] | 510 | F: target/i386/hvf/ |
Alexander Graf | d57bc3c | 2021-06-03 14:09:30 +0100 | [diff] [blame] | 511 | |
| 512 | HVF |
| 513 | M: Cameron Esfahani <dirty@apple.com> |
Philippe Mathieu-Daudé | 3b4a025 | 2023-06-21 13:32:23 +0200 | [diff] [blame] | 514 | M: Roman Bolshakov <rbolshakov@ddn.com> |
Alexander Graf | d57bc3c | 2021-06-03 14:09:30 +0100 | [diff] [blame] | 515 | W: https://wiki.qemu.org/Features/HVF |
| 516 | S: Maintained |
| 517 | F: accel/hvf/ |
Roman Bolshakov | 674fc21 | 2020-03-16 20:18:27 +0300 | [diff] [blame] | 518 | F: include/sysemu/hvf.h |
Alexander Graf | d57bc3c | 2021-06-03 14:09:30 +0100 | [diff] [blame] | 519 | F: include/sysemu/hvf_int.h |
Roman Bolshakov | 674fc21 | 2020-03-16 20:18:27 +0300 | [diff] [blame] | 520 | |
Sunil Muthuswamy | c220cde | 2020-02-18 20:38:32 +0000 | [diff] [blame] | 521 | WHPX CPUs |
| 522 | M: Sunil Muthuswamy <sunilmut@microsoft.com> |
| 523 | S: Supported |
Claudio Fontana | 1fc33bb | 2020-12-12 16:55:09 +0100 | [diff] [blame] | 524 | F: target/i386/whpx/ |
Sunil Muthuswamy | c220cde | 2020-02-18 20:38:32 +0000 | [diff] [blame] | 525 | F: include/sysemu/whpx.h |
| 526 | |
Markus Armbruster | 84995ea | 2019-06-06 19:24:08 +0200 | [diff] [blame] | 527 | Guest CPU Cores (Xen) |
| 528 | --------------------- |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 529 | X86 Xen CPUs |
Stefano Stabellini | 3623c57 | 2016-03-29 11:02:49 +0100 | [diff] [blame] | 530 | M: Stefano Stabellini <sstabellini@kernel.org> |
Anthony PERARD | a0dbef9 | 2024-04-29 16:49:38 +0100 | [diff] [blame] | 531 | M: Anthony PERARD <anthony@xenproject.org> |
Paul Durrant | 784e972 | 2019-09-13 13:24:18 +0100 | [diff] [blame] | 532 | M: Paul Durrant <paul@xen.org> |
Stefano Stabellini | d01a6ff | 2024-07-10 13:28:52 -0700 | [diff] [blame] | 533 | M: Edgar E. Iglesias <edgar.iglesias@gmail.com> |
Anthony PERARD | 6d06220 | 2016-11-25 15:30:40 +0000 | [diff] [blame] | 534 | L: xen-devel@lists.xenproject.org |
Stefano Stabellini | 8a6b0cd | 2011-07-29 16:05:13 +0100 | [diff] [blame] | 535 | S: Supported |
Stefano Stabellini | 8a6b0cd | 2011-07-29 16:05:13 +0100 | [diff] [blame] | 536 | F: */xen* |
Philippe Mathieu-Daudé | da278d5 | 2020-05-08 12:02:22 +0200 | [diff] [blame] | 537 | F: accel/xen/* |
Greg Kurz | b827891 | 2019-05-29 12:24:44 +0200 | [diff] [blame] | 538 | F: hw/9pfs/xen-9p* |
Paolo Bonzini | c92451c | 2015-09-22 11:36:48 +0200 | [diff] [blame] | 539 | F: hw/char/xen_console.c |
| 540 | F: hw/display/xenfb.c |
| 541 | F: hw/net/xen_nic.c |
Anthony PERARD | 758af9c | 2020-04-06 17:50:43 +0100 | [diff] [blame] | 542 | F: hw/usb/xen-usb.c |
Paul Durrant | 1a72d9a | 2019-01-08 14:48:48 +0000 | [diff] [blame] | 543 | F: hw/block/xen* |
Paul Durrant | 4ea7d1a | 2019-01-08 14:48:53 +0000 | [diff] [blame] | 544 | F: hw/block/dataplane/xen* |
Paolo Bonzini | c92451c | 2015-09-22 11:36:48 +0200 | [diff] [blame] | 545 | F: hw/xen/ |
| 546 | F: hw/xenpv/ |
Stefano Stabellini | 9027ac5 | 2015-12-21 14:58:28 +0000 | [diff] [blame] | 547 | F: hw/i386/xen/ |
Philippe Mathieu-Daudé | 1401897 | 2019-12-09 10:50:01 +0100 | [diff] [blame] | 548 | F: hw/pci-host/xen_igd_pt.c |
Paul Durrant | fcab2b4 | 2019-01-08 14:48:55 +0000 | [diff] [blame] | 549 | F: include/hw/block/dataplane/xen* |
Paolo Bonzini | c92451c | 2015-09-22 11:36:48 +0200 | [diff] [blame] | 550 | F: include/hw/xen/ |
Philippe Mathieu-Daudé | da278d5 | 2020-05-08 12:02:22 +0200 | [diff] [blame] | 551 | F: include/sysemu/xen.h |
Stefano Stabellini | 9027ac5 | 2015-12-21 14:58:28 +0000 | [diff] [blame] | 552 | F: include/sysemu/xen-mapcache.h |
Philippe Mathieu-Daudé | 71f364b | 2020-09-08 17:55:28 +0200 | [diff] [blame] | 553 | F: stubs/xen-hw-stub.c |
Edgar E. Iglesias | c214442 | 2024-08-10 19:13:40 +0200 | [diff] [blame] | 554 | F: docs/system/arm/xenpvh.rst |
Edgar E. Iglesias | 0b57c81 | 2024-08-09 19:32:27 +0200 | [diff] [blame] | 555 | F: docs/system/i386/xenpvh.rst |
Stefano Stabellini | 8a6b0cd | 2011-07-29 16:05:13 +0100 | [diff] [blame] | 556 | |
Reinoud Zandijk | 39becfc | 2021-04-02 22:25:35 +0200 | [diff] [blame] | 557 | Guest CPU Cores (NVMM) |
| 558 | ---------------------- |
| 559 | NetBSD Virtual Machine Monitor (NVMM) CPU support |
Reinoud Zandijk | 39becfc | 2021-04-02 22:25:35 +0200 | [diff] [blame] | 560 | M: Reinoud Zandijk <reinoud@netbsd.org> |
| 561 | S: Maintained |
| 562 | F: include/sysemu/nvmm.h |
| 563 | F: target/i386/nvmm/ |
| 564 | |
Markus Armbruster | 84995ea | 2019-06-06 19:24:08 +0200 | [diff] [blame] | 565 | Hosts |
| 566 | ----- |
Stefan Weil | 1bdd687 | 2012-01-27 18:53:49 +0100 | [diff] [blame] | 567 | LINUX |
Philippe Mathieu-Daudé | f5fecb4 | 2018-12-18 12:56:11 +0100 | [diff] [blame] | 568 | M: Michael S. Tsirkin <mst@redhat.com> |
| 569 | M: Cornelia Huck <cohuck@redhat.com> |
| 570 | M: Paolo Bonzini <pbonzini@redhat.com> |
Stefan Weil | 1bdd687 | 2012-01-27 18:53:49 +0100 | [diff] [blame] | 571 | S: Maintained |
Stefan Weil | 1bdd687 | 2012-01-27 18:53:49 +0100 | [diff] [blame] | 572 | F: linux-headers/ |
Cornelia Huck | e05ea75 | 2023-09-29 16:30:12 +0200 | [diff] [blame] | 573 | F: include/standard-headers/ |
Philippe Mathieu-Daudé | f5fecb4 | 2018-12-18 12:56:11 +0100 | [diff] [blame] | 574 | F: scripts/update-linux-headers.sh |
Stefan Weil | 1bdd687 | 2012-01-27 18:53:49 +0100 | [diff] [blame] | 575 | |
| 576 | POSIX |
Philippe Mathieu-Daudé | f3f0204 | 2018-12-18 12:56:12 +0100 | [diff] [blame] | 577 | M: Paolo Bonzini <pbonzini@redhat.com> |
Stefan Weil | 1bdd687 | 2012-01-27 18:53:49 +0100 | [diff] [blame] | 578 | S: Maintained |
Philippe Mathieu-Daudé | f3f0204 | 2018-12-18 12:56:12 +0100 | [diff] [blame] | 579 | F: os-posix.c |
| 580 | F: include/sysemu/os-posix.h |
| 581 | F: util/*posix*.c |
| 582 | F: include/qemu/*posix*.h |
Stefan Weil | 1bdd687 | 2012-01-27 18:53:49 +0100 | [diff] [blame] | 583 | |
Kamil Rytarowski | 3c2bdbc | 2017-05-13 04:21:43 +0200 | [diff] [blame] | 584 | NETBSD |
Reinoud Zandijk | 39becfc | 2021-04-02 22:25:35 +0200 | [diff] [blame] | 585 | M: Reinoud Zandijk <reinoud@netbsd.org> |
| 586 | M: Ryo ONODERA <ryoon@netbsd.org> |
Kamil Rytarowski | 3c2bdbc | 2017-05-13 04:21:43 +0200 | [diff] [blame] | 587 | S: Maintained |
Thomas Huth | 1b61270 | 2017-07-27 12:09:34 +0200 | [diff] [blame] | 588 | K: ^Subject:.*(?i)NetBSD |
Kamil Rytarowski | 3c2bdbc | 2017-05-13 04:21:43 +0200 | [diff] [blame] | 589 | |
Brad Smith | 0a773d5 | 2018-02-16 11:46:20 -0500 | [diff] [blame] | 590 | OPENBSD |
Brad Smith | 0a773d5 | 2018-02-16 11:46:20 -0500 | [diff] [blame] | 591 | M: Brad Smith <brad@comstyle.com> |
| 592 | S: Maintained |
| 593 | K: ^Subject:.*(?i)OpenBSD |
| 594 | |
Stefan Weil | 1bdd687 | 2012-01-27 18:53:49 +0100 | [diff] [blame] | 595 | W32, W64 |
Stefan Weil | 1bdd687 | 2012-01-27 18:53:49 +0100 | [diff] [blame] | 596 | M: Stefan Weil <sw@weilnetz.de> |
| 597 | S: Maintained |
| 598 | F: *win32* |
Thomas Huth | 0397266 | 2016-09-29 09:43:31 +0200 | [diff] [blame] | 599 | F: */*win32* |
| 600 | F: include/*/*win32* |
| 601 | X: qga/*win32* |
Stefan Weil | 885bdc9 | 2015-09-25 22:25:32 +0200 | [diff] [blame] | 602 | F: qemu.nsi |
Alex Bennée | 48fad83 | 2022-10-27 19:36:21 +0100 | [diff] [blame] | 603 | F: scripts/nsis.py |
Stefan Weil | 1bdd687 | 2012-01-27 18:53:49 +0100 | [diff] [blame] | 604 | |
Philippe Mathieu-Daudé | c82b7ef | 2022-03-14 18:28:35 +0100 | [diff] [blame] | 605 | Darwin (macOS, iOS) |
Philippe Mathieu-Daudé | 8823ef1 | 2022-10-17 20:20:05 +0200 | [diff] [blame] | 606 | M: Philippe Mathieu-Daudé <philmd@linaro.org> |
Philippe Mathieu-Daudé | c82b7ef | 2022-03-14 18:28:35 +0100 | [diff] [blame] | 607 | S: Odd Fixes |
| 608 | F: .gitlab-ci.d/cirrus/macos-* |
| 609 | F: */*.m |
Alex Bennée | 48fad83 | 2022-10-27 19:36:21 +0100 | [diff] [blame] | 610 | F: scripts/entitlement.sh |
Philippe Mathieu-Daudé | c82b7ef | 2022-03-14 18:28:35 +0100 | [diff] [blame] | 611 | |
Philippe Mathieu-Daudé | b250d04 | 2018-03-08 23:39:42 +0100 | [diff] [blame] | 612 | Alpha Machines |
Markus Armbruster | 84995ea | 2019-06-06 19:24:08 +0200 | [diff] [blame] | 613 | -------------- |
Richard Henderson | 336f744 | 2020-11-12 20:35:43 -0800 | [diff] [blame] | 614 | M: Richard Henderson <richard.henderson@linaro.org> |
Philippe Mathieu-Daudé | b250d04 | 2018-03-08 23:39:42 +0100 | [diff] [blame] | 615 | S: Maintained |
| 616 | F: hw/alpha/ |
Philippe Mathieu-Daudé | 7bea0dd | 2018-03-08 23:39:43 +0100 | [diff] [blame] | 617 | F: hw/isa/smc37c669-superio.c |
Richard Henderson | 8d8a8ab | 2019-05-01 11:43:06 -0700 | [diff] [blame] | 618 | F: tests/tcg/alpha/system/ |
Philippe Mathieu-Daudé | b250d04 | 2018-03-08 23:39:42 +0100 | [diff] [blame] | 619 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 620 | ARM Machines |
| 621 | ------------ |
liguang | 84291fe | 2013-12-17 19:42:38 +0000 | [diff] [blame] | 622 | Allwinner-a10 |
Beniamino Galvani | 85b4d5d | 2015-09-24 01:29:37 +0100 | [diff] [blame] | 623 | M: Beniamino Galvani <b.galvani@gmail.com> |
Peter Maydell | a00d7f2 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 624 | M: Peter Maydell <peter.maydell@linaro.org> |
Strahinja Jankovic | 632dfea | 2022-12-26 23:03:00 +0100 | [diff] [blame] | 625 | R: Strahinja Jankovic <strahinja.p.jankovic@gmail.com> |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 626 | L: qemu-arm@nongnu.org |
Peter Maydell | a00d7f2 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 627 | S: Odd Fixes |
Beniamino Galvani | 85b4d5d | 2015-09-24 01:29:37 +0100 | [diff] [blame] | 628 | F: hw/*/allwinner* |
Philippe Mathieu-Daudé | 9d19a8f | 2024-02-26 14:07:23 +0000 | [diff] [blame] | 629 | F: hw/ide/ahci-allwinner.c |
Beniamino Galvani | 85b4d5d | 2015-09-24 01:29:37 +0100 | [diff] [blame] | 630 | F: include/hw/*/allwinner* |
liguang | 84291fe | 2013-12-17 19:42:38 +0000 | [diff] [blame] | 631 | F: hw/arm/cubieboard.c |
Peter Maydell | d4a7c36 | 2021-07-13 15:22:24 +0100 | [diff] [blame] | 632 | F: docs/system/arm/cubieboard.rst |
Strahinja Jankovic | 632dfea | 2022-12-26 23:03:00 +0100 | [diff] [blame] | 633 | F: hw/misc/axp209.c |
liguang | 84291fe | 2013-12-17 19:42:38 +0000 | [diff] [blame] | 634 | |
Niek Linnenbank | 740dafc | 2020-03-11 23:18:37 +0100 | [diff] [blame] | 635 | Allwinner-h3 |
| 636 | M: Niek Linnenbank <nieklinnenbank@gmail.com> |
| 637 | L: qemu-arm@nongnu.org |
| 638 | S: Maintained |
| 639 | F: hw/*/allwinner-h3* |
| 640 | F: include/hw/*/allwinner-h3* |
Niek Linnenbank | b0c9666 | 2020-03-11 23:18:38 +0100 | [diff] [blame] | 641 | F: hw/arm/orangepi.c |
Philippe Mathieu-Daudé | c67d732 | 2020-11-20 16:45:43 +0100 | [diff] [blame] | 642 | F: docs/system/arm/orangepi.rst |
Niek Linnenbank | 740dafc | 2020-03-11 23:18:37 +0100 | [diff] [blame] | 643 | |
Peter Maydell | e5a6a6e | 2017-07-17 13:36:09 +0100 | [diff] [blame] | 644 | ARM PrimeCell and CMSDK devices |
Paolo Bonzini | 0627100 | 2015-09-22 11:45:00 +0200 | [diff] [blame] | 645 | M: Peter Maydell <peter.maydell@linaro.org> |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 646 | L: qemu-arm@nongnu.org |
Paolo Bonzini | 0627100 | 2015-09-22 11:45:00 +0200 | [diff] [blame] | 647 | S: Maintained |
| 648 | F: hw/char/pl011.c |
Philippe Mathieu-Daudé | c6427ff | 2017-09-08 14:31:32 -0300 | [diff] [blame] | 649 | F: include/hw/char/pl011.h |
Paolo Bonzini | 0627100 | 2015-09-22 11:45:00 +0200 | [diff] [blame] | 650 | F: hw/display/pl110* |
| 651 | F: hw/dma/pl080.c |
Peter Maydell | aa74e35 | 2018-08-20 11:24:33 +0100 | [diff] [blame] | 652 | F: include/hw/dma/pl080.h |
Paolo Bonzini | 0627100 | 2015-09-22 11:45:00 +0200 | [diff] [blame] | 653 | F: hw/dma/pl330.c |
| 654 | F: hw/gpio/pl061.c |
| 655 | F: hw/input/pl050.c |
Thomas Huth | 4940da2 | 2023-10-20 08:09:33 +0200 | [diff] [blame] | 656 | F: include/hw/input/pl050.h |
Paolo Bonzini | 0627100 | 2015-09-22 11:45:00 +0200 | [diff] [blame] | 657 | F: hw/intc/pl190.c |
| 658 | F: hw/sd/pl181.c |
Peter Maydell | 1d52866 | 2018-08-24 13:17:44 +0100 | [diff] [blame] | 659 | F: hw/ssi/pl022.c |
| 660 | F: include/hw/ssi/pl022.h |
Philippe Mathieu-Daudé | 877c181 | 2019-10-04 01:03:52 +0200 | [diff] [blame] | 661 | F: hw/rtc/pl031.c |
| 662 | F: include/hw/rtc/pl031.h |
Paolo Bonzini | 0627100 | 2015-09-22 11:45:00 +0200 | [diff] [blame] | 663 | F: include/hw/arm/primecell.h |
Peter Maydell | e5a6a6e | 2017-07-17 13:36:09 +0100 | [diff] [blame] | 664 | F: hw/timer/cmsdk-apb-timer.c |
| 665 | F: include/hw/timer/cmsdk-apb-timer.h |
Peter Maydell | 30858da | 2021-01-28 11:41:23 +0000 | [diff] [blame] | 666 | F: tests/qtest/cmsdk-apb-timer-test.c |
Peter Maydell | 4f4c620 | 2018-08-24 13:17:41 +0100 | [diff] [blame] | 667 | F: hw/timer/cmsdk-apb-dualtimer.c |
| 668 | F: include/hw/timer/cmsdk-apb-dualtimer.h |
Peter Maydell | 9bc064b | 2021-01-28 11:41:25 +0000 | [diff] [blame] | 669 | F: tests/qtest/cmsdk-apb-dualtimer-test.c |
Peter Maydell | e5a6a6e | 2017-07-17 13:36:09 +0100 | [diff] [blame] | 670 | F: hw/char/cmsdk-apb-uart.c |
| 671 | F: include/hw/char/cmsdk-apb-uart.h |
Peter Maydell | 050c2ea | 2018-08-20 11:24:33 +0100 | [diff] [blame] | 672 | F: hw/watchdog/cmsdk-apb-watchdog.c |
| 673 | F: include/hw/watchdog/cmsdk-apb-watchdog.h |
Peter Maydell | 9cf5eb2 | 2021-01-28 11:41:24 +0000 | [diff] [blame] | 674 | F: tests/qtest/cmsdk-apb-watchdog-test.c |
Peter Maydell | 0d4a755 | 2018-05-31 14:50:51 +0100 | [diff] [blame] | 675 | F: hw/misc/tz-ppc.c |
| 676 | F: include/hw/misc/tz-ppc.h |
Peter Maydell | 344f4b1 | 2018-06-22 13:28:39 +0100 | [diff] [blame] | 677 | F: hw/misc/tz-mpc.c |
| 678 | F: include/hw/misc/tz-mpc.h |
Peter Maydell | 211e701 | 2018-08-24 13:17:43 +0100 | [diff] [blame] | 679 | F: hw/misc/tz-msc.c |
| 680 | F: include/hw/misc/tz-msc.h |
Paolo Bonzini | 0627100 | 2015-09-22 11:45:00 +0200 | [diff] [blame] | 681 | |
| 682 | ARM cores |
| 683 | M: Peter Maydell <peter.maydell@linaro.org> |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 684 | L: qemu-arm@nongnu.org |
Paolo Bonzini | 0627100 | 2015-09-22 11:45:00 +0200 | [diff] [blame] | 685 | S: Maintained |
| 686 | F: hw/intc/arm* |
Thomas Huth | 662c3eb | 2023-10-27 08:07:09 +0200 | [diff] [blame] | 687 | F: hw/intc/gic*_internal.h |
Paolo Bonzini | 0627100 | 2015-09-22 11:45:00 +0200 | [diff] [blame] | 688 | F: hw/misc/a9scu.c |
| 689 | F: hw/misc/arm11scu.c |
Thomas Huth | b7f3011 | 2019-01-07 15:23:47 +0000 | [diff] [blame] | 690 | F: hw/misc/arm_l2x0.c |
Peter Maydell | 2f9db77 | 2021-08-12 10:33:32 +0100 | [diff] [blame] | 691 | F: hw/misc/armv7m_ras.c |
Paolo Bonzini | 0627100 | 2015-09-22 11:45:00 +0200 | [diff] [blame] | 692 | F: hw/timer/a9gtimer* |
Philippe Mathieu-Daudé | c6427ff | 2017-09-08 14:31:32 -0300 | [diff] [blame] | 693 | F: hw/timer/arm* |
| 694 | F: include/hw/arm/arm*.h |
Paolo Bonzini | 0627100 | 2015-09-22 11:45:00 +0200 | [diff] [blame] | 695 | F: include/hw/intc/arm* |
| 696 | F: include/hw/misc/a9scu.h |
| 697 | F: include/hw/misc/arm11scu.h |
| 698 | F: include/hw/timer/a9gtimer.h |
| 699 | F: include/hw/timer/arm_mptimer.h |
Philippe Mathieu-Daudé | c6427ff | 2017-09-08 14:31:32 -0300 | [diff] [blame] | 700 | F: include/hw/timer/armv7m_systick.h |
Peter Maydell | 2f9db77 | 2021-08-12 10:33:32 +0100 | [diff] [blame] | 701 | F: include/hw/misc/armv7m_ras.h |
Thomas Huth | 1e8a1fa | 2019-09-09 12:04:01 +0200 | [diff] [blame] | 702 | F: tests/qtest/test-arm-mptimer.c |
Paolo Bonzini | 0627100 | 2015-09-22 11:45:00 +0200 | [diff] [blame] | 703 | |
Inès Varhol | e569d95 | 2024-09-21 12:47:16 +0200 | [diff] [blame] | 704 | B-L475E-IOT01A IoT Node |
| 705 | M: Samuel Tardieu <sam@rfc1149.net> |
| 706 | L: qemu-arm@nongnu.org |
| 707 | S: Maintained |
| 708 | F: hw/arm/b-l475e-iot01a.c |
| 709 | F: hw/display/dm163.c |
| 710 | F: tests/qtest/dm163-test.c |
| 711 | |
Evgeny Voevodin | fc63dcf | 2012-02-16 09:56:06 +0000 | [diff] [blame] | 712 | Exynos |
Igor Mitsyanko | f44c5c6 | 2013-07-31 10:27:35 +0400 | [diff] [blame] | 713 | M: Igor Mitsyanko <i.mitsyanko@gmail.com> |
Peter Maydell | a00d7f2 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 714 | M: Peter Maydell <peter.maydell@linaro.org> |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 715 | L: qemu-arm@nongnu.org |
Peter Maydell | a00d7f2 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 716 | S: Odd Fixes |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 717 | F: hw/*/exynos* |
Peter Maydell | 78cb12a | 2022-04-04 16:46:48 +0100 | [diff] [blame] | 718 | F: include/hw/*/exynos* |
Evgeny Voevodin | fc63dcf | 2012-02-16 09:56:06 +0000 | [diff] [blame] | 719 | |
Mark Langsdorf | 766fd09 | 2012-02-16 09:56:10 +0000 | [diff] [blame] | 720 | Calxeda Highbank |
Rob Herring | 9ef137c | 2014-05-27 17:09:49 +0100 | [diff] [blame] | 721 | M: Rob Herring <robh@kernel.org> |
Peter Maydell | a00d7f2 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 722 | M: Peter Maydell <peter.maydell@linaro.org> |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 723 | L: qemu-arm@nongnu.org |
Peter Maydell | a00d7f2 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 724 | S: Odd Fixes |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 725 | F: hw/arm/highbank.c |
| 726 | F: hw/net/xgmac.c |
Peter Maydell | c90df7c | 2021-07-13 15:22:26 +0100 | [diff] [blame] | 727 | F: docs/system/arm/highbank.rst |
Mark Langsdorf | 766fd09 | 2012-02-16 09:56:10 +0000 | [diff] [blame] | 728 | |
Antony Pavlov | 9082f12 | 2013-12-17 19:42:37 +0000 | [diff] [blame] | 729 | Canon DIGIC |
| 730 | M: Antony Pavlov <antonynpavlov@gmail.com> |
Peter Maydell | a00d7f2 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 731 | M: Peter Maydell <peter.maydell@linaro.org> |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 732 | L: qemu-arm@nongnu.org |
Peter Maydell | a00d7f2 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 733 | S: Odd Fixes |
Antony Pavlov | 9082f12 | 2013-12-17 19:42:37 +0000 | [diff] [blame] | 734 | F: include/hw/arm/digic.h |
| 735 | F: hw/*/digic* |
Philippe Mathieu-Daudé | 7ad5f2d | 2018-11-25 21:49:50 +0100 | [diff] [blame] | 736 | F: include/hw/*/digic* |
Thomas Huth | e3fc99b | 2024-08-30 15:38:13 +0200 | [diff] [blame] | 737 | F: tests/functional/test_arm_canona1100.py |
Peter Maydell | 2d21dd1 | 2020-07-13 18:57:43 +0100 | [diff] [blame] | 738 | F: docs/system/arm/digic.rst |
Antony Pavlov | 9082f12 | 2013-12-17 19:42:37 +0000 | [diff] [blame] | 739 | |
Anup Patel | 9c8fdce | 2019-11-06 11:56:50 +0000 | [diff] [blame] | 740 | Goldfish RTC |
| 741 | M: Anup Patel <anup.patel@wdc.com> |
| 742 | M: Alistair Francis <Alistair.Francis@wdc.com> |
| 743 | L: qemu-riscv@nongnu.org |
| 744 | S: Maintained |
| 745 | F: hw/rtc/goldfish_rtc.c |
| 746 | F: include/hw/rtc/goldfish_rtc.h |
| 747 | |
Thomas Huth | 123a069 | 2018-11-26 13:39:23 +0000 | [diff] [blame] | 748 | i.MX25 PDK |
| 749 | M: Peter Maydell <peter.maydell@linaro.org> |
| 750 | R: Jean-Christophe Dubois <jcd@tribudubois.net> |
| 751 | L: qemu-arm@nongnu.org |
| 752 | S: Odd Fixes |
| 753 | F: hw/arm/fsl-imx25.c |
| 754 | F: hw/arm/imx25_pdk.c |
| 755 | F: hw/misc/imx25_ccm.c |
Guenter Roeck | 37f95959 | 2020-05-17 09:21:28 -0700 | [diff] [blame] | 756 | F: hw/watchdog/wdt_imx2.c |
Thomas Huth | 123a069 | 2018-11-26 13:39:23 +0000 | [diff] [blame] | 757 | F: include/hw/arm/fsl-imx25.h |
| 758 | F: include/hw/misc/imx25_ccm.h |
Guenter Roeck | 37f95959 | 2020-05-17 09:21:28 -0700 | [diff] [blame] | 759 | F: include/hw/watchdog/wdt_imx2.h |
Peter Maydell | b1b3e3e | 2021-07-22 18:52:29 +0100 | [diff] [blame] | 760 | F: docs/system/arm/imx25-pdk.rst |
Thomas Huth | 123a069 | 2018-11-26 13:39:23 +0000 | [diff] [blame] | 761 | |
Thomas Huth | 95a5db3 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 762 | i.MX31 (kzm) |
Peter Maydell | a00d7f2 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 763 | M: Peter Maydell <peter.maydell@linaro.org> |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 764 | L: qemu-arm@nongnu.org |
Thomas Huth | 95a5db3 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 765 | S: Odd Fixes |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 766 | F: hw/arm/kzm.c |
Thomas Huth | 95a5db3 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 767 | F: hw/*/imx_* |
| 768 | F: hw/*/*imx31* |
| 769 | F: include/hw/*/imx_* |
| 770 | F: include/hw/*/*imx31* |
Peter Maydell | fa6c939 | 2021-07-22 18:52:28 +0100 | [diff] [blame] | 771 | F: docs/system/arm/kzm.rst |
Peter Chubb | 0325559 | 2012-07-04 10:43:34 +0000 | [diff] [blame] | 772 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 773 | Integrator CP |
Peter Maydell | 1ce9ce6 | 2011-09-20 16:18:46 +0100 | [diff] [blame] | 774 | M: Peter Maydell <peter.maydell@linaro.org> |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 775 | L: qemu-arm@nongnu.org |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 776 | S: Maintained |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 777 | F: hw/arm/integratorcp.c |
Thomas Huth | f7e242d | 2016-09-23 14:14:18 +0200 | [diff] [blame] | 778 | F: hw/misc/arm_integrator_debug.c |
Thomas Huth | b7f3011 | 2019-01-07 15:23:47 +0000 | [diff] [blame] | 779 | F: include/hw/misc/arm_integrator_debug.h |
Philippe Mathieu-Daudé | ef83aea | 2024-08-30 15:38:27 +0200 | [diff] [blame] | 780 | F: tests/functional/test_arm_integratorcp.py |
Peter Maydell | c11a8e8 | 2020-03-09 21:58:15 +0000 | [diff] [blame] | 781 | F: docs/system/arm/integratorcp.rst |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 782 | |
Thomas Huth | 95a5db3 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 783 | MCIMX6UL EVK / i.MX6ul |
| 784 | M: Peter Maydell <peter.maydell@linaro.org> |
| 785 | R: Jean-Christophe Dubois <jcd@tribudubois.net> |
| 786 | L: qemu-arm@nongnu.org |
| 787 | S: Odd Fixes |
| 788 | F: hw/arm/mcimx6ul-evk.c |
| 789 | F: hw/arm/fsl-imx6ul.c |
| 790 | F: hw/misc/imx6ul_ccm.c |
| 791 | F: include/hw/arm/fsl-imx6ul.h |
| 792 | F: include/hw/misc/imx6ul_ccm.h |
| 793 | |
| 794 | MCIMX7D SABRE / i.MX7 |
| 795 | M: Peter Maydell <peter.maydell@linaro.org> |
| 796 | R: Andrey Smirnov <andrew.smirnov@gmail.com> |
| 797 | L: qemu-arm@nongnu.org |
| 798 | S: Odd Fixes |
| 799 | F: hw/arm/mcimx7d-sabre.c |
| 800 | F: hw/arm/fsl-imx7.c |
Thomas Huth | b7f3011 | 2019-01-07 15:23:47 +0000 | [diff] [blame] | 801 | F: hw/misc/imx7_*.c |
Thomas Huth | 95a5db3 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 802 | F: include/hw/arm/fsl-imx7.h |
Thomas Huth | b7f3011 | 2019-01-07 15:23:47 +0000 | [diff] [blame] | 803 | F: include/hw/misc/imx7_*.h |
Thomas Huth | 95a5db3 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 804 | F: hw/pci-host/designware.c |
| 805 | F: include/hw/pci-host/designware.h |
| 806 | |
Peter Maydell | 273a70a | 2024-02-06 13:29:26 +0000 | [diff] [blame] | 807 | MPS2 / MPS3 |
Peter Maydell | e5a6a6e | 2017-07-17 13:36:09 +0100 | [diff] [blame] | 808 | M: Peter Maydell <peter.maydell@linaro.org> |
| 809 | L: qemu-arm@nongnu.org |
| 810 | S: Maintained |
| 811 | F: hw/arm/mps2.c |
Peter Maydell | 0d4a755 | 2018-05-31 14:50:51 +0100 | [diff] [blame] | 812 | F: hw/arm/mps2-tz.c |
Peter Maydell | 273a70a | 2024-02-06 13:29:26 +0000 | [diff] [blame] | 813 | F: hw/arm/mps3r.c |
Peter Maydell | 0d4a755 | 2018-05-31 14:50:51 +0100 | [diff] [blame] | 814 | F: hw/misc/mps2-*.c |
| 815 | F: include/hw/misc/mps2-*.h |
Peter Maydell | 6eee5d2 | 2019-02-01 14:55:42 +0000 | [diff] [blame] | 816 | F: hw/arm/armsse.c |
| 817 | F: include/hw/arm/armsse.h |
Philippe Mathieu-Daudé | c56c576 | 2018-11-25 21:49:51 +0100 | [diff] [blame] | 818 | F: hw/misc/iotkit-secctl.c |
| 819 | F: include/hw/misc/iotkit-secctl.h |
Peter Maydell | 75750e4 | 2018-08-24 13:17:42 +0100 | [diff] [blame] | 820 | F: hw/misc/iotkit-sysctl.c |
| 821 | F: include/hw/misc/iotkit-sysctl.h |
Peter Maydell | c667a25 | 2018-08-24 13:17:43 +0100 | [diff] [blame] | 822 | F: hw/misc/iotkit-sysinfo.c |
| 823 | F: include/hw/misc/iotkit-sysinfo.h |
Peter Maydell | 4239b31 | 2021-02-19 14:45:53 +0000 | [diff] [blame] | 824 | F: hw/misc/armsse-cpu-pwrctrl.c |
| 825 | F: include/hw/misc/armsse-cpu-pwrctrl.h |
Peter Maydell | 5aeb368 | 2019-02-01 14:55:43 +0000 | [diff] [blame] | 826 | F: hw/misc/armsse-cpuid.c |
| 827 | F: include/hw/misc/armsse-cpuid.h |
Peter Maydell | cdf6344 | 2019-02-28 10:55:15 +0000 | [diff] [blame] | 828 | F: hw/misc/armsse-mhu.c |
| 829 | F: include/hw/misc/armsse-mhu.h |
Peter Maydell | 0d10df3 | 2021-02-19 14:45:44 +0000 | [diff] [blame] | 830 | F: hw/timer/sse-counter.c |
| 831 | F: include/hw/timer/sse-counter.h |
Peter Maydell | 0b8ceee | 2021-02-19 14:45:45 +0000 | [diff] [blame] | 832 | F: hw/timer/sse-timer.c |
| 833 | F: include/hw/timer/sse-timer.h |
Peter Maydell | 1eca58a | 2021-02-19 14:46:17 +0000 | [diff] [blame] | 834 | F: tests/qtest/sse-timer-test.c |
Peter Maydell | ba7912a | 2020-05-07 16:18:18 +0100 | [diff] [blame] | 835 | F: docs/system/arm/mps2.rst |
Peter Maydell | e5a6a6e | 2017-07-17 13:36:09 +0100 | [diff] [blame] | 836 | |
Peter Maydell | 8f69a4c | 2019-02-21 18:17:47 +0000 | [diff] [blame] | 837 | Musca |
| 838 | M: Peter Maydell <peter.maydell@linaro.org> |
| 839 | L: qemu-arm@nongnu.org |
| 840 | S: Maintained |
| 841 | F: hw/arm/musca.c |
Peter Maydell | 9f8f640 | 2020-05-07 16:18:19 +0100 | [diff] [blame] | 842 | F: docs/system/arm/musca.rst |
Peter Maydell | 8f69a4c | 2019-02-21 18:17:47 +0000 | [diff] [blame] | 843 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 844 | Musicpal |
| 845 | M: Jan Kiszka <jan.kiszka@web.de> |
Peter Maydell | a00d7f2 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 846 | M: Peter Maydell <peter.maydell@linaro.org> |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 847 | L: qemu-arm@nongnu.org |
Peter Maydell | a00d7f2 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 848 | S: Odd Fixes |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 849 | F: hw/arm/musicpal.c |
Philippe Mathieu-Daudé | 6d81f48 | 2022-01-07 19:44:29 +0100 | [diff] [blame] | 850 | F: hw/net/mv88w8618_eth.c |
| 851 | F: include/hw/net/mv88w8618_eth.h |
Peter Maydell | c11a8e8 | 2020-03-09 21:58:15 +0000 | [diff] [blame] | 852 | F: docs/system/arm/musicpal.rst |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 853 | |
Havard Skinnemoen | e5a7ba8 | 2020-09-10 22:20:48 -0700 | [diff] [blame] | 854 | Nuvoton NPCM7xx |
Havard Skinnemoen | e5a7ba8 | 2020-09-10 22:20:48 -0700 | [diff] [blame] | 855 | M: Tyrone Ting <kfting@nuvoton.com> |
Hao Wu | 73c793d | 2023-02-08 15:54:31 -0800 | [diff] [blame] | 856 | M: Hao Wu <wuhaotsh@google.com> |
Havard Skinnemoen | e5a7ba8 | 2020-09-10 22:20:48 -0700 | [diff] [blame] | 857 | L: qemu-arm@nongnu.org |
| 858 | S: Supported |
Hao Wu | 69fbfb8 | 2023-02-08 15:54:32 -0800 | [diff] [blame] | 859 | F: hw/*/npcm* |
Titus Rwantare | 6f351a7 | 2023-10-23 23:46:44 +0000 | [diff] [blame] | 860 | F: hw/sensor/adm1266.c |
Hao Wu | 69fbfb8 | 2023-02-08 15:54:32 -0800 | [diff] [blame] | 861 | F: include/hw/*/npcm* |
| 862 | F: tests/qtest/npcm* |
Titus Rwantare | 5861f5a | 2023-10-23 23:46:45 +0000 | [diff] [blame] | 863 | F: tests/qtest/adm1266-test.c |
Havard Skinnemoen | d1cb5ed | 2020-09-10 22:20:53 -0700 | [diff] [blame] | 864 | F: pc-bios/npcm7xx_bootrom.bin |
| 865 | F: roms/vbootrom |
Philippe Mathieu-Daudé | 7170311 | 2020-11-20 16:45:42 +0100 | [diff] [blame] | 866 | F: docs/system/arm/nuvoton.rst |
Havard Skinnemoen | e5a7ba8 | 2020-09-10 22:20:48 -0700 | [diff] [blame] | 867 | |
Thomas Huth | 95a5db3 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 868 | Raspberry Pi |
| 869 | M: Peter Maydell <peter.maydell@linaro.org> |
Philippe Mathieu-Daudé | 8823ef1 | 2022-10-17 20:20:05 +0200 | [diff] [blame] | 870 | R: Philippe Mathieu-Daudé <philmd@linaro.org> |
Thomas Huth | 95a5db3 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 871 | L: qemu-arm@nongnu.org |
| 872 | S: Odd Fixes |
Thomas Huth | 123a069 | 2018-11-26 13:39:23 +0000 | [diff] [blame] | 873 | F: hw/arm/raspi.c |
Thomas Huth | 95a5db3 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 874 | F: hw/arm/raspi_platform.h |
| 875 | F: hw/*/bcm283* |
Thomas Huth | 29ecf2d | 2023-10-12 09:34:58 +0200 | [diff] [blame] | 876 | F: include/hw/arm/rasp* |
Thomas Huth | 95a5db3 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 877 | F: include/hw/*/bcm283* |
Philippe Mathieu-Daudé | d9f2ac3 | 2020-11-20 18:39:51 +0100 | [diff] [blame] | 878 | F: docs/system/arm/raspi.rst |
Philippe Mathieu-Daudé | 165ab27 | 2024-09-06 20:05:44 +0200 | [diff] [blame] | 879 | F: tests/functional/test_arm_raspi2.py |
Philippe Mathieu-Daudé | 471f7ff | 2024-09-06 20:05:45 +0200 | [diff] [blame] | 880 | F: tests/functional/test_aarch64_raspi3.py |
Philippe Mathieu-Daudé | 547738b | 2024-09-06 20:05:46 +0200 | [diff] [blame] | 881 | F: tests/functional/test_aarch64_raspi4.py |
Thomas Huth | 95a5db3 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 882 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 883 | Real View |
Peter Maydell | 1ce9ce6 | 2011-09-20 16:18:46 +0100 | [diff] [blame] | 884 | M: Peter Maydell <peter.maydell@linaro.org> |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 885 | L: qemu-arm@nongnu.org |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 886 | S: Maintained |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 887 | F: hw/arm/realview* |
Thomas Huth | f7e242d | 2016-09-23 14:14:18 +0200 | [diff] [blame] | 888 | F: hw/cpu/realview_mpcore.c |
Paolo Bonzini | 5ea5304 | 2015-09-22 11:49:41 +0200 | [diff] [blame] | 889 | F: hw/intc/realview_gic.c |
| 890 | F: include/hw/intc/realview_gic.h |
Peter Maydell | c11a8e8 | 2020-03-09 21:58:15 +0000 | [diff] [blame] | 891 | F: docs/system/arm/realview.rst |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 892 | |
Thomas Huth | 95a5db3 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 893 | SABRELITE / i.MX6 |
| 894 | M: Peter Maydell <peter.maydell@linaro.org> |
| 895 | R: Jean-Christophe Dubois <jcd@tribudubois.net> |
| 896 | L: qemu-arm@nongnu.org |
| 897 | S: Odd Fixes |
Thomas Huth | 4db546d | 2022-12-12 18:48:41 +0100 | [diff] [blame] | 898 | F: docs/system/arm/sabrelite.rst |
Thomas Huth | 95a5db3 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 899 | F: hw/arm/sabrelite.c |
| 900 | F: hw/arm/fsl-imx6.c |
Thomas Huth | b7f3011 | 2019-01-07 15:23:47 +0000 | [diff] [blame] | 901 | F: hw/misc/imx6_*.c |
Thomas Huth | 95a5db3 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 902 | F: hw/ssi/imx_spi.c |
Guenter Roeck | 0701a5e | 2020-03-12 18:45:47 -0700 | [diff] [blame] | 903 | F: hw/usb/imx-usb-phy.c |
| 904 | F: include/hw/usb/imx-usb-phy.h |
Thomas Huth | 95a5db3 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 905 | F: include/hw/arm/fsl-imx6.h |
Thomas Huth | b7f3011 | 2019-01-07 15:23:47 +0000 | [diff] [blame] | 906 | F: include/hw/misc/imx6_*.h |
Thomas Huth | 95a5db3 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 907 | F: include/hw/ssi/imx_spi.h |
| 908 | |
Hongbo Zhang | 6458090 | 2019-07-01 17:26:18 +0100 | [diff] [blame] | 909 | SBSA-REF |
Radoslaw Biernacki | 428a377 | 2020-05-12 19:07:04 +0200 | [diff] [blame] | 910 | M: Radoslaw Biernacki <rad@semihalf.com> |
Hongbo Zhang | 6458090 | 2019-07-01 17:26:18 +0100 | [diff] [blame] | 911 | M: Peter Maydell <peter.maydell@linaro.org> |
Leif Lindholm | 14d5add | 2022-05-05 12:37:40 +0100 | [diff] [blame] | 912 | R: Leif Lindholm <quic_llindhol@quicinc.com> |
Marcin Juszkiewicz | 96e6d25 | 2023-05-15 16:37:53 +0200 | [diff] [blame] | 913 | R: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> |
Hongbo Zhang | 6458090 | 2019-07-01 17:26:18 +0100 | [diff] [blame] | 914 | L: qemu-arm@nongnu.org |
| 915 | S: Maintained |
| 916 | F: hw/arm/sbsa-ref.c |
Thomas Huth | d02ce62 | 2023-09-29 16:19:18 +0200 | [diff] [blame] | 917 | F: hw/misc/sbsa_ec.c |
| 918 | F: hw/watchdog/sbsa_gwdt.c |
| 919 | F: include/hw/watchdog/sbsa_gwdt.h |
Philippe Mathieu-Daudé | 9eeeb80 | 2020-11-20 16:45:44 +0100 | [diff] [blame] | 920 | F: docs/system/arm/sbsa.rst |
Philippe Mathieu-Daudé | 8f16cd8 | 2024-08-30 15:38:28 +0200 | [diff] [blame] | 921 | F: tests/functional/test_aarch64_sbsaref.py |
Hongbo Zhang | 6458090 | 2019-07-01 17:26:18 +0100 | [diff] [blame] | 922 | |
Thomas Huth | 671f11b | 2018-11-13 10:47:58 +0000 | [diff] [blame] | 923 | Sharp SL-5500 (Collie) PDA |
| 924 | M: Peter Maydell <peter.maydell@linaro.org> |
| 925 | L: qemu-arm@nongnu.org |
| 926 | S: Odd Fixes |
| 927 | F: hw/arm/collie.c |
| 928 | F: hw/arm/strongarm* |
Peter Maydell | 504f935 | 2024-09-03 17:07:05 +0100 | [diff] [blame] | 929 | F: hw/gpio/zaurus.c |
| 930 | F: include/hw/arm/sharpsl.h |
Peter Maydell | b76b60f | 2020-07-13 18:57:44 +0100 | [diff] [blame] | 931 | F: docs/system/arm/collie.rst |
Thomas Huth | 671f11b | 2018-11-13 10:47:58 +0000 | [diff] [blame] | 932 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 933 | Stellaris |
Peter Maydell | 1ce9ce6 | 2011-09-20 16:18:46 +0100 | [diff] [blame] | 934 | M: Peter Maydell <peter.maydell@linaro.org> |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 935 | L: qemu-arm@nongnu.org |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 936 | S: Maintained |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 937 | F: hw/*/stellaris* |
Thomas Huth | 7c7e1f6 | 2023-10-20 08:09:36 +0200 | [diff] [blame] | 938 | F: hw/display/ssd03* |
Philippe Mathieu-Daudé | 98fa332 | 2019-04-12 18:54:11 +0200 | [diff] [blame] | 939 | F: include/hw/input/gamepad.h |
Thomas Huth | 7c7e1f6 | 2023-10-20 08:09:36 +0200 | [diff] [blame] | 940 | F: include/hw/timer/stellaris-gptm.h |
Peter Maydell | c11a8e8 | 2020-03-09 21:58:15 +0000 | [diff] [blame] | 941 | F: docs/system/arm/stellaris.rst |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 942 | |
Inès Varhol | e569d95 | 2024-09-21 12:47:16 +0200 | [diff] [blame] | 943 | STM32L4x5 SoC Family |
| 944 | M: Samuel Tardieu <sam@rfc1149.net> |
| 945 | L: qemu-arm@nongnu.org |
| 946 | S: Maintained |
| 947 | F: hw/arm/stm32l4x5_soc.c |
| 948 | F: hw/char/stm32l4x5_usart.c |
| 949 | F: hw/misc/stm32l4x5_exti.c |
| 950 | F: hw/misc/stm32l4x5_syscfg.c |
| 951 | F: hw/misc/stm32l4x5_rcc.c |
| 952 | F: hw/gpio/stm32l4x5_gpio.c |
| 953 | F: include/hw/*/stm32l4x5_*.h |
| 954 | F: tests/qtest/stm32l4x5* |
| 955 | |
Alexandre Iooss | 2ac2410 | 2021-06-17 18:56:45 +0200 | [diff] [blame] | 956 | STM32VLDISCOVERY |
| 957 | M: Alexandre Iooss <erdnaxe@crans.org> |
| 958 | L: qemu-arm@nongnu.org |
| 959 | S: Maintained |
| 960 | F: hw/arm/stm32vldiscovery.c |
Alexandre Iooss | 1af060e | 2021-06-17 18:56:46 +0200 | [diff] [blame] | 961 | F: docs/system/arm/stm32.rst |
Alexandre Iooss | 2ac2410 | 2021-06-17 18:56:45 +0200 | [diff] [blame] | 962 | |
Thomas Huth | 95a5db3 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 963 | Versatile Express |
| 964 | M: Peter Maydell <peter.maydell@linaro.org> |
| 965 | L: qemu-arm@nongnu.org |
| 966 | S: Maintained |
| 967 | F: hw/arm/vexpress.c |
Thomas Huth | 42c3168 | 2023-10-20 08:09:35 +0200 | [diff] [blame] | 968 | F: hw/display/sii9022.c |
Peter Maydell | 5a1d424 | 2020-05-07 16:18:17 +0100 | [diff] [blame] | 969 | F: docs/system/arm/vexpress.rst |
Thomas Huth | c3cff72 | 2024-09-19 20:57:42 +0200 | [diff] [blame] | 970 | F: tests/functional/test_arm_vexpress.py |
Thomas Huth | 95a5db3 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 971 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 972 | Versatile PB |
Peter Maydell | 1ce9ce6 | 2011-09-20 16:18:46 +0100 | [diff] [blame] | 973 | M: Peter Maydell <peter.maydell@linaro.org> |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 974 | L: qemu-arm@nongnu.org |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 975 | S: Maintained |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 976 | F: hw/*/versatile* |
Philippe Mathieu-Daudé | 500a64d | 2023-01-10 09:25:08 +0100 | [diff] [blame] | 977 | F: hw/i2c/arm_sbcon_i2c.c |
Philippe Mathieu-Daudé | f61c3fb | 2020-06-17 09:25:29 +0200 | [diff] [blame] | 978 | F: include/hw/i2c/arm_sbcon_i2c.h |
Philippe Mathieu-Daudé | c6427ff | 2017-09-08 14:31:32 -0300 | [diff] [blame] | 979 | F: hw/misc/arm_sysctl.c |
Peter Maydell | c11a8e8 | 2020-03-09 21:58:15 +0000 | [diff] [blame] | 980 | F: docs/system/arm/versatile.rst |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 981 | |
Thomas Huth | 95a5db3 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 982 | Virt |
| 983 | M: Peter Maydell <peter.maydell@linaro.org> |
| 984 | L: qemu-arm@nongnu.org |
| 985 | S: Maintained |
| 986 | F: hw/arm/virt* |
| 987 | F: include/hw/arm/virt.h |
Peter Maydell | 6a0b750 | 2020-07-13 18:57:46 +0100 | [diff] [blame] | 988 | F: docs/system/arm/virt.rst |
Philippe Mathieu-Daudé | 1255f5e | 2024-08-30 15:38:29 +0200 | [diff] [blame] | 989 | F: tests/functional/test_aarch64_virt.py |
Thomas Huth | de9f57a | 2024-10-11 15:19:23 +0200 | [diff] [blame] | 990 | F: tests/functional/test_arm_tuxrun.py |
Thomas Huth | 95a5db3 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 991 | |
Peter A. G. Crosthwaite | e326050 | 2012-03-05 14:39:13 +1000 | [diff] [blame] | 992 | Xilinx Zynq |
Alistair Francis | cc0100f | 2016-07-28 09:55:39 -0700 | [diff] [blame] | 993 | M: Edgar E. Iglesias <edgar.iglesias@gmail.com> |
Alistair Francis | c22e580 | 2018-03-01 11:05:58 +0000 | [diff] [blame] | 994 | M: Alistair Francis <alistair@alistair23.me> |
Peter Maydell | a00d7f2 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 995 | M: Peter Maydell <peter.maydell@linaro.org> |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 996 | L: qemu-arm@nongnu.org |
Peter A. G. Crosthwaite | e326050 | 2012-03-05 14:39:13 +1000 | [diff] [blame] | 997 | S: Maintained |
Alistair Francis | cc0100f | 2016-07-28 09:55:39 -0700 | [diff] [blame] | 998 | F: hw/*/xilinx_* |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 999 | F: hw/*/cadence_* |
Corey Minyard | 246f530 | 2021-05-18 15:51:24 -0500 | [diff] [blame] | 1000 | F: hw/misc/zynq_slcr.c |
| 1001 | F: hw/adc/zynq-xadc.c |
| 1002 | F: include/hw/misc/zynq_slcr.h |
| 1003 | F: include/hw/adc/zynq-xadc.h |
Alistair Francis | cc0100f | 2016-07-28 09:55:39 -0700 | [diff] [blame] | 1004 | X: hw/ssi/xilinx_* |
Sai Pavan Boddu | 2d30506 | 2024-06-21 18:29:06 +0530 | [diff] [blame] | 1005 | F: docs/system/arm/xlnx-zynq.rst |
Peter A. G. Crosthwaite | e326050 | 2012-03-05 14:39:13 +1000 | [diff] [blame] | 1006 | |
Edgar E. Iglesias | ff9e157 | 2020-08-03 18:47:49 +0200 | [diff] [blame] | 1007 | Xilinx ZynqMP and Versal |
Alistair Francis | c22e580 | 2018-03-01 11:05:58 +0000 | [diff] [blame] | 1008 | M: Alistair Francis <alistair@alistair23.me> |
Alistair Francis | cc0100f | 2016-07-28 09:55:39 -0700 | [diff] [blame] | 1009 | M: Edgar E. Iglesias <edgar.iglesias@gmail.com> |
Peter Maydell | a00d7f2 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 1010 | M: Peter Maydell <peter.maydell@linaro.org> |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 1011 | L: qemu-arm@nongnu.org |
Alistair Francis | 137805f | 2015-08-25 15:45:07 +0100 | [diff] [blame] | 1012 | S: Maintained |
Alistair Francis | cc0100f | 2016-07-28 09:55:39 -0700 | [diff] [blame] | 1013 | F: hw/*/xlnx*.c |
Markus Armbruster | f586d5f | 2016-09-05 14:28:52 +0200 | [diff] [blame] | 1014 | F: include/hw/*/xlnx*.h |
Philippe Mathieu-Daudé | 24d6d8b | 2018-11-25 21:49:39 +0100 | [diff] [blame] | 1015 | F: include/hw/ssi/xilinx_spips.h |
| 1016 | F: hw/display/dpcd.c |
| 1017 | F: include/hw/display/dpcd.h |
Edgar E. Iglesias | ff9e157 | 2020-08-03 18:47:49 +0200 | [diff] [blame] | 1018 | F: docs/system/arm/xlnx-versal-virt.rst |
Alistair Francis | 137805f | 2015-08-25 15:45:07 +0100 | [diff] [blame] | 1019 | |
Francisco Iglesias | 72e5884 | 2022-01-21 16:11:41 +0000 | [diff] [blame] | 1020 | Xilinx Versal OSPI |
Francisco Iglesias | dbd1fbe | 2024-09-13 15:31:50 +0100 | [diff] [blame] | 1021 | M: Francisco Iglesias <francisco.iglesias@amd.com> |
Francisco Iglesias | 72e5884 | 2022-01-21 16:11:41 +0000 | [diff] [blame] | 1022 | S: Maintained |
| 1023 | F: hw/ssi/xlnx-versal-ospi.c |
| 1024 | F: include/hw/ssi/xlnx-versal-ospi.h |
| 1025 | |
Francisco Iglesias | 5a8559e | 2023-08-31 17:56:54 +0100 | [diff] [blame] | 1026 | Xilinx Versal CFI |
| 1027 | M: Francisco Iglesias <francisco.iglesias@amd.com> |
| 1028 | S: Maintained |
| 1029 | F: hw/misc/xlnx-cfi-if.c |
| 1030 | F: include/hw/misc/xlnx-cfi-if.h |
Francisco Iglesias | 86d916c | 2023-08-31 17:56:55 +0100 | [diff] [blame] | 1031 | F: hw/misc/xlnx-versal-cfu.c |
| 1032 | F: include/hw/misc/xlnx-versal-cfu.h |
Francisco Iglesias | c6766f5 | 2023-08-31 17:56:58 +0100 | [diff] [blame] | 1033 | F: hw/misc/xlnx-versal-cframe-reg.c |
| 1034 | F: include/hw/misc/xlnx-versal-cframe-reg.h |
Francisco Iglesias | 5a8559e | 2023-08-31 17:56:54 +0100 | [diff] [blame] | 1035 | |
Alexandre Iooss | 0f76deb | 2021-06-17 18:56:44 +0200 | [diff] [blame] | 1036 | STM32F100 |
| 1037 | M: Alexandre Iooss <erdnaxe@crans.org> |
| 1038 | L: qemu-arm@nongnu.org |
| 1039 | S: Maintained |
| 1040 | F: hw/arm/stm32f100_soc.c |
| 1041 | |
Alistair Francis | a1f8193 | 2016-10-04 13:28:07 +0100 | [diff] [blame] | 1042 | STM32F205 |
| 1043 | M: Alistair Francis <alistair@alistair23.me> |
Peter Maydell | a00d7f2 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 1044 | M: Peter Maydell <peter.maydell@linaro.org> |
Philippe Mathieu-Daudé | 8ef350b | 2020-01-20 19:59:27 +0100 | [diff] [blame] | 1045 | L: qemu-arm@nongnu.org |
Alistair Francis | a1f8193 | 2016-10-04 13:28:07 +0100 | [diff] [blame] | 1046 | S: Maintained |
| 1047 | F: hw/arm/stm32f205_soc.c |
| 1048 | F: hw/misc/stm32f2xx_syscfg.c |
| 1049 | F: hw/char/stm32f2xx_usart.c |
| 1050 | F: hw/timer/stm32f2xx_timer.c |
| 1051 | F: hw/adc/* |
| 1052 | F: hw/ssi/stm32f2xx_spi.c |
Philippe Mathieu-Daudé | 0e0d345 | 2017-09-08 14:36:19 -0300 | [diff] [blame] | 1053 | F: include/hw/*/stm32*.h |
Alistair Francis | a1f8193 | 2016-10-04 13:28:07 +0100 | [diff] [blame] | 1054 | |
Alistair Francis | 529fc5f | 2020-01-17 14:09:29 +0000 | [diff] [blame] | 1055 | STM32F405 |
| 1056 | M: Alistair Francis <alistair@alistair23.me> |
| 1057 | M: Peter Maydell <peter.maydell@linaro.org> |
Philippe Mathieu-Daudé | 8ef350b | 2020-01-20 19:59:27 +0100 | [diff] [blame] | 1058 | L: qemu-arm@nongnu.org |
Alistair Francis | 529fc5f | 2020-01-17 14:09:29 +0000 | [diff] [blame] | 1059 | S: Maintained |
| 1060 | F: hw/arm/stm32f405_soc.c |
| 1061 | F: hw/misc/stm32f4xx_syscfg.c |
| 1062 | F: hw/misc/stm32f4xx_exti.c |
Román Cárdenas Rodríguez | d1613f2 | 2024-10-14 17:05:50 +0100 | [diff] [blame] | 1063 | F: hw/misc/stm32_rcc.c |
| 1064 | F: include/hw/misc/stm32_rcc.h |
Alistair Francis | 529fc5f | 2020-01-17 14:09:29 +0000 | [diff] [blame] | 1065 | |
Alistair Francis | a1f8193 | 2016-10-04 13:28:07 +0100 | [diff] [blame] | 1066 | Netduino 2 |
| 1067 | M: Alistair Francis <alistair@alistair23.me> |
Peter Maydell | a00d7f2 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 1068 | M: Peter Maydell <peter.maydell@linaro.org> |
Philippe Mathieu-Daudé | 8ef350b | 2020-01-20 19:59:27 +0100 | [diff] [blame] | 1069 | L: qemu-arm@nongnu.org |
Alistair Francis | a1f8193 | 2016-10-04 13:28:07 +0100 | [diff] [blame] | 1070 | S: Maintained |
| 1071 | F: hw/arm/netduino2.c |
| 1072 | |
Alistair Francis | 60d6c42 | 2020-01-17 14:09:29 +0000 | [diff] [blame] | 1073 | Netduino Plus 2 |
| 1074 | M: Alistair Francis <alistair@alistair23.me> |
| 1075 | M: Peter Maydell <peter.maydell@linaro.org> |
Philippe Mathieu-Daudé | 8ef350b | 2020-01-20 19:59:27 +0100 | [diff] [blame] | 1076 | L: qemu-arm@nongnu.org |
Alistair Francis | 60d6c42 | 2020-01-17 14:09:29 +0000 | [diff] [blame] | 1077 | S: Maintained |
| 1078 | F: hw/arm/netduinoplus2.c |
| 1079 | |
Felipe Balbi | ee5bffa | 2022-12-30 16:57:33 +0200 | [diff] [blame] | 1080 | Olimex STM32 H405 |
| 1081 | M: Felipe Balbi <balbi@kernel.org> |
| 1082 | L: qemu-arm@nongnu.org |
| 1083 | S: Maintained |
| 1084 | F: hw/arm/olimex-stm32-h405.c |
| 1085 | |
Subbaraya Sundeep | 670bc4c | 2017-11-13 13:55:25 +0000 | [diff] [blame] | 1086 | SmartFusion2 |
| 1087 | M: Subbaraya Sundeep <sundeep.lkml@gmail.com> |
Peter Maydell | a00d7f2 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 1088 | M: Peter Maydell <peter.maydell@linaro.org> |
Philippe Mathieu-Daudé | 8ef350b | 2020-01-20 19:59:27 +0100 | [diff] [blame] | 1089 | L: qemu-arm@nongnu.org |
Subbaraya Sundeep | 670bc4c | 2017-11-13 13:55:25 +0000 | [diff] [blame] | 1090 | S: Maintained |
| 1091 | F: hw/arm/msf2-soc.c |
| 1092 | F: hw/misc/msf2-sysreg.c |
| 1093 | F: hw/timer/mss-timer.c |
| 1094 | F: hw/ssi/mss-spi.c |
| 1095 | F: include/hw/arm/msf2-soc.h |
| 1096 | F: include/hw/misc/msf2-sysreg.h |
| 1097 | F: include/hw/timer/mss-timer.h |
| 1098 | F: include/hw/ssi/mss-spi.h |
Subbaraya Sundeep | 1c66437 | 2020-04-16 20:24:49 +0530 | [diff] [blame] | 1099 | F: hw/net/msf2-emac.c |
| 1100 | F: include/hw/net/msf2-emac.h |
Subbaraya Sundeep | 670bc4c | 2017-11-13 13:55:25 +0000 | [diff] [blame] | 1101 | |
| 1102 | Emcraft M2S-FG484 |
| 1103 | M: Subbaraya Sundeep <sundeep.lkml@gmail.com> |
Peter Maydell | a00d7f2 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 1104 | M: Peter Maydell <peter.maydell@linaro.org> |
Philippe Mathieu-Daudé | 8ef350b | 2020-01-20 19:59:27 +0100 | [diff] [blame] | 1105 | L: qemu-arm@nongnu.org |
Subbaraya Sundeep | 670bc4c | 2017-11-13 13:55:25 +0000 | [diff] [blame] | 1106 | S: Maintained |
| 1107 | F: hw/arm/msf2-som.c |
Peter Maydell | 3f65df3 | 2021-07-13 15:22:25 +0100 | [diff] [blame] | 1108 | F: docs/system/arm/emcraft-sf2.rst |
Subbaraya Sundeep | 670bc4c | 2017-11-13 13:55:25 +0000 | [diff] [blame] | 1109 | |
Joel Stanley | f87db1b | 2018-06-26 17:50:39 +0100 | [diff] [blame] | 1110 | ASPEED BMCs |
| 1111 | M: Cédric Le Goater <clg@kaod.org> |
Peter Maydell | a00d7f2 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 1112 | M: Peter Maydell <peter.maydell@linaro.org> |
Jamin Lin | 5f44521 | 2024-06-05 14:03:10 +0800 | [diff] [blame] | 1113 | R: Steven Lee <steven_lee@aspeedtech.com> |
| 1114 | R: Troy Lee <leetroy@gmail.com> |
| 1115 | R: Jamin Lin <jamin_lin@aspeedtech.com> |
Andrew Jeffery | cbe27c3 | 2023-09-25 15:52:12 +0930 | [diff] [blame] | 1116 | R: Andrew Jeffery <andrew@codeconstruct.com.au> |
Joel Stanley | f87db1b | 2018-06-26 17:50:39 +0100 | [diff] [blame] | 1117 | R: Joel Stanley <joel@jms.id.au> |
| 1118 | L: qemu-arm@nongnu.org |
| 1119 | S: Maintained |
| 1120 | F: hw/*/*aspeed* |
| 1121 | F: include/hw/*/*aspeed* |
| 1122 | F: hw/net/ftgmac100.c |
| 1123 | F: include/hw/net/ftgmac100.h |
Philippe Mathieu-Daudé | de8ee7d | 2020-11-20 16:45:41 +0100 | [diff] [blame] | 1124 | F: docs/system/arm/aspeed.rst |
Thomas Huth | e354d99 | 2023-04-24 10:22:41 +0100 | [diff] [blame] | 1125 | F: tests/*/*aspeed* |
Jamin Lin | 34fdd73 | 2024-10-01 10:43:34 +0800 | [diff] [blame] | 1126 | F: tests/*/*ast2700* |
Peter Delevoryas | c2f58c2 | 2022-07-14 16:24:38 +0200 | [diff] [blame] | 1127 | F: hw/arm/fby35.c |
Joel Stanley | f87db1b | 2018-06-26 17:50:39 +0100 | [diff] [blame] | 1128 | |
Joel Stanley | c0066d1 | 2018-09-25 14:02:30 +0100 | [diff] [blame] | 1129 | NRF51 |
| 1130 | M: Joel Stanley <joel@jms.id.au> |
Peter Maydell | a00d7f2 | 2018-11-19 15:29:08 +0000 | [diff] [blame] | 1131 | M: Peter Maydell <peter.maydell@linaro.org> |
Joel Stanley | c0066d1 | 2018-09-25 14:02:30 +0100 | [diff] [blame] | 1132 | L: qemu-arm@nongnu.org |
| 1133 | S: Maintained |
Stefan Hajnoczi | c8de3f5 | 2019-01-29 11:46:04 +0000 | [diff] [blame] | 1134 | F: hw/*/nrf51*.c |
| 1135 | F: hw/*/microbit*.c |
| 1136 | F: include/hw/*/nrf51*.h |
| 1137 | F: include/hw/*/microbit*.h |
Thomas Huth | 1e8a1fa | 2019-09-09 12:04:01 +0200 | [diff] [blame] | 1138 | F: tests/qtest/microbit-test.c |
Alexandre Iooss | 90a76c6 | 2021-06-21 09:56:25 +0200 | [diff] [blame] | 1139 | F: docs/system/arm/nrf.rst |
Joel Stanley | c0066d1 | 2018-09-25 14:02:30 +0100 | [diff] [blame] | 1140 | |
Paolo Bonzini | d0f0cd5 | 2024-10-10 16:11:28 +0200 | [diff] [blame] | 1141 | ARM PL011 Rust device |
| 1142 | M: Manos Pitsidianakis <manos.pitsidianakis@linaro.org> |
| 1143 | S: Maintained |
| 1144 | F: rust/hw/char/pl011/ |
| 1145 | |
Michael Rolnik | 42f3ff0 | 2020-01-24 01:51:21 +0100 | [diff] [blame] | 1146 | AVR Machines |
| 1147 | ------------- |
| 1148 | |
| 1149 | AVR MCUs |
| 1150 | M: Michael Rolnik <mrolnik@gmail.com> |
Michael Rolnik | 42f3ff0 | 2020-01-24 01:51:21 +0100 | [diff] [blame] | 1151 | S: Maintained |
Alex Bennée | 812b31d | 2021-07-07 14:17:43 +0100 | [diff] [blame] | 1152 | F: configs/devices/avr-softmmu/default.mak |
Philippe Mathieu-Daudé | 7dd8f6f | 2020-01-24 01:51:25 +0100 | [diff] [blame] | 1153 | F: hw/avr/ |
Michael Rolnik | 429ca9d | 2020-01-24 01:51:17 +0100 | [diff] [blame] | 1154 | F: include/hw/char/avr_usart.h |
| 1155 | F: hw/char/avr_usart.c |
Michael Rolnik | 8ff47bc | 2020-01-24 01:51:18 +0100 | [diff] [blame] | 1156 | F: include/hw/timer/avr_timer16.h |
| 1157 | F: hw/timer/avr_timer16.c |
Michael Rolnik | dc288de | 2020-01-24 01:51:19 +0100 | [diff] [blame] | 1158 | F: include/hw/misc/avr_power.h |
| 1159 | F: hw/misc/avr_power.c |
Michael Rolnik | 42f3ff0 | 2020-01-24 01:51:21 +0100 | [diff] [blame] | 1160 | |
Philippe Mathieu-Daudé | 50486d6 | 2020-01-24 01:51:27 +0100 | [diff] [blame] | 1161 | Arduino |
Philippe Mathieu-Daudé | 8823ef1 | 2022-10-17 20:20:05 +0200 | [diff] [blame] | 1162 | M: Philippe Mathieu-Daudé <philmd@linaro.org> |
Philippe Mathieu-Daudé | 50486d6 | 2020-01-24 01:51:27 +0100 | [diff] [blame] | 1163 | S: Maintained |
| 1164 | F: hw/avr/arduino.c |
| 1165 | |
Philippe Mathieu-Daudé | e188396 | 2018-12-18 12:56:10 +0100 | [diff] [blame] | 1166 | HP-PARISC Machines |
| 1167 | ------------------ |
Helge Deller | ae759c9 | 2023-10-14 19:48:27 +0200 | [diff] [blame] | 1168 | HP B160L, HP C3700 |
Richard Henderson | 336f744 | 2020-11-12 20:35:43 -0800 | [diff] [blame] | 1169 | M: Richard Henderson <richard.henderson@linaro.org> |
Philippe Mathieu-Daudé | e188396 | 2018-12-18 12:56:10 +0100 | [diff] [blame] | 1170 | R: Helge Deller <deller@gmx.de> |
| 1171 | S: Odd Fixes |
Alex Bennée | 812b31d | 2021-07-07 14:17:43 +0100 | [diff] [blame] | 1172 | F: configs/devices/hppa-softmmu/default.mak |
Thomas Huth | e416fd7 | 2023-11-07 11:30:44 +0100 | [diff] [blame] | 1173 | F: hw/display/artist.c |
Philippe Mathieu-Daudé | e188396 | 2018-12-18 12:56:10 +0100 | [diff] [blame] | 1174 | F: hw/hppa/ |
Thomas Huth | 8db0760 | 2023-10-17 17:19:33 +0200 | [diff] [blame] | 1175 | F: hw/input/lasips2.c |
Philippe Mathieu-Daudé | 11f976a | 2021-10-04 10:38:35 +0200 | [diff] [blame] | 1176 | F: hw/net/*i82596* |
Mark Cave-Ayland | 45f569a | 2022-05-04 10:25:52 +0100 | [diff] [blame] | 1177 | F: hw/misc/lasi.c |
Helge Deller | ae759c9 | 2023-10-14 19:48:27 +0200 | [diff] [blame] | 1178 | F: hw/pci-host/astro.c |
Mark Cave-Ayland | 0db9350 | 2022-05-04 10:25:32 +0100 | [diff] [blame] | 1179 | F: hw/pci-host/dino.c |
Thomas Huth | 8db0760 | 2023-10-17 17:19:33 +0200 | [diff] [blame] | 1180 | F: include/hw/input/lasips2.h |
Mark Cave-Ayland | 45f569a | 2022-05-04 10:25:52 +0100 | [diff] [blame] | 1181 | F: include/hw/misc/lasi.h |
Philippe Mathieu-Daudé | 11f976a | 2021-10-04 10:38:35 +0200 | [diff] [blame] | 1182 | F: include/hw/net/lasi_82596.h |
Helge Deller | ae759c9 | 2023-10-14 19:48:27 +0200 | [diff] [blame] | 1183 | F: include/hw/pci-host/astro.h |
Mark Cave-Ayland | 0db9350 | 2022-05-04 10:25:32 +0100 | [diff] [blame] | 1184 | F: include/hw/pci-host/dino.h |
Philippe Mathieu-Daudé | e188396 | 2018-12-18 12:56:10 +0100 | [diff] [blame] | 1185 | F: pc-bios/hppa-firmware.img |
Helge Deller | ae759c9 | 2023-10-14 19:48:27 +0200 | [diff] [blame] | 1186 | F: roms/seabios-hppa/ |
Philippe Mathieu-Daudé | e188396 | 2018-12-18 12:56:10 +0100 | [diff] [blame] | 1187 | |
Xiaojuan Yang | d88b51d | 2022-06-06 20:43:08 +0800 | [diff] [blame] | 1188 | LoongArch Machines |
| 1189 | ------------------ |
| 1190 | Virt |
Xiaojuan Yang | d88b51d | 2022-06-06 20:43:08 +0800 | [diff] [blame] | 1191 | M: Song Gao <gaosong@loongson.cn> |
Jiaxun Yang | 36ff178 | 2024-06-27 05:13:28 +0100 | [diff] [blame] | 1192 | R: Jiaxun Yang <jiaxun.yang@flygoat.com> |
Xiaojuan Yang | d88b51d | 2022-06-06 20:43:08 +0800 | [diff] [blame] | 1193 | S: Maintained |
Xiaojuan Yang | 587858e | 2022-07-29 15:30:17 +0800 | [diff] [blame] | 1194 | F: docs/system/loongarch/virt.rst |
Xiaojuan Yang | a8a506c | 2022-06-06 20:43:20 +0800 | [diff] [blame] | 1195 | F: configs/targets/loongarch64-softmmu.mak |
| 1196 | F: configs/devices/loongarch64-softmmu/default.mak |
| 1197 | F: hw/loongarch/ |
| 1198 | F: include/hw/loongarch/virt.h |
Xiaojuan Yang | f6783e3 | 2022-06-06 20:43:21 +0800 | [diff] [blame] | 1199 | F: include/hw/intc/loongarch_*.h |
Bibo Mao | 7e55578 | 2024-07-23 11:25:53 +0200 | [diff] [blame] | 1200 | F: include/hw/intc/loongson_ipi_common.h |
Xiaojuan Yang | f6783e3 | 2022-06-06 20:43:21 +0800 | [diff] [blame] | 1201 | F: hw/intc/loongarch_*.c |
Bibo Mao | 7e55578 | 2024-07-23 11:25:53 +0200 | [diff] [blame] | 1202 | F: hw/intc/loongson_ipi_common.c |
Xiaojuan Yang | 0f4fcf1 | 2022-06-06 20:43:22 +0800 | [diff] [blame] | 1203 | F: include/hw/pci-host/ls7a.h |
Xiaojuan Yang | c117f68 | 2022-06-06 20:43:28 +0800 | [diff] [blame] | 1204 | F: hw/rtc/ls7a_rtc.c |
Xiaojuan Yang | ca61e75 | 2022-06-06 20:43:31 +0800 | [diff] [blame] | 1205 | F: gdb-xml/loongarch*.xml |
Xiaojuan Yang | d88b51d | 2022-06-06 20:43:08 +0800 | [diff] [blame] | 1206 | |
Aurelien Jarno | afcacd5 | 2011-01-14 20:39:19 +0100 | [diff] [blame] | 1207 | M68K Machines |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1208 | ------------- |
| 1209 | an5206 |
Thomas Huth | 5baf274 | 2017-02-12 23:38:17 +0100 | [diff] [blame] | 1210 | M: Thomas Huth <huth@tuxfamily.org> |
| 1211 | S: Odd Fixes |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 1212 | F: hw/m68k/an5206.c |
Thomas Huth | e9a5611 | 2016-11-02 09:39:33 +0100 | [diff] [blame] | 1213 | F: hw/m68k/mcf5206.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1214 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1215 | mcf5208 |
Thomas Huth | 5baf274 | 2017-02-12 23:38:17 +0100 | [diff] [blame] | 1216 | M: Thomas Huth <huth@tuxfamily.org> |
| 1217 | S: Odd Fixes |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 1218 | F: hw/m68k/mcf5208.c |
Thomas Huth | e9a5611 | 2016-11-02 09:39:33 +0100 | [diff] [blame] | 1219 | F: hw/m68k/mcf_intc.c |
| 1220 | F: hw/char/mcf_uart.c |
| 1221 | F: hw/net/mcf_fec.c |
Thomas Huth | 5baf274 | 2017-02-12 23:38:17 +0100 | [diff] [blame] | 1222 | F: include/hw/m68k/mcf*.h |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1223 | |
Thomas Huth | 1810b81 | 2018-06-30 08:33:57 +0000 | [diff] [blame] | 1224 | NeXTcube |
| 1225 | M: Thomas Huth <huth@tuxfamily.org> |
| 1226 | S: Odd Fixes |
| 1227 | F: hw/m68k/next-*.c |
| 1228 | F: hw/display/next-fb.c |
| 1229 | F: include/hw/m68k/next-cube.h |
Thomas Huth | 576fffb | 2024-08-30 15:38:22 +0200 | [diff] [blame] | 1230 | F: tests/functional/test_m68k_nextcube.py |
Thomas Huth | 1810b81 | 2018-06-30 08:33:57 +0000 | [diff] [blame] | 1231 | |
Laurent Vivier | 6dca62a | 2019-10-26 18:45:40 +0200 | [diff] [blame] | 1232 | q800 |
| 1233 | M: Laurent Vivier <laurent@vivier.eu> |
| 1234 | S: Maintained |
Laurent Vivier | 04e7ca8 | 2019-10-26 18:45:45 +0200 | [diff] [blame] | 1235 | F: hw/m68k/q800.c |
Mark Cave-Ayland | 8e09328 | 2023-06-21 09:53:36 +0100 | [diff] [blame] | 1236 | F: hw/m68k/q800-glue.c |
Laurent Vivier | 6dca62a | 2019-10-26 18:45:40 +0200 | [diff] [blame] | 1237 | F: hw/misc/mac_via.c |
Laurent Vivier | fa2ba3b | 2019-10-26 18:45:42 +0200 | [diff] [blame] | 1238 | F: hw/nubus/* |
Laurent Vivier | 8ac919a | 2019-10-26 18:45:43 +0200 | [diff] [blame] | 1239 | F: hw/display/macfb.c |
Laurent Vivier | c701ec6 | 2019-10-26 18:45:44 +0200 | [diff] [blame] | 1240 | F: hw/block/swim.c |
Mark Cave-Ayland | e2fd695 | 2023-10-04 09:37:48 +0100 | [diff] [blame] | 1241 | F: hw/misc/djmemc.c |
Mark Cave-Ayland | bdc2c77 | 2023-10-04 09:37:51 +0100 | [diff] [blame] | 1242 | F: hw/misc/iosb.c |
Mark Cave-Ayland | ac13a6b | 2023-10-04 09:37:53 +0100 | [diff] [blame] | 1243 | F: hw/audio/asc.c |
Laurent Vivier | 04e7ca8 | 2019-10-26 18:45:45 +0200 | [diff] [blame] | 1244 | F: hw/m68k/bootinfo.h |
Laurent Vivier | 382d71a | 2020-12-20 12:26:09 +0100 | [diff] [blame] | 1245 | F: include/standard-headers/asm-m68k/bootinfo.h |
| 1246 | F: include/standard-headers/asm-m68k/bootinfo-mac.h |
Laurent Vivier | 6dca62a | 2019-10-26 18:45:40 +0200 | [diff] [blame] | 1247 | F: include/hw/misc/mac_via.h |
Laurent Vivier | fa2ba3b | 2019-10-26 18:45:42 +0200 | [diff] [blame] | 1248 | F: include/hw/nubus/* |
Laurent Vivier | 8ac919a | 2019-10-26 18:45:43 +0200 | [diff] [blame] | 1249 | F: include/hw/display/macfb.h |
Laurent Vivier | c701ec6 | 2019-10-26 18:45:44 +0200 | [diff] [blame] | 1250 | F: include/hw/block/swim.h |
Mark Cave-Ayland | a801922 | 2023-06-21 09:53:32 +0100 | [diff] [blame] | 1251 | F: include/hw/m68k/q800.h |
Mark Cave-Ayland | 8e09328 | 2023-06-21 09:53:36 +0100 | [diff] [blame] | 1252 | F: include/hw/m68k/q800-glue.h |
Mark Cave-Ayland | e2fd695 | 2023-10-04 09:37:48 +0100 | [diff] [blame] | 1253 | F: include/hw/misc/djmemc.h |
Mark Cave-Ayland | bdc2c77 | 2023-10-04 09:37:51 +0100 | [diff] [blame] | 1254 | F: include/hw/misc/iosb.h |
Mark Cave-Ayland | ac13a6b | 2023-10-04 09:37:53 +0100 | [diff] [blame] | 1255 | F: include/hw/audio/asc.h |
Thomas Huth | c7f3663 | 2024-09-06 20:05:37 +0200 | [diff] [blame] | 1256 | F: tests/functional/test_m68k_q800.py |
Laurent Vivier | 6dca62a | 2019-10-26 18:45:40 +0200 | [diff] [blame] | 1257 | |
Laurent Vivier | e1cecdc | 2021-03-12 22:41:45 +0100 | [diff] [blame] | 1258 | virt |
| 1259 | M: Laurent Vivier <laurent@vivier.eu> |
| 1260 | S: Maintained |
| 1261 | F: hw/m68k/virt.c |
| 1262 | F: hw/char/goldfish_tty.c |
| 1263 | F: hw/intc/goldfish_pic.c |
| 1264 | F: hw/intc/m68k_irqc.c |
| 1265 | F: hw/misc/virt_ctrl.c |
| 1266 | F: include/hw/char/goldfish_tty.h |
| 1267 | F: include/hw/intc/goldfish_pic.h |
| 1268 | F: include/hw/intc/m68k_irqc.h |
| 1269 | F: include/hw/misc/virt_ctrl.h |
Peter Maydell | 6e0c849 | 2023-09-27 16:12:03 +0100 | [diff] [blame] | 1270 | F: docs/specs/virt-ctlr.rst |
Laurent Vivier | e1cecdc | 2021-03-12 22:41:45 +0100 | [diff] [blame] | 1271 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1272 | MicroBlaze Machines |
| 1273 | ------------------- |
| 1274 | petalogix_s3adsp1800 |
| 1275 | M: Edgar E. Iglesias <edgar.iglesias@gmail.com> |
| 1276 | S: Maintained |
Peter Maydell | 6e481d5 | 2013-06-24 11:49:32 +0100 | [diff] [blame] | 1277 | F: hw/microblaze/petalogix_s3adsp1800_mmu.c |
Philippe Mathieu-Daudé | a734c7b | 2018-11-25 21:49:41 +0100 | [diff] [blame] | 1278 | F: include/hw/char/xilinx_uartlite.h |
Thomas Huth | 624fb34 | 2024-08-30 15:38:16 +0200 | [diff] [blame] | 1279 | F: tests/functional/test_microblaze*.py |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1280 | |
Peter A. G. Crosthwaite | d36e8ce | 2012-06-26 14:29:40 +1000 | [diff] [blame] | 1281 | petalogix_ml605 |
Alistair Francis | 4b46ba6 | 2015-08-25 15:45:06 +0100 | [diff] [blame] | 1282 | M: Edgar E. Iglesias <edgar.iglesias@gmail.com> |
Peter A. G. Crosthwaite | d36e8ce | 2012-06-26 14:29:40 +1000 | [diff] [blame] | 1283 | S: Maintained |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 1284 | F: hw/microblaze/petalogix_ml605_mmu.c |
Peter A. G. Crosthwaite | d36e8ce | 2012-06-26 14:29:40 +1000 | [diff] [blame] | 1285 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1286 | MIPS Machines |
| 1287 | ------------- |
Philippe Mathieu-Daudé | f44d1d4 | 2021-10-04 10:26:38 +0200 | [diff] [blame] | 1288 | Overall MIPS Machines |
Philippe Mathieu-Daudé | 8823ef1 | 2022-10-17 20:20:05 +0200 | [diff] [blame] | 1289 | M: Philippe Mathieu-Daudé <philmd@linaro.org> |
Philippe Mathieu-Daudé | f44d1d4 | 2021-10-04 10:26:38 +0200 | [diff] [blame] | 1290 | S: Odd Fixes |
| 1291 | F: configs/devices/mips*/* |
| 1292 | F: hw/mips/ |
| 1293 | F: include/hw/mips/ |
| 1294 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1295 | Jazz |
| 1296 | M: Hervé Poussineau <hpoussin@reactos.org> |
Aleksandar Rikalo | 45c577f | 2024-02-09 07:21:47 +0100 | [diff] [blame] | 1297 | R: Aleksandar Rikalo <arikalo@gmail.com> |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1298 | S: Maintained |
Aleksandar Markovic | 5298722 | 2020-05-18 22:09:20 +0200 | [diff] [blame] | 1299 | F: hw/mips/jazz.c |
Thomas Huth | 740ee84 | 2023-09-29 16:09:35 +0200 | [diff] [blame] | 1300 | F: hw/display/g364fb.c |
Philippe Mathieu-Daudé | 0886a78 | 2018-11-25 21:49:40 +0100 | [diff] [blame] | 1301 | F: hw/display/jazz_led.c |
| 1302 | F: hw/dma/rc4030.c |
Thomas Huth | 740ee84 | 2023-09-29 16:09:35 +0200 | [diff] [blame] | 1303 | F: hw/nvram/ds1225y.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1304 | |
| 1305 | Malta |
Philippe Mathieu-Daudé | 8823ef1 | 2022-10-17 20:20:05 +0200 | [diff] [blame] | 1306 | M: Philippe Mathieu-Daudé <philmd@linaro.org> |
Aleksandar Markovic | 485cd98 | 2019-12-10 13:55:17 +0100 | [diff] [blame] | 1307 | R: Aurelien Jarno <aurelien@aurel32.net> |
Aleksandar Markovic | ca263c0 | 2020-10-07 22:37:21 +0200 | [diff] [blame] | 1308 | S: Odd Fixes |
Bernhard Beschow | 1697189 | 2023-10-07 14:38:27 +0200 | [diff] [blame] | 1309 | F: hw/isa/piix.c |
Paolo Bonzini | fbd7580 | 2024-02-13 16:50:01 +0100 | [diff] [blame] | 1310 | F: hw/isa/fdc37m81x-superio.c |
Aleksandar Markovic | 6004137 | 2019-12-10 13:55:18 +0100 | [diff] [blame] | 1311 | F: hw/acpi/piix4.c |
Aleksandar Markovic | 5298722 | 2020-05-18 22:09:20 +0200 | [diff] [blame] | 1312 | F: hw/mips/malta.c |
Philippe Mathieu-Daudé | a7db759 | 2023-01-13 09:20:12 +0100 | [diff] [blame] | 1313 | F: hw/pci-host/gt64120.c |
Aleksandar Markovic | 6004137 | 2019-12-10 13:55:18 +0100 | [diff] [blame] | 1314 | F: include/hw/southbridge/piix.h |
Willian Rampazzo | bbbd9b6 | 2021-11-05 12:53:54 -0300 | [diff] [blame] | 1315 | F: tests/avocado/linux_ssh_mips_malta.py |
Thomas Huth | a2a2a5b | 2024-10-11 15:19:31 +0200 | [diff] [blame] | 1316 | F: tests/functional/test_mips*_malta.py |
| 1317 | F: tests/functional/test_mips*_tuxrun.py |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1318 | |
| 1319 | Mipssim |
Aleksandar Rikalo | 45c577f | 2024-02-09 07:21:47 +0100 | [diff] [blame] | 1320 | R: Aleksandar Rikalo <arikalo@gmail.com> |
John Snow | 4251dfb | 2020-10-30 11:34:16 -0400 | [diff] [blame] | 1321 | S: Orphan |
Aleksandar Markovic | 5298722 | 2020-05-18 22:09:20 +0200 | [diff] [blame] | 1322 | F: hw/mips/mipssim.c |
Yongbok Kim | 659f42d | 2017-03-10 15:32:32 +0000 | [diff] [blame] | 1323 | F: hw/net/mipsnet.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1324 | |
Philippe Mathieu-Daudé | c3a09ff | 2020-04-26 12:16:37 +0200 | [diff] [blame] | 1325 | Fuloong 2E |
Huacai Chen | dab1e1e | 2020-12-05 17:22:01 +0800 | [diff] [blame] | 1326 | M: Huacai Chen <chenhuacai@kernel.org> |
Philippe Mathieu-Daudé | 8823ef1 | 2022-10-17 20:20:05 +0200 | [diff] [blame] | 1327 | M: Philippe Mathieu-Daudé <philmd@linaro.org> |
Huacai Chen | 97eeef8 | 2020-04-08 17:16:20 +0800 | [diff] [blame] | 1328 | R: Jiaxun Yang <jiaxun.yang@flygoat.com> |
Yongbok Kim | 659f42d | 2017-03-10 15:32:32 +0000 | [diff] [blame] | 1329 | S: Odd Fixes |
Philippe Mathieu-Daudé | c3a09ff | 2020-04-26 12:16:37 +0200 | [diff] [blame] | 1330 | F: hw/mips/fuloong2e.c |
Thomas Huth | 5021bfa | 2018-11-22 14:02:40 +0100 | [diff] [blame] | 1331 | F: hw/pci-host/bonito.c |
Philippe Mathieu-Daudé | aad0796 | 2023-01-05 13:48:08 +0100 | [diff] [blame] | 1332 | F: include/hw/pci-host/bonito.h |
Philippe Mathieu-Daudé | bce9e48 | 2024-08-30 15:38:30 +0200 | [diff] [blame] | 1333 | F: tests/functional/test_mips64el_fuloong2e.py |
Yongbok Kim | 659f42d | 2017-03-10 15:32:32 +0000 | [diff] [blame] | 1334 | |
Aleksandar Markovic | 53fb8bf | 2020-06-27 20:13:17 +0200 | [diff] [blame] | 1335 | Loongson-3 virtual platforms |
Huacai Chen | dab1e1e | 2020-12-05 17:22:01 +0800 | [diff] [blame] | 1336 | M: Huacai Chen <chenhuacai@kernel.org> |
Huacai Chen | 2c5b1a7 | 2020-06-24 18:45:31 +0800 | [diff] [blame] | 1337 | R: Jiaxun Yang <jiaxun.yang@flygoat.com> |
| 1338 | S: Maintained |
Bibo Mao | 7e55578 | 2024-07-23 11:25:53 +0200 | [diff] [blame] | 1339 | F: hw/intc/loongson_ipi_common.c |
Jiaxun Yang | b4a12df | 2024-05-08 14:06:47 +0100 | [diff] [blame] | 1340 | F: hw/intc/loongson_ipi.c |
Huacai Chen | 2c5b1a7 | 2020-06-24 18:45:31 +0800 | [diff] [blame] | 1341 | F: hw/intc/loongson_liointc.c |
Huacai Chen | d2245e2 | 2020-10-16 14:51:58 +0800 | [diff] [blame] | 1342 | F: hw/mips/loongson3_bootp.c |
| 1343 | F: hw/mips/loongson3_bootp.h |
Huacai Chen | c76b409 | 2020-04-27 17:33:14 +0800 | [diff] [blame] | 1344 | F: hw/mips/loongson3_virt.c |
Bibo Mao | 7e55578 | 2024-07-23 11:25:53 +0200 | [diff] [blame] | 1345 | F: include/hw/intc/loongson_ipi_common.h |
Jiaxun Yang | b4a12df | 2024-05-08 14:06:47 +0100 | [diff] [blame] | 1346 | F: include/hw/intc/loongson_ipi.h |
Thomas Huth | b5b4742 | 2023-10-17 17:33:45 +0200 | [diff] [blame] | 1347 | F: include/hw/intc/loongson_liointc.h |
Thomas Huth | 4c0a2df | 2024-08-30 15:38:11 +0200 | [diff] [blame] | 1348 | F: tests/functional/test_mips64el_loongson3v.py |
Huacai Chen | 2c5b1a7 | 2020-06-24 18:45:31 +0800 | [diff] [blame] | 1349 | |
Yongbok Kim | 659f42d | 2017-03-10 15:32:32 +0000 | [diff] [blame] | 1350 | Boston |
Philippe Mathieu-Daudé | 4ba98e9 | 2020-10-09 18:15:59 +0200 | [diff] [blame] | 1351 | M: Paul Burton <paulburton@kernel.org> |
Aleksandar Rikalo | 45c577f | 2024-02-09 07:21:47 +0100 | [diff] [blame] | 1352 | R: Aleksandar Rikalo <arikalo@gmail.com> |
Philippe Mathieu-Daudé | 4ba98e9 | 2020-10-09 18:15:59 +0200 | [diff] [blame] | 1353 | S: Odd Fixes |
Yongbok Kim | 659f42d | 2017-03-10 15:32:32 +0000 | [diff] [blame] | 1354 | F: hw/core/loader-fit.c |
| 1355 | F: hw/mips/boston.c |
| 1356 | F: hw/pci-host/xilinx-pcie.c |
Thomas Huth | 5021bfa | 2018-11-22 14:02:40 +0100 | [diff] [blame] | 1357 | F: include/hw/pci-host/xilinx-pcie.h |
Yongbok Kim | 659f42d | 2017-03-10 15:32:32 +0000 | [diff] [blame] | 1358 | |
Jia Liu | 945dad6 | 2013-07-02 20:55:17 +0800 | [diff] [blame] | 1359 | OpenRISC Machines |
| 1360 | ----------------- |
| 1361 | or1k-sim |
| 1362 | M: Jia Liu <proljc@gmail.com> |
| 1363 | S: Maintained |
Thomas Huth | 4db546d | 2022-12-12 18:48:41 +0100 | [diff] [blame] | 1364 | F: docs/system/openrisc/or1k-sim.rst |
Thomas Huth | a4a2f7f | 2023-10-20 08:24:48 +0200 | [diff] [blame] | 1365 | F: hw/intc/ompic.c |
Jia Liu | 945dad6 | 2013-07-02 20:55:17 +0800 | [diff] [blame] | 1366 | F: hw/openrisc/openrisc_sim.c |
| 1367 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1368 | PowerPC Machines |
| 1369 | ---------------- |
Cédric Le Goater | 1335caf | 2022-08-09 17:38:41 +0200 | [diff] [blame] | 1370 | 405 (ref405ep) |
Andreas Färber | a6c9868 | 2012-01-13 13:33:57 +0000 | [diff] [blame] | 1371 | L: qemu-ppc@nongnu.org |
David Gibson | 0f514ee | 2021-09-21 13:02:17 +1000 | [diff] [blame] | 1372 | S: Orphan |
Cédric Le Goater | 6d71446 | 2023-10-02 17:51:37 +0200 | [diff] [blame] | 1373 | F: hw/ppc/ppc405* |
Thomas Huth | 4c0a2df | 2024-08-30 15:38:11 +0200 | [diff] [blame] | 1374 | F: tests/functional/test_ppc_405.py |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1375 | |
Andreas Färber | aaade8d | 2012-08-22 05:48:47 +0000 | [diff] [blame] | 1376 | Bamboo |
Andreas Färber | aaade8d | 2012-08-22 05:48:47 +0000 | [diff] [blame] | 1377 | L: qemu-ppc@nongnu.org |
David Gibson | 0f514ee | 2021-09-21 13:02:17 +1000 | [diff] [blame] | 1378 | S: Orphan |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 1379 | F: hw/ppc/ppc440_bamboo.c |
Philippe Mathieu-Daudé | 55abb29 | 2023-10-11 06:31:50 +0200 | [diff] [blame] | 1380 | F: hw/pci-host/ppc4xx_pci.c |
Thomas Huth | e3fc99b | 2024-08-30 15:38:13 +0200 | [diff] [blame] | 1381 | F: tests/functional/test_ppc_bamboo.py |
Andreas Färber | aaade8d | 2012-08-22 05:48:47 +0000 | [diff] [blame] | 1382 | |
Andreas Färber | 98cded3 | 2012-08-22 05:48:45 +0000 | [diff] [blame] | 1383 | e500 |
Bernhard Beschow | 6b7d2f6 | 2024-09-26 09:59:48 +0200 | [diff] [blame] | 1384 | M: Bernhard Beschow <shentey@gmail.com> |
Andreas Färber | 98cded3 | 2012-08-22 05:48:45 +0000 | [diff] [blame] | 1385 | L: qemu-ppc@nongnu.org |
Bernhard Beschow | 6b7d2f6 | 2024-09-26 09:59:48 +0200 | [diff] [blame] | 1386 | S: Odd Fixes |
Thomas Huth | ce6fc61 | 2019-01-30 17:22:25 +0100 | [diff] [blame] | 1387 | F: hw/ppc/e500* |
Cédric Le Goater | ab8e1af | 2023-10-02 17:51:39 +0200 | [diff] [blame] | 1388 | F: hw/ppc/ppce500_spin.c |
Thomas Huth | 2c6aba1 | 2019-01-02 16:57:56 +0100 | [diff] [blame] | 1389 | F: hw/gpio/mpc8xxx.c |
Andrew Randrianasulu | 7abb479 | 2019-03-06 13:28:12 +0300 | [diff] [blame] | 1390 | F: hw/i2c/mpc_i2c.c |
Thomas Huth | ce6fc61 | 2019-01-30 17:22:25 +0100 | [diff] [blame] | 1391 | F: hw/net/fsl_etsec/ |
| 1392 | F: hw/pci-host/ppce500.c |
Thomas Huth | b5d5502 | 2016-09-05 22:03:36 +0200 | [diff] [blame] | 1393 | F: include/hw/ppc/ppc_e500.h |
| 1394 | F: include/hw/pci-host/ppce500.h |
| 1395 | F: pc-bios/u-boot.e500 |
Thomas Huth | b96a748 | 2023-10-19 17:58:22 +0200 | [diff] [blame] | 1396 | F: hw/intc/openpic_kvm.c |
David Gibson | ff8cdbb | 2021-09-21 13:34:35 +1000 | [diff] [blame] | 1397 | F: include/hw/ppc/openpic_kvm.h |
Cédric Le Goater | ab8e1af | 2023-10-02 17:51:39 +0200 | [diff] [blame] | 1398 | F: docs/system/ppc/ppce500.rst |
Thomas Huth | 53a62fd | 2024-09-19 20:57:45 +0200 | [diff] [blame] | 1399 | F: tests/functional/test_ppc64_e500.py |
Thomas Huth | 9ca8239 | 2024-10-11 15:19:32 +0200 | [diff] [blame] | 1400 | F: tests/functional/test_ppc_tuxrun.py |
Andreas Färber | 98cded3 | 2012-08-22 05:48:45 +0000 | [diff] [blame] | 1401 | |
| 1402 | mpc8544ds |
Bernhard Beschow | 6b7d2f6 | 2024-09-26 09:59:48 +0200 | [diff] [blame] | 1403 | M: Bernhard Beschow <shentey@gmail.com> |
Andreas Färber | 98cded3 | 2012-08-22 05:48:45 +0000 | [diff] [blame] | 1404 | L: qemu-ppc@nongnu.org |
Bernhard Beschow | 6b7d2f6 | 2024-09-26 09:59:48 +0200 | [diff] [blame] | 1405 | S: Odd Fixes |
Andreas Färber | 98cded3 | 2012-08-22 05:48:45 +0000 | [diff] [blame] | 1406 | F: hw/ppc/mpc8544ds.c |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 1407 | F: hw/ppc/mpc8544_guts.c |
Thomas Huth | 407a688 | 2024-08-30 15:38:19 +0200 | [diff] [blame] | 1408 | F: tests/functional/test_ppc_mpc8544ds.py |
Andreas Färber | 98cded3 | 2012-08-22 05:48:45 +0000 | [diff] [blame] | 1409 | |
Thomas Huth | 2c6aba1 | 2019-01-02 16:57:56 +0100 | [diff] [blame] | 1410 | New World (mac99) |
Mark Cave-Ayland | 40e3dd0 | 2019-01-28 21:21:56 +0000 | [diff] [blame] | 1411 | M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> |
Andreas Färber | a6c9868 | 2012-01-13 13:33:57 +0000 | [diff] [blame] | 1412 | L: qemu-ppc@nongnu.org |
Alexander Graf | bba8e23 | 2018-10-30 10:35:31 +0100 | [diff] [blame] | 1413 | S: Odd Fixes |
Thomas Huth | c528876 | 2022-01-12 11:28:26 +0100 | [diff] [blame] | 1414 | F: docs/system/ppc/powermac.rst |
Andreas Färber | baec191 | 2013-01-23 23:03:54 +0000 | [diff] [blame] | 1415 | F: hw/ppc/mac_newworld.c |
Peter Maydell | 6e481d5 | 2013-06-24 11:49:32 +0100 | [diff] [blame] | 1416 | F: hw/pci-host/uninorth.c |
| 1417 | F: hw/pci-bridge/dec.[hc] |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 1418 | F: hw/misc/macio/ |
Philippe Mathieu-Daudé | 6ba1647 | 2018-06-06 11:59:20 -0300 | [diff] [blame] | 1419 | F: hw/misc/mos6522.c |
Thomas Huth | b5d5502 | 2016-09-05 22:03:36 +0200 | [diff] [blame] | 1420 | F: hw/nvram/mac_nvram.c |
Cédric Le Goater | 6198558 | 2023-10-02 17:51:41 +0200 | [diff] [blame] | 1421 | F: hw/ppc/fw_cfg.c |
Thomas Huth | 2c6aba1 | 2019-01-02 16:57:56 +0100 | [diff] [blame] | 1422 | F: hw/input/adb* |
Philippe Mathieu-Daudé | eba4592 | 2018-06-06 11:59:19 -0300 | [diff] [blame] | 1423 | F: include/hw/misc/macio/ |
Philippe Mathieu-Daudé | 6ba1647 | 2018-06-06 11:59:20 -0300 | [diff] [blame] | 1424 | F: include/hw/misc/mos6522.h |
BALATON Zoltan | 443f07b | 2022-10-28 13:56:27 +0200 | [diff] [blame] | 1425 | F: include/hw/nvram/mac_nvram.h |
Philippe Mathieu-Daudé | eba4592 | 2018-06-06 11:59:19 -0300 | [diff] [blame] | 1426 | F: include/hw/ppc/mac_dbdma.h |
Thomas Huth | 5021bfa | 2018-11-22 14:02:40 +0100 | [diff] [blame] | 1427 | F: include/hw/pci-host/uninorth.h |
Thomas Huth | 2c6aba1 | 2019-01-02 16:57:56 +0100 | [diff] [blame] | 1428 | F: include/hw/input/adb* |
Mark Cave-Ayland | 52804c6 | 2019-01-02 10:22:43 +0000 | [diff] [blame] | 1429 | F: pc-bios/qemu_vga.ndrv |
Thomas Huth | 12c0b40 | 2024-09-19 20:57:46 +0200 | [diff] [blame] | 1430 | F: tests/functional/test_ppc_mac.py |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1431 | |
Thomas Huth | 2c6aba1 | 2019-01-02 16:57:56 +0100 | [diff] [blame] | 1432 | Old World (g3beige) |
Mark Cave-Ayland | 40e3dd0 | 2019-01-28 21:21:56 +0000 | [diff] [blame] | 1433 | M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> |
Andreas Färber | a6c9868 | 2012-01-13 13:33:57 +0000 | [diff] [blame] | 1434 | L: qemu-ppc@nongnu.org |
Alexander Graf | bba8e23 | 2018-10-30 10:35:31 +0100 | [diff] [blame] | 1435 | S: Odd Fixes |
Thomas Huth | c528876 | 2022-01-12 11:28:26 +0100 | [diff] [blame] | 1436 | F: docs/system/ppc/powermac.rst |
Andreas Färber | baec191 | 2013-01-23 23:03:54 +0000 | [diff] [blame] | 1437 | F: hw/ppc/mac_oldworld.c |
Peter Maydell | 6e481d5 | 2013-06-24 11:49:32 +0100 | [diff] [blame] | 1438 | F: hw/pci-host/grackle.c |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 1439 | F: hw/misc/macio/ |
Thomas Huth | 835c42d | 2016-09-29 09:40:33 +0200 | [diff] [blame] | 1440 | F: hw/intc/heathrow_pic.c |
Thomas Huth | 2c6aba1 | 2019-01-02 16:57:56 +0100 | [diff] [blame] | 1441 | F: hw/input/adb* |
Philippe Mathieu-Daudé | 97e16db | 2018-11-25 21:49:43 +0100 | [diff] [blame] | 1442 | F: include/hw/intc/heathrow_pic.h |
Thomas Huth | 2c6aba1 | 2019-01-02 16:57:56 +0100 | [diff] [blame] | 1443 | F: include/hw/input/adb* |
BALATON Zoltan | 87e5a4f | 2022-10-28 13:56:25 +0200 | [diff] [blame] | 1444 | F: include/hw/pci-host/grackle.h |
Mark Cave-Ayland | 52804c6 | 2019-01-02 10:22:43 +0000 | [diff] [blame] | 1445 | F: pc-bios/qemu_vga.ndrv |
Thomas Huth | 12c0b40 | 2024-09-19 20:57:46 +0200 | [diff] [blame] | 1446 | F: tests/functional/test_ppc_mac.py |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1447 | |
Andreas Färber | ec38d39 | 2011-11-01 00:03:07 +0100 | [diff] [blame] | 1448 | PReP |
Hervé Poussineau | 8178e89 | 2017-01-12 09:47:29 +0100 | [diff] [blame] | 1449 | M: Hervé Poussineau <hpoussin@reactos.org> |
Andreas Färber | a6c9868 | 2012-01-13 13:33:57 +0000 | [diff] [blame] | 1450 | L: qemu-ppc@nongnu.org |
Hervé Poussineau | 8178e89 | 2017-01-12 09:47:29 +0100 | [diff] [blame] | 1451 | S: Maintained |
Thomas Huth | c528876 | 2022-01-12 11:28:26 +0100 | [diff] [blame] | 1452 | F: docs/system/ppc/prep.rst |
Andreas Färber | 7561015 | 2013-01-26 20:41:58 +0100 | [diff] [blame] | 1453 | F: hw/ppc/prep.c |
Hervé Poussineau | 8178e89 | 2017-01-12 09:47:29 +0100 | [diff] [blame] | 1454 | F: hw/ppc/prep_systemio.c |
| 1455 | F: hw/ppc/rs6000_mc.c |
Philippe Mathieu-Daudé | 46fd320 | 2021-04-16 18:18:58 +0200 | [diff] [blame] | 1456 | F: hw/pci-host/raven.c |
Philippe Mathieu-Daudé | 0a9464b | 2017-10-17 13:43:48 -0300 | [diff] [blame] | 1457 | F: hw/isa/i82378.c |
Philippe Mathieu-Daudé | a48c6b5 | 2018-03-08 23:39:25 +0100 | [diff] [blame] | 1458 | F: hw/isa/pc87312.c |
Philippe Mathieu-Daudé | 1cd6dcc | 2017-10-17 13:43:46 -0300 | [diff] [blame] | 1459 | F: hw/dma/i82374.c |
Philippe Mathieu-Daudé | 819ce6b | 2019-10-04 01:03:54 +0200 | [diff] [blame] | 1460 | F: hw/rtc/m48t59-isa.c |
Philippe Mathieu-Daudé | a48c6b5 | 2018-03-08 23:39:25 +0100 | [diff] [blame] | 1461 | F: include/hw/isa/pc87312.h |
Philippe Mathieu-Daudé | 819ce6b | 2019-10-04 01:03:54 +0200 | [diff] [blame] | 1462 | F: include/hw/rtc/m48t59.h |
Thomas Huth | 407a688 | 2024-08-30 15:38:19 +0200 | [diff] [blame] | 1463 | F: tests/functional/test_ppc_40p.py |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1464 | |
Thomas Huth | c528876 | 2022-01-12 11:28:26 +0100 | [diff] [blame] | 1465 | sPAPR (pseries) |
Daniel Henrique Barboza | 0cbc34d | 2023-09-15 08:05:07 -0300 | [diff] [blame] | 1466 | M: Nicholas Piggin <npiggin@gmail.com> |
| 1467 | R: Daniel Henrique Barboza <danielhb413@gmail.com> |
David Gibson | 14fe322 | 2021-11-05 14:28:51 +1100 | [diff] [blame] | 1468 | R: David Gibson <david@gibson.dropbear.id.au> |
Harsh Prateek Bora | fcdae01 | 2023-05-03 15:06:19 +0530 | [diff] [blame] | 1469 | R: Harsh Prateek Bora <harshpb@linux.ibm.com> |
Andreas Färber | 8a269ca | 2012-08-22 05:48:44 +0000 | [diff] [blame] | 1470 | L: qemu-ppc@nongnu.org |
Daniel Henrique Barboza | 2e93a90 | 2022-11-17 12:32:18 -0300 | [diff] [blame] | 1471 | S: Odd Fixes |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 1472 | F: hw/*/spapr* |
David Gibson | f9de2da | 2013-06-15 11:51:52 +1000 | [diff] [blame] | 1473 | F: include/hw/*/spapr* |
| 1474 | F: hw/*/xics* |
| 1475 | F: include/hw/*/xics* |
Cédric Le Goater | d79d998 | 2023-10-02 17:51:40 +0200 | [diff] [blame] | 1476 | F: include/hw/ppc/fdt.h |
| 1477 | F: hw/ppc/fdt.c |
| 1478 | F: include/hw/ppc/pef.h |
| 1479 | F: hw/ppc/pef.c |
Thomas Huth | b5d5502 | 2016-09-05 22:03:36 +0200 | [diff] [blame] | 1480 | F: pc-bios/slof.bin |
Thomas Huth | c528876 | 2022-01-12 11:28:26 +0100 | [diff] [blame] | 1481 | F: docs/system/ppc/pseries.rst |
| 1482 | F: docs/specs/ppc-spapr-* |
Thomas Huth | 1e8a1fa | 2019-09-09 12:04:01 +0200 | [diff] [blame] | 1483 | F: tests/qtest/spapr* |
Thomas Huth | 1cf4323 | 2019-09-10 16:41:20 +0200 | [diff] [blame] | 1484 | F: tests/qtest/libqos/*spapr* |
Thomas Huth | 1e8a1fa | 2019-09-09 12:04:01 +0200 | [diff] [blame] | 1485 | F: tests/qtest/rtas* |
Thomas Huth | 1cf4323 | 2019-09-10 16:41:20 +0200 | [diff] [blame] | 1486 | F: tests/qtest/libqos/rtas* |
Thomas Huth | 407a688 | 2024-08-30 15:38:19 +0200 | [diff] [blame] | 1487 | F: tests/functional/test_ppc64_pseries.py |
Thomas Huth | 88c9071 | 2024-08-30 15:38:21 +0200 | [diff] [blame] | 1488 | F: tests/functional/test_ppc64_hv.py |
Thomas Huth | d9dff75 | 2024-10-11 15:19:19 +0200 | [diff] [blame] | 1489 | F: tests/functional/test_ppc64_tuxrun.py |
Andreas Färber | 8a269ca | 2012-08-22 05:48:44 +0000 | [diff] [blame] | 1490 | |
Cédric Le Goater | 1af82d4 | 2019-03-13 17:24:23 +0100 | [diff] [blame] | 1491 | PowerNV (Non-Virtualized) |
| 1492 | M: Cédric Le Goater <clg@kaod.org> |
Daniel Henrique Barboza | 0cbc34d | 2023-09-15 08:05:07 -0300 | [diff] [blame] | 1493 | M: Nicholas Piggin <npiggin@gmail.com> |
Cédric Le Goater | 602b88e | 2023-06-20 07:59:03 +0200 | [diff] [blame] | 1494 | R: Frédéric Barrat <fbarrat@linux.ibm.com> |
Cédric Le Goater | 1af82d4 | 2019-03-13 17:24:23 +0100 | [diff] [blame] | 1495 | L: qemu-ppc@nongnu.org |
Cédric Le Goater | b087757 | 2022-09-29 20:09:46 +0200 | [diff] [blame] | 1496 | S: Odd Fixes |
Thomas Huth | c528876 | 2022-01-12 11:28:26 +0100 | [diff] [blame] | 1497 | F: docs/system/ppc/powernv.rst |
Cédric Le Goater | 1af82d4 | 2019-03-13 17:24:23 +0100 | [diff] [blame] | 1498 | F: hw/ppc/pnv* |
| 1499 | F: hw/intc/pnv* |
| 1500 | F: hw/intc/xics_pnv.c |
Markus Armbruster | 157ed95 | 2020-06-09 14:23:27 +0200 | [diff] [blame] | 1501 | F: hw/pci-host/pnv* |
Cédric Le Goater | 1af82d4 | 2019-03-13 17:24:23 +0100 | [diff] [blame] | 1502 | F: include/hw/ppc/pnv* |
Markus Armbruster | 157ed95 | 2020-06-09 14:23:27 +0200 | [diff] [blame] | 1503 | F: include/hw/pci-host/pnv* |
Cédric Le Goater | 1af82d4 | 2019-03-13 17:24:23 +0100 | [diff] [blame] | 1504 | F: pc-bios/skiboot.lid |
Thomas Huth | 1e8a1fa | 2019-09-09 12:04:01 +0200 | [diff] [blame] | 1505 | F: tests/qtest/pnv* |
Thomas Huth | 407a688 | 2024-08-30 15:38:19 +0200 | [diff] [blame] | 1506 | F: tests/functional/test_ppc64_powernv.py |
Cédric Le Goater | 1af82d4 | 2019-03-13 17:24:23 +0100 | [diff] [blame] | 1507 | |
Glenn Miles | de0c7d5 | 2024-02-05 17:40:16 +1000 | [diff] [blame] | 1508 | pca955x |
Glenn Miles | 0fa5eef | 2024-03-28 14:49:14 -0500 | [diff] [blame] | 1509 | M: Glenn Miles <milesg@linux.ibm.com> |
Glenn Miles | de0c7d5 | 2024-02-05 17:40:16 +1000 | [diff] [blame] | 1510 | L: qemu-ppc@nongnu.org |
| 1511 | L: qemu-arm@nongnu.org |
| 1512 | S: Odd Fixes |
Cédric Le Goater | 6328d8f | 2024-03-25 14:48:32 +0100 | [diff] [blame] | 1513 | F: hw/gpio/pca955*.c |
| 1514 | F: include/hw/gpio/pca955*.h |
Glenn Miles | de0c7d5 | 2024-02-05 17:40:16 +1000 | [diff] [blame] | 1515 | |
Andreas Färber | 794d00b | 2012-08-22 05:48:48 +0000 | [diff] [blame] | 1516 | virtex_ml507 |
| 1517 | M: Edgar E. Iglesias <edgar.iglesias@gmail.com> |
| 1518 | L: qemu-ppc@nongnu.org |
| 1519 | S: Odd Fixes |
Peter Maydell | 6e481d5 | 2013-06-24 11:49:32 +0100 | [diff] [blame] | 1520 | F: hw/ppc/virtex_ml507.c |
Thomas Huth | 407a688 | 2024-08-30 15:38:19 +0200 | [diff] [blame] | 1521 | F: tests/functional/test_ppc_virtex_ml507.py |
Andreas Färber | 794d00b | 2012-08-22 05:48:48 +0000 | [diff] [blame] | 1522 | |
BALATON Zoltan | a9dd660 | 2017-12-16 23:42:39 +0100 | [diff] [blame] | 1523 | sam460ex |
| 1524 | M: BALATON Zoltan <balaton@eik.bme.hu> |
| 1525 | L: qemu-ppc@nongnu.org |
| 1526 | S: Maintained |
BALATON Zoltan | 33c6a8b | 2019-01-02 03:06:38 +0100 | [diff] [blame] | 1527 | F: hw/ppc/sam460ex.c |
Philippe Mathieu-Daudé | b3e1216 | 2023-10-11 16:07:20 +0200 | [diff] [blame] | 1528 | F: hw/ppc/ppc440_uc.c |
Philippe Mathieu-Daudé | 22dc8a4 | 2023-10-11 06:38:18 +0200 | [diff] [blame] | 1529 | F: hw/pci-host/ppc440_pcix.c |
BALATON Zoltan | 33c6a8b | 2019-01-02 03:06:38 +0100 | [diff] [blame] | 1530 | F: hw/display/sm501* |
BALATON Zoltan | a9dd660 | 2017-12-16 23:42:39 +0100 | [diff] [blame] | 1531 | F: hw/ide/sii3112.c |
Philippe Mathieu-Daudé | de04c31 | 2019-10-04 01:03:55 +0200 | [diff] [blame] | 1532 | F: hw/rtc/m41t80.c |
BALATON Zoltan | 33c6a8b | 2019-01-02 03:06:38 +0100 | [diff] [blame] | 1533 | F: pc-bios/canyonlands.dt[sb] |
| 1534 | F: pc-bios/u-boot-sam460ex-20100605.bin |
| 1535 | F: roms/u-boot-sam460ex |
BALATON Zoltan | 623d906 | 2024-02-21 00:22:00 +0100 | [diff] [blame] | 1536 | F: docs/system/ppc/amigang.rst |
BALATON Zoltan | a9dd660 | 2017-12-16 23:42:39 +0100 | [diff] [blame] | 1537 | |
BALATON Zoltan | ba7e5ac | 2021-03-25 14:50:39 +0100 | [diff] [blame] | 1538 | pegasos2 |
| 1539 | M: BALATON Zoltan <balaton@eik.bme.hu> |
BALATON Zoltan | ba7e5ac | 2021-03-25 14:50:39 +0100 | [diff] [blame] | 1540 | L: qemu-ppc@nongnu.org |
| 1541 | S: Maintained |
| 1542 | F: hw/ppc/pegasos2.c |
| 1543 | F: hw/pci-host/mv64361.c |
| 1544 | F: hw/pci-host/mv643xx.h |
| 1545 | F: include/hw/pci-host/mv64361.h |
| 1546 | |
BALATON Zoltan | d9656f8 | 2023-11-07 19:40:17 +0100 | [diff] [blame] | 1547 | amigaone |
| 1548 | M: BALATON Zoltan <balaton@eik.bme.hu> |
| 1549 | L: qemu-ppc@nongnu.org |
| 1550 | S: Maintained |
| 1551 | F: hw/ppc/amigaone.c |
| 1552 | F: hw/pci-host/articia.c |
| 1553 | F: include/hw/pci-host/articia.h |
Thomas Huth | cef1bec | 2024-08-30 15:38:20 +0200 | [diff] [blame] | 1554 | F: tests/functional/test_ppc_amiga.py |
BALATON Zoltan | d9656f8 | 2023-11-07 19:40:17 +0100 | [diff] [blame] | 1555 | |
Alexey Kardashevskiy | fc8c745 | 2021-06-25 15:51:55 +1000 | [diff] [blame] | 1556 | Virtual Open Firmware (VOF) |
| 1557 | M: Alexey Kardashevskiy <aik@ozlabs.ru> |
Alexey Kardashevskiy | 21bde1e | 2021-07-08 16:56:25 +1000 | [diff] [blame] | 1558 | R: David Gibson <david@gibson.dropbear.id.au> |
Alexey Kardashevskiy | fc8c745 | 2021-06-25 15:51:55 +1000 | [diff] [blame] | 1559 | L: qemu-ppc@nongnu.org |
Daniel Henrique Barboza | 0cbc34d | 2023-09-15 08:05:07 -0300 | [diff] [blame] | 1560 | S: Odd Fixes |
Alexey Kardashevskiy | fc8c745 | 2021-06-25 15:51:55 +1000 | [diff] [blame] | 1561 | F: hw/ppc/spapr_vof* |
| 1562 | F: hw/ppc/vof* |
| 1563 | F: include/hw/ppc/vof* |
| 1564 | F: pc-bios/vof/* |
| 1565 | F: pc-bios/vof* |
| 1566 | |
Alistair Francis | fe0fe47 | 2020-04-23 11:30:50 -0700 | [diff] [blame] | 1567 | RISC-V Machines |
| 1568 | --------------- |
| 1569 | OpenTitan |
| 1570 | M: Alistair Francis <Alistair.Francis@wdc.com> |
| 1571 | L: qemu-riscv@nongnu.org |
| 1572 | S: Supported |
| 1573 | F: hw/riscv/opentitan.c |
Alistair Francis | df41cbd | 2021-06-18 17:27:54 +1000 | [diff] [blame] | 1574 | F: hw/*/ibex_*.c |
Alistair Francis | fe0fe47 | 2020-04-23 11:30:50 -0700 | [diff] [blame] | 1575 | F: include/hw/riscv/opentitan.h |
Alistair Francis | df41cbd | 2021-06-18 17:27:54 +1000 | [diff] [blame] | 1576 | F: include/hw/*/ibex_*.h |
Alistair Francis | fe0fe47 | 2020-04-23 11:30:50 -0700 | [diff] [blame] | 1577 | |
Bin Meng | 56f6e31 | 2020-09-01 09:38:59 +0800 | [diff] [blame] | 1578 | Microchip PolarFire SoC Icicle Kit |
Bin Meng | 8372c3a | 2024-05-05 15:23:12 +0800 | [diff] [blame] | 1579 | M: Bin Meng <bmeng.cn@gmail.com> |
Bin Meng | 56f6e31 | 2020-09-01 09:38:59 +0800 | [diff] [blame] | 1580 | L: qemu-riscv@nongnu.org |
| 1581 | S: Supported |
Thomas Huth | 5d0ce90 | 2023-09-29 14:37:27 +0200 | [diff] [blame] | 1582 | F: docs/system/riscv/microchip-icicle-kit.rst |
Bin Meng | 56f6e31 | 2020-09-01 09:38:59 +0800 | [diff] [blame] | 1583 | F: hw/riscv/microchip_pfsoc.c |
Bin Meng | a8fb0a5 | 2020-09-01 09:39:00 +0800 | [diff] [blame] | 1584 | F: hw/char/mchp_pfsoc_mmuart.c |
Bin Meng | 3400b15 | 2020-10-28 13:30:02 +0800 | [diff] [blame] | 1585 | F: hw/misc/mchp_pfsoc_dmc.c |
Bin Meng | a937b30 | 2020-10-28 13:30:04 +0800 | [diff] [blame] | 1586 | F: hw/misc/mchp_pfsoc_ioscb.c |
Bin Meng | 0f25065 | 2020-10-28 13:30:06 +0800 | [diff] [blame] | 1587 | F: hw/misc/mchp_pfsoc_sysreg.c |
Bin Meng | 56f6e31 | 2020-09-01 09:38:59 +0800 | [diff] [blame] | 1588 | F: include/hw/riscv/microchip_pfsoc.h |
Bin Meng | a8fb0a5 | 2020-09-01 09:39:00 +0800 | [diff] [blame] | 1589 | F: include/hw/char/mchp_pfsoc_mmuart.h |
Bin Meng | 3400b15 | 2020-10-28 13:30:02 +0800 | [diff] [blame] | 1590 | F: include/hw/misc/mchp_pfsoc_dmc.h |
Bin Meng | a937b30 | 2020-10-28 13:30:04 +0800 | [diff] [blame] | 1591 | F: include/hw/misc/mchp_pfsoc_ioscb.h |
Bin Meng | 0f25065 | 2020-10-28 13:30:06 +0800 | [diff] [blame] | 1592 | F: include/hw/misc/mchp_pfsoc_sysreg.h |
Bin Meng | 56f6e31 | 2020-09-01 09:38:59 +0800 | [diff] [blame] | 1593 | |
Vijai Kumar K | 7a261ba | 2021-04-01 23:44:55 +0530 | [diff] [blame] | 1594 | Shakti C class SoC |
| 1595 | M: Vijai Kumar K <vijai@behindbytes.com> |
| 1596 | L: qemu-riscv@nongnu.org |
| 1597 | S: Supported |
Thomas Huth | 5d0ce90 | 2023-09-29 14:37:27 +0200 | [diff] [blame] | 1598 | F: docs/system/riscv/shakti-c.rst |
Vijai Kumar K | 7a261ba | 2021-04-01 23:44:55 +0530 | [diff] [blame] | 1599 | F: hw/riscv/shakti_c.c |
Vijai Kumar K | 07f334d | 2021-04-01 23:44:56 +0530 | [diff] [blame] | 1600 | F: hw/char/shakti_uart.c |
Vijai Kumar K | 7a261ba | 2021-04-01 23:44:55 +0530 | [diff] [blame] | 1601 | F: include/hw/riscv/shakti_c.h |
Vijai Kumar K | 07f334d | 2021-04-01 23:44:56 +0530 | [diff] [blame] | 1602 | F: include/hw/char/shakti_uart.h |
Vijai Kumar K | 7a261ba | 2021-04-01 23:44:55 +0530 | [diff] [blame] | 1603 | |
Alistair Francis | 4fcad93 | 2021-02-08 18:11:27 -0800 | [diff] [blame] | 1604 | SiFive Machines |
| 1605 | M: Alistair Francis <Alistair.Francis@wdc.com> |
Bin Meng | 8372c3a | 2024-05-05 15:23:12 +0800 | [diff] [blame] | 1606 | M: Bin Meng <bmeng.cn@gmail.com> |
Alistair Francis | 4fcad93 | 2021-02-08 18:11:27 -0800 | [diff] [blame] | 1607 | M: Palmer Dabbelt <palmer@dabbelt.com> |
| 1608 | L: qemu-riscv@nongnu.org |
| 1609 | S: Supported |
Thomas Huth | 5d0ce90 | 2023-09-29 14:37:27 +0200 | [diff] [blame] | 1610 | F: docs/system/riscv/sifive_u.rst |
Alistair Francis | 4fcad93 | 2021-02-08 18:11:27 -0800 | [diff] [blame] | 1611 | F: hw/*/*sifive*.c |
| 1612 | F: include/hw/*/*sifive*.h |
| 1613 | |
Yoshinori Sato | bda19d7 | 2019-01-21 22:16:00 +0900 | [diff] [blame] | 1614 | RX Machines |
| 1615 | ----------- |
| 1616 | rx-gdbsim |
Philippe Mathieu-Daudé | b2744da | 2021-03-12 16:55:12 +0100 | [diff] [blame] | 1617 | R: Yoshinori Sato <ysato@users.sourceforge.jp> |
| 1618 | S: Orphan |
Yoshinori Sato | 4adbfa4 | 2020-01-23 22:25:25 +0900 | [diff] [blame] | 1619 | F: docs/system/target-rx.rst |
Yoshinori Sato | bda19d7 | 2019-01-21 22:16:00 +0900 | [diff] [blame] | 1620 | F: hw/rx/rx-gdbsim.c |
Thomas Huth | d567441 | 2024-08-30 15:38:24 +0200 | [diff] [blame] | 1621 | F: tests/functional/test_rx_gdbsim.py |
Yoshinori Sato | bda19d7 | 2019-01-21 22:16:00 +0900 | [diff] [blame] | 1622 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1623 | SH4 Machines |
| 1624 | ------------ |
| 1625 | R2D |
Philippe Mathieu-Daudé | 2d53d0c | 2021-03-12 16:55:13 +0100 | [diff] [blame] | 1626 | R: Yoshinori Sato <ysato@users.sourceforge.jp> |
Aleksandar Markovic | a9fb446 | 2020-06-11 11:53:16 +0200 | [diff] [blame] | 1627 | R: Magnus Damm <magnus.damm@gmail.com> |
Philippe Mathieu-Daudé | f166061 | 2020-10-31 16:23:40 +0100 | [diff] [blame] | 1628 | S: Odd Fixes |
Philippe Mathieu-Daudé | 7ae5c8b | 2021-02-21 19:52:29 +0100 | [diff] [blame] | 1629 | F: hw/char/sh_serial.c |
Peter Maydell | 6e481d5 | 2013-06-24 11:49:32 +0100 | [diff] [blame] | 1630 | F: hw/sh4/r2d.c |
Thomas Huth | 81527b9 | 2016-09-30 11:32:02 +0200 | [diff] [blame] | 1631 | F: hw/intc/sh_intc.c |
Philippe Mathieu-Daudé | c64bd10 | 2021-02-21 19:56:35 +0100 | [diff] [blame] | 1632 | F: hw/pci-host/sh_pci.c |
Philippe Mathieu-Daudé | 25e7952 | 2021-02-21 19:53:35 +0100 | [diff] [blame] | 1633 | F: hw/timer/sh_timer.c |
Philippe Mathieu-Daudé | 65b8dc2 | 2020-06-10 23:41:52 +0200 | [diff] [blame] | 1634 | F: include/hw/sh4/sh_intc.h |
Thomas Huth | 670185c | 2023-10-26 10:00:11 +0200 | [diff] [blame] | 1635 | F: include/hw/timer/tmu012.h |
Thomas Huth | a94bfe1 | 2024-09-19 20:57:47 +0200 | [diff] [blame] | 1636 | F: tests/functional/test_sh4_r2d.py |
Thomas Huth | c592ff3 | 2024-10-11 15:19:34 +0200 | [diff] [blame] | 1637 | F: tests/functional/test_sh4_tuxrun.py |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1638 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1639 | SPARC Machines |
| 1640 | -------------- |
| 1641 | Sun4m |
Mark Cave-Ayland | f2416d3 | 2015-03-02 22:23:27 +0000 | [diff] [blame] | 1642 | M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1643 | S: Maintained |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 1644 | F: hw/sparc/sun4m.c |
Markus Armbruster | c468e36 | 2018-08-10 13:55:53 +0200 | [diff] [blame] | 1645 | F: hw/sparc/sun4m_iommu.c |
Thomas Huth | aec2b88 | 2019-02-15 13:39:24 +0100 | [diff] [blame] | 1646 | F: hw/display/cg3.c |
| 1647 | F: hw/display/tcx.c |
Thomas Huth | c10a1c7 | 2016-09-19 21:58:34 +0200 | [diff] [blame] | 1648 | F: hw/dma/sparc32_dma.c |
Thomas Huth | 7098b79 | 2016-09-23 14:27:25 +0200 | [diff] [blame] | 1649 | F: hw/misc/eccmemctl.c |
Thomas Huth | aec2b88 | 2019-02-15 13:39:24 +0100 | [diff] [blame] | 1650 | F: hw/*/slavio_*.c |
| 1651 | F: include/hw/nvram/sun_nvram.h |
Thomas Huth | c10a1c7 | 2016-09-19 21:58:34 +0200 | [diff] [blame] | 1652 | F: include/hw/sparc/sparc32_dma.h |
Philippe Mathieu-Daudé | d047615 | 2018-11-25 21:49:44 +0100 | [diff] [blame] | 1653 | F: include/hw/sparc/sun4m_iommu.h |
Thomas Huth | aec2b88 | 2019-02-15 13:39:24 +0100 | [diff] [blame] | 1654 | F: pc-bios/openbios-sparc32 |
Thomas Huth | f90527d | 2024-09-19 20:57:44 +0200 | [diff] [blame] | 1655 | F: tests/functional/test_sparc_sun4m.py |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1656 | |
| 1657 | Sun4u |
Mark Cave-Ayland | f2416d3 | 2015-03-02 22:23:27 +0000 | [diff] [blame] | 1658 | M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1659 | S: Maintained |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 1660 | F: hw/sparc64/sun4u.c |
Philippe Mathieu-Daudé | 8ef856b | 2018-12-18 12:56:05 +0100 | [diff] [blame] | 1661 | F: hw/sparc64/sun4u_iommu.c |
| 1662 | F: include/hw/sparc/sun4u_iommu.h |
Thomas Huth | 5021bfa | 2018-11-22 14:02:40 +0100 | [diff] [blame] | 1663 | F: hw/pci-host/sabre.c |
| 1664 | F: include/hw/pci-host/sabre.h |
Philippe Mathieu-Daudé | 8ef856b | 2018-12-18 12:56:05 +0100 | [diff] [blame] | 1665 | F: hw/pci-bridge/simba.c |
| 1666 | F: include/hw/pci-bridge/simba.h |
| 1667 | F: pc-bios/openbios-sparc64 |
Thomas Huth | e3fc99b | 2024-08-30 15:38:13 +0200 | [diff] [blame] | 1668 | F: tests/functional/test_sparc64_sun4u.py |
Thomas Huth | 116667a | 2024-10-11 15:19:21 +0200 | [diff] [blame] | 1669 | F: tests/functional/test_sparc64_tuxrun.py |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1670 | |
Artyom Tarasenko | a2664ca | 2016-09-29 14:46:45 +0200 | [diff] [blame] | 1671 | Sun4v |
| 1672 | M: Artyom Tarasenko <atar4qemu@gmail.com> |
| 1673 | S: Maintained |
Fam Zheng | 626e4a4 | 2017-10-13 16:53:54 +0800 | [diff] [blame] | 1674 | F: hw/sparc64/niagara.c |
Philippe Mathieu-Daudé | 2811ac3 | 2019-10-04 01:03:56 +0200 | [diff] [blame] | 1675 | F: hw/rtc/sun4v-rtc.c |
| 1676 | F: include/hw/rtc/sun4v-rtc.h |
Artyom Tarasenko | a2664ca | 2016-09-29 14:46:45 +0200 | [diff] [blame] | 1677 | |
Fabien Chouteau | ce6c760 | 2012-05-22 10:14:28 +0200 | [diff] [blame] | 1678 | Leon3 |
Clément Chigot | 9e2a7ca | 2024-01-31 09:50:47 +0100 | [diff] [blame] | 1679 | M: Clément Chigot <chigot@adacore.com> |
Frederic Konrad | 034e050 | 2022-04-01 15:35:49 +0100 | [diff] [blame] | 1680 | M: Frederic Konrad <konrad.frederic@yahoo.fr> |
Fabien Chouteau | ce6c760 | 2012-05-22 10:14:28 +0200 | [diff] [blame] | 1681 | S: Maintained |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 1682 | F: hw/sparc/leon3.c |
| 1683 | F: hw/*/grlib* |
KONRAD Frederic | 162abf1 | 2019-05-15 14:31:32 +0200 | [diff] [blame] | 1684 | F: include/hw/*/grlib* |
Fabien Chouteau | ce6c760 | 2012-05-22 10:14:28 +0200 | [diff] [blame] | 1685 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1686 | S390 Machines |
| 1687 | ------------- |
Cornelia Huck | dd4ad64 | 2013-03-05 02:22:01 +0000 | [diff] [blame] | 1688 | S390 Virtio-ccw |
Christian Borntraeger | 7c8e264 | 2018-12-04 14:38:02 +0100 | [diff] [blame] | 1689 | M: Halil Pasic <pasic@linux.ibm.com> |
Christian Borntraeger | 2c09295 | 2021-11-26 11:24:49 +0100 | [diff] [blame] | 1690 | M: Christian Borntraeger <borntraeger@linux.ibm.com> |
Eric Farman | 6a6d3df | 2022-01-12 17:40:44 +0100 | [diff] [blame] | 1691 | M: Eric Farman <farman@linux.ibm.com> |
Cornelia Huck | dd4ad64 | 2013-03-05 02:22:01 +0000 | [diff] [blame] | 1692 | S: Supported |
Cornelia Huck | c5bfb20 | 2015-11-04 15:59:55 +0100 | [diff] [blame] | 1693 | F: hw/s390x/ |
Cornelia Huck | 4277af1 | 2014-10-20 19:00:03 +0200 | [diff] [blame] | 1694 | F: include/hw/s390x/ |
Alex Bennée | 812b31d | 2021-07-07 14:17:43 +0100 | [diff] [blame] | 1695 | F: configs/devices/s390x-softmmu/default.mak |
Thomas Huth | a7a9f51 | 2024-10-11 15:19:22 +0200 | [diff] [blame] | 1696 | F: tests/functional/test_s390x_* |
Stefan Hajnoczi | e18a8b3 | 2018-11-08 11:15:26 +0000 | [diff] [blame] | 1697 | T: git https://github.com/borntraeger/qemu.git s390-next |
Cornelia Huck | 146bd28 | 2017-10-05 17:05:23 +0200 | [diff] [blame] | 1698 | L: qemu-s390x@nongnu.org |
Cornelia Huck | dd4ad64 | 2013-03-05 02:22:01 +0000 | [diff] [blame] | 1699 | |
Christian Borntraeger | 8e4eb42 | 2018-10-29 16:42:25 +0100 | [diff] [blame] | 1700 | S390-ccw boot |
Christian Borntraeger | 2c09295 | 2021-11-26 11:24:49 +0100 | [diff] [blame] | 1701 | M: Christian Borntraeger <borntraeger@linux.ibm.com> |
Cornelia Huck | 304584b | 2018-01-15 16:14:45 +0100 | [diff] [blame] | 1702 | M: Thomas Huth <thuth@redhat.com> |
| 1703 | S: Supported |
Christian Borntraeger | 8e4eb42 | 2018-10-29 16:42:25 +0100 | [diff] [blame] | 1704 | F: hw/s390x/ipl.* |
Cornelia Huck | 304584b | 2018-01-15 16:14:45 +0100 | [diff] [blame] | 1705 | F: pc-bios/s390-ccw/ |
| 1706 | F: pc-bios/s390-ccw.img |
Cornelia Huck | cc3d15a | 2020-01-28 13:24:14 +0100 | [diff] [blame] | 1707 | F: docs/devel/s390-dasd-ipl.rst |
Stefan Hajnoczi | e18a8b3 | 2018-11-08 11:15:26 +0000 | [diff] [blame] | 1708 | T: git https://github.com/borntraeger/qemu.git s390-next |
Cornelia Huck | 304584b | 2018-01-15 16:14:45 +0100 | [diff] [blame] | 1709 | L: qemu-s390x@nongnu.org |
| 1710 | |
Christian Borntraeger | d5bfb42 | 2018-10-29 16:42:24 +0100 | [diff] [blame] | 1711 | S390 PCI |
Matthew Rosato | ecd6663 | 2019-09-27 09:21:01 -0400 | [diff] [blame] | 1712 | M: Matthew Rosato <mjrosato@linux.ibm.com> |
Matthew Rosato | 074c84b | 2021-03-25 09:55:09 -0400 | [diff] [blame] | 1713 | M: Eric Farman <farman@linux.ibm.com> |
Christian Borntraeger | d5bfb42 | 2018-10-29 16:42:24 +0100 | [diff] [blame] | 1714 | S: Supported |
| 1715 | F: hw/s390x/s390-pci* |
Matthew Rosato | 408b55d | 2020-10-26 11:34:31 -0400 | [diff] [blame] | 1716 | F: include/hw/s390x/s390-pci* |
Christian Borntraeger | d5bfb42 | 2018-10-29 16:42:24 +0100 | [diff] [blame] | 1717 | L: qemu-s390x@nongnu.org |
| 1718 | |
Cornelia Huck | 56e3483 | 2021-12-22 11:55:48 +0100 | [diff] [blame] | 1719 | S390 channel subsystem |
| 1720 | M: Halil Pasic <pasic@linux.ibm.com> |
| 1721 | M: Christian Borntraeger <borntraeger@linux.ibm.com> |
Eric Farman | 6a6d3df | 2022-01-12 17:40:44 +0100 | [diff] [blame] | 1722 | M: Eric Farman <farman@linux.ibm.com> |
Cornelia Huck | 56e3483 | 2021-12-22 11:55:48 +0100 | [diff] [blame] | 1723 | S: Supported |
| 1724 | F: hw/s390x/ccw-device.[ch] |
| 1725 | F: hw/s390x/css.c |
| 1726 | F: hw/s390x/css-bridge.c |
| 1727 | F: include/hw/s390x/css.h |
| 1728 | F: include/hw/s390x/css-bridge.h |
| 1729 | F: include/hw/s390x/ioinst.h |
| 1730 | F: target/s390x/ioinst.c |
| 1731 | L: qemu-s390x@nongnu.org |
| 1732 | |
| 1733 | S390 CPU models |
| 1734 | M: David Hildenbrand <david@redhat.com> |
| 1735 | S: Maintained |
| 1736 | F: target/s390x/cpu_features*.[ch] |
| 1737 | F: target/s390x/cpu_models.[ch] |
| 1738 | L: qemu-s390x@nongnu.org |
| 1739 | |
| 1740 | S390 SCLP-backed devices |
| 1741 | M: Halil Pasic <pasic@linux.ibm.com> |
| 1742 | M: Christian Borntraeger <borntraeger@linux.ibm.com> |
| 1743 | S: Supported |
| 1744 | F: include/hw/s390x/event-facility.h |
| 1745 | F: include/hw/s390x/sclp.h |
| 1746 | F: hw/char/sclp*.[hc] |
| 1747 | F: hw/s390x/event-facility.c |
| 1748 | F: hw/s390x/sclp*.c |
| 1749 | L: qemu-s390x@nongnu.org |
| 1750 | |
Pierre Morel | c809bbc | 2023-10-16 20:39:07 +0200 | [diff] [blame] | 1751 | S390 CPU topology |
| 1752 | M: Nina Schoetterl-Glausch <nsg@linux.ibm.com> |
| 1753 | S: Supported |
| 1754 | F: include/hw/s390x/cpu-topology.h |
| 1755 | F: hw/s390x/cpu-topology.c |
Pierre Morel | f4f54b5 | 2023-10-16 20:39:08 +0200 | [diff] [blame] | 1756 | F: target/s390x/kvm/stsi-topology.c |
Pierre Morel | 0d177cd | 2023-10-16 20:39:18 +0200 | [diff] [blame] | 1757 | F: docs/devel/s390-cpu-topology.rst |
| 1758 | F: docs/system/s390x/cpu-topology.rst |
Thomas Huth | e2e9fd2 | 2024-08-30 15:38:14 +0200 | [diff] [blame] | 1759 | F: tests/functional/test_s390x_topology.py |
Pierre Morel | c809bbc | 2023-10-16 20:39:07 +0200 | [diff] [blame] | 1760 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1761 | X86 Machines |
| 1762 | ------------ |
| 1763 | PC |
Michael S. Tsirkin | 046a648 | 2013-11-06 17:16:42 +0200 | [diff] [blame] | 1764 | M: Michael S. Tsirkin <mst@redhat.com> |
Marcel Apfelbaum | fe355cb | 2018-04-26 11:45:23 +0300 | [diff] [blame] | 1765 | M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1766 | S: Supported |
Michael S. Tsirkin | 046a648 | 2013-11-06 17:16:42 +0200 | [diff] [blame] | 1767 | F: include/hw/i386/ |
| 1768 | F: hw/i386/ |
Philippe Mathieu-Daudé | 0f25d86 | 2019-02-02 21:03:07 +0100 | [diff] [blame] | 1769 | F: hw/pci-host/i440fx.c |
Michael S. Tsirkin | 046a648 | 2013-11-06 17:16:42 +0200 | [diff] [blame] | 1770 | F: hw/pci-host/q35.c |
| 1771 | F: hw/pci-host/pam.c |
Philippe Mathieu-Daudé | 0fd61a2 | 2019-02-02 20:57:47 +0100 | [diff] [blame] | 1772 | F: include/hw/pci-host/i440fx.h |
Michael S. Tsirkin | 046a648 | 2013-11-06 17:16:42 +0200 | [diff] [blame] | 1773 | F: include/hw/pci-host/q35.h |
| 1774 | F: include/hw/pci-host/pam.h |
Bernhard Beschow | 1697189 | 2023-10-07 14:38:27 +0200 | [diff] [blame] | 1775 | F: hw/isa/piix.c |
Michael S. Tsirkin | 046a648 | 2013-11-06 17:16:42 +0200 | [diff] [blame] | 1776 | F: hw/isa/lpc_ich9.c |
| 1777 | F: hw/i2c/smbus_ich9.c |
| 1778 | F: hw/acpi/piix4.c |
Philippe Mathieu-Daudé | fbae27e | 2022-12-12 11:51:15 +0100 | [diff] [blame] | 1779 | F: hw/acpi/ich9*.c |
| 1780 | F: include/hw/acpi/ich9*.h |
Bernhard Beschow | 1a6981b | 2023-02-13 18:30:33 +0100 | [diff] [blame] | 1781 | F: include/hw/southbridge/ich9.h |
Philippe Mathieu-Daudé | fff123b | 2018-01-06 16:37:26 +0100 | [diff] [blame] | 1782 | F: include/hw/southbridge/piix.h |
Philippe Mathieu-Daudé | 6f5a329 | 2018-12-18 12:56:06 +0100 | [diff] [blame] | 1783 | F: hw/isa/apm.c |
| 1784 | F: include/hw/isa/apm.h |
Zhao Liu | af4c26e | 2023-10-24 17:03:05 +0800 | [diff] [blame] | 1785 | F: tests/unit/test-x86-topo.c |
Thomas Huth | 1e8a1fa | 2019-09-09 12:04:01 +0200 | [diff] [blame] | 1786 | F: tests/qtest/test-x86-cpuid-compat.c |
Thomas Huth | 4007fc9 | 2024-10-11 15:19:26 +0200 | [diff] [blame] | 1787 | F: tests/functional/test_i386_tuxrun.py |
Thomas Huth | cce8572 | 2024-08-30 15:38:06 +0200 | [diff] [blame] | 1788 | F: tests/functional/test_mem_addr_space.py |
| 1789 | F: tests/functional/test_pc_cpu_hotplug_props.py |
Thomas Huth | 7cea8fe | 2024-10-11 15:19:27 +0200 | [diff] [blame] | 1790 | F: tests/functional/test_x86_64_tuxrun.py |
Thomas Huth | be849ef | 2024-08-30 15:38:15 +0200 | [diff] [blame] | 1791 | F: tests/functional/test_x86_cpu_model_versions.py |
Paolo Bonzini | 9cc3b73 | 2015-09-22 11:56:47 +0200 | [diff] [blame] | 1792 | |
| 1793 | PC Chipset |
| 1794 | M: Michael S. Tsirkin <mst@redhat.com> |
| 1795 | M: Paolo Bonzini <pbonzini@redhat.com> |
Philippe Mathieu-Daudé | 1732be8 | 2017-10-17 13:43:50 -0300 | [diff] [blame] | 1796 | S: Supported |
Paolo Bonzini | 9cc3b73 | 2015-09-22 11:56:47 +0200 | [diff] [blame] | 1797 | F: hw/char/debugcon.c |
Philippe Mathieu-Daudé | bb3d5ea | 2018-03-08 23:39:22 +0100 | [diff] [blame] | 1798 | F: hw/char/parallel* |
Paolo Bonzini | 9cc3b73 | 2015-09-22 11:56:47 +0200 | [diff] [blame] | 1799 | F: hw/char/serial* |
| 1800 | F: hw/dma/i8257* |
| 1801 | F: hw/i2c/pm_smbus.c |
Philippe Mathieu-Daudé | 1732be8 | 2017-10-17 13:43:50 -0300 | [diff] [blame] | 1802 | F: hw/input/pckbd.c |
Paolo Bonzini | 9cc3b73 | 2015-09-22 11:56:47 +0200 | [diff] [blame] | 1803 | F: hw/intc/apic* |
| 1804 | F: hw/intc/ioapic* |
| 1805 | F: hw/intc/i8259* |
Philippe Mathieu-Daudé | 1854eb2 | 2018-03-08 23:39:29 +0100 | [diff] [blame] | 1806 | F: hw/isa/isa-superio.c |
Paolo Bonzini | 9cc3b73 | 2015-09-22 11:56:47 +0200 | [diff] [blame] | 1807 | F: hw/misc/debugexit.c |
| 1808 | F: hw/misc/pc-testdev.c |
| 1809 | F: hw/timer/hpet* |
| 1810 | F: hw/timer/i8254* |
Philippe Mathieu-Daudé | bcdb906 | 2019-10-04 01:03:53 +0200 | [diff] [blame] | 1811 | F: hw/rtc/mc146818rtc* |
Philippe Mathieu-Daudé | edc46af | 2017-10-17 13:43:49 -0300 | [diff] [blame] | 1812 | F: hw/watchdog/wdt_ib700.c |
Philippe Mathieu-Daudé | 4bcbc77 | 2018-11-25 21:49:47 +0100 | [diff] [blame] | 1813 | F: hw/watchdog/wdt_i6300esb.c |
Philippe Mathieu-Daudé | 866e2b3 | 2017-10-17 13:44:21 -0300 | [diff] [blame] | 1814 | F: include/hw/display/vga.h |
Bernhard Beschow | 9cc44d9 | 2023-06-12 10:12:38 +0200 | [diff] [blame] | 1815 | F: include/hw/char/parallel*.h |
Philippe Mathieu-Daudé | 55f613a | 2018-03-08 23:39:23 +0100 | [diff] [blame] | 1816 | F: include/hw/dma/i8257.h |
Thomas Huth | a2feb34 | 2016-09-05 23:31:15 +0200 | [diff] [blame] | 1817 | F: include/hw/i2c/pm_smbus.h |
Philippe Mathieu-Daudé | 47973a2 | 2018-03-08 23:39:24 +0100 | [diff] [blame] | 1818 | F: include/hw/input/i8042.h |
Bernhard Beschow | 7f54640 | 2023-02-13 18:30:31 +0100 | [diff] [blame] | 1819 | F: include/hw/intc/ioapic* |
Thomas Huth | 6345897 | 2023-10-17 17:26:25 +0200 | [diff] [blame] | 1820 | F: include/hw/intc/i8259.h |
Philippe Mathieu-Daudé | 4bcbc77 | 2018-11-25 21:49:47 +0100 | [diff] [blame] | 1821 | F: include/hw/isa/i8259_internal.h |
Philippe Mathieu-Daudé | 1854eb2 | 2018-03-08 23:39:29 +0100 | [diff] [blame] | 1822 | F: include/hw/isa/superio.h |
Thomas Huth | a2feb34 | 2016-09-05 23:31:15 +0200 | [diff] [blame] | 1823 | F: include/hw/timer/hpet.h |
| 1824 | F: include/hw/timer/i8254* |
Philippe Mathieu-Daudé | bcdb906 | 2019-10-04 01:03:53 +0200 | [diff] [blame] | 1825 | F: include/hw/rtc/mc146818rtc* |
Michael S. Tsirkin | 046a648 | 2013-11-06 17:16:42 +0200 | [diff] [blame] | 1826 | |
Sergio Lopez | 5cb48f0 | 2019-10-08 12:42:28 +0200 | [diff] [blame] | 1827 | microvm |
| 1828 | M: Sergio Lopez <slp@redhat.com> |
| 1829 | M: Paolo Bonzini <pbonzini@redhat.com> |
| 1830 | S: Maintained |
Alex Bennée | 0b09d44 | 2021-10-12 16:14:47 +0100 | [diff] [blame] | 1831 | F: docs/system/i386/microvm.rst |
Sergio Lopez | 5cb48f0 | 2019-10-08 12:42:28 +0200 | [diff] [blame] | 1832 | F: hw/i386/microvm.c |
| 1833 | F: include/hw/i386/microvm.h |
| 1834 | F: pc-bios/bios-microvm.bin |
| 1835 | |
Michael S. Tsirkin | 5da4fb001 | 2016-03-11 16:06:56 +0200 | [diff] [blame] | 1836 | Machine core |
Eduardo Habkost | 24c4cd1 | 2021-11-30 15:47:22 -0500 | [diff] [blame] | 1837 | M: Eduardo Habkost <eduardo@habkost.net> |
Marcel Apfelbaum | fe355cb | 2018-04-26 11:45:23 +0300 | [diff] [blame] | 1838 | M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> |
Philippe Mathieu-Daudé | 8823ef1 | 2022-10-17 20:20:05 +0200 | [diff] [blame] | 1839 | R: Philippe Mathieu-Daudé <philmd@linaro.org> |
Yanan Wang | da7595c | 2021-12-28 17:22:14 +0800 | [diff] [blame] | 1840 | R: Yanan Wang <wangyanan55@huawei.com> |
Zhao Liu | e4a44f9 | 2024-07-23 00:44:12 +0800 | [diff] [blame] | 1841 | R: Zhao Liu <zhao1.liu@intel.com> |
Michael S. Tsirkin | 5da4fb001 | 2016-03-11 16:06:56 +0200 | [diff] [blame] | 1842 | S: Supported |
Zhao Liu | 8517869 | 2024-01-15 17:48:42 +0800 | [diff] [blame] | 1843 | F: hw/core/cpu-common.c |
| 1844 | F: hw/core/cpu-sysemu.c |
Markus Armbruster | 52924de | 2019-06-19 22:10:43 +0200 | [diff] [blame] | 1845 | F: hw/core/machine-qmp-cmds.c |
Michael S. Tsirkin | 5da4fb001 | 2016-03-11 16:06:56 +0200 | [diff] [blame] | 1846 | F: hw/core/machine.c |
Yanan Wang | 86ce2d2 | 2021-10-26 11:46:58 +0800 | [diff] [blame] | 1847 | F: hw/core/machine-smp.c |
Thomas Huth | c1629c5 | 2017-01-23 06:54:55 +0100 | [diff] [blame] | 1848 | F: hw/core/null-machine.c |
Markus Armbruster | ac05787 | 2019-06-19 22:10:42 +0200 | [diff] [blame] | 1849 | F: hw/core/numa.c |
Luc Michel | 335d52f | 2019-01-07 15:23:45 +0000 | [diff] [blame] | 1850 | F: hw/cpu/cluster.c |
Markus Armbruster | 8ac25c8 | 2019-06-19 22:10:41 +0200 | [diff] [blame] | 1851 | F: qapi/machine.json |
Pierre Morel | 5de1aff | 2023-10-16 20:39:06 +0200 | [diff] [blame] | 1852 | F: qapi/machine-common.json |
Markus Armbruster | 7f7b4e7 | 2019-06-19 22:10:45 +0200 | [diff] [blame] | 1853 | F: qapi/machine-target.json |
Michael S. Tsirkin | 5da4fb001 | 2016-03-11 16:06:56 +0200 | [diff] [blame] | 1854 | F: include/hw/boards.h |
Markus Armbruster | 2e5b09f | 2019-07-09 17:20:52 +0200 | [diff] [blame] | 1855 | F: include/hw/core/cpu.h |
Luc Michel | 335d52f | 2019-01-07 15:23:45 +0000 | [diff] [blame] | 1856 | F: include/hw/cpu/cluster.h |
Markus Armbruster | 2dd0258 | 2019-06-19 22:10:40 +0200 | [diff] [blame] | 1857 | F: include/sysemu/numa.h |
Thomas Huth | cce8572 | 2024-08-30 15:38:06 +0200 | [diff] [blame] | 1858 | F: tests/functional/test_cpu_queries.py |
| 1859 | F: tests/functional/test_empty_cpu_model.py |
Yanan Wang | 9e8e393 | 2021-10-26 11:46:59 +0800 | [diff] [blame] | 1860 | F: tests/unit/test-smp-parse.c |
Eduardo Habkost | f953c10 | 2020-12-14 16:20:32 -0500 | [diff] [blame] | 1861 | T: git https://gitlab.com/ehabkost/qemu.git machine-next |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1862 | |
Max Filippov | 16e7caa | 2011-09-06 03:55:56 +0400 | [diff] [blame] | 1863 | Xtensa Machines |
| 1864 | --------------- |
Max Filippov | 375847a | 2011-10-28 02:11:05 +0400 | [diff] [blame] | 1865 | sim |
Max Filippov | 16e7caa | 2011-09-06 03:55:56 +0400 | [diff] [blame] | 1866 | M: Max Filippov <jcmvbkbc@gmail.com> |
| 1867 | S: Maintained |
Max Filippov | 437a8c1 | 2014-10-22 07:25:42 +0400 | [diff] [blame] | 1868 | F: hw/xtensa/sim.c |
Max Filippov | 375847a | 2011-10-28 02:11:05 +0400 | [diff] [blame] | 1869 | |
Max Filippov | d9e8553 | 2018-09-10 16:33:24 -0700 | [diff] [blame] | 1870 | virt |
| 1871 | M: Max Filippov <jcmvbkbc@gmail.com> |
| 1872 | S: Maintained |
| 1873 | F: hw/xtensa/virt.c |
| 1874 | |
Max Filippov | 437a8c1 | 2014-10-22 07:25:42 +0400 | [diff] [blame] | 1875 | XTFPGA (LX60, LX200, ML605, KC705) |
Max Filippov | 375847a | 2011-10-28 02:11:05 +0400 | [diff] [blame] | 1876 | M: Max Filippov <jcmvbkbc@gmail.com> |
| 1877 | S: Maintained |
Max Filippov | 437a8c1 | 2014-10-22 07:25:42 +0400 | [diff] [blame] | 1878 | F: hw/xtensa/xtfpga.c |
| 1879 | F: hw/net/opencores_eth.c |
Thomas Huth | 2b53160 | 2023-11-07 11:21:04 +0100 | [diff] [blame] | 1880 | F: include/hw/xtensa/mx_pic.h |
Thomas Huth | d193909 | 2024-09-19 20:57:43 +0200 | [diff] [blame] | 1881 | F: tests/functional/test_xtensa_lx60.py |
Max Filippov | 16e7caa | 2011-09-06 03:55:56 +0400 | [diff] [blame] | 1882 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1883 | Devices |
| 1884 | ------- |
Philippe Mathieu-Daudé | a8f4aee | 2021-08-16 21:10:12 +0200 | [diff] [blame] | 1885 | Overall Audio frontends |
| 1886 | M: Gerd Hoffmann <kraxel@redhat.com> |
| 1887 | S: Odd Fixes |
| 1888 | F: hw/audio/ |
| 1889 | F: include/hw/audio/ |
| 1890 | F: tests/qtest/ac97-test.c |
| 1891 | F: tests/qtest/es1370-test.c |
| 1892 | F: tests/qtest/intel-hda-test.c |
| 1893 | F: tests/qtest/fuzz-sb16-test.c |
| 1894 | |
Vikram Garhwal | d36d711 | 2020-11-18 11:48:46 -0800 | [diff] [blame] | 1895 | Xilinx CAN |
Vikram Garhwal | 32bd99d | 2022-11-14 15:10:57 +0000 | [diff] [blame] | 1896 | M: Francisco Iglesias <francisco.iglesias@amd.com> |
Vikram Garhwal | d36d711 | 2020-11-18 11:48:46 -0800 | [diff] [blame] | 1897 | S: Maintained |
| 1898 | F: hw/net/can/xlnx-* |
| 1899 | F: include/hw/net/xlnx-* |
Vikram Garhwal | 1d2a602 | 2023-06-06 10:19:31 +0100 | [diff] [blame] | 1900 | F: tests/qtest/xlnx-can*-test* |
Vikram Garhwal | d36d711 | 2020-11-18 11:48:46 -0800 | [diff] [blame] | 1901 | |
Jiri Slaby | b30934c | 2015-01-21 17:48:33 +0100 | [diff] [blame] | 1902 | EDU |
| 1903 | M: Jiri Slaby <jslaby@suse.cz> |
| 1904 | S: Maintained |
| 1905 | F: hw/misc/edu.c |
Peter Maydell | 4df3f19 | 2023-09-27 16:11:59 +0100 | [diff] [blame] | 1906 | F: docs/specs/edu.rst |
Jiri Slaby | b30934c | 2015-01-21 17:48:33 +0100 | [diff] [blame] | 1907 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1908 | IDE |
John Snow | c095348 | 2015-03-04 23:37:55 -0500 | [diff] [blame] | 1909 | M: John Snow <jsnow@redhat.com> |
| 1910 | L: qemu-block@nongnu.org |
John Snow | 1b0477a | 2023-02-06 13:25:44 -0500 | [diff] [blame] | 1911 | S: Odd Fixes |
Thomas Huth | c9f7acd | 2016-09-23 18:09:56 +0200 | [diff] [blame] | 1912 | F: include/hw/ide/ |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1913 | F: hw/ide/ |
John Snow | c095348 | 2015-03-04 23:37:55 -0500 | [diff] [blame] | 1914 | F: hw/block/block.c |
| 1915 | F: hw/block/cdrom.c |
| 1916 | F: hw/block/hd-geometry.c |
Thomas Huth | 1e8a1fa | 2019-09-09 12:04:01 +0200 | [diff] [blame] | 1917 | F: tests/qtest/ide-test.c |
| 1918 | F: tests/qtest/ahci-test.c |
| 1919 | F: tests/qtest/cdrom-test.c |
Thomas Huth | 1cf4323 | 2019-09-10 16:41:20 +0200 | [diff] [blame] | 1920 | F: tests/qtest/libqos/ahci* |
John Snow | 77582e2 | 2020-10-01 12:24:01 -0400 | [diff] [blame] | 1921 | T: git https://gitlab.com/jsnow/qemu.git ide |
John Snow | c095348 | 2015-03-04 23:37:55 -0500 | [diff] [blame] | 1922 | |
Corey Minyard | caf316b | 2017-12-07 14:55:31 -0600 | [diff] [blame] | 1923 | IPMI |
| 1924 | M: Corey Minyard <minyard@acm.org> |
| 1925 | S: Maintained |
| 1926 | F: include/hw/ipmi/* |
| 1927 | F: hw/ipmi/* |
| 1928 | F: hw/smbios/smbios_type_38.c |
Thomas Huth | 1e8a1fa | 2019-09-09 12:04:01 +0200 | [diff] [blame] | 1929 | F: tests/qtest/ipmi* |
Stefan Hajnoczi | e18a8b3 | 2018-11-08 11:15:26 +0000 | [diff] [blame] | 1930 | T: git https://github.com/cminyard/qemu.git master-ipmi-rebase |
Corey Minyard | caf316b | 2017-12-07 14:55:31 -0600 | [diff] [blame] | 1931 | |
John Snow | c095348 | 2015-03-04 23:37:55 -0500 | [diff] [blame] | 1932 | Floppy |
| 1933 | M: John Snow <jsnow@redhat.com> |
| 1934 | L: qemu-block@nongnu.org |
John Snow | 1b0477a | 2023-02-06 13:25:44 -0500 | [diff] [blame] | 1935 | S: Odd Fixes |
John Snow | c095348 | 2015-03-04 23:37:55 -0500 | [diff] [blame] | 1936 | F: hw/block/fdc.c |
Philippe Mathieu-Daudé | 5a5d2f3 | 2021-06-14 21:32:17 +0200 | [diff] [blame] | 1937 | F: hw/block/fdc-internal.h |
Philippe Mathieu-Daudé | 72ea60e | 2021-06-14 21:32:18 +0200 | [diff] [blame] | 1938 | F: hw/block/fdc-isa.c |
Philippe Mathieu-Daudé | 1430759 | 2021-06-14 21:32:19 +0200 | [diff] [blame] | 1939 | F: hw/block/fdc-sysbus.c |
John Snow | c095348 | 2015-03-04 23:37:55 -0500 | [diff] [blame] | 1940 | F: include/hw/block/fdc.h |
Thomas Huth | 1e8a1fa | 2019-09-09 12:04:01 +0200 | [diff] [blame] | 1941 | F: tests/qtest/fdc-test.c |
John Snow | 77582e2 | 2020-10-01 12:24:01 -0400 | [diff] [blame] | 1942 | T: git https://gitlab.com/jsnow/qemu.git ide |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1943 | |
Maciej S. Szmigiero | ee34476 | 2021-11-20 19:41:58 +0100 | [diff] [blame] | 1944 | Hyper-V VMBus |
| 1945 | M: Maciej S. Szmigiero <maciej.szmigiero@oracle.com> |
| 1946 | S: Odd Fixes |
| 1947 | F: hw/hyperv/vmbus.c |
| 1948 | F: include/hw/hyperv/vmbus*.h |
| 1949 | |
Peter Maydell | f5f487b | 2011-09-17 17:26:15 +0100 | [diff] [blame] | 1950 | OMAP |
| 1951 | M: Peter Maydell <peter.maydell@linaro.org> |
Philippe Mathieu-Daudé | 8ef350b | 2020-01-20 19:59:27 +0100 | [diff] [blame] | 1952 | L: qemu-arm@nongnu.org |
Peter Maydell | f5f487b | 2011-09-17 17:26:15 +0100 | [diff] [blame] | 1953 | S: Maintained |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 1954 | F: hw/*/omap* |
Thomas Huth | ed0db86 | 2016-02-25 12:22:04 +0100 | [diff] [blame] | 1955 | F: include/hw/arm/omap.h |
Philippe Mathieu-Daudé | 66278f8 | 2020-11-20 16:45:45 +0100 | [diff] [blame] | 1956 | F: docs/system/arm/sx1.rst |
Peter Maydell | f5f487b | 2011-09-17 17:26:15 +0100 | [diff] [blame] | 1957 | |
Paolo Bonzini | 28d54e5 | 2015-09-22 11:37:27 +0200 | [diff] [blame] | 1958 | IPack |
| 1959 | M: Alberto Garcia <berto@igalia.com> |
| 1960 | S: Odd Fixes |
| 1961 | F: hw/char/ipoctal232.c |
| 1962 | F: hw/ipack/ |
| 1963 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1964 | PCI |
| 1965 | M: Michael S. Tsirkin <mst@redhat.com> |
Marcel Apfelbaum | fe355cb | 2018-04-26 11:45:23 +0300 | [diff] [blame] | 1966 | M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 1967 | S: Supported |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 1968 | F: include/hw/pci/* |
Paolo Bonzini | f178bc6 | 2015-09-22 11:56:48 +0200 | [diff] [blame] | 1969 | F: hw/misc/pci-testdev.c |
Michael S. Tsirkin | ca818cf | 2012-12-12 15:11:55 +0200 | [diff] [blame] | 1970 | F: hw/pci/* |
Paolo Bonzini | f178bc6 | 2015-09-22 11:56:48 +0200 | [diff] [blame] | 1971 | F: hw/pci-bridge/* |
Philippe Mathieu-Daudé | 61c7f98 | 2020-09-13 21:53:48 +0200 | [diff] [blame] | 1972 | F: qapi/pci.json |
Philippe Mathieu-Daudé | 6817992 | 2017-09-08 14:36:25 -0300 | [diff] [blame] | 1973 | F: docs/pci* |
| 1974 | F: docs/specs/*pci* |
Michael S. Tsirkin | 0e0b359 | 2015-06-23 08:09:34 +0200 | [diff] [blame] | 1975 | |
Huai-Cheng Kuo | 5fb52f6 | 2022-10-14 16:10:41 +0100 | [diff] [blame] | 1976 | PCIE DOE |
| 1977 | M: Huai-Cheng Kuo <hchkuo@avery-design.com.tw> |
| 1978 | M: Chris Browy <cbrowy@avery-design.com> |
| 1979 | S: Supported |
| 1980 | F: include/hw/pci/pcie_doe.h |
| 1981 | F: hw/pci/pcie_doe.c |
| 1982 | |
Michael S. Tsirkin | d31e5ae | 2015-08-12 12:17:36 +0300 | [diff] [blame] | 1983 | ACPI/SMBIOS |
Michael S. Tsirkin | 0e0b359 | 2015-06-23 08:09:34 +0200 | [diff] [blame] | 1984 | M: Michael S. Tsirkin <mst@redhat.com> |
| 1985 | M: Igor Mammedov <imammedo@redhat.com> |
Ani Sinha | 104593c | 2023-03-29 09:38:34 +0530 | [diff] [blame] | 1986 | R: Ani Sinha <anisinha@redhat.com> |
Michael S. Tsirkin | 0e0b359 | 2015-06-23 08:09:34 +0200 | [diff] [blame] | 1987 | S: Supported |
| 1988 | F: include/hw/acpi/* |
Philippe Mathieu-Daudé | a2eb5c0 | 2018-12-11 17:34:06 +0100 | [diff] [blame] | 1989 | F: include/hw/firmware/smbios.h |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 1990 | F: hw/acpi/* |
Michael S. Tsirkin | d31e5ae | 2015-08-12 12:17:36 +0300 | [diff] [blame] | 1991 | F: hw/smbios/* |
Michael S. Tsirkin | 0e0b359 | 2015-06-23 08:09:34 +0200 | [diff] [blame] | 1992 | F: hw/i386/acpi-build.[hc] |
Michael S. Tsirkin | 0e0b359 | 2015-06-23 08:09:34 +0200 | [diff] [blame] | 1993 | F: hw/arm/virt-acpi-build.c |
Philippe Mathieu-Daudé | 27c9188 | 2020-09-13 21:53:47 +0200 | [diff] [blame] | 1994 | F: qapi/acpi.json |
Thomas Huth | b963ea1 | 2020-06-07 07:20:22 +0200 | [diff] [blame] | 1995 | F: tests/qtest/bios-tables-test* |
Thomas Huth | 1e8a1fa | 2019-09-09 12:04:01 +0200 | [diff] [blame] | 1996 | F: tests/qtest/acpi-utils.[hc] |
Philippe Mathieu-Daudé | faae23b | 2018-11-25 21:49:36 +0100 | [diff] [blame] | 1997 | F: tests/data/acpi/ |
Peter Maydell | fcc6f73 | 2021-07-27 18:04:14 +0100 | [diff] [blame] | 1998 | F: docs/specs/acpi_cpu_hotplug.rst |
| 1999 | F: docs/specs/acpi_mem_hotplug.rst |
David Hildenbrand | 2fcd005 | 2022-06-17 14:31:51 +0200 | [diff] [blame] | 2000 | F: docs/specs/acpi_nvdimm.rst |
Peter Maydell | fcc6f73 | 2021-07-27 18:04:14 +0100 | [diff] [blame] | 2001 | F: docs/specs/acpi_pci_hotplug.rst |
| 2002 | F: docs/specs/acpi_hw_reduced_hotplug.rst |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 2003 | |
Sunil V L | 47fc340 | 2023-03-02 14:42:12 +0530 | [diff] [blame] | 2004 | ARM ACPI Subsystem |
| 2005 | M: Shannon Zhao <shannon.zhaosl@gmail.com> |
| 2006 | L: qemu-arm@nongnu.org |
| 2007 | S: Maintained |
| 2008 | F: hw/arm/virt-acpi-build.c |
| 2009 | |
| 2010 | RISC-V ACPI Subsystem |
| 2011 | M: Sunil V L <sunilvl@ventanamicro.com> |
| 2012 | L: qemu-riscv@nongnu.org |
| 2013 | S: Maintained |
| 2014 | F: hw/riscv/virt-acpi-build.c |
| 2015 | |
Ani Sinha | d135536 | 2021-12-13 10:29:24 +0530 | [diff] [blame] | 2016 | ACPI/VIOT |
| 2017 | M: Jean-Philippe Brucker <jean-philippe@linaro.org> |
Ani Sinha | d135536 | 2021-12-13 10:29:24 +0530 | [diff] [blame] | 2018 | S: Supported |
| 2019 | F: hw/acpi/viot.c |
| 2020 | F: hw/acpi/viot.h |
| 2021 | |
Ani Sinha | 76f831d | 2022-10-21 15:21:08 +0530 | [diff] [blame] | 2022 | ACPI/AVOCADO/BIOSBITS |
Ani Sinha | 607a079 | 2023-03-20 17:12:33 +0530 | [diff] [blame] | 2023 | M: Ani Sinha <anisinha@redhat.com> |
Ani Sinha | 242a58c | 2022-11-11 20:41:38 +0530 | [diff] [blame] | 2024 | M: Michael S. Tsirkin <mst@redhat.com> |
Ani Sinha | 76f831d | 2022-10-21 15:21:08 +0530 | [diff] [blame] | 2025 | S: Supported |
Thomas Huth | 05caa06 | 2024-08-30 15:38:23 +0200 | [diff] [blame] | 2026 | F: tests/functional/acpi-bits/* |
| 2027 | F: tests/functional/test_acpi_bits.py |
Ani Sinha | 76f831d | 2022-10-21 15:21:08 +0530 | [diff] [blame] | 2028 | F: docs/devel/acpi-bits.rst |
| 2029 | |
Dongjiu Geng | f7e462f | 2020-05-12 11:06:09 +0800 | [diff] [blame] | 2030 | ACPI/HEST/GHES |
Dongjiu Geng | d6eed46 | 2021-03-11 19:29:04 +0800 | [diff] [blame] | 2031 | R: Dongjiu Geng <gengdongjiu1@gmail.com> |
Dongjiu Geng | f7e462f | 2020-05-12 11:06:09 +0800 | [diff] [blame] | 2032 | L: qemu-arm@nongnu.org |
| 2033 | S: Maintained |
| 2034 | F: hw/acpi/ghes.c |
| 2035 | F: include/hw/acpi/ghes.h |
| 2036 | F: docs/specs/acpi_hest_ghes.rst |
| 2037 | |
Andreas Färber | aaade8d | 2012-08-22 05:48:47 +0000 | [diff] [blame] | 2038 | ppc4xx |
Andreas Färber | aaade8d | 2012-08-22 05:48:47 +0000 | [diff] [blame] | 2039 | L: qemu-ppc@nongnu.org |
David Gibson | 0f514ee | 2021-09-21 13:02:17 +1000 | [diff] [blame] | 2040 | S: Orphan |
Cédric Le Goater | e20dbe5 | 2023-10-02 17:51:38 +0200 | [diff] [blame] | 2041 | F: hw/ppc/ppc4xx*.c |
| 2042 | F: hw/ppc/ppc440_uc.c |
| 2043 | F: hw/ppc/ppc440.h |
Philippe Mathieu-Daudé | aa3a41f | 2017-10-17 13:43:45 -0300 | [diff] [blame] | 2044 | F: hw/i2c/ppc4xx_i2c.c |
Philippe Mathieu-Daudé | 4d641f3 | 2023-10-11 06:56:51 +0200 | [diff] [blame] | 2045 | F: include/hw/pci-host/ppc4xx.h |
Thomas Huth | b5d5502 | 2016-09-05 22:03:36 +0200 | [diff] [blame] | 2046 | F: include/hw/ppc/ppc4xx.h |
Philippe Mathieu-Daudé | aa3a41f | 2017-10-17 13:43:45 -0300 | [diff] [blame] | 2047 | F: include/hw/i2c/ppc4xx_i2c.h |
Peter Maydell | 34d0831 | 2020-12-12 00:15:31 +0000 | [diff] [blame] | 2048 | F: hw/intc/ppc-uic.c |
| 2049 | F: include/hw/intc/ppc-uic.h |
Andreas Färber | aaade8d | 2012-08-22 05:48:47 +0000 | [diff] [blame] | 2050 | |
Paolo Bonzini | 61af0ee | 2015-09-22 11:40:00 +0200 | [diff] [blame] | 2051 | Character devices |
Paolo Bonzini | 2185fd6 | 2018-10-19 14:25:42 +0200 | [diff] [blame] | 2052 | M: Marc-André Lureau <marcandre.lureau@redhat.com> |
| 2053 | R: Paolo Bonzini <pbonzini@redhat.com> |
Paolo Bonzini | 61af0ee | 2015-09-22 11:40:00 +0200 | [diff] [blame] | 2054 | S: Odd Fixes |
| 2055 | F: hw/char/ |
Thomas Huth | 63fc072 | 2023-09-29 14:44:39 +0200 | [diff] [blame] | 2056 | F: include/hw/char/ |
Paolo Bonzini | 61af0ee | 2015-09-22 11:40:00 +0200 | [diff] [blame] | 2057 | |
Paolo Bonzini | f536f11 | 2015-09-22 11:40:00 +0200 | [diff] [blame] | 2058 | Network devices |
| 2059 | M: Jason Wang <jasowang@redhat.com> |
| 2060 | S: Odd Fixes |
| 2061 | F: hw/net/ |
Philippe Mathieu-Daudé | 6061b5c | 2017-10-17 13:43:52 -0300 | [diff] [blame] | 2062 | F: include/hw/net/ |
Thomas Huth | 1e8a1fa | 2019-09-09 12:04:01 +0200 | [diff] [blame] | 2063 | F: tests/qtest/virtio-net-test.c |
Thomas Huth | eeba3d7 | 2024-08-30 15:38:07 +0200 | [diff] [blame] | 2064 | F: tests/functional/test_info_usernet.py |
Jens Freimann | 9711cd0 | 2019-10-29 12:49:04 +0100 | [diff] [blame] | 2065 | F: docs/virtio-net-failover.rst |
Stefan Hajnoczi | e18a8b3 | 2018-11-08 11:15:26 +0000 | [diff] [blame] | 2066 | T: git https://github.com/jasowang/qemu.git net |
Paolo Bonzini | f536f11 | 2015-09-22 11:40:00 +0200 | [diff] [blame] | 2067 | |
Philippe Mathieu-Daudé | e0c9d0c | 2019-05-06 00:47:37 +0200 | [diff] [blame] | 2068 | Parallel NOR Flash devices |
Philippe Mathieu-Daudé | 8823ef1 | 2022-10-17 20:20:05 +0200 | [diff] [blame] | 2069 | M: Philippe Mathieu-Daudé <philmd@linaro.org> |
Philippe Mathieu-Daudé | e0c9d0c | 2019-05-06 00:47:37 +0200 | [diff] [blame] | 2070 | T: git https://gitlab.com/philmd/qemu.git pflash-next |
| 2071 | S: Maintained |
| 2072 | F: hw/block/pflash_cfi*.c |
| 2073 | F: include/hw/block/flash.h |
| 2074 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 2075 | SCSI |
Paolo Bonzini | de7724f | 2012-02-22 15:59:52 +0100 | [diff] [blame] | 2076 | M: Paolo Bonzini <pbonzini@redhat.com> |
Fam Zheng | fe5ca46 | 2018-11-21 23:30:36 +0800 | [diff] [blame] | 2077 | R: Fam Zheng <fam@euphon.net> |
Paolo Bonzini | de7724f | 2012-02-22 15:59:52 +0100 | [diff] [blame] | 2078 | S: Supported |
Thomas Huth | 74460f3 | 2016-09-05 22:11:41 +0200 | [diff] [blame] | 2079 | F: include/hw/scsi/* |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 2080 | F: hw/scsi/* |
Thomas Huth | 1e8a1fa | 2019-09-09 12:04:01 +0200 | [diff] [blame] | 2081 | F: tests/qtest/virtio-scsi-test.c |
Philippe Mathieu-Daudé | b43957d | 2021-01-26 12:16:38 +0100 | [diff] [blame] | 2082 | F: tests/qtest/fuzz-virtio-scsi-test.c |
Mark Cave-Ayland | ce94fa7 | 2021-04-07 20:58:01 +0100 | [diff] [blame] | 2083 | F: tests/qtest/am53c974-test.c |
Philippe Mathieu-Daudé | aa62976 | 2021-11-23 12:17:32 +0100 | [diff] [blame] | 2084 | F: tests/qtest/fuzz-lsi53c895a-test.c |
Stefan Hajnoczi | e18a8b3 | 2018-11-08 11:15:26 +0000 | [diff] [blame] | 2085 | T: git https://github.com/bonzini/qemu.git scsi-next |
Paolo Bonzini | de7724f | 2012-02-22 15:59:52 +0100 | [diff] [blame] | 2086 | |
Peter A. G. Crosthwaite | fcb5629 | 2012-08-06 11:38:19 +1000 | [diff] [blame] | 2087 | SSI |
Alistair Francis | c22e580 | 2018-03-01 11:05:58 +0000 | [diff] [blame] | 2088 | M: Alistair Francis <alistair@alistair23.me> |
Peter A. G. Crosthwaite | fcb5629 | 2012-08-06 11:38:19 +1000 | [diff] [blame] | 2089 | S: Maintained |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 2090 | F: hw/ssi/* |
Cédric Le Goater | 2389bcc | 2022-10-24 11:20:15 +0200 | [diff] [blame] | 2091 | F: hw/block/m25p80* |
Philippe Mathieu-Daudé | 982d009 | 2017-09-08 14:36:26 -0300 | [diff] [blame] | 2092 | F: include/hw/ssi/ssi.h |
Alistair Francis | 4b46ba6 | 2015-08-25 15:45:06 +0100 | [diff] [blame] | 2093 | X: hw/ssi/xilinx_* |
Thomas Huth | 1e8a1fa | 2019-09-09 12:04:01 +0200 | [diff] [blame] | 2094 | F: tests/qtest/m25p80-test.c |
Alistair Francis | 4b46ba6 | 2015-08-25 15:45:06 +0100 | [diff] [blame] | 2095 | |
| 2096 | Xilinx SPI |
Alistair Francis | c22e580 | 2018-03-01 11:05:58 +0000 | [diff] [blame] | 2097 | M: Alistair Francis <alistair@alistair23.me> |
Alistair Francis | 4b46ba6 | 2015-08-25 15:45:06 +0100 | [diff] [blame] | 2098 | S: Maintained |
| 2099 | F: hw/ssi/xilinx_* |
Peter A. G. Crosthwaite | fcb5629 | 2012-08-06 11:38:19 +1000 | [diff] [blame] | 2100 | |
Philippe Mathieu-Daudé | 076a0fc | 2018-03-09 17:09:45 +0000 | [diff] [blame] | 2101 | SD (Secure Card) |
Philippe Mathieu-Daudé | 8823ef1 | 2022-10-17 20:20:05 +0200 | [diff] [blame] | 2102 | M: Philippe Mathieu-Daudé <philmd@linaro.org> |
Bin Meng | 8372c3a | 2024-05-05 15:23:12 +0800 | [diff] [blame] | 2103 | M: Bin Meng <bmeng.cn@gmail.com> |
Philippe Mathieu-Daudé | ba41247 | 2020-06-05 06:56:38 +0200 | [diff] [blame] | 2104 | L: qemu-block@nongnu.org |
Philippe Mathieu-Daudé | 076a0fc | 2018-03-09 17:09:45 +0000 | [diff] [blame] | 2105 | S: Odd Fixes |
| 2106 | F: include/hw/sd/sd* |
| 2107 | F: hw/sd/core.c |
| 2108 | F: hw/sd/sd* |
Philippe Mathieu-Daudé | 1232ed1 | 2019-10-12 08:54:24 +0200 | [diff] [blame] | 2109 | F: hw/sd/ssi-sd.c |
Philippe Mathieu-Daudé | 59b63d7 | 2021-06-29 10:09:28 +0200 | [diff] [blame] | 2110 | F: tests/qtest/fuzz-sdcard-test.c |
| 2111 | F: tests/qtest/sdhci-test.c |
Philippe Mathieu-Daudé | 076a0fc | 2018-03-09 17:09:45 +0000 | [diff] [blame] | 2112 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 2113 | USB |
Gerd Hoffmann | 21d61b3 | 2024-05-16 14:03:39 +0200 | [diff] [blame] | 2114 | S: Orphan |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 2115 | F: hw/usb/* |
Philippe Mathieu-Daudé | 9c3c834 | 2021-04-25 00:41:10 +0200 | [diff] [blame] | 2116 | F: stubs/usb-dev-stub.c |
Thomas Huth | 1e8a1fa | 2019-09-09 12:04:01 +0200 | [diff] [blame] | 2117 | F: tests/qtest/usb-*-test.c |
Peter Maydell | 2a49e4e | 2021-07-28 15:14:54 +0100 | [diff] [blame] | 2118 | F: docs/system/devices/usb.rst |
Thomas Huth | beded0f | 2016-02-25 10:36:05 +0100 | [diff] [blame] | 2119 | F: include/hw/usb.h |
| 2120 | F: include/hw/usb/ |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 2121 | |
Paolo Bonzini | e26082f | 2014-10-22 14:53:32 +0200 | [diff] [blame] | 2122 | USB (serial adapter) |
Paolo Bonzini | e26082f | 2014-10-22 14:53:32 +0200 | [diff] [blame] | 2123 | M: Samuel Thibault <samuel.thibault@ens-lyon.org> |
| 2124 | S: Maintained |
| 2125 | F: hw/usb/dev-serial.c |
| 2126 | |
Alex Williamson | 92e1fb5 | 2012-09-26 11:19:39 -0600 | [diff] [blame] | 2127 | VFIO |
| 2128 | M: Alex Williamson <alex.williamson@redhat.com> |
Alex Williamson | 2696da6 | 2023-06-28 11:29:32 -0600 | [diff] [blame] | 2129 | M: Cédric Le Goater <clg@redhat.com> |
Alex Williamson | 92e1fb5 | 2012-09-26 11:19:39 -0600 | [diff] [blame] | 2130 | S: Supported |
Kim Phillips | cf7087d | 2014-12-19 15:24:06 -0700 | [diff] [blame] | 2131 | F: hw/vfio/* |
Thomas Huth | 99b88c6 | 2016-03-10 09:39:09 -0700 | [diff] [blame] | 2132 | F: include/hw/vfio/ |
Philippe Mathieu-Daudé | 4e779bf | 2021-02-02 16:56:11 +0100 | [diff] [blame] | 2133 | F: docs/igd-assign.txt |
Avihai Horon | 8e0b21e | 2024-04-07 11:11:25 +0300 | [diff] [blame] | 2134 | F: docs/devel/migration/vfio.rst |
Avihai Horon | a0359b5 | 2024-05-15 16:21:35 +0300 | [diff] [blame] | 2135 | F: qapi/vfio.json |
Alex Williamson | 92e1fb5 | 2012-09-26 11:19:39 -0600 | [diff] [blame] | 2136 | |
Dong Jia Shi | 5eb7455 | 2017-05-17 02:48:13 +0200 | [diff] [blame] | 2137 | vfio-ccw |
Christian Borntraeger | 7913938 | 2018-10-29 16:42:22 +0100 | [diff] [blame] | 2138 | M: Eric Farman <farman@linux.ibm.com> |
Matthew Rosato | 074c84b | 2021-03-25 09:55:09 -0400 | [diff] [blame] | 2139 | M: Matthew Rosato <mjrosato@linux.ibm.com> |
Dong Jia Shi | 5eb7455 | 2017-05-17 02:48:13 +0200 | [diff] [blame] | 2140 | S: Supported |
| 2141 | F: hw/vfio/ccw.c |
| 2142 | F: hw/s390x/s390-ccw.c |
| 2143 | F: include/hw/s390x/s390-ccw.h |
Jason J. Herne | 44445d8 | 2019-04-04 10:34:20 -0400 | [diff] [blame] | 2144 | F: include/hw/s390x/vfio-ccw.h |
Cornelia Huck | 146bd28 | 2017-10-05 17:05:23 +0200 | [diff] [blame] | 2145 | L: qemu-s390x@nongnu.org |
Dong Jia Shi | 5eb7455 | 2017-05-17 02:48:13 +0200 | [diff] [blame] | 2146 | |
Tony Krowiak | a51b315 | 2018-10-10 13:03:06 -0400 | [diff] [blame] | 2147 | vfio-ap |
Tony Krowiak | a51b315 | 2018-10-10 13:03:06 -0400 | [diff] [blame] | 2148 | M: Tony Krowiak <akrowiak@linux.ibm.com> |
| 2149 | M: Halil Pasic <pasic@linux.ibm.com> |
Matthew Rosato | 074c84b | 2021-03-25 09:55:09 -0400 | [diff] [blame] | 2150 | M: Jason Herne <jjherne@linux.ibm.com> |
Tony Krowiak | a51b315 | 2018-10-10 13:03:06 -0400 | [diff] [blame] | 2151 | S: Supported |
| 2152 | F: hw/s390x/ap-device.c |
| 2153 | F: hw/s390x/ap-bridge.c |
| 2154 | F: include/hw/s390x/ap-device.h |
| 2155 | F: include/hw/s390x/ap-bridge.h |
Tony Krowiak | 2fe2942 | 2018-10-10 13:03:07 -0400 | [diff] [blame] | 2156 | F: hw/vfio/ap.c |
Cornelia Huck | f58f084 | 2020-03-18 11:39:40 +0100 | [diff] [blame] | 2157 | F: docs/system/s390x/vfio-ap.rst |
Tony Krowiak | a51b315 | 2018-10-10 13:03:06 -0400 | [diff] [blame] | 2158 | L: qemu-s390x@nongnu.org |
| 2159 | |
Eric Auger | 6e6d8ac | 2023-11-21 16:44:00 +0800 | [diff] [blame] | 2160 | iommufd |
| 2161 | M: Yi Liu <yi.l.liu@intel.com> |
| 2162 | M: Eric Auger <eric.auger@redhat.com> |
| 2163 | M: Zhenzhong Duan <zhenzhong.duan@intel.com> |
| 2164 | S: Supported |
| 2165 | F: backends/iommufd.c |
| 2166 | F: include/sysemu/iommufd.h |
Zhenzhong Duan | 1f94b21 | 2024-06-05 16:30:27 +0800 | [diff] [blame] | 2167 | F: backends/host_iommu_device.c |
| 2168 | F: include/sysemu/host_iommu_device.h |
Yi Liu | d6b5c4c | 2023-11-21 16:44:01 +0800 | [diff] [blame] | 2169 | F: include/qemu/chardev_open.h |
| 2170 | F: util/chardev_open.c |
Zhenzhong Duan | 98dad2b | 2023-11-21 16:44:26 +0800 | [diff] [blame] | 2171 | F: docs/devel/vfio-iommufd.rst |
Eric Auger | 6e6d8ac | 2023-11-21 16:44:00 +0800 | [diff] [blame] | 2172 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 2173 | vhost |
| 2174 | M: Michael S. Tsirkin <mst@redhat.com> |
Stefano Garzarella | 7967b7e | 2024-07-04 10:13:36 +0200 | [diff] [blame] | 2175 | R: Stefano Garzarella <sgarzare@redhat.com> |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 2176 | S: Supported |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 2177 | F: hw/*/*vhost* |
Marc-André Lureau | 482580a | 2019-03-08 15:04:44 +0100 | [diff] [blame] | 2178 | F: docs/interop/vhost-user.json |
Marc-André Lureau | ed1be66 | 2019-03-15 19:07:35 +0100 | [diff] [blame] | 2179 | F: docs/interop/vhost-user.rst |
Philippe Mathieu-Daudé | 72c1e86 | 2018-11-25 21:49:49 +0100 | [diff] [blame] | 2180 | F: contrib/vhost-user-*/ |
Marc-André Lureau | f24bb72 | 2019-05-03 15:00:31 +0200 | [diff] [blame] | 2181 | F: backends/vhost-user.c |
| 2182 | F: include/sysemu/vhost-user-backend.h |
Stefan Weil via | ec09f22 | 2022-11-26 16:25:06 +0100 | [diff] [blame] | 2183 | F: subprojects/libvhost-user/ |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 2184 | |
Eugenio Pérez | 2b6fc0b | 2023-03-31 17:04:10 +0200 | [diff] [blame] | 2185 | vhost-shadow-virtqueue |
| 2186 | R: Eugenio Pérez <eperezma@redhat.com> |
| 2187 | F: hw/virtio/vhost-shadow-virtqueue.* |
| 2188 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 2189 | virtio |
Michael S. Tsirkin | a75143e | 2014-01-26 12:39:55 +0200 | [diff] [blame] | 2190 | M: Michael S. Tsirkin <mst@redhat.com> |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 2191 | S: Supported |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 2192 | F: hw/*/virtio* |
Thomas Huth | 72fa605 | 2016-09-23 18:11:21 +0200 | [diff] [blame] | 2193 | F: hw/virtio/Makefile.objs |
| 2194 | F: hw/virtio/trace-events |
Markus Armbruster | 3b31125 | 2022-10-20 14:04:58 +0200 | [diff] [blame] | 2195 | F: qapi/virtio.json |
Michael S. Tsirkin | 6a084ea | 2015-06-15 16:20:21 +0200 | [diff] [blame] | 2196 | F: net/vhost-user.c |
Thomas Huth | 494f7b5 | 2016-02-25 11:13:03 +0100 | [diff] [blame] | 2197 | F: include/hw/virtio/ |
Thomas Huth | 4db546d | 2022-12-12 18:48:41 +0100 | [diff] [blame] | 2198 | F: docs/devel/virtio* |
Avihai Horon | 8e0b21e | 2024-04-07 11:11:25 +0300 | [diff] [blame] | 2199 | F: docs/devel/migration/virtio.rst |
Thomas Huth | cce8572 | 2024-08-30 15:38:06 +0200 | [diff] [blame] | 2200 | F: tests/functional/test_virtio_version.py |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 2201 | |
David Hildenbrand | 6d7b25a | 2020-03-12 14:37:25 +0100 | [diff] [blame] | 2202 | virtio-balloon |
| 2203 | M: Michael S. Tsirkin <mst@redhat.com> |
| 2204 | M: David Hildenbrand <david@redhat.com> |
| 2205 | S: Maintained |
Thomas Huth | 14dc58e | 2022-01-05 12:52:45 +0100 | [diff] [blame] | 2206 | F: docs/interop/virtio-balloon-stats.rst |
David Hildenbrand | 6d7b25a | 2020-03-12 14:37:25 +0100 | [diff] [blame] | 2207 | F: hw/virtio/virtio-balloon*.c |
| 2208 | F: include/hw/virtio/virtio-balloon.h |
Philippe Mathieu-Daudé | 8d7f2e7 | 2023-10-04 11:06:28 +0200 | [diff] [blame] | 2209 | F: system/balloon.c |
David Hildenbrand | 6d7b25a | 2020-03-12 14:37:25 +0100 | [diff] [blame] | 2210 | F: include/sysemu/balloon.h |
| 2211 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 2212 | virtio-9p |
Greg Kurz | 8c1cd71 | 2016-06-17 16:35:05 +0200 | [diff] [blame] | 2213 | M: Greg Kurz <groug@kaod.org> |
Christian Schoenebeck | 233982a | 2020-05-14 08:06:43 +0200 | [diff] [blame] | 2214 | M: Christian Schoenebeck <qemu_oss@crudebyte.com> |
Christian Schoenebeck | 3548fa0 | 2023-07-03 16:34:17 +0200 | [diff] [blame] | 2215 | S: Maintained |
Christian Schoenebeck | 6f56908 | 2021-05-06 15:12:23 +0200 | [diff] [blame] | 2216 | W: https://wiki.qemu.org/Documentation/9p |
Andreas Färber | aebeca2 | 2012-04-13 17:19:12 +0200 | [diff] [blame] | 2217 | F: hw/9pfs/ |
Greg Kurz | b827891 | 2019-05-29 12:24:44 +0200 | [diff] [blame] | 2218 | X: hw/9pfs/xen-9p* |
Andreas Färber | aebeca2 | 2012-04-13 17:19:12 +0200 | [diff] [blame] | 2219 | F: fsdev/ |
Thomas Huth | 1e8a1fa | 2019-09-09 12:04:01 +0200 | [diff] [blame] | 2220 | F: tests/qtest/virtio-9p-test.c |
Christian Schoenebeck | 818e42f | 2022-11-28 18:12:04 +0100 | [diff] [blame] | 2221 | F: tests/qtest/libqos/virtio-9p* |
Greg Kurz | 1a00195 | 2021-01-15 14:42:24 +0100 | [diff] [blame] | 2222 | T: git https://gitlab.com/gkurz/qemu.git 9p-next |
Christian Schoenebeck | 90225f9 | 2021-01-30 15:39:14 +0100 | [diff] [blame] | 2223 | T: git https://github.com/cschoenebeck/qemu.git 9p.next |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 2224 | |
| 2225 | virtio-blk |
Stefan Hajnoczi | 54d01a0 | 2012-11-09 14:29:03 +0100 | [diff] [blame] | 2226 | M: Stefan Hajnoczi <stefanha@redhat.com> |
Stefan Hajnoczi | b457a5f | 2015-04-29 15:13:25 +0100 | [diff] [blame] | 2227 | L: qemu-block@nongnu.org |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 2228 | S: Supported |
Daniil Tatianin | d9cf55a | 2022-09-06 10:31:08 +0300 | [diff] [blame] | 2229 | F: hw/block/virtio-blk-common.c |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 2230 | F: hw/block/virtio-blk.c |
Stefan Hajnoczi | b457a5f | 2015-04-29 15:13:25 +0100 | [diff] [blame] | 2231 | F: hw/block/dataplane/* |
Daniil Tatianin | d9cf55a | 2022-09-06 10:31:08 +0300 | [diff] [blame] | 2232 | F: include/hw/virtio/virtio-blk-common.h |
Thomas Huth | 1e8a1fa | 2019-09-09 12:04:01 +0200 | [diff] [blame] | 2233 | F: tests/qtest/virtio-blk-test.c |
Stefan Hajnoczi | e18a8b3 | 2018-11-08 11:15:26 +0000 | [diff] [blame] | 2234 | T: git https://github.com/stefanha/qemu.git block |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 2235 | |
Cornelia Huck | dd4ad64 | 2013-03-05 02:22:01 +0000 | [diff] [blame] | 2236 | virtio-ccw |
Cornelia Huck | c1976ae | 2017-07-04 11:22:15 +0200 | [diff] [blame] | 2237 | M: Cornelia Huck <cohuck@redhat.com> |
Christian Borntraeger | 68b91e8 | 2018-10-29 16:42:23 +0100 | [diff] [blame] | 2238 | M: Halil Pasic <pasic@linux.ibm.com> |
Eric Farman | 6a6d3df | 2022-01-12 17:40:44 +0100 | [diff] [blame] | 2239 | M: Eric Farman <farman@linux.ibm.com> |
Cornelia Huck | dd4ad64 | 2013-03-05 02:22:01 +0000 | [diff] [blame] | 2240 | S: Supported |
Thomas Huth | 901f5f1 | 2018-07-25 14:20:16 +0200 | [diff] [blame] | 2241 | F: hw/s390x/virtio-ccw*.[hc] |
Eric Farman | 117d794 | 2022-05-25 16:58:14 +0200 | [diff] [blame] | 2242 | F: hw/s390x/vhost-*-ccw.c |
Cornelia Huck | 99eaf13 | 2020-12-14 14:26:28 +0100 | [diff] [blame] | 2243 | T: git https://gitlab.com/cohuck/qemu.git s390-next |
Stefan Hajnoczi | e18a8b3 | 2018-11-08 11:15:26 +0000 | [diff] [blame] | 2244 | T: git https://github.com/borntraeger/qemu.git s390-next |
Cornelia Huck | 146bd28 | 2017-10-05 17:05:23 +0200 | [diff] [blame] | 2245 | L: qemu-s390x@nongnu.org |
Cornelia Huck | dd4ad64 | 2013-03-05 02:22:01 +0000 | [diff] [blame] | 2246 | |
Albert Esteve | faefdba | 2023-10-02 08:57:04 +0200 | [diff] [blame] | 2247 | virtio-dmabuf |
| 2248 | M: Albert Esteve <aesteve@redhat.com> |
| 2249 | S: Supported |
| 2250 | F: hw/display/virtio-dmabuf.c |
| 2251 | F: include/hw/virtio/virtio-dmabuf.h |
| 2252 | F: tests/unit/test-virtio-dmabuf.c |
| 2253 | |
Dr. David Alan Gilbert | bad7d2c3 | 2019-10-21 11:41:36 +0100 | [diff] [blame] | 2254 | virtiofs |
Dr. David Alan Gilbert | bad7d2c3 | 2019-10-21 11:41:36 +0100 | [diff] [blame] | 2255 | M: Stefan Hajnoczi <stefanha@redhat.com> |
| 2256 | S: Supported |
Dr. David Alan Gilbert | bad7d2c3 | 2019-10-21 11:41:36 +0100 | [diff] [blame] | 2257 | F: hw/virtio/vhost-user-fs* |
| 2258 | F: include/hw/virtio/vhost-user-fs.h |
Stefan Hajnoczi | c96c116 | 2023-11-11 08:49:20 +0800 | [diff] [blame] | 2259 | L: virtio-fs@lists.linux.dev |
Dr. David Alan Gilbert | bad7d2c3 | 2019-10-21 11:41:36 +0100 | [diff] [blame] | 2260 | |
Gerd Hoffmann | a5d4d7b | 2015-06-19 10:25:34 +0200 | [diff] [blame] | 2261 | virtio-input |
| 2262 | M: Gerd Hoffmann <kraxel@redhat.com> |
Gerd Hoffmann | 1e2edb9 | 2021-08-10 10:34:49 +0200 | [diff] [blame] | 2263 | S: Odd Fixes |
Leo Yan | 887d577 | 2024-01-04 21:09:43 +0000 | [diff] [blame] | 2264 | F: docs/system/devices/vhost-user-input.rst |
Gerd Hoffmann | a5d4d7b | 2015-06-19 10:25:34 +0200 | [diff] [blame] | 2265 | F: hw/input/virtio-input*.c |
Leo Yan | 87c7fb7 | 2024-01-04 21:09:44 +0000 | [diff] [blame] | 2266 | F: hw/virtio/vhost-user-input.c |
Gerd Hoffmann | a5d4d7b | 2015-06-19 10:25:34 +0200 | [diff] [blame] | 2267 | F: include/hw/virtio/virtio-input.h |
Marc-André Lureau | 06914c9 | 2019-05-14 12:41:26 +0200 | [diff] [blame] | 2268 | F: contrib/vhost-user-input/* |
Gerd Hoffmann | a5d4d7b | 2015-06-19 10:25:34 +0200 | [diff] [blame] | 2269 | |
Eric Auger | c1dee91 | 2020-02-14 14:27:45 +0100 | [diff] [blame] | 2270 | virtio-iommu |
| 2271 | M: Eric Auger <eric.auger@redhat.com> |
| 2272 | S: Maintained |
| 2273 | F: hw/virtio/virtio-iommu*.c |
| 2274 | F: include/hw/virtio/virtio-iommu.h |
| 2275 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 2276 | virtio-serial |
Laurent Vivier | 2501db7 | 2019-09-10 16:03:50 +0200 | [diff] [blame] | 2277 | M: Laurent Vivier <lvivier@redhat.com> |
| 2278 | R: Amit Shah <amit@kernel.org> |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 2279 | S: Supported |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 2280 | F: hw/char/virtio-serial-bus.c |
| 2281 | F: hw/char/virtio-console.c |
Amit Shah | 68a5e38 | 2014-11-18 18:01:27 +0530 | [diff] [blame] | 2282 | F: include/hw/virtio/virtio-serial.h |
Thomas Huth | 1e8a1fa | 2019-09-09 12:04:01 +0200 | [diff] [blame] | 2283 | F: tests/qtest/virtio-serial-test.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 2284 | |
Amit Shah | 1f51a5c | 2014-11-18 18:01:26 +0530 | [diff] [blame] | 2285 | virtio-rng |
Laurent Vivier | 2501db7 | 2019-09-10 16:03:50 +0200 | [diff] [blame] | 2286 | M: Laurent Vivier <lvivier@redhat.com> |
| 2287 | R: Amit Shah <amit@kernel.org> |
Amit Shah | 1f51a5c | 2014-11-18 18:01:26 +0530 | [diff] [blame] | 2288 | S: Supported |
| 2289 | F: hw/virtio/virtio-rng.c |
| 2290 | F: include/hw/virtio/virtio-rng.h |
Thomas Huth | 750cf86 | 2016-02-25 13:44:20 +0100 | [diff] [blame] | 2291 | F: include/sysemu/rng*.h |
Amit Shah | 1f51a5c | 2014-11-18 18:01:26 +0530 | [diff] [blame] | 2292 | F: backends/rng*.c |
Thomas Huth | 1e8a1fa | 2019-09-09 12:04:01 +0200 | [diff] [blame] | 2293 | F: tests/qtest/virtio-rng-test.c |
Amit Shah | 1f51a5c | 2014-11-18 18:01:26 +0530 | [diff] [blame] | 2294 | |
Alex Bennée | 6275989 | 2024-01-04 21:09:35 +0000 | [diff] [blame] | 2295 | vhost-user-stubs |
| 2296 | M: Alex Bennée <alex.bennee@linaro.org> |
| 2297 | S: Maintained |
| 2298 | F: hw/virtio/vhost-user-base.c |
| 2299 | F: hw/virtio/vhost-user-device* |
| 2300 | |
Mathieu Poirier | e3e0146 | 2021-06-14 14:28:42 -0600 | [diff] [blame] | 2301 | vhost-user-rng |
| 2302 | M: Mathieu Poirier <mathieu.poirier@linaro.org> |
| 2303 | S: Supported |
Thomas Huth | 4db546d | 2022-12-12 18:48:41 +0100 | [diff] [blame] | 2304 | F: docs/system/devices/vhost-user-rng.rst |
Mathieu Poirier | e3e0146 | 2021-06-14 14:28:42 -0600 | [diff] [blame] | 2305 | F: hw/virtio/vhost-user-rng.c |
| 2306 | F: hw/virtio/vhost-user-rng-pci.c |
| 2307 | F: include/hw/virtio/vhost-user-rng.h |
| 2308 | F: tools/vhost-user-rng/* |
| 2309 | |
Viresh Kumar | 27ba7b0 | 2022-08-02 10:50:00 +0100 | [diff] [blame] | 2310 | vhost-user-gpio |
| 2311 | M: Alex Bennée <alex.bennee@linaro.org> |
| 2312 | R: Viresh Kumar <viresh.kumar@linaro.org> |
| 2313 | S: Maintained |
Viresh Kumar | 25c60a4 | 2022-08-02 10:50:01 +0100 | [diff] [blame] | 2314 | F: hw/virtio/vhost-user-gpio* |
Viresh Kumar | 27ba7b0 | 2022-08-02 10:50:00 +0100 | [diff] [blame] | 2315 | F: include/hw/virtio/vhost-user-gpio.h |
Alex Bennée | 8fcfc82 | 2022-08-02 10:50:10 +0100 | [diff] [blame] | 2316 | F: tests/qtest/libqos/virtio-gpio.* |
Viresh Kumar | 27ba7b0 | 2022-08-02 10:50:00 +0100 | [diff] [blame] | 2317 | |
Manos Pitsidianakis | 4ae0fc1 | 2024-01-04 21:09:40 +0000 | [diff] [blame] | 2318 | vhost-user-snd |
| 2319 | M: Alex Bennée <alex.bennee@linaro.org> |
| 2320 | R: Manos Pitsidianakis <manos.pitsidianakis@linaro.org> |
| 2321 | S: Maintained |
| 2322 | F: hw/virtio/vhost-user-snd* |
| 2323 | F: include/hw/virtio/vhost-user-snd.h |
| 2324 | |
Milan Zamazal | a5dab09 | 2023-06-28 12:05:22 +0200 | [diff] [blame] | 2325 | vhost-user-scmi |
| 2326 | R: mzamazal@redhat.com |
| 2327 | S: Supported |
| 2328 | F: hw/virtio/vhost-user-scmi* |
| 2329 | F: include/hw/virtio/vhost-user-scmi.h |
Milan Zamazal | b6f53ae | 2023-06-28 12:05:24 +0200 | [diff] [blame] | 2330 | F: tests/qtest/libqos/virtio-scmi.* |
Milan Zamazal | a5dab09 | 2023-06-28 12:05:22 +0200 | [diff] [blame] | 2331 | |
Gonglei | 6034011 | 2016-10-28 16:33:31 +0800 | [diff] [blame] | 2332 | virtio-crypto |
| 2333 | M: Gonglei <arei.gonglei@huawei.com> |
| 2334 | S: Supported |
| 2335 | F: hw/virtio/virtio-crypto.c |
| 2336 | F: hw/virtio/virtio-crypto-pci.c |
| 2337 | F: include/hw/virtio/virtio-crypto.h |
| 2338 | |
David Hildenbrand | 18129c1 | 2023-07-11 17:34:39 +0200 | [diff] [blame] | 2339 | virtio based memory device |
| 2340 | M: David Hildenbrand <david@redhat.com> |
| 2341 | S: Supported |
| 2342 | F: hw/virtio/virtio-md-pci.c |
| 2343 | F: include/hw/virtio/virtio-md-pci.h |
David Hildenbrand | dbdf841 | 2023-07-11 17:34:40 +0200 | [diff] [blame] | 2344 | F: stubs/virtio-md-pci.c |
David Hildenbrand | 18129c1 | 2023-07-11 17:34:39 +0200 | [diff] [blame] | 2345 | |
David Hildenbrand | 751c7bd | 2020-06-26 09:22:39 +0200 | [diff] [blame] | 2346 | virtio-mem |
| 2347 | M: David Hildenbrand <david@redhat.com> |
| 2348 | S: Supported |
| 2349 | W: https://virtio-mem.gitlab.io/ |
| 2350 | F: hw/virtio/virtio-mem.c |
| 2351 | F: hw/virtio/virtio-mem-pci.h |
| 2352 | F: hw/virtio/virtio-mem-pci.c |
| 2353 | F: include/hw/virtio/virtio-mem.h |
| 2354 | |
Manos Pitsidianakis | 2880e67 | 2023-10-23 15:03:18 +0300 | [diff] [blame] | 2355 | virtio-snd |
| 2356 | M: Gerd Hoffmann <kraxel@redhat.com> |
| 2357 | R: Manos Pitsidianakis <manos.pitsidianakis@linaro.org> |
| 2358 | S: Supported |
| 2359 | F: hw/audio/virtio-snd.c |
Manos Pitsidianakis | 2426908 | 2023-10-23 15:03:19 +0300 | [diff] [blame] | 2360 | F: hw/audio/virtio-snd-pci.c |
Manos Pitsidianakis | 2880e67 | 2023-10-23 15:03:18 +0300 | [diff] [blame] | 2361 | F: include/hw/audio/virtio-snd.h |
Manos Pitsidianakis | f54fea1 | 2023-10-23 15:03:28 +0300 | [diff] [blame] | 2362 | F: docs/system/devices/virtio-snd.rst |
Manos Pitsidianakis | 2880e67 | 2023-10-23 15:03:18 +0300 | [diff] [blame] | 2363 | |
Keith Busch | f3c507a | 2013-06-04 09:17:10 -0600 | [diff] [blame] | 2364 | nvme |
Philippe Mathieu-Daudé | 8261cc1 | 2020-04-21 14:22:36 +0200 | [diff] [blame] | 2365 | M: Keith Busch <kbusch@kernel.org> |
Keith Busch | e8cc43d | 2020-07-06 11:29:22 -0700 | [diff] [blame] | 2366 | M: Klaus Jensen <its@irrelevant.dk> |
Klaus Jensen | 00d7dff | 2024-02-08 13:54:20 +0100 | [diff] [blame] | 2367 | R: Jesper Devantier <foss@defmacro.it> |
Kevin Wolf | c95e4c0 | 2015-04-30 15:15:13 +0200 | [diff] [blame] | 2368 | L: qemu-block@nongnu.org |
Keith Busch | f3c507a | 2013-06-04 09:17:10 -0600 | [diff] [blame] | 2369 | S: Supported |
Klaus Jensen | 88eea45 | 2021-04-14 22:14:30 +0200 | [diff] [blame] | 2370 | F: hw/nvme/* |
Philippe Mathieu-Daudé | dc0b4d9 | 2020-07-01 16:06:34 +0200 | [diff] [blame] | 2371 | F: include/block/nvme.h |
Thomas Huth | 1e8a1fa | 2019-09-09 12:04:01 +0200 | [diff] [blame] | 2372 | F: tests/qtest/nvme-test.c |
Thomas Huth | 4db546d | 2022-12-12 18:48:41 +0100 | [diff] [blame] | 2373 | F: docs/system/devices/nvme.rst |
Keith Busch | e8cc43d | 2020-07-06 11:29:22 -0700 | [diff] [blame] | 2374 | T: git git://git.infradead.org/qemu-nvme.git nvme-next |
Keith Busch | f3c507a | 2013-06-04 09:17:10 -0600 | [diff] [blame] | 2375 | |
Jeuk Kim | bc4e68d | 2023-09-06 16:43:48 +0900 | [diff] [blame] | 2376 | ufs |
| 2377 | M: Jeuk Kim <jeuk20.kim@samsung.com> |
| 2378 | S: Supported |
| 2379 | F: hw/ufs/* |
| 2380 | F: include/block/ufs.h |
Jeuk Kim | 631c872 | 2023-09-06 16:43:51 +0900 | [diff] [blame] | 2381 | F: tests/qtest/ufs-test.c |
Jeuk Kim | bc4e68d | 2023-09-06 16:43:48 +0900 | [diff] [blame] | 2382 | |
Hannes Reinecke | d383c62 | 2014-04-16 16:44:19 +0200 | [diff] [blame] | 2383 | megasas |
Philippe Mathieu-Daudé | 3fdfb8b | 2017-09-10 14:15:57 -0300 | [diff] [blame] | 2384 | M: Hannes Reinecke <hare@suse.com> |
Kevin Wolf | c95e4c0 | 2015-04-30 15:15:13 +0200 | [diff] [blame] | 2385 | L: qemu-block@nongnu.org |
Hannes Reinecke | d383c62 | 2014-04-16 16:44:19 +0200 | [diff] [blame] | 2386 | S: Supported |
| 2387 | F: hw/scsi/megasas.c |
| 2388 | F: hw/scsi/mfi.h |
Thomas Huth | 1e8a1fa | 2019-09-09 12:04:01 +0200 | [diff] [blame] | 2389 | F: tests/qtest/megasas-test.c |
Philippe Mathieu-Daudé | c887d33 | 2021-01-26 12:16:37 +0100 | [diff] [blame] | 2390 | F: tests/qtest/fuzz-megasas-test.c |
Hannes Reinecke | d383c62 | 2014-04-16 16:44:19 +0200 | [diff] [blame] | 2391 | |
Dmitry Fleytman | 605d52e | 2016-06-01 11:23:39 +0300 | [diff] [blame] | 2392 | Network packet abstractions |
Philippe Mathieu-Daudé | bf4835a | 2018-01-08 15:34:06 -0300 | [diff] [blame] | 2393 | M: Dmitry Fleytman <dmitry.fleytman@gmail.com> |
Akihiko Odaki | c8110e7 | 2023-05-23 11:43:38 +0900 | [diff] [blame] | 2394 | R: Akihiko Odaki <akihiko.odaki@daynix.com> |
Dmitry Fleytman | 605d52e | 2016-06-01 11:23:39 +0300 | [diff] [blame] | 2395 | S: Maintained |
| 2396 | F: include/net/eth.h |
| 2397 | F: net/eth.c |
| 2398 | F: hw/net/net_rx_pkt* |
| 2399 | F: hw/net/net_tx_pkt* |
| 2400 | |
Dmitry Fleytman | 622fb50 | 2014-08-27 08:58:43 +0300 | [diff] [blame] | 2401 | Vmware |
Philippe Mathieu-Daudé | bf4835a | 2018-01-08 15:34:06 -0300 | [diff] [blame] | 2402 | M: Dmitry Fleytman <dmitry.fleytman@gmail.com> |
Dmitry Fleytman | 622fb50 | 2014-08-27 08:58:43 +0300 | [diff] [blame] | 2403 | S: Maintained |
Thomas Huth | 6c49372 | 2023-11-07 11:27:38 +0100 | [diff] [blame] | 2404 | F: docs/specs/vmw_pvscsi-spec.txt |
| 2405 | F: hw/display/vmware_vga.c |
Dmitry Fleytman | 622fb50 | 2014-08-27 08:58:43 +0300 | [diff] [blame] | 2406 | F: hw/net/vmxnet* |
| 2407 | F: hw/scsi/vmw_pvscsi* |
Thomas Huth | 6c49372 | 2023-11-07 11:27:38 +0100 | [diff] [blame] | 2408 | F: pc-bios/efi-vmxnet3.rom |
| 2409 | F: pc-bios/vgabios-vmware.bin |
| 2410 | F: roms/config.vga-vmware |
Thomas Huth | 1e8a1fa | 2019-09-09 12:04:01 +0200 | [diff] [blame] | 2411 | F: tests/qtest/vmxnet3-test.c |
Peter Maydell | 8472cc5 | 2023-09-27 16:11:58 +0100 | [diff] [blame] | 2412 | F: docs/specs/vwm_pvscsi-spec.rst |
Dmitry Fleytman | 622fb50 | 2014-08-27 08:58:43 +0300 | [diff] [blame] | 2413 | |
Scott Feldman | de24d3f | 2015-03-13 21:09:32 -0700 | [diff] [blame] | 2414 | Rocker |
Scott Feldman | de24d3f | 2015-03-13 21:09:32 -0700 | [diff] [blame] | 2415 | M: Jiri Pirko <jiri@resnulli.us> |
| 2416 | S: Maintained |
| 2417 | F: hw/net/rocker/ |
Markus Armbruster | 92a3c6a | 2020-11-02 09:15:49 +0100 | [diff] [blame] | 2418 | F: qapi/rocker.json |
Thomas Huth | de85094 | 2016-09-27 16:33:46 +0200 | [diff] [blame] | 2419 | F: tests/rocker/ |
Peter Maydell | 9ca6876 | 2024-08-09 17:37:54 +0100 | [diff] [blame] | 2420 | F: docs/specs/rocker.rst |
Scott Feldman | de24d3f | 2015-03-13 21:09:32 -0700 | [diff] [blame] | 2421 | |
Dmitry Fleytman | 093454e | 2016-06-01 11:23:44 +0300 | [diff] [blame] | 2422 | e1000x |
Philippe Mathieu-Daudé | bf4835a | 2018-01-08 15:34:06 -0300 | [diff] [blame] | 2423 | M: Dmitry Fleytman <dmitry.fleytman@gmail.com> |
Akihiko Odaki | 8c061aa | 2023-02-23 19:20:12 +0900 | [diff] [blame] | 2424 | R: Akihiko Odaki <akihiko.odaki@daynix.com> |
Dmitry Fleytman | 093454e | 2016-06-01 11:23:44 +0300 | [diff] [blame] | 2425 | S: Maintained |
| 2426 | F: hw/net/e1000x* |
| 2427 | |
Dmitry Fleytman | 6f3fbe4 | 2016-06-01 11:23:45 +0300 | [diff] [blame] | 2428 | e1000e |
Philippe Mathieu-Daudé | bf4835a | 2018-01-08 15:34:06 -0300 | [diff] [blame] | 2429 | M: Dmitry Fleytman <dmitry.fleytman@gmail.com> |
Akihiko Odaki | 8c061aa | 2023-02-23 19:20:12 +0900 | [diff] [blame] | 2430 | R: Akihiko Odaki <akihiko.odaki@daynix.com> |
Dmitry Fleytman | 6f3fbe4 | 2016-06-01 11:23:45 +0300 | [diff] [blame] | 2431 | S: Maintained |
| 2432 | F: hw/net/e1000e* |
Philippe Mathieu-Daudé | 7d6a4f1 | 2021-03-10 19:31:22 +0100 | [diff] [blame] | 2433 | F: tests/qtest/fuzz-e1000e-test.c |
Akihiko Odaki | 0c2c2d4 | 2023-02-23 19:20:13 +0900 | [diff] [blame] | 2434 | F: tests/qtest/e1000e-test.c |
| 2435 | F: tests/qtest/libqos/e1000e.* |
Dmitry Fleytman | 6f3fbe4 | 2016-06-01 11:23:45 +0300 | [diff] [blame] | 2436 | |
Akihiko Odaki | 3a977de | 2023-03-09 11:54:57 +0800 | [diff] [blame] | 2437 | igb |
| 2438 | M: Akihiko Odaki <akihiko.odaki@daynix.com> |
Sriram Yagnaraman | 92360d6 | 2024-02-28 09:06:25 +0100 | [diff] [blame] | 2439 | R: Sriram Yagnaraman <sriram.yagnaraman@ericsson.com> |
Akihiko Odaki | 3a977de | 2023-03-09 11:54:57 +0800 | [diff] [blame] | 2440 | S: Maintained |
Akihiko Odaki | 136e9db | 2023-02-23 19:50:57 +0900 | [diff] [blame] | 2441 | F: docs/system/devices/igb.rst |
Akihiko Odaki | 3a977de | 2023-03-09 11:54:57 +0800 | [diff] [blame] | 2442 | F: hw/net/igb* |
Thomas Huth | 4c0a2df | 2024-08-30 15:38:11 +0200 | [diff] [blame] | 2443 | F: tests/functional/test_netdev_ethtool.py |
Akihiko Odaki | 45cb69b | 2023-03-10 14:11:25 +0800 | [diff] [blame] | 2444 | F: tests/qtest/igb-test.c |
| 2445 | F: tests/qtest/libqos/igb.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 2446 | |
Stefan Weil | ebc2327 | 2017-11-16 20:49:02 +0100 | [diff] [blame] | 2447 | eepro100 |
| 2448 | M: Stefan Weil <sw@weilnetz.de> |
| 2449 | S: Maintained |
| 2450 | F: hw/net/eepro100.c |
| 2451 | |
Sven Schnelle | 34ea023 | 2019-10-23 10:42:44 +0200 | [diff] [blame] | 2452 | tulip |
| 2453 | M: Sven Schnelle <svens@stackframe.org> |
| 2454 | S: Maintained |
| 2455 | F: hw/net/tulip.c |
| 2456 | F: hw/net/tulip.h |
| 2457 | |
Patrick Venture | 065177e | 2021-04-12 12:45:22 -0700 | [diff] [blame] | 2458 | pca954x |
Patrick Leis | 6529511 | 2024-06-26 21:16:22 +0000 | [diff] [blame] | 2459 | M: Patrick Leis <venture@google.com> |
Patrick Venture | 065177e | 2021-04-12 12:45:22 -0700 | [diff] [blame] | 2460 | S: Maintained |
| 2461 | F: hw/i2c/i2c_mux_pca954x.c |
| 2462 | F: include/hw/i2c/i2c_mux_pca954x.h |
| 2463 | |
Dmitriy Sharikhin | 4cbb151 | 2024-03-11 09:58:31 +0000 | [diff] [blame] | 2464 | pcf8574 |
| 2465 | M: Dmitrii Sharikhin <d.sharikhin@yadro.com> |
| 2466 | S: Maintained |
| 2467 | F: hw/gpio/pcf8574.c |
| 2468 | F: include/gpio/pcf8574.h |
| 2469 | |
Alistair Francis | e481a1f | 2016-10-04 13:28:09 +0100 | [diff] [blame] | 2470 | Generic Loader |
Alistair Francis | c22e580 | 2018-03-01 11:05:58 +0000 | [diff] [blame] | 2471 | M: Alistair Francis <alistair@alistair23.me> |
Alistair Francis | e481a1f | 2016-10-04 13:28:09 +0100 | [diff] [blame] | 2472 | S: Maintained |
| 2473 | F: hw/core/generic-loader.c |
Alistair Francis | efe1592 | 2022-05-09 11:13:39 +0200 | [diff] [blame] | 2474 | F: hw/core/uboot_image.h |
Alistair Francis | e481a1f | 2016-10-04 13:28:09 +0100 | [diff] [blame] | 2475 | F: include/hw/core/generic-loader.h |
Alex Bennée | 70f2011 | 2021-03-03 17:36:40 +0000 | [diff] [blame] | 2476 | F: docs/system/generic-loader.rst |
Alistair Francis | e481a1f | 2016-10-04 13:28:09 +0100 | [diff] [blame] | 2477 | |
Alex Bennée | a33ff6d | 2021-03-03 17:36:39 +0000 | [diff] [blame] | 2478 | Guest Loader |
| 2479 | M: Alex Bennée <alex.bennee@linaro.org> |
| 2480 | S: Maintained |
| 2481 | F: hw/core/guest-loader.c |
Alex Bennée | 0146037 | 2021-03-03 17:36:41 +0000 | [diff] [blame] | 2482 | F: docs/system/guest-loader.rst |
Willian Rampazzo | bbbd9b6 | 2021-11-05 12:53:54 -0300 | [diff] [blame] | 2483 | F: tests/avocado/boot_xen.py |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 2484 | |
Su Hang | 645d3cb | 2018-08-16 14:05:28 +0100 | [diff] [blame] | 2485 | Intel Hexadecimal Object File Loader |
| 2486 | M: Su Hang <suhang16@mails.ucas.ac.cn> |
| 2487 | S: Maintained |
Thomas Huth | 1e8a1fa | 2019-09-09 12:04:01 +0200 | [diff] [blame] | 2488 | F: tests/qtest/hexloader-test.c |
Peter Maydell | 4b2ff65 | 2018-11-02 11:52:37 +0000 | [diff] [blame] | 2489 | F: tests/data/hex-loader/test.hex |
Su Hang | 645d3cb | 2018-08-16 14:05:28 +0100 | [diff] [blame] | 2490 | |
Thomas Huth | 87a9023 | 2016-11-08 12:46:22 +0100 | [diff] [blame] | 2491 | CHRP NVRAM |
| 2492 | M: Thomas Huth <thuth@redhat.com> |
| 2493 | S: Maintained |
| 2494 | F: hw/nvram/chrp_nvram.c |
| 2495 | F: include/hw/nvram/chrp_nvram.h |
Thomas Huth | 1e8a1fa | 2019-09-09 12:04:01 +0200 | [diff] [blame] | 2496 | F: tests/qtest/prom-env-test.c |
Thomas Huth | 87a9023 | 2016-11-08 12:46:22 +0100 | [diff] [blame] | 2497 | |
Ben Warren | 42697d8 | 2017-02-16 15:15:40 -0800 | [diff] [blame] | 2498 | VM Generation ID |
John Snow | 2b42989 | 2020-10-30 11:34:15 -0400 | [diff] [blame] | 2499 | S: Orphan |
Ani Sinha | 48006e0 | 2022-01-31 17:50:01 +0530 | [diff] [blame] | 2500 | R: Ani Sinha <ani@anisinha.ca> |
Ben Warren | 42697d8 | 2017-02-16 15:15:40 -0800 | [diff] [blame] | 2501 | F: hw/acpi/vmgenid.c |
| 2502 | F: include/hw/acpi/vmgenid.h |
Peter Maydell | 912fb36 | 2023-09-27 16:12:05 +0100 | [diff] [blame] | 2503 | F: docs/specs/vmgenid.rst |
Thomas Huth | 1e8a1fa | 2019-09-09 12:04:01 +0200 | [diff] [blame] | 2504 | F: tests/qtest/vmgenid-test.c |
Ben Warren | 42697d8 | 2017-02-16 15:15:40 -0800 | [diff] [blame] | 2505 | |
Philippe Mathieu-Daudé | c1b2982 | 2020-03-21 17:49:01 +0100 | [diff] [blame] | 2506 | LED |
Philippe Mathieu-Daudé | 8823ef1 | 2022-10-17 20:20:05 +0200 | [diff] [blame] | 2507 | M: Philippe Mathieu-Daudé <philmd@linaro.org> |
Philippe Mathieu-Daudé | c1b2982 | 2020-03-21 17:49:01 +0100 | [diff] [blame] | 2508 | S: Maintained |
| 2509 | F: include/hw/misc/led.h |
| 2510 | F: hw/misc/led.c |
| 2511 | |
Philippe Mathieu-Daudé | 747969d | 2017-06-29 12:03:08 -0300 | [diff] [blame] | 2512 | Unimplemented device |
| 2513 | M: Peter Maydell <peter.maydell@linaro.org> |
Philippe Mathieu-Daudé | 8823ef1 | 2022-10-17 20:20:05 +0200 | [diff] [blame] | 2514 | R: Philippe Mathieu-Daudé <philmd@linaro.org> |
Ani Sinha | 48006e0 | 2022-01-31 17:50:01 +0530 | [diff] [blame] | 2515 | R: Ani Sinha <ani@anisinha.ca> |
Philippe Mathieu-Daudé | 747969d | 2017-06-29 12:03:08 -0300 | [diff] [blame] | 2516 | S: Maintained |
| 2517 | F: include/hw/misc/unimp.h |
| 2518 | F: hw/misc/unimp.c |
| 2519 | |
Philippe Mathieu-Daudé | 6007523 | 2019-06-24 17:17:32 +0200 | [diff] [blame] | 2520 | Empty slot |
| 2521 | M: Artyom Tarasenko <atar4qemu@gmail.com> |
Philippe Mathieu-Daudé | 8823ef1 | 2022-10-17 20:20:05 +0200 | [diff] [blame] | 2522 | R: Philippe Mathieu-Daudé <philmd@linaro.org> |
Ani Sinha | 48006e0 | 2022-01-31 17:50:01 +0530 | [diff] [blame] | 2523 | R: Ani Sinha <ani@anisinha.ca> |
Philippe Mathieu-Daudé | 6007523 | 2019-06-24 17:17:32 +0200 | [diff] [blame] | 2524 | S: Maintained |
| 2525 | F: include/hw/misc/empty_slot.h |
| 2526 | F: hw/misc/empty_slot.c |
| 2527 | |
Gerd Hoffmann | dbb2e47 | 2018-05-22 18:50:58 +0200 | [diff] [blame] | 2528 | Standard VGA |
| 2529 | M: Gerd Hoffmann <kraxel@redhat.com> |
| 2530 | S: Maintained |
| 2531 | F: hw/display/vga* |
| 2532 | F: hw/display/bochs-display.c |
| 2533 | F: include/hw/display/vga.h |
| 2534 | F: include/hw/display/bochs-vbe.h |
Peter Maydell | 68ed96b | 2023-09-27 16:12:02 +0100 | [diff] [blame] | 2535 | F: docs/specs/standard-vga.rst |
Gerd Hoffmann | dbb2e47 | 2018-05-22 18:50:58 +0200 | [diff] [blame] | 2536 | |
Gerd Hoffmann | 58d632c | 2018-06-13 14:29:48 +0200 | [diff] [blame] | 2537 | ramfb |
| 2538 | M: Gerd Hoffmann <kraxel@redhat.com> |
| 2539 | S: Maintained |
| 2540 | F: hw/display/ramfb*.c |
| 2541 | F: include/hw/display/ramfb.h |
| 2542 | |
Gerd Hoffmann | dbb2e47 | 2018-05-22 18:50:58 +0200 | [diff] [blame] | 2543 | virtio-gpu |
Gerd Hoffmann | 2f8cd5a | 2024-05-28 10:38:55 +0200 | [diff] [blame] | 2544 | S: Orphan |
Gerd Hoffmann | dbb2e47 | 2018-05-22 18:50:58 +0200 | [diff] [blame] | 2545 | F: hw/display/virtio-gpu* |
Marc-André Lureau | c68082c | 2019-05-24 15:09:45 +0200 | [diff] [blame] | 2546 | F: hw/display/virtio-vga.* |
Gerd Hoffmann | dbb2e47 | 2018-05-22 18:50:58 +0200 | [diff] [blame] | 2547 | F: include/hw/virtio/virtio-gpu.h |
Thomas Huth | 853c014 | 2023-10-27 08:08:08 +0200 | [diff] [blame] | 2548 | F: docs/system/devices/virtio-gpu.rst |
Gerd Hoffmann | dbb2e47 | 2018-05-22 18:50:58 +0200 | [diff] [blame] | 2549 | |
Raphael Norwitz | b372d79 | 2020-03-26 04:57:27 -0400 | [diff] [blame] | 2550 | vhost-user-blk |
Raphael Norwitz | 1dd6954 | 2024-02-03 21:37:58 -0500 | [diff] [blame] | 2551 | M: Raphael Norwitz <raphael@enfabrica.net> |
Raphael Norwitz | b372d79 | 2020-03-26 04:57:27 -0400 | [diff] [blame] | 2552 | S: Maintained |
| 2553 | F: contrib/vhost-user-blk/ |
| 2554 | F: contrib/vhost-user-scsi/ |
| 2555 | F: hw/block/vhost-user-blk.c |
Daniil Tatianin | 8edd567 | 2022-09-06 10:31:11 +0300 | [diff] [blame] | 2556 | F: hw/block/virtio-blk-common.c |
Raphael Norwitz | b372d79 | 2020-03-26 04:57:27 -0400 | [diff] [blame] | 2557 | F: hw/scsi/vhost-user-scsi.c |
| 2558 | F: hw/virtio/vhost-user-blk-pci.c |
| 2559 | F: hw/virtio/vhost-user-scsi-pci.c |
| 2560 | F: include/hw/virtio/vhost-user-blk.h |
| 2561 | F: include/hw/virtio/vhost-user-scsi.h |
Daniil Tatianin | 8edd567 | 2022-09-06 10:31:11 +0300 | [diff] [blame] | 2562 | F: include/hw/virtio/virtio-blk-common.h |
Raphael Norwitz | b372d79 | 2020-03-26 04:57:27 -0400 | [diff] [blame] | 2563 | |
Marc-André Lureau | bd2e44f | 2019-05-24 15:09:38 +0200 | [diff] [blame] | 2564 | vhost-user-gpu |
| 2565 | M: Marc-André Lureau <marcandre.lureau@redhat.com> |
Marc-André Lureau | bd2e44f | 2019-05-24 15:09:38 +0200 | [diff] [blame] | 2566 | S: Maintained |
| 2567 | F: docs/interop/vhost-user-gpu.rst |
Marc-André Lureau | d52c454 | 2019-05-24 15:09:42 +0200 | [diff] [blame] | 2568 | F: contrib/vhost-user-gpu |
| 2569 | F: hw/display/vhost-user-* |
Marc-André Lureau | bd2e44f | 2019-05-24 15:09:38 +0200 | [diff] [blame] | 2570 | |
Gerd Hoffmann | dbb2e47 | 2018-05-22 18:50:58 +0200 | [diff] [blame] | 2571 | Cirrus VGA |
| 2572 | M: Gerd Hoffmann <kraxel@redhat.com> |
| 2573 | S: Odd Fixes |
| 2574 | W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/ |
| 2575 | F: hw/display/cirrus* |
| 2576 | |
Gerd Hoffmann | 72d277a | 2018-09-25 09:56:42 +0200 | [diff] [blame] | 2577 | EDID Generator |
| 2578 | M: Gerd Hoffmann <kraxel@redhat.com> |
| 2579 | S: Maintained |
| 2580 | F: hw/display/edid* |
| 2581 | F: include/hw/display/edid.h |
| 2582 | F: qemu-edid.c |
| 2583 | |
Philippe Mathieu-Daudé | 1038638 | 2019-02-02 21:17:45 +0100 | [diff] [blame] | 2584 | PIIX4 South Bridge (i82371AB) |
| 2585 | M: Hervé Poussineau <hpoussin@reactos.org> |
Philippe Mathieu-Daudé | 8823ef1 | 2022-10-17 20:20:05 +0200 | [diff] [blame] | 2586 | M: Philippe Mathieu-Daudé <philmd@linaro.org> |
Philippe Mathieu-Daudé | 1038638 | 2019-02-02 21:17:45 +0100 | [diff] [blame] | 2587 | S: Maintained |
Bernhard Beschow | 1697189 | 2023-10-07 14:38:27 +0200 | [diff] [blame] | 2588 | F: hw/isa/piix.c |
Philippe Mathieu-Daudé | fff123b | 2018-01-06 16:37:26 +0100 | [diff] [blame] | 2589 | F: include/hw/southbridge/piix.h |
Philippe Mathieu-Daudé | 1038638 | 2019-02-02 21:17:45 +0100 | [diff] [blame] | 2590 | |
BALATON Zoltan | 28900f9 | 2023-10-15 16:15:17 +0200 | [diff] [blame] | 2591 | VIA South Bridges (VT82C686B, VT8231) |
| 2592 | M: BALATON Zoltan <balaton@eik.bme.hu> |
| 2593 | M: Philippe Mathieu-Daudé <philmd@linaro.org> |
| 2594 | R: Jiaxun Yang <jiaxun.yang@flygoat.com> |
| 2595 | S: Maintained |
| 2596 | F: hw/isa/vt82c686.c |
| 2597 | F: hw/usb/vt82c686-uhci-pci.c |
| 2598 | F: include/hw/isa/vt82c686.h |
| 2599 | |
Philippe Mathieu-Daudé | 15ffb43 | 2018-11-22 03:11:39 +0100 | [diff] [blame] | 2600 | Firmware configuration (fw_cfg) |
Philippe Mathieu-Daudé | 8823ef1 | 2022-10-17 20:20:05 +0200 | [diff] [blame] | 2601 | M: Philippe Mathieu-Daudé <philmd@linaro.org> |
Philippe Mathieu-Daudé | 15ffb43 | 2018-11-22 03:11:39 +0100 | [diff] [blame] | 2602 | R: Gerd Hoffmann <kraxel@redhat.com> |
| 2603 | S: Supported |
| 2604 | F: docs/specs/fw_cfg.txt |
Philippe Mathieu-Daudé | 8d0bceb | 2020-10-06 13:19:09 +0200 | [diff] [blame] | 2605 | F: hw/nvram/fw_cfg*.c |
Philippe Mathieu-Daudé | b15c0f7 | 2019-04-22 15:49:41 +0200 | [diff] [blame] | 2606 | F: stubs/fw_cfg.c |
Philippe Mathieu-Daudé | 15ffb43 | 2018-11-22 03:11:39 +0100 | [diff] [blame] | 2607 | F: include/hw/nvram/fw_cfg.h |
| 2608 | F: include/standard-headers/linux/qemu_fw_cfg.h |
Thomas Huth | 1cf4323 | 2019-09-10 16:41:20 +0200 | [diff] [blame] | 2609 | F: tests/qtest/libqos/fw_cfg.c |
Thomas Huth | 1e8a1fa | 2019-09-09 12:04:01 +0200 | [diff] [blame] | 2610 | F: tests/qtest/fw_cfg-test.c |
Philippe Mathieu-Daudé | 15ffb43 | 2018-11-22 03:11:39 +0100 | [diff] [blame] | 2611 | T: git https://github.com/philmd/qemu.git fw_cfg-next |
| 2612 | |
Thomas Huth | 2313abf | 2019-01-30 16:45:40 +0100 | [diff] [blame] | 2613 | XIVE |
Thomas Huth | 2313abf | 2019-01-30 16:45:40 +0100 | [diff] [blame] | 2614 | M: Cédric Le Goater <clg@kaod.org> |
Cédric Le Goater | 4901a34 | 2023-06-20 07:59:05 +0200 | [diff] [blame] | 2615 | R: Frédéric Barrat <fbarrat@linux.ibm.com> |
Thomas Huth | 2313abf | 2019-01-30 16:45:40 +0100 | [diff] [blame] | 2616 | L: qemu-ppc@nongnu.org |
Cédric Le Goater | b087757 | 2022-09-29 20:09:46 +0200 | [diff] [blame] | 2617 | S: Odd Fixes |
Thomas Huth | 2313abf | 2019-01-30 16:45:40 +0100 | [diff] [blame] | 2618 | F: hw/*/*xive* |
| 2619 | F: include/hw/*/*xive* |
Cédric Le Goater | 24563a5 | 2019-05-21 10:24:11 +0200 | [diff] [blame] | 2620 | F: docs/*/*xive* |
Thomas Huth | 2313abf | 2019-01-30 16:45:40 +0100 | [diff] [blame] | 2621 | |
Philippe Mathieu-Daudé | 7bd0d13 | 2020-06-10 23:32:38 +0200 | [diff] [blame] | 2622 | Renesas peripherals |
Philippe Mathieu-Daudé | 2d53d0c | 2021-03-12 16:55:13 +0100 | [diff] [blame] | 2623 | R: Yoshinori Sato <ysato@users.sourceforge.jp> |
Philippe Mathieu-Daudé | 7bd0d13 | 2020-06-10 23:32:38 +0200 | [diff] [blame] | 2624 | R: Magnus Damm <magnus.damm@gmail.com> |
Philippe Mathieu-Daudé | f166061 | 2020-10-31 16:23:40 +0100 | [diff] [blame] | 2625 | S: Odd Fixes |
Yoshinori Sato | 645194c | 2019-01-21 22:15:59 +0900 | [diff] [blame] | 2626 | F: hw/char/renesas_sci.c |
Philippe Mathieu-Daudé | 7bd0d13 | 2020-06-10 23:32:38 +0200 | [diff] [blame] | 2627 | F: hw/char/sh_serial.c |
Yoshinori Sato | c7f37ba | 2019-03-20 23:16:05 +0900 | [diff] [blame] | 2628 | F: hw/timer/renesas_*.c |
Philippe Mathieu-Daudé | 7bd0d13 | 2020-06-10 23:32:38 +0200 | [diff] [blame] | 2629 | F: hw/timer/sh_timer.c |
Yoshinori Sato | 645194c | 2019-01-21 22:15:59 +0900 | [diff] [blame] | 2630 | F: include/hw/char/renesas_sci.h |
Philippe Mathieu-Daudé | 7bd0d13 | 2020-06-10 23:32:38 +0200 | [diff] [blame] | 2631 | F: include/hw/sh4/sh.h |
Yoshinori Sato | c7f37ba | 2019-03-20 23:16:05 +0900 | [diff] [blame] | 2632 | F: include/hw/timer/renesas_*.h |
Philippe Mathieu-Daudé | 7bd0d13 | 2020-06-10 23:32:38 +0200 | [diff] [blame] | 2633 | |
Yoshinori Sato | e78597c | 2019-01-21 22:15:57 +0900 | [diff] [blame] | 2634 | Renesas RX peripherals |
Philippe Mathieu-Daudé | b2744da | 2021-03-12 16:55:12 +0100 | [diff] [blame] | 2635 | R: Yoshinori Sato <ysato@users.sourceforge.jp> |
| 2636 | S: Orphan |
Yoshinori Sato | e78597c | 2019-01-21 22:15:57 +0900 | [diff] [blame] | 2637 | F: hw/intc/rx_icu.c |
Yoshinori Sato | 0c80f50 | 2019-01-21 22:16:00 +0900 | [diff] [blame] | 2638 | F: hw/rx/ |
Yoshinori Sato | e78597c | 2019-01-21 22:15:57 +0900 | [diff] [blame] | 2639 | F: include/hw/intc/rx_icu.h |
Yoshinori Sato | 0c80f50 | 2019-01-21 22:16:00 +0900 | [diff] [blame] | 2640 | F: include/hw/rx/ |
Yoshinori Sato | e78597c | 2019-01-21 22:15:57 +0900 | [diff] [blame] | 2641 | |
Pavel Pisa | de4d4ad | 2020-09-14 10:13:41 +0200 | [diff] [blame] | 2642 | CAN bus subsystem and hardware |
| 2643 | M: Pavel Pisa <pisa@cmp.felk.cvut.cz> |
Francisco Iglesias | 02c5e06 | 2024-09-13 15:31:50 +0100 | [diff] [blame] | 2644 | M: Francisco Iglesias <francisco.iglesias@amd.com> |
Pavel Pisa | de4d4ad | 2020-09-14 10:13:41 +0200 | [diff] [blame] | 2645 | S: Maintained |
| 2646 | W: https://canbus.pages.fel.cvut.cz/ |
| 2647 | F: net/can/* |
| 2648 | F: hw/net/can/* |
| 2649 | F: include/net/can_*.h |
Thomas Huth | 8995f1f | 2023-10-27 08:09:31 +0200 | [diff] [blame] | 2650 | F: docs/system/devices/can.rst |
Pavel Pisa | de4d4ad | 2020-09-14 10:13:41 +0200 | [diff] [blame] | 2651 | |
David Gibson | ff8cdbb | 2021-09-21 13:34:35 +1000 | [diff] [blame] | 2652 | OpenPIC interrupt controller |
| 2653 | M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> |
| 2654 | S: Odd Fixes |
| 2655 | F: hw/intc/openpic.c |
| 2656 | F: include/hw/ppc/openpic.h |
| 2657 | |
Philippe Mathieu-Daudé | 6cee547 | 2021-10-04 10:26:23 +0200 | [diff] [blame] | 2658 | MIPS CPS |
Philippe Mathieu-Daudé | 8823ef1 | 2022-10-17 20:20:05 +0200 | [diff] [blame] | 2659 | M: Philippe Mathieu-Daudé <philmd@linaro.org> |
Philippe Mathieu-Daudé | 6cee547 | 2021-10-04 10:26:23 +0200 | [diff] [blame] | 2660 | S: Odd Fixes |
| 2661 | F: hw/misc/mips_* |
| 2662 | F: include/hw/misc/mips_* |
| 2663 | |
| 2664 | MIPS GIC |
Philippe Mathieu-Daudé | 8823ef1 | 2022-10-17 20:20:05 +0200 | [diff] [blame] | 2665 | M: Philippe Mathieu-Daudé <philmd@linaro.org> |
Philippe Mathieu-Daudé | 6cee547 | 2021-10-04 10:26:23 +0200 | [diff] [blame] | 2666 | S: Odd Fixes |
| 2667 | F: hw/intc/mips_gic.c |
| 2668 | F: hw/timer/mips_gictimer.c |
| 2669 | F: include/hw/intc/mips_gic.h |
| 2670 | F: include/hw/timer/mips_gictimer.h |
| 2671 | |
Cornelia Huck | 56e3483 | 2021-12-22 11:55:48 +0100 | [diff] [blame] | 2672 | S390 3270 device |
| 2673 | M: Halil Pasic <pasic@linux.ibm.com> |
| 2674 | M: Christian Borntraeger <borntraeger@linux.ibm.com> |
| 2675 | S: Odd fixes |
| 2676 | F: include/hw/s390x/3270-ccw.h |
| 2677 | F: hw/char/terminal3270.c |
| 2678 | F: hw/s390x/3270-ccw.c |
| 2679 | L: qemu-s390x@nongnu.org |
| 2680 | |
| 2681 | S390 diag 288 watchdog |
| 2682 | M: Halil Pasic <pasic@linux.ibm.com> |
| 2683 | M: Christian Borntraeger <borntraeger@linux.ibm.com> |
| 2684 | S: Supported |
| 2685 | F: hw/watchdog/wdt_diag288.c |
| 2686 | F: include/hw/watchdog/wdt_diag288.h |
| 2687 | L: qemu-s390x@nongnu.org |
| 2688 | |
| 2689 | S390 storage key device |
| 2690 | M: Halil Pasic <pasic@linux.ibm.com> |
| 2691 | M: Christian Borntraeger <borntraeger@linux.ibm.com> |
| 2692 | S: Supported |
| 2693 | F: hw/s390x/storage-keys.h |
Eric Farman | 5cf9a81 | 2023-10-20 16:15:09 +0200 | [diff] [blame] | 2694 | F: hw/s390x/s390-skeys*.c |
Cornelia Huck | 56e3483 | 2021-12-22 11:55:48 +0100 | [diff] [blame] | 2695 | L: qemu-s390x@nongnu.org |
| 2696 | |
| 2697 | S390 storage attribute device |
| 2698 | M: Halil Pasic <pasic@linux.ibm.com> |
| 2699 | M: Christian Borntraeger <borntraeger@linux.ibm.com> |
| 2700 | S: Supported |
| 2701 | F: hw/s390x/storage-attributes.h |
Eric Farman | 5cf9a81 | 2023-10-20 16:15:09 +0200 | [diff] [blame] | 2702 | F: hw/s390x/s390-stattrib*.c |
Cornelia Huck | 56e3483 | 2021-12-22 11:55:48 +0100 | [diff] [blame] | 2703 | L: qemu-s390x@nongnu.org |
| 2704 | |
| 2705 | S390 floating interrupt controller |
| 2706 | M: Halil Pasic <pasic@linux.ibm.com> |
| 2707 | M: Christian Borntraeger <borntraeger@linux.ibm.com> |
| 2708 | M: David Hildenbrand <david@redhat.com> |
| 2709 | S: Supported |
| 2710 | F: hw/intc/s390_flic*.c |
| 2711 | F: include/hw/s390x/s390_flic.h |
| 2712 | L: qemu-s390x@nongnu.org |
| 2713 | |
Hongren (Zenithal) Zheng | 5028d66 | 2022-05-19 20:40:55 +0800 | [diff] [blame] | 2714 | CanoKey |
| 2715 | M: Hongren (Zenithal) Zheng <i@zenithal.me> |
| 2716 | S: Maintained |
| 2717 | R: Canokeys.org <contact@canokeys.org> |
| 2718 | F: hw/usb/canokey.c |
| 2719 | F: hw/usb/canokey.h |
| 2720 | F: docs/system/devices/canokey.rst |
| 2721 | |
Maciej S. Szmigiero | 00313b5 | 2023-10-21 23:14:53 +0200 | [diff] [blame] | 2722 | Hyper-V Dynamic Memory Protocol |
| 2723 | M: Maciej S. Szmigiero <maciej.szmigiero@oracle.com> |
| 2724 | S: Supported |
| 2725 | F: hw/hyperv/hv-balloon*.c |
| 2726 | F: hw/hyperv/hv-balloon*.h |
| 2727 | F: include/hw/hyperv/dynmem-proto.h |
| 2728 | F: include/hw/hyperv/hv-balloon.h |
| 2729 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 2730 | Subsystems |
| 2731 | ---------- |
Philippe Mathieu-Daudé | a8f4aee | 2021-08-16 21:10:12 +0200 | [diff] [blame] | 2732 | Overall Audio backends |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 2733 | M: Gerd Hoffmann <kraxel@redhat.com> |
Marc-André Lureau | cc99139 | 2023-02-07 12:56:10 +0400 | [diff] [blame] | 2734 | M: Marc-André Lureau <marcandre.lureau@redhat.com> |
Gerd Hoffmann | 6bc915f | 2021-08-10 10:34:46 +0200 | [diff] [blame] | 2735 | S: Odd Fixes |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 2736 | F: audio/ |
Philippe Mathieu-Daudé | 0ebe43e | 2021-08-16 21:10:14 +0200 | [diff] [blame] | 2737 | X: audio/alsaaudio.c |
| 2738 | X: audio/coreaudio.c |
| 2739 | X: audio/dsound* |
| 2740 | X: audio/jackaudio.c |
| 2741 | X: audio/ossaudio.c |
| 2742 | X: audio/paaudio.c |
| 2743 | X: audio/sdlaudio.c |
Alexandre Ratchov | 663df1c | 2022-09-07 15:23:42 +0200 | [diff] [blame] | 2744 | X: audio/sndioaudio.c |
Philippe Mathieu-Daudé | 4566d14 | 2021-08-16 21:10:13 +0200 | [diff] [blame] | 2745 | X: audio/spiceaudio.c |
Markus Armbruster | 92a3c6a | 2020-11-02 09:15:49 +0100 | [diff] [blame] | 2746 | F: qapi/audio.json |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 2747 | |
Philippe Mathieu-Daudé | 0ebe43e | 2021-08-16 21:10:14 +0200 | [diff] [blame] | 2748 | ALSA Audio backend |
| 2749 | M: Gerd Hoffmann <kraxel@redhat.com> |
Christian Schoenebeck | 584ab34 | 2021-09-04 15:13:46 +0200 | [diff] [blame] | 2750 | R: Christian Schoenebeck <qemu_oss@crudebyte.com> |
Philippe Mathieu-Daudé | 0ebe43e | 2021-08-16 21:10:14 +0200 | [diff] [blame] | 2751 | S: Odd Fixes |
| 2752 | F: audio/alsaaudio.c |
| 2753 | |
| 2754 | Core Audio framework backend |
| 2755 | M: Gerd Hoffmann <kraxel@redhat.com> |
Philippe Mathieu-Daudé | 8823ef1 | 2022-10-17 20:20:05 +0200 | [diff] [blame] | 2756 | M: Philippe Mathieu-Daudé <philmd@linaro.org> |
Christian Schoenebeck | 584ab34 | 2021-09-04 15:13:46 +0200 | [diff] [blame] | 2757 | R: Christian Schoenebeck <qemu_oss@crudebyte.com> |
Akihiko Odaki | 4f97863 | 2023-05-12 15:43:37 +0100 | [diff] [blame] | 2758 | R: Akihiko Odaki <akihiko.odaki@daynix.com> |
Philippe Mathieu-Daudé | 0ebe43e | 2021-08-16 21:10:14 +0200 | [diff] [blame] | 2759 | S: Odd Fixes |
| 2760 | F: audio/coreaudio.c |
| 2761 | |
| 2762 | DSound Audio backend |
| 2763 | M: Gerd Hoffmann <kraxel@redhat.com> |
| 2764 | S: Odd Fixes |
| 2765 | F: audio/dsound* |
| 2766 | |
| 2767 | JACK Audio Connection Kit backend |
| 2768 | M: Gerd Hoffmann <kraxel@redhat.com> |
Christian Schoenebeck | 584ab34 | 2021-09-04 15:13:46 +0200 | [diff] [blame] | 2769 | R: Christian Schoenebeck <qemu_oss@crudebyte.com> |
Philippe Mathieu-Daudé | 0ebe43e | 2021-08-16 21:10:14 +0200 | [diff] [blame] | 2770 | S: Odd Fixes |
| 2771 | F: audio/jackaudio.c |
| 2772 | |
| 2773 | Open Sound System (OSS) Audio backend |
| 2774 | M: Gerd Hoffmann <kraxel@redhat.com> |
| 2775 | S: Odd Fixes |
| 2776 | F: audio/ossaudio.c |
| 2777 | |
| 2778 | PulseAudio backend |
| 2779 | M: Gerd Hoffmann <kraxel@redhat.com> |
| 2780 | S: Odd Fixes |
| 2781 | F: audio/paaudio.c |
| 2782 | |
| 2783 | SDL Audio backend |
| 2784 | M: Gerd Hoffmann <kraxel@redhat.com> |
Thomas Huth | 2863bd5 | 2021-10-30 08:21:06 +0200 | [diff] [blame] | 2785 | R: Thomas Huth <huth@tuxfamily.org> |
Philippe Mathieu-Daudé | 0ebe43e | 2021-08-16 21:10:14 +0200 | [diff] [blame] | 2786 | S: Odd Fixes |
| 2787 | F: audio/sdlaudio.c |
| 2788 | |
Alexandre Ratchov | 663df1c | 2022-09-07 15:23:42 +0200 | [diff] [blame] | 2789 | Sndio Audio backend |
| 2790 | M: Gerd Hoffmann <kraxel@redhat.com> |
| 2791 | R: Alexandre Ratchov <alex@caoua.org> |
| 2792 | S: Odd Fixes |
| 2793 | F: audio/sndioaudio.c |
| 2794 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 2795 | Block layer core |
| 2796 | M: Kevin Wolf <kwolf@redhat.com> |
Hanna Reitz | b0c4798 | 2021-08-10 16:04:11 +0200 | [diff] [blame] | 2797 | M: Hanna Reitz <hreitz@redhat.com> |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 2798 | L: qemu-block@nongnu.org |
| 2799 | S: Supported |
| 2800 | F: block* |
| 2801 | F: block/ |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 2802 | F: hw/block/ |
Markus Armbruster | b885cdd | 2022-10-20 14:05:41 +0200 | [diff] [blame] | 2803 | F: qapi/block*.json |
| 2804 | F: qapi/transaction.json |
Kevin Wolf | 4c346e0 | 2015-05-20 12:03:17 +0200 | [diff] [blame] | 2805 | F: include/block/ |
Stefan Hajnoczi | 7f9241d | 2022-10-13 14:59:04 -0400 | [diff] [blame] | 2806 | F: include/sysemu/block-*.h |
Kevin Wolf | 4607876 | 2014-04-24 11:53:39 +0200 | [diff] [blame] | 2807 | F: qemu-img* |
Wainer dos Santos Moschetta | 33b2b38 | 2021-02-04 10:54:25 -0300 | [diff] [blame] | 2808 | F: docs/tools/qemu-img.rst |
Kevin Wolf | 4607876 | 2014-04-24 11:53:39 +0200 | [diff] [blame] | 2809 | F: qemu-io* |
Kevin Wolf | 2924209 | 2014-10-21 17:43:17 +0200 | [diff] [blame] | 2810 | F: tests/qemu-iotests/ |
Max Reitz | 8dd30c8 | 2017-04-28 18:55:17 +0200 | [diff] [blame] | 2811 | F: util/qemu-progress.c |
Markus Armbruster | 0bcc8e5 | 2018-06-14 21:14:29 +0200 | [diff] [blame] | 2812 | F: qobject/block-qdict.c |
Thomas Huth | da668aa | 2021-03-10 07:33:14 +0100 | [diff] [blame] | 2813 | F: tests/unit/check-block-qdict.c |
Stefan Hajnoczi | ebe2aad | 2018-11-08 11:15:28 +0000 | [diff] [blame] | 2814 | T: git https://repo.or.cz/qemu/kevin.git block |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 2815 | |
Stefan Hajnoczi | c607c7f | 2020-12-09 10:38:02 +0000 | [diff] [blame] | 2816 | Storage daemon |
| 2817 | M: Kevin Wolf <kwolf@redhat.com> |
| 2818 | L: qemu-block@nongnu.org |
| 2819 | S: Supported |
| 2820 | F: storage-daemon/ |
| 2821 | F: docs/interop/qemu-storage-daemon-qmp-ref.rst |
| 2822 | F: docs/tools/qemu-storage-daemon.rst |
| 2823 | T: git https://repo.or.cz/qemu/kevin.git block |
| 2824 | |
Stefan Hajnoczi | d55053b | 2015-04-29 15:13:27 +0100 | [diff] [blame] | 2825 | Block I/O path |
| 2826 | M: Stefan Hajnoczi <stefanha@redhat.com> |
Fam Zheng | fe5ca46 | 2018-11-21 23:30:36 +0800 | [diff] [blame] | 2827 | M: Fam Zheng <fam@euphon.net> |
Stefan Hajnoczi | d55053b | 2015-04-29 15:13:27 +0100 | [diff] [blame] | 2828 | L: qemu-block@nongnu.org |
| 2829 | S: Supported |
Paolo Bonzini | 36c697b | 2017-05-03 12:30:23 +0200 | [diff] [blame] | 2830 | F: util/async.c |
| 2831 | F: util/aio-*.c |
Stefan Hajnoczi | 1f050a4 | 2020-03-05 17:08:02 +0000 | [diff] [blame] | 2832 | F: util/aio-*.h |
Stefan Hajnoczi | 433fcea | 2023-09-13 16:00:43 -0400 | [diff] [blame] | 2833 | F: util/defer-call.c |
Stefan Hajnoczi | 1f050a4 | 2020-03-05 17:08:02 +0000 | [diff] [blame] | 2834 | F: util/fdmon-*.c |
Stefan Hajnoczi | d55053b | 2015-04-29 15:13:27 +0100 | [diff] [blame] | 2835 | F: block/io.c |
Fam Zheng | e1029ae | 2016-07-18 15:19:47 +0800 | [diff] [blame] | 2836 | F: include/block/aio.h |
Stefan Hajnoczi | f5a53fa | 2018-03-12 13:22:04 +0000 | [diff] [blame] | 2837 | F: include/block/aio-wait.h |
Stefan Hajnoczi | 433fcea | 2023-09-13 16:00:43 -0400 | [diff] [blame] | 2838 | F: include/qemu/defer-call.h |
Philippe Mathieu-Daudé | 0a4f9ad | 2017-09-08 14:36:28 -0300 | [diff] [blame] | 2839 | F: scripts/qemugdb/aio.py |
Thomas Huth | da668aa | 2021-03-10 07:33:14 +0100 | [diff] [blame] | 2840 | F: tests/unit/test-fdmon-epoll.c |
Stefan Hajnoczi | e18a8b3 | 2018-11-08 11:15:26 +0000 | [diff] [blame] | 2841 | T: git https://github.com/stefanha/qemu.git block |
Stefan Hajnoczi | d55053b | 2015-04-29 15:13:27 +0100 | [diff] [blame] | 2842 | |
Paolo Bonzini | e5b5728 | 2017-08-22 07:08:27 +0200 | [diff] [blame] | 2843 | Block SCSI subsystem |
| 2844 | M: Paolo Bonzini <pbonzini@redhat.com> |
Fam Zheng | fe5ca46 | 2018-11-21 23:30:36 +0800 | [diff] [blame] | 2845 | R: Fam Zheng <fam@euphon.net> |
Paolo Bonzini | e5b5728 | 2017-08-22 07:08:27 +0200 | [diff] [blame] | 2846 | L: qemu-block@nongnu.org |
| 2847 | S: Supported |
| 2848 | F: include/scsi/* |
| 2849 | F: scsi/* |
| 2850 | |
Jeff Cody | 280458a | 2015-03-06 12:16:06 -0500 | [diff] [blame] | 2851 | Block Jobs |
Jeff Cody | 03283d6 | 2018-09-26 14:05:32 -0400 | [diff] [blame] | 2852 | M: John Snow <jsnow@redhat.com> |
Vladimir Sementsov-Ogievskiy | 9e4067b | 2022-05-26 14:54:32 +0300 | [diff] [blame] | 2853 | M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru> |
Jeff Cody | 280458a | 2015-03-06 12:16:06 -0500 | [diff] [blame] | 2854 | L: qemu-block@nongnu.org |
| 2855 | S: Supported |
| 2856 | F: blockjob.c |
| 2857 | F: include/block/blockjob.h |
Kevin Wolf | 33e9e9b | 2018-04-12 17:29:59 +0200 | [diff] [blame] | 2858 | F: job.c |
Kevin Wolf | 1a90bc8 | 2018-05-03 19:01:14 +0200 | [diff] [blame] | 2859 | F: job-qmp.c |
Markus Armbruster | c468e36 | 2018-08-10 13:55:53 +0200 | [diff] [blame] | 2860 | F: include/qemu/job.h |
Jeff Cody | 280458a | 2015-03-06 12:16:06 -0500 | [diff] [blame] | 2861 | F: block/backup.c |
| 2862 | F: block/commit.c |
Jeff Cody | 7734602 | 2016-03-09 21:54:00 -0500 | [diff] [blame] | 2863 | F: block/stream.c |
Jeff Cody | 280458a | 2015-03-06 12:16:06 -0500 | [diff] [blame] | 2864 | F: block/mirror.c |
Kevin Wolf | bf42508 | 2018-05-16 16:03:10 +0200 | [diff] [blame] | 2865 | F: qapi/job.json |
Vladimir Sementsov-Ogievskiy | d7beddc | 2021-01-28 17:41:44 +0300 | [diff] [blame] | 2866 | F: block/block-copy.c |
Vladimir Sementsov-Ogievskiy | d088e6a | 2022-03-03 20:43:39 +0100 | [diff] [blame] | 2867 | F: include/block/block-copy.h |
| 2868 | F: block/reqlist.c |
| 2869 | F: include/block/reqlist.h |
Vladimir Sementsov-Ogievskiy | d003e0a | 2021-08-24 11:38:27 +0300 | [diff] [blame] | 2870 | F: block/copy-before-write.h |
| 2871 | F: block/copy-before-write.c |
Vladimir Sementsov-Ogievskiy | 1c14eaa | 2022-03-03 20:43:44 +0100 | [diff] [blame] | 2872 | F: block/snapshot-access.c |
Vladimir Sementsov-Ogievskiy | d7beddc | 2021-01-28 17:41:44 +0300 | [diff] [blame] | 2873 | F: include/block/aio_task.h |
| 2874 | F: block/aio_task.c |
| 2875 | F: util/qemu-co-shared-resource.c |
| 2876 | F: include/qemu/co-shared-resource.h |
John Snow | 77582e2 | 2020-10-01 12:24:01 -0400 | [diff] [blame] | 2877 | T: git https://gitlab.com/jsnow/qemu.git jobs |
Vladimir Sementsov-Ogievskiy | 9e4067b | 2022-05-26 14:54:32 +0300 | [diff] [blame] | 2878 | T: git https://gitlab.com/vsementsov/qemu.git block |
Jeff Cody | 280458a | 2015-03-06 12:16:06 -0500 | [diff] [blame] | 2879 | |
Jonathan Cameron | 502730e | 2022-04-29 15:40:28 +0100 | [diff] [blame] | 2880 | Compute Express Link |
Jonathan Cameron | 502730e | 2022-04-29 15:40:28 +0100 | [diff] [blame] | 2881 | M: Jonathan Cameron <jonathan.cameron@huawei.com> |
Jonathan Cameron | 3456fed | 2023-02-28 11:39:26 +0000 | [diff] [blame] | 2882 | R: Fan Ni <fan.ni@samsung.com> |
Jonathan Cameron | 502730e | 2022-04-29 15:40:28 +0100 | [diff] [blame] | 2883 | S: Supported |
| 2884 | F: hw/cxl/ |
David Hildenbrand | 2fcd005 | 2022-06-17 14:31:51 +0200 | [diff] [blame] | 2885 | F: hw/mem/cxl_type3.c |
Jonathan Cameron | 502730e | 2022-04-29 15:40:28 +0100 | [diff] [blame] | 2886 | F: include/hw/cxl/ |
Markus Armbruster | 66ba157 | 2024-02-05 09:47:46 +0100 | [diff] [blame] | 2887 | F: qapi/cxl.json |
Jonathan Cameron | 502730e | 2022-04-29 15:40:28 +0100 | [diff] [blame] | 2888 | |
John Snow | 538193b | 2016-08-04 14:18:51 -0400 | [diff] [blame] | 2889 | Dirty Bitmaps |
Eric Blake | edb0590 | 2020-05-14 13:00:03 -0500 | [diff] [blame] | 2890 | M: Eric Blake <eblake@redhat.com> |
Vladimir Sementsov-Ogievskiy | 9e4067b | 2022-05-26 14:54:32 +0300 | [diff] [blame] | 2891 | M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru> |
Eric Blake | edb0590 | 2020-05-14 13:00:03 -0500 | [diff] [blame] | 2892 | R: John Snow <jsnow@redhat.com> |
John Snow | 538193b | 2016-08-04 14:18:51 -0400 | [diff] [blame] | 2893 | L: qemu-block@nongnu.org |
| 2894 | S: Supported |
John Snow | 538193b | 2016-08-04 14:18:51 -0400 | [diff] [blame] | 2895 | F: include/qemu/hbitmap.h |
| 2896 | F: include/block/dirty-bitmap.h |
Eric Blake | bb4e58c | 2020-05-18 13:53:07 -0500 | [diff] [blame] | 2897 | F: block/monitor/bitmap-qmp-cmds.c |
Vladimir Sementsov-Ogievskiy | 00637c6 | 2019-12-19 13:16:03 +0300 | [diff] [blame] | 2898 | F: block/dirty-bitmap.c |
| 2899 | F: block/qcow2-bitmap.c |
Vladimir Sementsov-Ogievskiy | 052db8e | 2019-10-26 19:56:55 +0300 | [diff] [blame] | 2900 | F: migration/block-dirty-bitmap.c |
Vladimir Sementsov-Ogievskiy | 00637c6 | 2019-12-19 13:16:03 +0300 | [diff] [blame] | 2901 | F: util/hbitmap.c |
Thomas Huth | da668aa | 2021-03-10 07:33:14 +0100 | [diff] [blame] | 2902 | F: tests/unit/test-hbitmap.c |
Philippe Mathieu-Daudé | 5746c1c | 2017-09-08 14:36:32 -0300 | [diff] [blame] | 2903 | F: docs/interop/bitmaps.rst |
Eric Blake | edb0590 | 2020-05-14 13:00:03 -0500 | [diff] [blame] | 2904 | T: git https://repo.or.cz/qemu/ericb.git bitmaps |
Vladimir Sementsov-Ogievskiy | 9e4067b | 2022-05-26 14:54:32 +0300 | [diff] [blame] | 2905 | T: git https://gitlab.com/vsementsov/qemu.git block |
John Snow | 538193b | 2016-08-04 14:18:51 -0400 | [diff] [blame] | 2906 | |
Paolo Bonzini | 61af0ee | 2015-09-22 11:40:00 +0200 | [diff] [blame] | 2907 | Character device backends |
Marc-André Lureau | 55fc84a | 2017-01-30 17:37:31 +0400 | [diff] [blame] | 2908 | M: Marc-André Lureau <marcandre.lureau@redhat.com> |
Paolo Bonzini | 2185fd6 | 2018-10-19 14:25:42 +0200 | [diff] [blame] | 2909 | R: Paolo Bonzini <pbonzini@redhat.com> |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 2910 | S: Maintained |
Marc-André Lureau | 178fe0a | 2016-12-10 00:29:03 +0300 | [diff] [blame] | 2911 | F: chardev/ |
Marc-André Lureau | 8228e35 | 2017-01-26 17:19:46 +0400 | [diff] [blame] | 2912 | F: include/chardev/ |
Markus Armbruster | dbeee39 | 2017-08-24 21:13:58 +0200 | [diff] [blame] | 2913 | F: qapi/char.json |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 2914 | |
Paolo Bonzini | e26082f | 2014-10-22 14:53:32 +0200 | [diff] [blame] | 2915 | Character Devices (Braille) |
| 2916 | M: Samuel Thibault <samuel.thibault@ens-lyon.org> |
| 2917 | S: Maintained |
Marc-André Lureau | 6b10e57 | 2017-05-29 12:39:42 +0400 | [diff] [blame] | 2918 | F: chardev/baum.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 2919 | |
Markus Armbruster | e94630d | 2017-03-20 13:55:48 +0100 | [diff] [blame] | 2920 | Command line option argument parsing |
| 2921 | M: Markus Armbruster <armbru@redhat.com> |
| 2922 | S: Supported |
| 2923 | F: include/qemu/option.h |
Thomas Huth | da668aa | 2021-03-10 07:33:14 +0100 | [diff] [blame] | 2924 | F: tests/unit/test-keyval.c |
| 2925 | F: tests/unit/test-qemu-opts.c |
Thomas Huth | eeba3d7 | 2024-08-30 15:38:07 +0200 | [diff] [blame] | 2926 | F: tests/functional/test_version.py |
Markus Armbruster | e94630d | 2017-03-20 13:55:48 +0100 | [diff] [blame] | 2927 | F: util/keyval.c |
| 2928 | F: util/qemu-option.c |
| 2929 | |
Markus Armbruster | 8c413e7 | 2015-01-28 11:29:57 +0100 | [diff] [blame] | 2930 | Coverity model |
| 2931 | M: Markus Armbruster <armbru@redhat.com> |
| 2932 | S: Supported |
| 2933 | F: scripts/coverity-model.c |
| 2934 | |
Peter Maydell | 9c263d0 | 2020-03-19 19:33:22 +0000 | [diff] [blame] | 2935 | Coverity Scan integration |
| 2936 | M: Peter Maydell <peter.maydell@linaro.org> |
| 2937 | S: Maintained |
| 2938 | F: scripts/coverity-scan/ |
| 2939 | |
Peter A. G. Crosthwaite | d24b569 | 2012-06-26 14:29:42 +1000 | [diff] [blame] | 2940 | Device Tree |
Alistair Francis | c3c962c | 2019-03-26 13:53:32 -0700 | [diff] [blame] | 2941 | M: Alistair Francis <alistair.francis@wdc.com> |
| 2942 | R: David Gibson <david@gibson.dropbear.id.au> |
Peter A. G. Crosthwaite | d24b569 | 2012-06-26 14:29:42 +1000 | [diff] [blame] | 2943 | S: Maintained |
Philippe Mathieu-Daudé | 8d7f2e7 | 2023-10-04 11:06:28 +0200 | [diff] [blame] | 2944 | F: system/device_tree.c |
Thomas Huth | 8240751 | 2015-12-17 15:25:12 +0100 | [diff] [blame] | 2945 | F: include/sysemu/device_tree.h |
Peter A. G. Crosthwaite | d24b569 | 2012-06-26 14:29:42 +1000 | [diff] [blame] | 2946 | |
Marc-André Lureau | 3505a22 | 2017-09-11 18:59:29 +0200 | [diff] [blame] | 2947 | Dump |
| 2948 | S: Supported |
| 2949 | M: Marc-André Lureau <marcandre.lureau@redhat.com> |
Markus Armbruster | 6d3da32 | 2019-06-19 22:10:49 +0200 | [diff] [blame] | 2950 | F: dump/ |
Marc-André Lureau | 3505a22 | 2017-09-11 18:59:29 +0200 | [diff] [blame] | 2951 | F: hw/misc/vmcoreinfo.c |
| 2952 | F: include/hw/misc/vmcoreinfo.h |
Markus Armbruster | 6d3da32 | 2019-06-19 22:10:49 +0200 | [diff] [blame] | 2953 | F: include/qemu/win_dump_defs |
Marc-André Lureau | 3505a22 | 2017-09-11 18:59:29 +0200 | [diff] [blame] | 2954 | F: include/sysemu/dump-arch.h |
| 2955 | F: include/sysemu/dump.h |
Markus Armbruster | d06b747 | 2019-06-19 22:10:47 +0200 | [diff] [blame] | 2956 | F: qapi/dump.json |
Marc-André Lureau | 3505a22 | 2017-09-11 18:59:29 +0200 | [diff] [blame] | 2957 | F: scripts/dump-guest-memory.py |
| 2958 | F: stubs/dump.c |
Peter Maydell | 096d3ce | 2023-09-27 16:12:04 +0100 | [diff] [blame] | 2959 | F: docs/specs/vmcoreinfo.rst |
Marc-André Lureau | 3505a22 | 2017-09-11 18:59:29 +0200 | [diff] [blame] | 2960 | |
Markus Armbruster | 4f96676 | 2015-09-12 13:29:56 +0200 | [diff] [blame] | 2961 | Error reporting |
| 2962 | M: Markus Armbruster <armbru@redhat.com> |
| 2963 | S: Supported |
| 2964 | F: include/qapi/error.h |
| 2965 | F: include/qemu/error-report.h |
Markus Armbruster | abb3d37 | 2019-08-12 07:23:33 +0200 | [diff] [blame] | 2966 | F: qapi/error.json |
Markus Armbruster | 4f96676 | 2015-09-12 13:29:56 +0200 | [diff] [blame] | 2967 | F: util/error.c |
Zhao Liu | 3325af5 | 2024-03-27 19:55:39 +0800 | [diff] [blame] | 2968 | F: util/error-report.c |
Vladimir Sementsov-Ogievskiy | d1d3a99 | 2020-03-24 18:36:25 +0300 | [diff] [blame] | 2969 | F: scripts/coccinelle/err-bad-newline.cocci |
| 2970 | F: scripts/coccinelle/error-use-after-free.cocci |
| 2971 | F: scripts/coccinelle/error_propagate_null.cocci |
| 2972 | F: scripts/coccinelle/remove_local_err.cocci |
| 2973 | F: scripts/coccinelle/use-error_fatal.cocci |
Vladimir Sementsov-Ogievskiy | 8220f3a | 2020-07-07 18:50:31 +0200 | [diff] [blame] | 2974 | F: scripts/coccinelle/errp-guard.cocci |
Markus Armbruster | 4f96676 | 2015-09-12 13:29:56 +0200 | [diff] [blame] | 2975 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 2976 | GDB stub |
Alex Bennée | c7b3e86 | 2019-06-06 09:27:53 +0100 | [diff] [blame] | 2977 | M: Alex Bennée <alex.bennee@linaro.org> |
Philippe Mathieu-Daudé | 8823ef1 | 2022-10-17 20:20:05 +0200 | [diff] [blame] | 2978 | R: Philippe Mathieu-Daudé <philmd@linaro.org> |
Alex Bennée | c7b3e86 | 2019-06-06 09:27:53 +0100 | [diff] [blame] | 2979 | S: Maintained |
Thomas Huth | 4db546d | 2022-12-12 18:48:41 +0100 | [diff] [blame] | 2980 | F: docs/system/gdb.rst |
Alex Bennée | 842b42d | 2022-09-29 12:42:22 +0100 | [diff] [blame] | 2981 | F: gdbstub/* |
Peter Maydell | 0dec101 | 2021-02-11 12:27:44 +0000 | [diff] [blame] | 2982 | F: include/exec/gdbstub.h |
Alex Bennée | d96bf49 | 2023-03-02 18:57:47 -0800 | [diff] [blame] | 2983 | F: include/gdbstub/* |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 2984 | F: gdb-xml/ |
Alex Bennée | 21750c3 | 2023-11-06 18:50:56 +0000 | [diff] [blame] | 2985 | F: tests/tcg/multiarch/gdbstub/* |
Akihiko Odaki | 956af7d | 2023-10-09 17:40:51 +0100 | [diff] [blame] | 2986 | F: scripts/feature_to_c.py |
Alex Bennée | bcbc36a | 2023-03-02 18:57:59 -0800 | [diff] [blame] | 2987 | F: scripts/probe-gdb-support.py |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 2988 | |
Paolo Bonzini | 01a9c03 | 2014-04-29 16:05:53 +0200 | [diff] [blame] | 2989 | Memory API |
| 2990 | M: Paolo Bonzini <pbonzini@redhat.com> |
David Hildenbrand | 07b315b | 2021-07-23 12:05:31 +0200 | [diff] [blame] | 2991 | M: Peter Xu <peterx@redhat.com> |
| 2992 | M: David Hildenbrand <david@redhat.com> |
Philippe Mathieu-Daudé | 8823ef1 | 2022-10-17 20:20:05 +0200 | [diff] [blame] | 2993 | R: Philippe Mathieu-Daudé <philmd@linaro.org> |
Paolo Bonzini | 01a9c03 | 2014-04-29 16:05:53 +0200 | [diff] [blame] | 2994 | S: Supported |
| 2995 | F: include/exec/ioport.h |
Tony Nguyen | 14776ab | 2019-08-24 04:10:58 +1000 | [diff] [blame] | 2996 | F: include/exec/memop.h |
Paolo Bonzini | 01a9c03 | 2014-04-29 16:05:53 +0200 | [diff] [blame] | 2997 | F: include/exec/memory.h |
Paolo Bonzini | 2b1641d | 2015-11-13 18:49:54 +0100 | [diff] [blame] | 2998 | F: include/exec/ram_addr.h |
Juan Quintela | 41aa4e9 | 2020-01-22 15:58:57 +0100 | [diff] [blame] | 2999 | F: include/exec/ramblock.h |
David Hildenbrand | 9f04dd7 | 2021-07-23 12:05:32 +0200 | [diff] [blame] | 3000 | F: include/sysemu/memory_mapping.h |
Philippe Mathieu-Daudé | 8d7f2e7 | 2023-10-04 11:06:28 +0200 | [diff] [blame] | 3001 | F: system/dma-helpers.c |
| 3002 | F: system/ioport.c |
| 3003 | F: system/memory.c |
| 3004 | F: system/memory_mapping.c |
| 3005 | F: system/physmem.c |
Paolo Bonzini | 01a9c03 | 2014-04-29 16:05:53 +0200 | [diff] [blame] | 3006 | F: include/exec/memory-internal.h |
Philippe Mathieu-Daudé | 044e2af | 2020-02-24 14:45:07 +0100 | [diff] [blame] | 3007 | F: scripts/coccinelle/memory-region-housekeeping.cocci |
Paolo Bonzini | 01a9c03 | 2014-04-29 16:05:53 +0200 | [diff] [blame] | 3008 | |
David Hildenbrand | 2fcd005 | 2022-06-17 14:31:51 +0200 | [diff] [blame] | 3009 | Memory devices |
| 3010 | M: David Hildenbrand <david@redhat.com> |
| 3011 | M: Igor Mammedov <imammedo@redhat.com> |
| 3012 | R: Xiao Guangrong <xiaoguangrong.eric@gmail.com> |
| 3013 | S: Supported |
| 3014 | F: hw/mem/memory-device.c |
| 3015 | F: hw/mem/nvdimm.c |
| 3016 | F: hw/mem/pc-dimm.c |
| 3017 | F: include/hw/mem/memory-device.h |
| 3018 | F: include/hw/mem/nvdimm.h |
| 3019 | F: include/hw/mem/pc-dimm.h |
David Hildenbrand | 759bac6 | 2023-09-26 20:57:27 +0200 | [diff] [blame] | 3020 | F: stubs/memory_device.c |
David Hildenbrand | 2fcd005 | 2022-06-17 14:31:51 +0200 | [diff] [blame] | 3021 | F: docs/nvdimm.txt |
| 3022 | |
Gerd Hoffmann | 7ee3bf0 | 2010-12-13 21:30:37 +0100 | [diff] [blame] | 3023 | SPICE |
Gerd Hoffmann | 3476103 | 2024-05-28 10:38:56 +0200 | [diff] [blame] | 3024 | S: Orphan |
Peter Maydell | 6e481d5 | 2013-06-24 11:49:32 +0100 | [diff] [blame] | 3025 | F: include/ui/qemu-spice.h |
Thomas Huth | 438528a | 2016-02-25 10:36:06 +0100 | [diff] [blame] | 3026 | F: include/ui/spice-display.h |
Gerd Hoffmann | 7ee3bf0 | 2010-12-13 21:30:37 +0100 | [diff] [blame] | 3027 | F: ui/spice-*.c |
| 3028 | F: audio/spiceaudio.c |
Paolo Bonzini | 8d8b636 | 2013-02-04 15:19:30 +0100 | [diff] [blame] | 3029 | F: hw/display/qxl* |
Markus Armbruster | 608cfed | 2017-08-24 21:14:00 +0200 | [diff] [blame] | 3030 | F: qapi/ui.json |
Philippe Mathieu-Daudé | 9bd4cb3 | 2018-11-25 21:49:52 +0100 | [diff] [blame] | 3031 | F: docs/spice-port-fqdn.txt |
Gerd Hoffmann | 7ee3bf0 | 2010-12-13 21:30:37 +0100 | [diff] [blame] | 3032 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 3033 | Graphics |
Marc-André Lureau | cc99139 | 2023-02-07 12:56:10 +0400 | [diff] [blame] | 3034 | M: Marc-André Lureau <marcandre.lureau@redhat.com> |
Gerd Hoffmann | 25eccc3 | 2014-04-07 10:42:03 +0200 | [diff] [blame] | 3035 | S: Odd Fixes |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 3036 | F: ui/ |
Thomas Huth | e220656 | 2016-02-25 10:36:07 +0100 | [diff] [blame] | 3037 | F: include/ui/ |
Markus Armbruster | 608cfed | 2017-08-24 21:14:00 +0200 | [diff] [blame] | 3038 | F: qapi/ui.json |
Marc-André Lureau | b1d3803 | 2018-07-13 15:09:06 +0200 | [diff] [blame] | 3039 | F: util/drm.c |
Thomas Huth | 4db546d | 2022-12-12 18:48:41 +0100 | [diff] [blame] | 3040 | F: docs/devel/ui.rst |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 3041 | |
Andreas Färber | 351f1bf | 2011-10-30 18:08:01 +0100 | [diff] [blame] | 3042 | Cocoa graphics |
Peter Maydell | 30ef3c7 | 2013-12-16 15:17:55 +0000 | [diff] [blame] | 3043 | M: Peter Maydell <peter.maydell@linaro.org> |
Philippe Mathieu-Daudé | 8823ef1 | 2022-10-17 20:20:05 +0200 | [diff] [blame] | 3044 | M: Philippe Mathieu-Daudé <philmd@linaro.org> |
Akihiko Odaki | 4f97863 | 2023-05-12 15:43:37 +0100 | [diff] [blame] | 3045 | R: Akihiko Odaki <akihiko.odaki@daynix.com> |
Andreas Färber | 351f1bf | 2011-10-30 18:08:01 +0100 | [diff] [blame] | 3046 | S: Odd Fixes |
| 3047 | F: ui/cocoa.m |
| 3048 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 3049 | Main loop |
Paolo Bonzini | da26f37 | 2014-10-21 15:12:57 +0200 | [diff] [blame] | 3050 | M: Paolo Bonzini <pbonzini@redhat.com> |
| 3051 | S: Maintained |
Markus Armbruster | 54d3123 | 2019-08-12 07:23:59 +0200 | [diff] [blame] | 3052 | F: include/qemu/main-loop.h |
| 3053 | F: include/sysemu/runstate.h |
Alejandro Jimenez | e6dba04 | 2020-12-11 11:52:43 -0500 | [diff] [blame] | 3054 | F: include/sysemu/runstate-action.h |
Paolo Bonzini | 3ecb29a | 2017-05-03 13:59:09 +0200 | [diff] [blame] | 3055 | F: util/main-loop.c |
Thomas Huth | 8993351 | 2023-10-20 08:21:42 +0200 | [diff] [blame] | 3056 | F: util/qemu-timer*.c |
Philippe Mathieu-Daudé | 8d7f2e7 | 2023-10-04 11:06:28 +0200 | [diff] [blame] | 3057 | F: system/vl.c |
| 3058 | F: system/main.c |
| 3059 | F: system/cpus.c |
| 3060 | F: system/cpu-throttle.c |
| 3061 | F: system/cpu-timers.c |
| 3062 | F: system/runstate* |
Markus Armbruster | 0e201d3 | 2017-08-24 21:13:57 +0200 | [diff] [blame] | 3063 | F: qapi/run-state.json |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 3064 | |
Stefan Hajnoczi | 1b7e01d | 2020-09-09 10:08:51 +0100 | [diff] [blame] | 3065 | Read, Copy, Update (RCU) |
| 3066 | M: Paolo Bonzini <pbonzini@redhat.com> |
| 3067 | S: Maintained |
Peter Maydell | 362dbb4 | 2024-10-14 17:05:54 +0100 | [diff] [blame] | 3068 | F: docs/devel/lockcnt.rst |
Peter Maydell | 90655d8 | 2024-10-14 17:05:54 +0100 | [diff] [blame] | 3069 | F: docs/devel/rcu.rst |
Stefan Hajnoczi | 1b7e01d | 2020-09-09 10:08:51 +0100 | [diff] [blame] | 3070 | F: include/qemu/rcu*.h |
Peter Maydell | 51483f6 | 2024-10-14 17:05:54 +0100 | [diff] [blame] | 3071 | F: include/qemu/lockcnt.h |
Thomas Huth | da668aa | 2021-03-10 07:33:14 +0100 | [diff] [blame] | 3072 | F: tests/unit/rcutorture.c |
| 3073 | F: tests/unit/test-rcu-*.c |
Peter Maydell | 51483f6 | 2024-10-14 17:05:54 +0100 | [diff] [blame] | 3074 | F: util/lockcnt.c |
Stefan Hajnoczi | 1b7e01d | 2020-09-09 10:08:51 +0100 | [diff] [blame] | 3075 | F: util/rcu.c |
| 3076 | |
Luiz Capitulino | 8899b4a | 2013-06-03 11:14:26 -0400 | [diff] [blame] | 3077 | Human Monitor (HMP) |
Dr. David Alan Gilbert | b8b6d3c | 2023-03-30 10:55:24 +0100 | [diff] [blame] | 3078 | M: Dr. David Alan Gilbert <dave@treblig.org> |
Luiz Capitulino | fbb0621 | 2014-02-18 09:08:14 -0500 | [diff] [blame] | 3079 | S: Maintained |
Kevin Wolf | 5bce308 | 2019-06-13 17:33:59 +0200 | [diff] [blame] | 3080 | F: monitor/monitor-internal.h |
Kevin Wolf | e84328f | 2019-06-13 17:33:57 +0200 | [diff] [blame] | 3081 | F: monitor/misc.c |
Kevin Wolf | 1d95db7 | 2019-06-13 17:34:02 +0200 | [diff] [blame] | 3082 | F: monitor/monitor.c |
Kevin Wolf | f1b3ccf | 2019-06-13 17:33:58 +0200 | [diff] [blame] | 3083 | F: monitor/hmp* |
| 3084 | F: hmp.h |
Thomas Huth | c13e991 | 2016-09-22 21:32:38 +0200 | [diff] [blame] | 3085 | F: hmp-commands*.hx |
| 3086 | F: include/monitor/hmp-target.h |
Thomas Huth | 1e8a1fa | 2019-09-09 12:04:01 +0200 | [diff] [blame] | 3087 | F: tests/qtest/test-hmp.c |
Markus Armbruster | 637de4d | 2019-04-17 21:06:37 +0200 | [diff] [blame] | 3088 | F: include/qemu/qemu-print.h |
| 3089 | F: util/qemu-print.c |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 3090 | |
Paolo Bonzini | f536f11 | 2015-09-22 11:40:00 +0200 | [diff] [blame] | 3091 | Network device backends |
Stefan Hajnoczi | 442469e | 2015-01-20 15:40:38 +0000 | [diff] [blame] | 3092 | M: Jason Wang <jasowang@redhat.com> |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 3093 | S: Maintained |
| 3094 | F: net/ |
Thomas Huth | d24b2b1 | 2016-02-25 12:56:24 +0100 | [diff] [blame] | 3095 | F: include/net/ |
Markus Armbruster | e9bbc8b | 2019-06-04 13:52:19 +0200 | [diff] [blame] | 3096 | F: qemu-bridge-helper.c |
Stefan Hajnoczi | e18a8b3 | 2018-11-08 11:15:26 +0000 | [diff] [blame] | 3097 | T: git https://github.com/jasowang/qemu.git net |
Markus Armbruster | 3c0bd37 | 2017-08-24 21:13:59 +0200 | [diff] [blame] | 3098 | F: qapi/net.json |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 3099 | |
Vincenzo Maffione | aee09ba | 2013-11-06 18:34:55 +0100 | [diff] [blame] | 3100 | Netmap network backend |
| 3101 | M: Luigi Rizzo <rizzo@iet.unipi.it> |
| 3102 | M: Giuseppe Lettieri <g.lettieri@iet.unipi.it> |
| 3103 | M: Vincenzo Maffione <v.maffione@gmail.com> |
| 3104 | W: http://info.iet.unipi.it/~luigi/netmap/ |
| 3105 | S: Maintained |
| 3106 | F: net/netmap.c |
| 3107 | |
Ilya Maximets | cb039ef | 2023-09-13 20:34:37 +0200 | [diff] [blame] | 3108 | AF_XDP network backend |
| 3109 | R: Ilya Maximets <i.maximets@ovn.org> |
| 3110 | F: net/af-xdp.c |
| 3111 | |
Eduardo Habkost | 4fc264f | 2016-08-01 10:52:42 -0300 | [diff] [blame] | 3112 | Host Memory Backends |
David Hildenbrand | 4ade3ea | 2021-07-23 12:05:30 +0200 | [diff] [blame] | 3113 | M: David Hildenbrand <david@redhat.com> |
Eduardo Habkost | 4fc264f | 2016-08-01 10:52:42 -0300 | [diff] [blame] | 3114 | M: Igor Mammedov <imammedo@redhat.com> |
| 3115 | S: Maintained |
| 3116 | F: backends/hostmem*.c |
| 3117 | F: include/sysemu/hostmem.h |
David Hildenbrand | 9cd9313 | 2023-09-06 14:05:01 +0200 | [diff] [blame] | 3118 | F: docs/system/vm-templating.rst |
Eduardo Habkost | f953c10 | 2020-12-14 16:20:32 -0500 | [diff] [blame] | 3119 | T: git https://gitlab.com/ehabkost/qemu.git machine-next |
Eduardo Habkost | 4fc264f | 2016-08-01 10:52:42 -0300 | [diff] [blame] | 3120 | |
Gonglei | 6034011 | 2016-10-28 16:33:31 +0800 | [diff] [blame] | 3121 | Cryptodev Backends |
| 3122 | M: Gonglei <arei.gonglei@huawei.com> |
zhenwei pi | 2133e07 | 2023-03-01 18:58:47 +0800 | [diff] [blame] | 3123 | M: zhenwei pi <pizhenwei@bytedance.com> |
Gonglei | 6034011 | 2016-10-28 16:33:31 +0800 | [diff] [blame] | 3124 | S: Maintained |
| 3125 | F: include/sysemu/cryptodev*.h |
| 3126 | F: backends/cryptodev*.c |
zhenwei pi | 14c9fd1 | 2023-03-01 18:58:36 +0800 | [diff] [blame] | 3127 | F: qapi/cryptodev.json |
Gonglei | 6034011 | 2016-10-28 16:33:31 +0800 | [diff] [blame] | 3128 | |
John Snow | b8eaee9 | 2020-07-10 15:30:14 -0400 | [diff] [blame] | 3129 | Python library |
| 3130 | M: John Snow <jsnow@redhat.com> |
| 3131 | M: Cleber Rosa <crosa@redhat.com> |
John Snow | b8eaee9 | 2020-07-10 15:30:14 -0400 | [diff] [blame] | 3132 | S: Maintained |
| 3133 | F: python/ |
| 3134 | T: git https://gitlab.com/jsnow/qemu.git python |
| 3135 | |
Eduardo Habkost | ad904f6 | 2017-09-15 20:07:44 -0300 | [diff] [blame] | 3136 | Python scripts |
John Snow | 89d38c7 | 2022-02-07 19:05:25 -0500 | [diff] [blame] | 3137 | M: John Snow <jsnow@redhat.com> |
Eduardo Habkost | ad904f6 | 2017-09-15 20:07:44 -0300 | [diff] [blame] | 3138 | M: Cleber Rosa <crosa@redhat.com> |
John Snow | 4251dfb | 2020-10-30 11:34:16 -0400 | [diff] [blame] | 3139 | S: Odd Fixes |
Eduardo Habkost | ad904f6 | 2017-09-15 20:07:44 -0300 | [diff] [blame] | 3140 | F: scripts/*.py |
| 3141 | F: tests/*.py |
| 3142 | |
Vladimir Sementsov-Ogievskiy | f4abfc6 | 2020-02-28 10:19:14 +0300 | [diff] [blame] | 3143 | Benchmark util |
Vladimir Sementsov-Ogievskiy | 9e4067b | 2022-05-26 14:54:32 +0300 | [diff] [blame] | 3144 | M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru> |
Vladimir Sementsov-Ogievskiy | f4abfc6 | 2020-02-28 10:19:14 +0300 | [diff] [blame] | 3145 | S: Maintained |
| 3146 | F: scripts/simplebench/ |
Vladimir Sementsov-Ogievskiy | 9e4067b | 2022-05-26 14:54:32 +0300 | [diff] [blame] | 3147 | T: git https://gitlab.com/vsementsov/qemu.git simplebench |
Vladimir Sementsov-Ogievskiy | f4abfc6 | 2020-02-28 10:19:14 +0300 | [diff] [blame] | 3148 | |
Vladimir Sementsov-Ogievskiy | 8cad15b | 2021-04-28 18:17:36 +0300 | [diff] [blame] | 3149 | Transactions helper |
Vladimir Sementsov-Ogievskiy | 9e4067b | 2022-05-26 14:54:32 +0300 | [diff] [blame] | 3150 | M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru> |
Vladimir Sementsov-Ogievskiy | 8cad15b | 2021-04-28 18:17:36 +0300 | [diff] [blame] | 3151 | S: Maintained |
| 3152 | F: include/qemu/transactions.h |
| 3153 | F: util/transactions.c |
Vladimir Sementsov-Ogievskiy | 9e4067b | 2022-05-26 14:54:32 +0300 | [diff] [blame] | 3154 | T: git https://gitlab.com/vsementsov/qemu.git block |
Vladimir Sementsov-Ogievskiy | 8cad15b | 2021-04-28 18:17:36 +0300 | [diff] [blame] | 3155 | |
Luiz Capitulino | 8899b4a | 2013-06-03 11:14:26 -0400 | [diff] [blame] | 3156 | QAPI |
Luiz Capitulino | 9740618 | 2015-05-05 10:39:15 -0400 | [diff] [blame] | 3157 | M: Markus Armbruster <armbru@redhat.com> |
Michael Roth | 2f5f9bc | 2020-10-27 01:02:53 -0500 | [diff] [blame] | 3158 | M: Michael Roth <michael.roth@amd.com> |
Luiz Capitulino | 9740618 | 2015-05-05 10:39:15 -0400 | [diff] [blame] | 3159 | S: Supported |
Luiz Capitulino | 8899b4a | 2013-06-03 11:14:26 -0400 | [diff] [blame] | 3160 | F: qapi/ |
Markus Armbruster | 0311c5b | 2015-06-12 15:15:54 +0200 | [diff] [blame] | 3161 | X: qapi/*.json |
Markus Armbruster | ac4abb9 | 2015-09-24 18:11:57 +0200 | [diff] [blame] | 3162 | F: include/qapi/ |
| 3163 | X: include/qapi/qmp/ |
| 3164 | F: include/qapi/qmp/dispatch.h |
Paolo Bonzini | c0bd0b5 | 2014-10-22 00:31:28 +0200 | [diff] [blame] | 3165 | F: tests/qapi-schema/ |
Thomas Huth | da668aa | 2021-03-10 07:33:14 +0100 | [diff] [blame] | 3166 | F: tests/unit/test-*-visitor.c |
| 3167 | F: tests/unit/test-qapi-*.c |
| 3168 | F: tests/unit/test-qmp-*.c |
| 3169 | F: tests/unit/test-visitor-serialization.c |
Markus Armbruster | be25fcc | 2018-06-20 14:48:27 +0200 | [diff] [blame] | 3170 | F: scripts/qapi-gen.py |
| 3171 | F: scripts/qapi/* |
Peter Maydell | 4078ee5 | 2020-09-25 17:23:02 +0100 | [diff] [blame] | 3172 | F: docs/sphinx/qapidoc.py |
Philippe Mathieu-Daudé | c39cdbf | 2017-09-08 14:36:31 -0300 | [diff] [blame] | 3173 | F: docs/devel/qapi* |
Stefan Hajnoczi | ebe2aad | 2018-11-08 11:15:28 +0000 | [diff] [blame] | 3174 | T: git https://repo.or.cz/qemu/armbru.git qapi-next |
Luiz Capitulino | 8899b4a | 2013-06-03 11:14:26 -0400 | [diff] [blame] | 3175 | |
Luiz Capitulino | 7810d29 | 2013-06-03 11:11:53 -0400 | [diff] [blame] | 3176 | QAPI Schema |
| 3177 | M: Eric Blake <eblake@redhat.com> |
Luiz Capitulino | 7810d29 | 2013-06-03 11:11:53 -0400 | [diff] [blame] | 3178 | M: Markus Armbruster <armbru@redhat.com> |
| 3179 | S: Supported |
Markus Armbruster | 0311c5b | 2015-06-12 15:15:54 +0200 | [diff] [blame] | 3180 | F: qapi/*.json |
Philippe Mathieu-Daudé | 632d3b2 | 2024-07-17 15:58:28 +0200 | [diff] [blame] | 3181 | F: qga/qapi-schema.json |
Stefan Hajnoczi | ebe2aad | 2018-11-08 11:15:28 +0000 | [diff] [blame] | 3182 | T: git https://repo.or.cz/qemu/armbru.git qapi-next |
Luiz Capitulino | 7810d29 | 2013-06-03 11:11:53 -0400 | [diff] [blame] | 3183 | |
Luiz Capitulino | f3582ba | 2014-10-22 08:54:59 -0400 | [diff] [blame] | 3184 | QObject |
Markus Armbruster | daf5dc7 | 2016-09-28 19:33:42 +0200 | [diff] [blame] | 3185 | M: Markus Armbruster <armbru@redhat.com> |
| 3186 | S: Supported |
Luiz Capitulino | f3582ba | 2014-10-22 08:54:59 -0400 | [diff] [blame] | 3187 | F: qobject/ |
Markus Armbruster | 7735d2b | 2015-09-24 18:11:56 +0200 | [diff] [blame] | 3188 | F: include/qapi/qmp/ |
| 3189 | X: include/qapi/qmp/dispatch.h |
Eric Blake | a2f3453 | 2017-04-27 16:58:14 -0500 | [diff] [blame] | 3190 | F: scripts/coccinelle/qobject.cocci |
Thomas Huth | da668aa | 2021-03-10 07:33:14 +0100 | [diff] [blame] | 3191 | F: tests/unit/check-qdict.c |
| 3192 | F: tests/unit/check-qjson.c |
| 3193 | F: tests/unit/check-qlist.c |
| 3194 | F: tests/unit/check-qlit.c |
| 3195 | F: tests/unit/check-qnull.c |
| 3196 | F: tests/unit/check-qnum.c |
| 3197 | F: tests/unit/check-qobject.c |
| 3198 | F: tests/unit/check-qstring.c |
Philippe Mathieu-Daudé | fe07b62 | 2018-12-18 12:37:17 +0100 | [diff] [blame] | 3199 | F: tests/data/qobject/qdict.txt |
Stefan Hajnoczi | ebe2aad | 2018-11-08 11:15:28 +0000 | [diff] [blame] | 3200 | T: git https://repo.or.cz/qemu/armbru.git qapi-next |
Luiz Capitulino | f3582ba | 2014-10-22 08:54:59 -0400 | [diff] [blame] | 3201 | |
Michael Roth | f05d999 | 2014-10-22 07:05:36 -0500 | [diff] [blame] | 3202 | QEMU Guest Agent |
Michael Roth | 2f5f9bc | 2020-10-27 01:02:53 -0500 | [diff] [blame] | 3203 | M: Michael Roth <michael.roth@amd.com> |
Konstantin Kostiuk | e8cbe58 | 2022-07-18 11:52:28 +0300 | [diff] [blame] | 3204 | M: Konstantin Kostiuk <kkostiuk@redhat.com> |
Michael Roth | f05d999 | 2014-10-22 07:05:36 -0500 | [diff] [blame] | 3205 | S: Maintained |
| 3206 | F: qga/ |
Thomas Huth | 51145a0 | 2023-11-07 11:18:11 +0100 | [diff] [blame] | 3207 | F: contrib/systemd/qemu-guest-agent.service |
Peter Maydell | 27a296f | 2019-09-05 14:10:40 +0100 | [diff] [blame] | 3208 | F: docs/interop/qemu-ga.rst |
Peter Maydell | db16115 | 2020-09-25 17:23:03 +0100 | [diff] [blame] | 3209 | F: docs/interop/qemu-ga-ref.rst |
Philippe Mathieu-Daudé | ab7f9f7 | 2017-09-08 14:36:22 -0300 | [diff] [blame] | 3210 | F: scripts/qemu-guest-agent/ |
Thomas Huth | 51145a0 | 2023-11-07 11:18:11 +0100 | [diff] [blame] | 3211 | F: tests/*/test-qga* |
Stefan Hajnoczi | e18a8b3 | 2018-11-08 11:15:26 +0000 | [diff] [blame] | 3212 | T: git https://github.com/mdroth/qemu.git qga |
Michael Roth | f05d999 | 2014-10-22 07:05:36 -0500 | [diff] [blame] | 3213 | |
Kostiantyn Kostiuk | cced3a7 | 2022-01-05 09:09:42 +0000 | [diff] [blame] | 3214 | QEMU Guest Agent Win32 |
| 3215 | M: Konstantin Kostiuk <kkostiuk@redhat.com> |
| 3216 | S: Maintained |
| 3217 | F: qga/*win32* |
| 3218 | F: qga/vss-win32/ |
| 3219 | F: qga/installer/ |
| 3220 | T: git https://github.com/kostyanf14/qemu.git qga-win32 |
| 3221 | |
Andreas Färber | 4688c94 | 2014-04-24 15:00:14 +0200 | [diff] [blame] | 3222 | QOM |
Paolo Bonzini | 1085d86 | 2019-06-19 22:10:34 +0200 | [diff] [blame] | 3223 | M: Paolo Bonzini <pbonzini@redhat.com> |
| 3224 | R: Daniel P. Berrange <berrange@redhat.com> |
Eduardo Habkost | 24c4cd1 | 2021-11-30 15:47:22 -0500 | [diff] [blame] | 3225 | R: Eduardo Habkost <eduardo@habkost.net> |
Andreas Färber | 4688c94 | 2014-04-24 15:00:14 +0200 | [diff] [blame] | 3226 | S: Supported |
Thomas Huth | 4db546d | 2022-12-12 18:48:41 +0100 | [diff] [blame] | 3227 | F: docs/devel/qom.rst |
Markus Armbruster | 8f92005 | 2019-06-24 16:48:19 +0200 | [diff] [blame] | 3228 | F: docs/qdev-device-use.txt |
| 3229 | F: hw/core/qdev* |
Markus Armbruster | b77b5b3 | 2020-06-10 07:32:47 +0200 | [diff] [blame] | 3230 | F: hw/core/bus.c |
| 3231 | F: hw/core/sysbus.c |
Markus Armbruster | 8f92005 | 2019-06-24 16:48:19 +0200 | [diff] [blame] | 3232 | F: include/hw/qdev* |
| 3233 | F: include/monitor/qdev.h |
Andreas Färber | 4688c94 | 2014-04-24 15:00:14 +0200 | [diff] [blame] | 3234 | F: include/qom/ |
Markus Armbruster | c577ff6 | 2019-06-19 22:10:37 +0200 | [diff] [blame] | 3235 | F: qapi/qom.json |
| 3236 | F: qapi/qdev.json |
Paolo Bonzini | 22fb6eb | 2020-10-07 12:23:56 -0400 | [diff] [blame] | 3237 | F: scripts/coccinelle/qom-parent-type.cocci |
Philippe Mathieu-Daudé | e3e2c0c | 2023-06-01 11:34:51 +0200 | [diff] [blame] | 3238 | F: scripts/qom-cast-macro-clean-cocci-gen.py |
Philippe Mathieu-Daudé | 8d7f2e7 | 2023-10-04 11:06:28 +0200 | [diff] [blame] | 3239 | F: system/qdev-monitor.c |
Philippe Mathieu-Daudé | 9b45a02 | 2021-01-22 21:44:38 +0100 | [diff] [blame] | 3240 | F: stubs/qdev.c |
Andreas Färber | 4688c94 | 2014-04-24 15:00:14 +0200 | [diff] [blame] | 3241 | F: qom/ |
Thomas Huth | da668aa | 2021-03-10 07:33:14 +0100 | [diff] [blame] | 3242 | F: tests/unit/check-qom-interface.c |
| 3243 | F: tests/unit/check-qom-proplist.c |
| 3244 | F: tests/unit/test-qdev-global-props.c |
Andreas Färber | 4688c94 | 2014-04-24 15:00:14 +0200 | [diff] [blame] | 3245 | |
Eduardo Habkost | 94dfc0f | 2020-08-31 17:07:28 -0400 | [diff] [blame] | 3246 | QOM boilerplate conversion script |
Eduardo Habkost | 24c4cd1 | 2021-11-30 15:47:22 -0500 | [diff] [blame] | 3247 | M: Eduardo Habkost <eduardo@habkost.net> |
Eduardo Habkost | 94dfc0f | 2020-08-31 17:07:28 -0400 | [diff] [blame] | 3248 | S: Maintained |
| 3249 | F: scripts/codeconverter/ |
| 3250 | |
Luiz Capitulino | 8899b4a | 2013-06-03 11:14:26 -0400 | [diff] [blame] | 3251 | QMP |
Luiz Capitulino | 9740618 | 2015-05-05 10:39:15 -0400 | [diff] [blame] | 3252 | M: Markus Armbruster <armbru@redhat.com> |
| 3253 | S: Supported |
Kevin Wolf | 5bce308 | 2019-06-13 17:33:59 +0200 | [diff] [blame] | 3254 | F: monitor/monitor-internal.h |
Kevin Wolf | f1b3ccf | 2019-06-13 17:33:58 +0200 | [diff] [blame] | 3255 | F: monitor/qmp* |
Kevin Wolf | e84328f | 2019-06-13 17:33:57 +0200 | [diff] [blame] | 3256 | F: monitor/misc.c |
Kevin Wolf | 1d95db7 | 2019-06-13 17:34:02 +0200 | [diff] [blame] | 3257 | F: monitor/monitor.c |
Markus Armbruster | 92a3c6a | 2020-11-02 09:15:49 +0100 | [diff] [blame] | 3258 | F: qapi/control.json |
Markus Armbruster | abb3d37 | 2019-08-12 07:23:33 +0200 | [diff] [blame] | 3259 | F: qapi/error.json |
Markus Armbruster | 92a3c6a | 2020-11-02 09:15:49 +0100 | [diff] [blame] | 3260 | F: qapi/introspect.json |
Philippe Mathieu-Daudé | c39cdbf | 2017-09-08 14:36:31 -0300 | [diff] [blame] | 3261 | F: docs/devel/*qmp-* |
Philippe Mathieu-Daudé | 12b2f0d | 2018-11-25 21:49:54 +0100 | [diff] [blame] | 3262 | F: docs/interop/*qmp-* |
Luiz Capitulino | 9740618 | 2015-05-05 10:39:15 -0400 | [diff] [blame] | 3263 | F: scripts/qmp/ |
Thomas Huth | 1e8a1fa | 2019-09-09 12:04:01 +0200 | [diff] [blame] | 3264 | F: tests/qtest/qmp-test.c |
| 3265 | F: tests/qtest/qmp-cmd-test.c |
Stefan Hajnoczi | ebe2aad | 2018-11-08 11:15:28 +0000 | [diff] [blame] | 3266 | T: git https://repo.or.cz/qemu/armbru.git qapi-next |
Luiz Capitulino | 8899b4a | 2013-06-03 11:14:26 -0400 | [diff] [blame] | 3267 | |
Paolo Bonzini | 98a43bf | 2018-08-14 17:40:41 +0200 | [diff] [blame] | 3268 | qtest |
Thomas Huth | 25e5fe7 | 2024-10-11 16:13:44 +0200 | [diff] [blame] | 3269 | M: Fabiano Rosas <farosas@suse.de> |
Paolo Bonzini | 98a43bf | 2018-08-14 17:40:41 +0200 | [diff] [blame] | 3270 | M: Laurent Vivier <lvivier@redhat.com> |
Paolo Bonzini | 2185fd6 | 2018-10-19 14:25:42 +0200 | [diff] [blame] | 3271 | R: Paolo Bonzini <pbonzini@redhat.com> |
Paolo Bonzini | 98a43bf | 2018-08-14 17:40:41 +0200 | [diff] [blame] | 3272 | S: Maintained |
Philippe Mathieu-Daudé | 8d7f2e7 | 2023-10-04 11:06:28 +0200 | [diff] [blame] | 3273 | F: system/qtest.c |
Thomas Huth | abf8c47 | 2023-10-12 13:14:01 +0200 | [diff] [blame] | 3274 | F: include/sysemu/qtest.h |
Claudio Fontana | 1583a38 | 2020-07-07 10:21:10 +0200 | [diff] [blame] | 3275 | F: accel/qtest/ |
Thomas Huth | 1e8a1fa | 2019-09-09 12:04:01 +0200 | [diff] [blame] | 3276 | F: tests/qtest/ |
Emanuele Giuseppe Esposito | 222455e | 2021-03-08 08:32:40 +0100 | [diff] [blame] | 3277 | F: docs/devel/qgraph.rst |
Thomas Huth | 4db546d | 2022-12-12 18:48:41 +0100 | [diff] [blame] | 3278 | F: docs/devel/qtest.rst |
Thomas Huth | 520ddc1 | 2020-10-01 06:27:17 +0200 | [diff] [blame] | 3279 | X: tests/qtest/bios-tables-test* |
Thomas Huth | 3f6be80 | 2024-06-19 07:54:47 +0200 | [diff] [blame] | 3280 | X: tests/qtest/migration-* |
Paolo Bonzini | 98a43bf | 2018-08-14 17:40:41 +0200 | [diff] [blame] | 3281 | |
Alexander Bulekov | 5f6fd09 | 2020-02-19 23:11:08 -0500 | [diff] [blame] | 3282 | Device Fuzzing |
| 3283 | M: Alexander Bulekov <alxndr@bu.edu> |
| 3284 | R: Paolo Bonzini <pbonzini@redhat.com> |
| 3285 | R: Bandan Das <bsd@redhat.com> |
| 3286 | R: Stefan Hajnoczi <stefanha@redhat.com> |
Thomas Huth | 25e5fe7 | 2024-10-11 16:13:44 +0200 | [diff] [blame] | 3287 | R: Fabiano Rosas <farosas@suse.de> |
Darren Kenny | 85221b0 | 2021-08-24 14:04:01 +0000 | [diff] [blame] | 3288 | R: Darren Kenny <darren.kenny@oracle.com> |
Qiuhao Li | 5d32fc3 | 2021-08-24 14:26:39 +0800 | [diff] [blame] | 3289 | R: Qiuhao Li <Qiuhao.Li@outlook.com> |
Alexander Bulekov | 5f6fd09 | 2020-02-19 23:11:08 -0500 | [diff] [blame] | 3290 | S: Maintained |
| 3291 | F: tests/qtest/fuzz/ |
Philippe Mathieu-Daudé | d3d39fc | 2021-01-26 12:28:49 +0100 | [diff] [blame] | 3292 | F: tests/qtest/fuzz-*test.c |
Alex Bennée | 4ab20b5 | 2023-06-30 19:03:54 +0100 | [diff] [blame] | 3293 | F: tests/docker/test-fuzz |
Alexander Bulekov | 211635b | 2020-06-12 01:51:45 -0400 | [diff] [blame] | 3294 | F: scripts/oss-fuzz/ |
Alexander Bulekov | 230376d | 2021-03-15 10:05:10 -0400 | [diff] [blame] | 3295 | F: hw/mem/sparse-mem.c |
Alexander Bulekov | f3a0208 | 2020-11-06 13:05:59 -0500 | [diff] [blame] | 3296 | F: docs/devel/fuzzing.rst |
Alexander Bulekov | 5f6fd09 | 2020-02-19 23:11:08 -0500 | [diff] [blame] | 3297 | |
Alistair Francis | cc0100f | 2016-07-28 09:55:39 -0700 | [diff] [blame] | 3298 | Register API |
Alistair Francis | c22e580 | 2018-03-01 11:05:58 +0000 | [diff] [blame] | 3299 | M: Alistair Francis <alistair@alistair23.me> |
Alistair Francis | cc0100f | 2016-07-28 09:55:39 -0700 | [diff] [blame] | 3300 | S: Maintained |
| 3301 | F: hw/core/register.c |
| 3302 | F: include/hw/register.h |
Philippe Mathieu-Daudé | 06a7b24 | 2017-12-13 02:17:33 -0300 | [diff] [blame] | 3303 | F: include/hw/registerfields.h |
Alistair Francis | cc0100f | 2016-07-28 09:55:39 -0700 | [diff] [blame] | 3304 | |
Manos Pitsidianakis | 5a5110d290 | 2024-10-03 16:28:49 +0300 | [diff] [blame] | 3305 | Rust |
| 3306 | M: Manos Pitsidianakis <manos.pitsidianakis@linaro.org> |
| 3307 | S: Maintained |
| 3308 | F: rust/qemu-api |
Manos Pitsidianakis | 2b74dd9 | 2024-10-03 16:28:50 +0300 | [diff] [blame] | 3309 | F: rust/qemu-api-macros |
Manos Pitsidianakis | 5a5110d290 | 2024-10-03 16:28:49 +0300 | [diff] [blame] | 3310 | F: rust/rustfmt.toml |
| 3311 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 3312 | SLIRP |
Samuel Thibault | eda509f | 2015-08-06 13:10:14 +0200 | [diff] [blame] | 3313 | M: Samuel Thibault <samuel.thibault@ens-lyon.org> |
Jan Kiszka | bafc72a | 2011-07-27 14:21:32 +0200 | [diff] [blame] | 3314 | S: Maintained |
Thomas Huth | 663fb1e | 2015-12-15 09:48:15 +0100 | [diff] [blame] | 3315 | F: net/slirp.c |
Thomas Huth | d24b2b1 | 2016-02-25 12:56:24 +0100 | [diff] [blame] | 3316 | F: include/net/slirp.h |
Samuel Thibault | 02cffe2 | 2018-05-31 21:45:10 +0200 | [diff] [blame] | 3317 | T: git https://people.debian.org/~sthibault/qemu.git slirp |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 3318 | |
Markus Armbruster | aa09b3d | 2023-01-24 13:19:36 +0100 | [diff] [blame] | 3319 | Stats |
| 3320 | S: Orphan |
| 3321 | F: include/sysemu/stats.h |
| 3322 | F: stats/ |
Markus Armbruster | 0afbba6 | 2024-02-05 09:47:47 +0100 | [diff] [blame] | 3323 | F: qapi/stats.json |
Markus Armbruster | aa09b3d | 2023-01-24 13:19:36 +0100 | [diff] [blame] | 3324 | |
Edgar E. Iglesias | 6d0af39 | 2020-05-06 10:25:13 +0200 | [diff] [blame] | 3325 | Streams |
| 3326 | M: Edgar E. Iglesias <edgar.iglesias@gmail.com> |
| 3327 | S: Maintained |
| 3328 | F: hw/core/stream.c |
| 3329 | F: include/hw/stream.h |
| 3330 | |
Paolo Bonzini | b1ed728 | 2016-08-24 16:04:56 +0200 | [diff] [blame] | 3331 | Stubs |
| 3332 | M: Paolo Bonzini <pbonzini@redhat.com> |
| 3333 | S: Maintained |
| 3334 | F: stubs/ |
| 3335 | |
Stefan Hajnoczi | 598a3f3 | 2011-09-03 16:24:47 +0100 | [diff] [blame] | 3336 | Tracing |
Stefan Hajnoczi | 1cd0f8c | 2012-10-07 18:08:49 +0200 | [diff] [blame] | 3337 | M: Stefan Hajnoczi <stefanha@redhat.com> |
Mads Ynddal | 8419726 | 2023-09-26 12:34:35 +0200 | [diff] [blame] | 3338 | R: Mads Ynddal <mads@ynddal.dk> |
Stefan Hajnoczi | 598a3f3 | 2011-09-03 16:24:47 +0100 | [diff] [blame] | 3339 | S: Maintained |
| 3340 | F: trace/ |
Thomas Huth | 0e07629 | 2018-05-09 06:38:20 +0200 | [diff] [blame] | 3341 | F: trace-events |
Peter Maydell | 3a8273b | 2020-02-28 15:36:18 +0000 | [diff] [blame] | 3342 | F: docs/qemu-option-trace.rst.inc |
Markus Armbruster | 92a3c6a | 2020-11-02 09:15:49 +0100 | [diff] [blame] | 3343 | F: qapi/trace.json |
Lluís Vilanova | f70fd8f | 2012-04-03 20:48:17 +0200 | [diff] [blame] | 3344 | F: scripts/tracetool.py |
| 3345 | F: scripts/tracetool/ |
Daniel P. Berrangé | 62dd104 | 2019-01-23 12:00:16 +0000 | [diff] [blame] | 3346 | F: scripts/qemu-trace-stap* |
Wainer dos Santos Moschetta | 33b2b38 | 2021-02-04 10:54:25 -0300 | [diff] [blame] | 3347 | F: docs/tools/qemu-trace-stap.rst |
Stefano Garzarella | d0fb965 | 2021-05-17 17:16:58 +0200 | [diff] [blame] | 3348 | F: docs/devel/tracing.rst |
Stefan Hajnoczi | e18a8b3 | 2018-11-08 11:15:26 +0000 | [diff] [blame] | 3349 | T: git https://github.com/stefanha/qemu.git tracing |
Stefan Hajnoczi | 598a3f3 | 2011-09-03 16:24:47 +0100 | [diff] [blame] | 3350 | |
Mads Ynddal | 8419726 | 2023-09-26 12:34:35 +0200 | [diff] [blame] | 3351 | Simpletrace |
| 3352 | M: Mads Ynddal <mads@ynddal.dk> |
| 3353 | S: Maintained |
| 3354 | F: scripts/simpletrace.py |
| 3355 | |
Markus Armbruster | 3859b6c | 2017-08-24 21:14:03 +0200 | [diff] [blame] | 3356 | TPM |
Stefan Berger | 1f63669 | 2018-10-30 17:34:09 -0400 | [diff] [blame] | 3357 | M: Stefan Berger <stefanb@linux.ibm.com> |
Stefan Berger | 6b4f250 | 2017-09-07 16:16:24 -0400 | [diff] [blame] | 3358 | S: Maintained |
Philippe Mathieu-Daudé | 8d7f2e7 | 2023-10-04 11:06:28 +0200 | [diff] [blame] | 3359 | F: system/tpm* |
Markus Armbruster | 3859b6c | 2017-08-24 21:14:03 +0200 | [diff] [blame] | 3360 | F: hw/tpm/* |
| 3361 | F: include/hw/acpi/tpm.h |
| 3362 | F: include/sysemu/tpm* |
| 3363 | F: qapi/tpm.json |
Philippe Mathieu-Daudé | 8ae92e2 | 2020-06-12 10:54:34 +0200 | [diff] [blame] | 3364 | F: backends/tpm/ |
Thomas Huth | 1e8a1fa | 2019-09-09 12:04:01 +0200 | [diff] [blame] | 3365 | F: tests/qtest/*tpm* |
Thomas Huth | 4db546d | 2022-12-12 18:48:41 +0100 | [diff] [blame] | 3366 | F: docs/specs/tpm.rst |
Stefan Hajnoczi | e18a8b3 | 2018-11-08 11:15:26 +0000 | [diff] [blame] | 3367 | T: git https://github.com/stefanberger/qemu-tpm.git tpm-next |
Markus Armbruster | 3859b6c | 2017-08-24 21:14:03 +0200 | [diff] [blame] | 3368 | |
Huai-Cheng Kuo | bc419a1 | 2024-07-03 19:20:26 +1000 | [diff] [blame] | 3369 | SPDM |
| 3370 | M: Alistair Francis <alistair.francis@wdc.com> |
| 3371 | S: Maintained |
| 3372 | F: backends/spdm-socket.c |
| 3373 | F: include/sysemu/spdm-socket.h |
| 3374 | |
Blue Swirl | 14f40fd | 2011-11-26 09:51:23 +0000 | [diff] [blame] | 3375 | Checkpatch |
Blue Swirl | 14f40fd | 2011-11-26 09:51:23 +0000 | [diff] [blame] | 3376 | S: Odd Fixes |
| 3377 | F: scripts/checkpatch.pl |
| 3378 | |
Juan Quintela | c0787c8 | 2014-10-15 10:34:50 +0200 | [diff] [blame] | 3379 | Migration |
Peter Xu | 2bace55 | 2023-10-03 10:38:47 -0400 | [diff] [blame] | 3380 | M: Peter Xu <peterx@redhat.com> |
| 3381 | M: Fabiano Rosas <farosas@suse.de> |
Juan Quintela | c0787c8 | 2014-10-15 10:34:50 +0200 | [diff] [blame] | 3382 | S: Maintained |
Marc-André Lureau | 107b596 | 2019-08-28 16:00:19 +0400 | [diff] [blame] | 3383 | F: hw/core/vmstate-if.c |
| 3384 | F: include/hw/vmstate-if.h |
Juan Quintela | c0787c8 | 2014-10-15 10:34:50 +0200 | [diff] [blame] | 3385 | F: include/migration/ |
Markus Armbruster | b862888 | 2023-01-19 10:15:44 +0100 | [diff] [blame] | 3386 | F: include/qemu/userfaultfd.h |
Dr. David Alan Gilbert | 44a1f94 | 2014-12-12 11:13:42 +0000 | [diff] [blame] | 3387 | F: migration/ |
Amit Shah | c551564 | 2014-11-18 18:01:25 +0530 | [diff] [blame] | 3388 | F: scripts/vmstate-static-checker.py |
| 3389 | F: tests/vmstate-static-checker-data/ |
Thomas Huth | 3f6be80 | 2024-06-19 07:54:47 +0200 | [diff] [blame] | 3390 | F: tests/qtest/migration-* |
Avihai Horon | 8e0b21e | 2024-04-07 11:11:25 +0300 | [diff] [blame] | 3391 | F: docs/devel/migration/ |
Markus Armbruster | 48685a8 | 2017-08-24 21:14:01 +0200 | [diff] [blame] | 3392 | F: qapi/migration.json |
Hyman Huang(黄勇) | fac87d4 | 2021-03-19 16:07:57 +0800 | [diff] [blame] | 3393 | F: tests/migration/ |
Markus Armbruster | b862888 | 2023-01-19 10:15:44 +0100 | [diff] [blame] | 3394 | F: util/userfaultfd.c |
Peter Xu | 8ebcb4b | 2023-09-25 09:34:41 -0400 | [diff] [blame] | 3395 | X: migration/rdma* |
| 3396 | |
| 3397 | RDMA Migration |
Peter Xu | 8ebcb4b | 2023-09-25 09:34:41 -0400 | [diff] [blame] | 3398 | R: Li Zhijian <lizhijian@fujitsu.com> |
| 3399 | R: Peter Xu <peterx@redhat.com> |
Peter Xu | 8ebcb4b | 2023-09-25 09:34:41 -0400 | [diff] [blame] | 3400 | S: Odd Fixes |
| 3401 | F: migration/rdma* |
Juan Quintela | c0787c8 | 2014-10-15 10:34:50 +0200 | [diff] [blame] | 3402 | |
Hyman Huang(黄勇) | 2b3edd9 | 2023-07-27 02:10:09 +0800 | [diff] [blame] | 3403 | Migration dirty limit and dirty page rate |
| 3404 | M: Hyman Huang <yong.huang@smartx.com> |
| 3405 | S: Maintained |
Philippe Mathieu-Daudé | 8d7f2e7 | 2023-10-04 11:06:28 +0200 | [diff] [blame] | 3406 | F: system/dirtylimit.c |
Hyman Huang(黄勇) | 2b3edd9 | 2023-07-27 02:10:09 +0800 | [diff] [blame] | 3407 | F: include/sysemu/dirtylimit.h |
| 3408 | F: migration/dirtyrate.c |
| 3409 | F: migration/dirtyrate.h |
| 3410 | F: include/sysemu/dirtyrate.h |
Avihai Horon | 8e0b21e | 2024-04-07 11:11:25 +0300 | [diff] [blame] | 3411 | F: docs/devel/migration/dirty-limit.rst |
Hyman Huang(黄勇) | 2b3edd9 | 2023-07-27 02:10:09 +0800 | [diff] [blame] | 3412 | |
Hyman Huang | d87b258 | 2024-01-30 13:37:25 +0800 | [diff] [blame] | 3413 | Detached LUKS header |
| 3414 | M: Hyman Huang <yong.huang@smartx.com> |
| 3415 | S: Maintained |
| 3416 | F: tests/qemu-iotests/tests/luks-detached-header |
Hyman Huang | 9263c41 | 2024-02-20 00:04:42 +0800 | [diff] [blame] | 3417 | F: docs/devel/luks-detached-header.rst |
Hyman Huang | d87b258 | 2024-01-30 13:37:25 +0800 | [diff] [blame] | 3418 | |
Marc-André Lureau | a566907 | 2019-09-12 16:03:32 +0400 | [diff] [blame] | 3419 | D-Bus |
| 3420 | M: Marc-André Lureau <marcandre.lureau@redhat.com> |
| 3421 | S: Maintained |
Marc-André Lureau | 5010cec | 2019-12-16 11:48:53 +0400 | [diff] [blame] | 3422 | F: backends/dbus-vmstate.c |
Marc-André Lureau | 89f4df9 | 2021-10-10 00:30:30 +0400 | [diff] [blame] | 3423 | F: ui/dbus* |
| 3424 | F: audio/dbus* |
Marc-André Lureau | a5021d6 | 2019-09-27 12:16:54 +0400 | [diff] [blame] | 3425 | F: util/dbus.c |
Marc-André Lureau | 89f4df9 | 2021-10-10 00:30:30 +0400 | [diff] [blame] | 3426 | F: include/ui/dbus* |
Marc-André Lureau | a5021d6 | 2019-09-27 12:16:54 +0400 | [diff] [blame] | 3427 | F: include/qemu/dbus.h |
Marc-André Lureau | 89f4df9 | 2021-10-10 00:30:30 +0400 | [diff] [blame] | 3428 | F: docs/interop/dbus* |
| 3429 | F: docs/sphinx/dbus* |
| 3430 | F: docs/sphinx/fakedbusdoc.py |
| 3431 | F: tests/qtest/dbus* |
Marc-André Lureau | 9b286e7 | 2023-06-06 15:56:41 +0400 | [diff] [blame] | 3432 | F: scripts/xml-preprocess* |
Marc-André Lureau | a566907 | 2019-09-12 16:03:32 +0400 | [diff] [blame] | 3433 | |
Eduardo Otubo | 92bfedb | 2013-09-09 14:04:15 -0300 | [diff] [blame] | 3434 | Seccomp |
Daniel P. Berrangé | e3160de | 2022-02-03 10:49:28 +0000 | [diff] [blame] | 3435 | M: Daniel P. Berrange <berrange@redhat.com> |
| 3436 | S: Odd Fixes |
Philippe Mathieu-Daudé | 8d7f2e7 | 2023-10-04 11:06:28 +0200 | [diff] [blame] | 3437 | F: system/qemu-seccomp.c |
Eduardo Otubo | 92bfedb | 2013-09-09 14:04:15 -0300 | [diff] [blame] | 3438 | F: include/sysemu/seccomp.h |
Daniel P. Berrangé | d2ea8da | 2021-07-29 13:15:43 +0100 | [diff] [blame] | 3439 | F: tests/unit/test-seccomp.c |
Eduardo Otubo | 92bfedb | 2013-09-09 14:04:15 -0300 | [diff] [blame] | 3440 | |
Daniel P. Berrange | ddbb0d0 | 2015-07-01 18:10:29 +0100 | [diff] [blame] | 3441 | Cryptography |
| 3442 | M: Daniel P. Berrange <berrange@redhat.com> |
| 3443 | S: Maintained |
| 3444 | F: crypto/ |
| 3445 | F: include/crypto/ |
Richard Henderson | 6b0a96c | 2023-06-01 21:57:10 -0700 | [diff] [blame] | 3446 | F: host/include/*/host/crypto/ |
Markus Armbruster | 92a3c6a | 2020-11-02 09:15:49 +0100 | [diff] [blame] | 3447 | F: qapi/crypto.json |
Thomas Huth | da668aa | 2021-03-10 07:33:14 +0100 | [diff] [blame] | 3448 | F: tests/unit/test-crypto-* |
Thomas Huth | 3b472e7 | 2021-03-12 10:22:38 +0100 | [diff] [blame] | 3449 | F: tests/bench/benchmark-crypto-* |
Thomas Huth | da668aa | 2021-03-10 07:33:14 +0100 | [diff] [blame] | 3450 | F: tests/unit/crypto-tls-* |
Philippe Mathieu-Daudé | 0e9bb8a | 2024-05-02 11:56:41 +0200 | [diff] [blame] | 3451 | F: tests/unit/pkix_asn1_tab.c.inc |
Daniel P. Berrange | 899833c | 2017-03-16 11:18:46 +0000 | [diff] [blame] | 3452 | F: qemu.sasl |
Daniel P. Berrange | ddbb0d0 | 2015-07-01 18:10:29 +0100 | [diff] [blame] | 3453 | |
Daniel P. Berrange | 10817bf | 2015-09-01 14:48:02 +0100 | [diff] [blame] | 3454 | Coroutines |
| 3455 | M: Stefan Hajnoczi <stefanha@redhat.com> |
| 3456 | M: Kevin Wolf <kwolf@redhat.com> |
Stefan Hajnoczi | 00a2529 | 2019-03-01 16:35:18 +0000 | [diff] [blame] | 3457 | S: Maintained |
Daniel P. Berrange | 10817bf | 2015-09-01 14:48:02 +0100 | [diff] [blame] | 3458 | F: util/*coroutine* |
| 3459 | F: include/qemu/coroutine* |
Thomas Huth | da668aa | 2021-03-10 07:33:14 +0100 | [diff] [blame] | 3460 | F: tests/unit/test-coroutine.c |
Daniel P. Berrange | 10817bf | 2015-09-01 14:48:02 +0100 | [diff] [blame] | 3461 | |
Daniel P. Berrange | 88c5f20 | 2015-03-03 17:13:42 +0000 | [diff] [blame] | 3462 | Buffers |
| 3463 | M: Daniel P. Berrange <berrange@redhat.com> |
John Snow | 4251dfb | 2020-10-30 11:34:16 -0400 | [diff] [blame] | 3464 | S: Odd Fixes |
Daniel P. Berrange | 88c5f20 | 2015-03-03 17:13:42 +0000 | [diff] [blame] | 3465 | F: util/buffer.c |
| 3466 | F: include/qemu/buffer.h |
| 3467 | |
Daniel P. Berrange | 666a3af | 2015-02-27 16:19:33 +0000 | [diff] [blame] | 3468 | I/O Channels |
| 3469 | M: Daniel P. Berrange <berrange@redhat.com> |
| 3470 | S: Maintained |
| 3471 | F: io/ |
| 3472 | F: include/io/ |
Thomas Huth | da668aa | 2021-03-10 07:33:14 +0100 | [diff] [blame] | 3473 | F: tests/unit/test-io-* |
Daniel P. Berrange | 666a3af | 2015-02-27 16:19:33 +0000 | [diff] [blame] | 3474 | |
Daniel P. Berrange | 5b76dd1 | 2015-10-21 13:16:21 +0100 | [diff] [blame] | 3475 | User authorization |
| 3476 | M: Daniel P. Berrange <berrange@redhat.com> |
| 3477 | S: Maintained |
| 3478 | F: authz/ |
Daniel P. Berrange | c8c9988 | 2015-10-21 14:54:59 +0100 | [diff] [blame] | 3479 | F: qapi/authz.json |
Daniel P. Berrange | 5b76dd1 | 2015-10-21 13:16:21 +0100 | [diff] [blame] | 3480 | F: include/authz/ |
Thomas Huth | da668aa | 2021-03-10 07:33:14 +0100 | [diff] [blame] | 3481 | F: tests/unit/test-authz-* |
Daniel P. Berrange | 5b76dd1 | 2015-10-21 13:16:21 +0100 | [diff] [blame] | 3482 | |
Gerd Hoffmann | 5614a28 | 2016-01-18 16:03:23 +0100 | [diff] [blame] | 3483 | Sockets |
| 3484 | M: Daniel P. Berrange <berrange@redhat.com> |
Gerd Hoffmann | 5614a28 | 2016-01-18 16:03:23 +0100 | [diff] [blame] | 3485 | S: Maintained |
| 3486 | F: include/qemu/sockets.h |
| 3487 | F: util/qemu-sockets.c |
Markus Armbruster | a2ff5a4 | 2017-08-24 21:13:56 +0200 | [diff] [blame] | 3488 | F: qapi/sockets.json |
Gerd Hoffmann | 5614a28 | 2016-01-18 16:03:23 +0100 | [diff] [blame] | 3489 | |
Daniel P. Berrangé | 90e33df | 2018-06-08 17:24:57 +0100 | [diff] [blame] | 3490 | File monitor |
| 3491 | M: Daniel P. Berrange <berrange@redhat.com> |
John Snow | 4251dfb | 2020-10-30 11:34:16 -0400 | [diff] [blame] | 3492 | S: Odd Fixes |
Daniel P. Berrangé | 90e33df | 2018-06-08 17:24:57 +0100 | [diff] [blame] | 3493 | F: util/filemonitor*.c |
| 3494 | F: include/qemu/filemonitor.h |
Thomas Huth | da668aa | 2021-03-10 07:33:14 +0100 | [diff] [blame] | 3495 | F: tests/unit/test-util-filemonitor.c |
Daniel P. Berrangé | 90e33df | 2018-06-08 17:24:57 +0100 | [diff] [blame] | 3496 | |
Alberto Garcia | d310d85 | 2016-02-18 12:27:10 +0200 | [diff] [blame] | 3497 | Throttling infrastructure |
| 3498 | M: Alberto Garcia <berto@igalia.com> |
| 3499 | S: Supported |
| 3500 | F: block/throttle-groups.c |
| 3501 | F: include/block/throttle-groups.h |
Philippe Mathieu-Daudé | 8960393 | 2017-09-08 14:36:27 -0300 | [diff] [blame] | 3502 | F: include/qemu/throttle*.h |
Alberto Garcia | d310d85 | 2016-02-18 12:27:10 +0200 | [diff] [blame] | 3503 | F: util/throttle.c |
Philippe Mathieu-Daudé | 8960393 | 2017-09-08 14:36:27 -0300 | [diff] [blame] | 3504 | F: docs/throttle.txt |
Thomas Huth | da668aa | 2021-03-10 07:33:14 +0100 | [diff] [blame] | 3505 | F: tests/unit/test-throttle.c |
Alberto Garcia | d310d85 | 2016-02-18 12:27:10 +0200 | [diff] [blame] | 3506 | L: qemu-block@nongnu.org |
| 3507 | |
Fam Zheng | 080d7aa | 2016-09-21 12:27:25 +0800 | [diff] [blame] | 3508 | UUID |
Fam Zheng | fe5ca46 | 2018-11-21 23:30:36 +0800 | [diff] [blame] | 3509 | M: Fam Zheng <fam@euphon.net> |
Fam Zheng | 080d7aa | 2016-09-21 12:27:25 +0800 | [diff] [blame] | 3510 | S: Supported |
| 3511 | F: util/uuid.c |
| 3512 | F: include/qemu/uuid.h |
Thomas Huth | da668aa | 2021-03-10 07:33:14 +0100 | [diff] [blame] | 3513 | F: tests/unit/test-uuid.c |
Fam Zheng | 080d7aa | 2016-09-21 12:27:25 +0800 | [diff] [blame] | 3514 | |
Lukas Straub | 5018605 | 2020-12-28 16:08:41 +0100 | [diff] [blame] | 3515 | Yank feature |
| 3516 | M: Lukas Straub <lukasstraub2@web.de> |
| 3517 | S: Odd fixes |
| 3518 | F: util/yank.c |
Lukas Straub | 1a92d6d | 2021-03-23 18:52:42 +0100 | [diff] [blame] | 3519 | F: migration/yank_functions* |
Lukas Straub | d3a0bb7 | 2021-03-30 20:13:35 +0200 | [diff] [blame] | 3520 | F: tests/unit/test-yank.c |
Lukas Straub | 5018605 | 2020-12-28 16:08:41 +0100 | [diff] [blame] | 3521 | F: include/qemu/yank.h |
| 3522 | F: qapi/yank.json |
| 3523 | |
zhanghailiang | a4cc318 | 2016-10-27 14:43:09 +0800 | [diff] [blame] | 3524 | COLO Framework |
Hailiang Zhang | 2ac7d74 | 2021-12-14 15:54:24 +0800 | [diff] [blame] | 3525 | M: Hailiang Zhang <zhanghailiang@xfusion.com> |
zhanghailiang | a4cc318 | 2016-10-27 14:43:09 +0800 | [diff] [blame] | 3526 | S: Maintained |
| 3527 | F: migration/colo* |
| 3528 | F: include/migration/colo.h |
| 3529 | F: include/migration/failover.h |
| 3530 | F: docs/COLO-FT.txt |
| 3531 | |
Zhang Chen | 88f82ed | 2016-09-27 10:22:35 +0800 | [diff] [blame] | 3532 | COLO Proxy |
Zhang Chen | c6bf50f | 2019-03-15 14:12:58 +0800 | [diff] [blame] | 3533 | M: Zhang Chen <chen.zhang@intel.com> |
Li Zhijian | 2ece6e6 | 2021-12-31 13:09:01 +0800 | [diff] [blame] | 3534 | M: Li Zhijian <lizhijian@fujitsu.com> |
Zhang Chen | 88f82ed | 2016-09-27 10:22:35 +0800 | [diff] [blame] | 3535 | S: Supported |
| 3536 | F: docs/colo-proxy.txt |
| 3537 | F: net/colo* |
| 3538 | F: net/filter-rewriter.c |
| 3539 | F: net/filter-mirror.c |
Zhang Chen | 487cf3f | 2021-12-21 16:04:00 +0800 | [diff] [blame] | 3540 | F: tests/qtest/test-filter* |
Zhang Chen | 88f82ed | 2016-09-27 10:22:35 +0800 | [diff] [blame] | 3541 | |
Pavel Dovgalyuk | 6225820 | 2017-05-03 14:33:04 +0300 | [diff] [blame] | 3542 | Record/replay |
| 3543 | M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru> |
| 3544 | R: Paolo Bonzini <pbonzini@redhat.com> |
Stefan Hajnoczi | 70b7fba | 2017-11-21 12:04:35 +0000 | [diff] [blame] | 3545 | W: https://wiki.qemu.org/Features/record-replay |
Pavel Dovgalyuk | 6225820 | 2017-05-03 14:33:04 +0300 | [diff] [blame] | 3546 | S: Supported |
| 3547 | F: replay/* |
| 3548 | F: block/blkreplay.c |
| 3549 | F: net/filter-replay.c |
Philippe Mathieu-Daudé | 5b5968c | 2022-12-19 18:09:43 +0100 | [diff] [blame] | 3550 | F: include/exec/replay-core.h |
Pavel Dovgalyuk | 6225820 | 2017-05-03 14:33:04 +0300 | [diff] [blame] | 3551 | F: include/sysemu/replay.h |
Thomas Huth | 4db546d | 2022-12-12 18:48:41 +0100 | [diff] [blame] | 3552 | F: docs/devel/replay.rst |
| 3553 | F: docs/system/replay.rst |
Pavel Dovgalyuk | 6225820 | 2017-05-03 14:33:04 +0300 | [diff] [blame] | 3554 | F: stubs/replay.c |
Willian Rampazzo | bbbd9b6 | 2021-11-05 12:53:54 -0300 | [diff] [blame] | 3555 | F: tests/avocado/replay_kernel.py |
| 3556 | F: tests/avocado/replay_linux.py |
| 3557 | F: tests/avocado/reverse_debugging.py |
Pavel Dovgalyuk | 43d7e1d | 2020-10-03 20:13:14 +0300 | [diff] [blame] | 3558 | F: qapi/replay.json |
Pavel Dovgalyuk | 6225820 | 2017-05-03 14:33:04 +0300 | [diff] [blame] | 3559 | |
Peter Xu | eecf5ee | 2018-05-18 15:25:16 +0800 | [diff] [blame] | 3560 | IOVA Tree |
| 3561 | M: Peter Xu <peterx@redhat.com> |
| 3562 | S: Maintained |
| 3563 | F: include/qemu/iova-tree.h |
| 3564 | F: util/iova-tree.c |
| 3565 | |
Viktor Prutyanov | 5ee547b | 2018-09-18 12:54:22 +0300 | [diff] [blame] | 3566 | elf2dmp |
| 3567 | M: Viktor Prutyanov <viktor.prutyanov@phystech.edu> |
Akihiko Odaki | a2de23c | 2024-03-07 19:20:58 +0900 | [diff] [blame] | 3568 | R: Akihiko Odaki <akihiko.odaki@daynix.com> |
Viktor Prutyanov | 5ee547b | 2018-09-18 12:54:22 +0300 | [diff] [blame] | 3569 | S: Maintained |
| 3570 | F: contrib/elf2dmp/ |
| 3571 | |
Philippe Mathieu-Daudé | 39131a4 | 2023-02-20 12:02:35 +0100 | [diff] [blame] | 3572 | Overall sensors |
| 3573 | M: Philippe Mathieu-Daudé <philmd@linaro.org> |
| 3574 | S: Odd Fixes |
| 3575 | F: hw/sensor |
| 3576 | F: include/hw/sensor |
| 3577 | |
Corey Minyard | 93198b6 | 2018-11-13 18:31:27 -0600 | [diff] [blame] | 3578 | I2C and SMBus |
| 3579 | M: Corey Minyard <cminyard@mvista.com> |
| 3580 | S: Maintained |
| 3581 | F: hw/i2c/core.c |
| 3582 | F: hw/i2c/smbus_slave.c |
| 3583 | F: hw/i2c/smbus_master.c |
| 3584 | F: hw/i2c/smbus_eeprom.c |
| 3585 | F: include/hw/i2c/i2c.h |
| 3586 | F: include/hw/i2c/smbus_master.h |
| 3587 | F: include/hw/i2c/smbus_slave.h |
| 3588 | F: include/hw/i2c/smbus_eeprom.h |
| 3589 | |
Titus Rwantare | bf0e0c7 | 2022-03-07 12:06:01 -0800 | [diff] [blame] | 3590 | PMBus |
| 3591 | M: Titus Rwantare <titusr@google.com> |
| 3592 | S: Maintained |
| 3593 | F: hw/i2c/pmbus_device.c |
| 3594 | F: hw/sensor/adm1272.c |
Titus Rwantare | ffcdae6 | 2022-03-07 12:06:03 -0800 | [diff] [blame] | 3595 | F: hw/sensor/isl_pmbus_vr.c |
Titus Rwantare | bf0e0c7 | 2022-03-07 12:06:01 -0800 | [diff] [blame] | 3596 | F: hw/sensor/max34451.c |
| 3597 | F: include/hw/i2c/pmbus_device.h |
Titus Rwantare | ffcdae6 | 2022-03-07 12:06:03 -0800 | [diff] [blame] | 3598 | F: include/hw/sensor/isl_pmbus_vr.h |
Titus Rwantare | bf0e0c7 | 2022-03-07 12:06:01 -0800 | [diff] [blame] | 3599 | F: tests/qtest/adm1272-test.c |
| 3600 | F: tests/qtest/max34451-test.c |
Titus Rwantare | ffcdae6 | 2022-03-07 12:06:03 -0800 | [diff] [blame] | 3601 | F: tests/qtest/isl_pmbus_vr-test.c |
Titus Rwantare | bf0e0c7 | 2022-03-07 12:06:01 -0800 | [diff] [blame] | 3602 | |
Ninad Palsule | 649b8ed | 2024-01-26 04:49:56 -0600 | [diff] [blame] | 3603 | FSI |
| 3604 | M: Ninad Palsule <ninad@linux.ibm.com> |
| 3605 | R: Cédric Le Goater <clg@kaod.org> |
| 3606 | S: Maintained |
| 3607 | F: hw/fsi/* |
| 3608 | F: include/hw/fsi/* |
| 3609 | F: docs/specs/fsi.rst |
| 3610 | F: tests/qtest/aspeed_fsi-test.c |
| 3611 | |
Philippe Mathieu-Daudé | d0d8952 | 2020-07-03 20:34:50 +0200 | [diff] [blame] | 3612 | Firmware schema specifications |
Philippe Mathieu-Daudé | 8823ef1 | 2022-10-17 20:20:05 +0200 | [diff] [blame] | 3613 | M: Philippe Mathieu-Daudé <philmd@linaro.org> |
Philippe Mathieu-Daudé | d0d8952 | 2020-07-03 20:34:50 +0200 | [diff] [blame] | 3614 | R: Daniel P. Berrange <berrange@redhat.com> |
| 3615 | R: Kashyap Chamarthy <kchamart@redhat.com> |
| 3616 | S: Maintained |
| 3617 | F: docs/interop/firmware.json |
| 3618 | |
Laszlo Ersek | 6739df3 | 2019-03-13 13:40:07 +0100 | [diff] [blame] | 3619 | EDK2 Firmware |
Philippe Mathieu-Daudé | 8823ef1 | 2022-10-17 20:20:05 +0200 | [diff] [blame] | 3620 | M: Philippe Mathieu-Daudé <philmd@linaro.org> |
Gerd Hoffmann | 9b437cd | 2022-03-08 13:36:00 +0100 | [diff] [blame] | 3621 | M: Gerd Hoffmann <kraxel@redhat.com> |
Laszlo Ersek | 6739df3 | 2019-03-13 13:40:07 +0100 | [diff] [blame] | 3622 | S: Supported |
Philippe Mathieu-Daudé | b5b3186 | 2021-05-21 15:34:07 +0200 | [diff] [blame] | 3623 | F: hw/i386/*ovmf* |
Laszlo Ersek | 6739df3 | 2019-03-13 13:40:07 +0100 | [diff] [blame] | 3624 | F: pc-bios/descriptors/??-edk2-*.json |
| 3625 | F: pc-bios/edk2-* |
| 3626 | F: roms/Makefile.edk2 |
| 3627 | F: roms/edk2 |
| 3628 | F: roms/edk2-* |
| 3629 | F: tests/data/uefi-boot-images/ |
| 3630 | F: tests/uefi-test-tools/ |
| 3631 | |
Peter Xu | 8bc43f3 | 2020-07-01 08:44:18 -0400 | [diff] [blame] | 3632 | VT-d Emulation |
| 3633 | M: Michael S. Tsirkin <mst@redhat.com> |
Peter Xu | 8bc43f3 | 2020-07-01 08:44:18 -0400 | [diff] [blame] | 3634 | R: Jason Wang <jasowang@redhat.com> |
Yi Liu | e3f1573 | 2024-07-07 20:21:12 -0700 | [diff] [blame] | 3635 | R: Yi Liu <yi.l.liu@intel.com> |
CLEMENT MATHIEU--DRIF | 9e64bec | 2024-08-20 09:51:47 +0000 | [diff] [blame] | 3636 | R: Clément Mathieu--Drif <clement.mathieu--drif@eviden.com> |
Peter Xu | 8bc43f3 | 2020-07-01 08:44:18 -0400 | [diff] [blame] | 3637 | S: Supported |
| 3638 | F: hw/i386/intel_iommu.c |
| 3639 | F: hw/i386/intel_iommu_internal.h |
| 3640 | F: include/hw/i386/intel_iommu.h |
| 3641 | |
Philippe Mathieu-Daudé | 2f5a2b3 | 2023-03-13 16:30:26 +0100 | [diff] [blame] | 3642 | AMD-Vi Emulation |
| 3643 | S: Orphan |
| 3644 | F: hw/i386/amd_iommu.? |
| 3645 | |
Bin Meng | e92fb01 | 2020-06-26 06:13:40 -0700 | [diff] [blame] | 3646 | OpenSBI Firmware |
| 3647 | M: Bin Meng <bmeng.cn@gmail.com> |
| 3648 | S: Supported |
| 3649 | F: pc-bios/opensbi-* |
| 3650 | F: .gitlab-ci.d/opensbi.yml |
| 3651 | F: .gitlab-ci.d/opensbi/ |
| 3652 | |
Luc Michel | 59c7a18 | 2021-02-11 09:53:18 +0100 | [diff] [blame] | 3653 | Clock framework |
| 3654 | M: Luc Michel <luc@lmichel.fr> |
Damien Hedde | 1d7e672 | 2023-02-13 10:53:06 +0000 | [diff] [blame] | 3655 | R: Damien Hedde <damien.hedde@dahe.fr> |
Luc Michel | 59c7a18 | 2021-02-11 09:53:18 +0100 | [diff] [blame] | 3656 | S: Maintained |
| 3657 | F: include/hw/clock.h |
| 3658 | F: include/hw/qdev-clock.h |
| 3659 | F: hw/core/clock.c |
| 3660 | F: hw/core/clock-vmstate.c |
| 3661 | F: hw/core/qdev-clock.c |
| 3662 | F: docs/devel/clocks.rst |
| 3663 | |
Peter Maydell | 4c046ce | 2024-02-20 16:06:18 +0000 | [diff] [blame] | 3664 | Reset framework |
| 3665 | M: Peter Maydell <peter.maydell@linaro.org> |
| 3666 | S: Maintained |
| 3667 | F: include/hw/resettable.h |
| 3668 | F: include/hw/core/resetcontainer.h |
| 3669 | F: include/sysemu/reset.h |
| 3670 | F: hw/core/reset.c |
| 3671 | F: hw/core/resettable.c |
| 3672 | F: hw/core/resetcontainer.c |
| 3673 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 3674 | Usermode Emulation |
| 3675 | ------------------ |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 3676 | Overall usermode emulation |
Paolo Bonzini | 486bbe5 | 2014-10-22 00:18:01 +0200 | [diff] [blame] | 3677 | M: Riku Voipio <riku.voipio@iki.fi> |
| 3678 | S: Maintained |
Philippe Mathieu-Daudé | 5841066 | 2017-09-11 18:33:25 -0300 | [diff] [blame] | 3679 | F: accel/tcg/user-exec*.c |
Richard Henderson | bbf15aa | 2021-11-17 16:14:00 +0100 | [diff] [blame] | 3680 | F: include/user/ |
| 3681 | F: common-user/ |
Paolo Bonzini | 486bbe5 | 2014-10-22 00:18:01 +0200 | [diff] [blame] | 3682 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 3683 | BSD user |
Warner Losh | 65a9d38 | 2021-03-08 15:40:23 -0700 | [diff] [blame] | 3684 | M: Warner Losh <imp@bsdimp.com> |
| 3685 | R: Kyle Evans <kevans@freebsd.org> |
| 3686 | S: Maintained |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 3687 | F: bsd-user/ |
Alex Bennée | 812b31d | 2021-07-07 14:17:43 +0100 | [diff] [blame] | 3688 | F: configs/targets/*-bsd-user.mak |
Warner Losh | adbae40 | 2022-01-09 11:50:24 -0700 | [diff] [blame] | 3689 | F: tests/vm/*bsd |
Warner Losh | 65a9d38 | 2021-03-08 15:40:23 -0700 | [diff] [blame] | 3690 | T: git https://github.com/qemu-bsd-user/qemu-bsd-user bsd-user-rebase-3.1 |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 3691 | |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 3692 | Linux user |
Riku Voipio | 8f902c5 | 2020-07-02 14:16:36 +0300 | [diff] [blame] | 3693 | M: Laurent Vivier <laurent@vivier.eu> |
Anthony Liguori | fd5d5c5 | 2010-09-09 14:51:31 -0500 | [diff] [blame] | 3694 | S: Maintained |
| 3695 | F: linux-user/ |
Alex Bennée | 812b31d | 2021-07-07 14:17:43 +0100 | [diff] [blame] | 3696 | F: configs/targets/*linux-user.mak |
Thomas Huth | e5dd987 | 2018-01-02 17:25:26 +0100 | [diff] [blame] | 3697 | F: scripts/qemu-binfmt-conf.sh |
Laurent Vivier | e3a6c82 | 2020-03-10 11:34:00 +0100 | [diff] [blame] | 3698 | F: scripts/update-syscalltbl.sh |
Laurent Vivier | 5733333 | 2020-03-10 11:34:03 +0100 | [diff] [blame] | 3699 | F: scripts/update-mips-syscall-args.sh |
Aurelien Jarno | 42f5a7e | 2011-01-14 20:39:19 +0100 | [diff] [blame] | 3700 | |
| 3701 | Tiny Code Generator (TCG) |
| 3702 | ------------------------- |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 3703 | Common TCG code |
Richard Henderson | 336f744 | 2020-11-12 20:35:43 -0800 | [diff] [blame] | 3704 | M: Richard Henderson <richard.henderson@linaro.org> |
Aurelien Jarno | 42f5a7e | 2011-01-14 20:39:19 +0100 | [diff] [blame] | 3705 | S: Maintained |
| 3706 | F: tcg/ |
Philippe Mathieu-Daudé | d3582cf | 2020-01-01 12:23:02 +0100 | [diff] [blame] | 3707 | F: include/tcg/ |
Aurelien Jarno | 42f5a7e | 2011-01-14 20:39:19 +0100 | [diff] [blame] | 3708 | |
Alex Bennée | 22b5867 | 2019-10-17 14:25:23 +0100 | [diff] [blame] | 3709 | TCG Plugins |
| 3710 | M: Alex Bennée <alex.bennee@linaro.org> |
Alexandre Iooss | 3d7caf1 | 2021-07-09 15:29:59 +0100 | [diff] [blame] | 3711 | R: Alexandre Iooss <erdnaxe@crans.org> |
Mahmoud Mandour | a6b95a9 | 2021-07-09 15:30:05 +0100 | [diff] [blame] | 3712 | R: Mahmoud Mandour <ma.mandourr@gmail.com> |
Pierrick Bouvier | 1a8081d | 2024-01-18 07:23:58 +0400 | [diff] [blame] | 3713 | R: Pierrick Bouvier <pierrick.bouvier@linaro.org> |
Alex Bennée | 22b5867 | 2019-10-17 14:25:23 +0100 | [diff] [blame] | 3714 | S: Maintained |
Alex Bennée | 8ea6abf | 2019-11-12 16:28:53 +0000 | [diff] [blame] | 3715 | F: docs/devel/tcg-plugins.rst |
Alex Bennée | 22b5867 | 2019-10-17 14:25:23 +0100 | [diff] [blame] | 3716 | F: plugins/ |
Alex Bennée | 1b4c136 | 2024-07-29 15:44:09 +0100 | [diff] [blame] | 3717 | F: tests/tcg/plugins/ |
Willian Rampazzo | bbbd9b6 | 2021-11-05 12:53:54 -0300 | [diff] [blame] | 3718 | F: tests/avocado/tcg_plugins.py |
Alex Bennée | c17a386 | 2020-09-09 12:27:41 +0100 | [diff] [blame] | 3719 | F: contrib/plugins/ |
Alex Bennée | 22b5867 | 2019-10-17 14:25:23 +0100 | [diff] [blame] | 3720 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 3721 | AArch64 TCG target |
Richard Henderson | 3e5a01e | 2020-01-06 16:30:37 +1000 | [diff] [blame] | 3722 | M: Richard Henderson <richard.henderson@linaro.org> |
Claudio Fontana | b25a464 | 2013-06-12 16:20:24 +0100 | [diff] [blame] | 3723 | S: Maintained |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 3724 | L: qemu-arm@nongnu.org |
Claudio Fontana | b25a464 | 2013-06-12 16:20:24 +0100 | [diff] [blame] | 3725 | F: tcg/aarch64/ |
| 3726 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 3727 | ARM TCG target |
Peter Maydell | 7c6ef61 | 2021-07-22 19:09:51 +0100 | [diff] [blame] | 3728 | M: Richard Henderson <richard.henderson@linaro.org> |
Aurelien Jarno | 42f5a7e | 2011-01-14 20:39:19 +0100 | [diff] [blame] | 3729 | S: Maintained |
Peter Maydell | b4f2bd1 | 2015-11-03 13:49:42 +0000 | [diff] [blame] | 3730 | L: qemu-arm@nongnu.org |
Aurelien Jarno | 42f5a7e | 2011-01-14 20:39:19 +0100 | [diff] [blame] | 3731 | F: tcg/arm/ |
| 3732 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 3733 | i386 TCG target |
Richard Henderson | 336f744 | 2020-11-12 20:35:43 -0800 | [diff] [blame] | 3734 | M: Richard Henderson <richard.henderson@linaro.org> |
Aurelien Jarno | 42f5a7e | 2011-01-14 20:39:19 +0100 | [diff] [blame] | 3735 | S: Maintained |
| 3736 | F: tcg/i386/ |
| 3737 | |
WANG Xuerui | afa3325 | 2021-12-21 13:40:36 +0800 | [diff] [blame] | 3738 | LoongArch64 TCG target |
| 3739 | M: WANG Xuerui <git@xen0n.name> |
| 3740 | S: Maintained |
| 3741 | F: tcg/loongarch64/ |
| 3742 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 3743 | MIPS TCG target |
Philippe Mathieu-Daudé | 8823ef1 | 2022-10-17 20:20:05 +0200 | [diff] [blame] | 3744 | M: Philippe Mathieu-Daudé <philmd@linaro.org> |
Aleksandar Markovic | 099d510 | 2020-03-13 02:00:50 +0100 | [diff] [blame] | 3745 | R: Aurelien Jarno <aurelien@aurel32.net> |
Huacai Chen | dab1e1e | 2020-12-05 17:22:01 +0800 | [diff] [blame] | 3746 | R: Huacai Chen <chenhuacai@kernel.org> |
Aleksandar Markovic | 15d983d | 2020-07-01 20:25:58 +0200 | [diff] [blame] | 3747 | R: Jiaxun Yang <jiaxun.yang@flygoat.com> |
Aleksandar Rikalo | 45c577f | 2024-02-09 07:21:47 +0100 | [diff] [blame] | 3748 | R: Aleksandar Rikalo <arikalo@gmail.com> |
Philippe Mathieu-Daudé | cf96031 | 2020-10-09 17:05:13 +0200 | [diff] [blame] | 3749 | S: Odd Fixes |
Aurelien Jarno | 42f5a7e | 2011-01-14 20:39:19 +0100 | [diff] [blame] | 3750 | F: tcg/mips/ |
| 3751 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 3752 | PPC TCG target |
Richard Henderson | 336f744 | 2020-11-12 20:35:43 -0800 | [diff] [blame] | 3753 | M: Richard Henderson <richard.henderson@linaro.org> |
Pranith Kumar | 15610d4 | 2016-10-18 10:21:00 -0700 | [diff] [blame] | 3754 | S: Odd Fixes |
Aurelien Jarno | 42f5a7e | 2011-01-14 20:39:19 +0100 | [diff] [blame] | 3755 | F: tcg/ppc/ |
Aurelien Jarno | 42f5a7e | 2011-01-14 20:39:19 +0100 | [diff] [blame] | 3756 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 3757 | RISC-V TCG target |
Palmer Dabbelt | c1677bc | 2019-10-29 09:39:03 -0700 | [diff] [blame] | 3758 | M: Palmer Dabbelt <palmer@dabbelt.com> |
Alistair Francis | fb1f70f | 2018-12-19 19:17:07 +0000 | [diff] [blame] | 3759 | M: Alistair Francis <Alistair.Francis@wdc.com> |
| 3760 | L: qemu-riscv@nongnu.org |
| 3761 | S: Maintained |
| 3762 | F: tcg/riscv/ |
Thomas Huth | 5d0ce90 | 2023-09-29 14:37:27 +0200 | [diff] [blame] | 3763 | F: disas/riscv.[ch] |
Alistair Francis | fb1f70f | 2018-12-19 19:17:07 +0000 | [diff] [blame] | 3764 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 3765 | S390 TCG target |
Richard Henderson | 336f744 | 2020-11-12 20:35:43 -0800 | [diff] [blame] | 3766 | M: Richard Henderson <richard.henderson@linaro.org> |
Aurelien Jarno | 42f5a7e | 2011-01-14 20:39:19 +0100 | [diff] [blame] | 3767 | S: Maintained |
| 3768 | F: tcg/s390/ |
Cornelia Huck | 146bd28 | 2017-10-05 17:05:23 +0200 | [diff] [blame] | 3769 | L: qemu-s390x@nongnu.org |
Aurelien Jarno | 42f5a7e | 2011-01-14 20:39:19 +0100 | [diff] [blame] | 3770 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 3771 | SPARC TCG target |
Markus Armbruster | 297e800 | 2016-06-20 16:19:25 +0200 | [diff] [blame] | 3772 | S: Odd Fixes |
Richard Henderson | 6d0b52e | 2022-10-17 08:00:57 +0300 | [diff] [blame] | 3773 | F: tcg/sparc64/ |
Paolo Bonzini | c17652e | 2015-09-22 11:36:16 +0200 | [diff] [blame] | 3774 | F: disas/sparc.c |
Stefan Weil | bc75c9e | 2011-11-24 23:20:43 +0100 | [diff] [blame] | 3775 | |
Markus Armbruster | 6347e1f | 2019-06-06 19:24:07 +0200 | [diff] [blame] | 3776 | TCI TCG target |
Stefan Weil | bc75c9e | 2011-11-24 23:20:43 +0100 | [diff] [blame] | 3777 | M: Stefan Weil <sw@weilnetz.de> |
| 3778 | S: Maintained |
Andreas Färber | 8ef9cd5 | 2012-04-13 17:22:03 +0200 | [diff] [blame] | 3779 | F: tcg/tci/ |
Philippe Mathieu-Daudé | 752a2ae | 2017-06-29 12:03:07 -0300 | [diff] [blame] | 3780 | F: tcg/tci.c |
Paolo Bonzini | c17652e | 2015-09-22 11:36:16 +0200 | [diff] [blame] | 3781 | F: disas/tci.c |
Andreas Färber | aa09c95 | 2012-04-13 17:52:27 +0200 | [diff] [blame] | 3782 | |
Stefan Hajnoczi | f05b328 | 2013-11-13 10:33:10 +0100 | [diff] [blame] | 3783 | Block drivers |
| 3784 | ------------- |
| 3785 | VMDK |
Fam Zheng | fe5ca46 | 2018-11-21 23:30:36 +0800 | [diff] [blame] | 3786 | M: Fam Zheng <fam@euphon.net> |
Kevin Wolf | c95e4c0 | 2015-04-30 15:15:13 +0200 | [diff] [blame] | 3787 | L: qemu-block@nongnu.org |
Stefan Hajnoczi | f05b328 | 2013-11-13 10:33:10 +0100 | [diff] [blame] | 3788 | S: Supported |
| 3789 | F: block/vmdk.c |
| 3790 | |
| 3791 | RBD |
Ilya Dryomov | 0725570 | 2021-05-19 13:25:13 +0200 | [diff] [blame] | 3792 | M: Ilya Dryomov <idryomov@gmail.com> |
Peter Lieven | cbd58e7 | 2023-01-05 10:50:39 +0100 | [diff] [blame] | 3793 | R: Peter Lieven <pl@dlhnet.de> |
Jeff Cody | 280458a | 2015-03-06 12:16:06 -0500 | [diff] [blame] | 3794 | L: qemu-block@nongnu.org |
Stefan Hajnoczi | f05b328 | 2013-11-13 10:33:10 +0100 | [diff] [blame] | 3795 | S: Supported |
| 3796 | F: block/rbd.c |
| 3797 | |
Stefan Hajnoczi | f05b328 | 2013-11-13 10:33:10 +0100 | [diff] [blame] | 3798 | VHDX |
Jeff Cody | 5f5246b | 2018-09-26 14:05:33 -0400 | [diff] [blame] | 3799 | M: Jeff Cody <codyprime@gmail.com> |
Jeff Cody | 280458a | 2015-03-06 12:16:06 -0500 | [diff] [blame] | 3800 | L: qemu-block@nongnu.org |
Stefan Hajnoczi | f05b328 | 2013-11-13 10:33:10 +0100 | [diff] [blame] | 3801 | S: Supported |
| 3802 | F: block/vhdx* |
| 3803 | |
| 3804 | VDI |
| 3805 | M: Stefan Weil <sw@weilnetz.de> |
Kevin Wolf | c95e4c0 | 2015-04-30 15:15:13 +0200 | [diff] [blame] | 3806 | L: qemu-block@nongnu.org |
Stefan Hajnoczi | f05b328 | 2013-11-13 10:33:10 +0100 | [diff] [blame] | 3807 | S: Maintained |
| 3808 | F: block/vdi.c |
| 3809 | |
Stefan Hajnoczi | fd66dbd | 2022-10-13 14:58:57 -0400 | [diff] [blame] | 3810 | blkio |
| 3811 | M: Stefan Hajnoczi <stefanha@redhat.com> |
| 3812 | L: qemu-block@nongnu.org |
| 3813 | S: Maintained |
| 3814 | F: block/blkio.c |
| 3815 | |
Stefan Hajnoczi | f05b328 | 2013-11-13 10:33:10 +0100 | [diff] [blame] | 3816 | iSCSI |
| 3817 | M: Ronnie Sahlberg <ronniesahlberg@gmail.com> |
| 3818 | M: Paolo Bonzini <pbonzini@redhat.com> |
Peter Lieven | cbd58e7 | 2023-01-05 10:50:39 +0100 | [diff] [blame] | 3819 | M: Peter Lieven <pl@dlhnet.de> |
Kevin Wolf | c95e4c0 | 2015-04-30 15:15:13 +0200 | [diff] [blame] | 3820 | L: qemu-block@nongnu.org |
Paolo Bonzini | 2185fd6 | 2018-10-19 14:25:42 +0200 | [diff] [blame] | 3821 | S: Odd Fixes |
Stefan Hajnoczi | f05b328 | 2013-11-13 10:33:10 +0100 | [diff] [blame] | 3822 | F: block/iscsi.c |
Peter Lieven | 2deb63c | 2017-01-24 13:49:21 +0100 | [diff] [blame] | 3823 | F: block/iscsi-opts.c |
Stefan Hajnoczi | f05b328 | 2013-11-13 10:33:10 +0100 | [diff] [blame] | 3824 | |
Eric Blake | 99c62e7 | 2017-07-07 13:21:51 -0500 | [diff] [blame] | 3825 | Network Block Device (NBD) |
| 3826 | M: Eric Blake <eblake@redhat.com> |
Vladimir Sementsov-Ogievskiy | 9e4067b | 2022-05-26 14:54:32 +0300 | [diff] [blame] | 3827 | M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru> |
Eric Blake | 99c62e7 | 2017-07-07 13:21:51 -0500 | [diff] [blame] | 3828 | L: qemu-block@nongnu.org |
| 3829 | S: Maintained |
| 3830 | F: block/nbd* |
| 3831 | F: nbd/ |
| 3832 | F: include/block/nbd* |
| 3833 | F: qemu-nbd.* |
| 3834 | F: blockdev-nbd.c |
Peter Maydell | 8dac93a | 2024-08-09 17:37:54 +0100 | [diff] [blame] | 3835 | F: docs/interop/nbd.rst |
Wainer dos Santos Moschetta | 33b2b38 | 2021-02-04 10:54:25 -0300 | [diff] [blame] | 3836 | F: docs/tools/qemu-nbd.rst |
Eric Blake | 58a6fdc | 2022-05-11 19:49:24 -0500 | [diff] [blame] | 3837 | F: tests/qemu-iotests/tests/*nbd* |
Stefan Hajnoczi | ebe2aad | 2018-11-08 11:15:28 +0000 | [diff] [blame] | 3838 | T: git https://repo.or.cz/qemu/ericb.git nbd |
Vladimir Sementsov-Ogievskiy | 9e4067b | 2022-05-26 14:54:32 +0300 | [diff] [blame] | 3839 | T: git https://gitlab.com/vsementsov/qemu.git block |
Eric Blake | 99c62e7 | 2017-07-07 13:21:51 -0500 | [diff] [blame] | 3840 | |
Peter Lieven | 6542aa9 | 2014-02-03 10:26:13 +0100 | [diff] [blame] | 3841 | NFS |
Peter Lieven | cbd58e7 | 2023-01-05 10:50:39 +0100 | [diff] [blame] | 3842 | M: Peter Lieven <pl@dlhnet.de> |
Jeff Cody | 280458a | 2015-03-06 12:16:06 -0500 | [diff] [blame] | 3843 | L: qemu-block@nongnu.org |
Peter Lieven | 6542aa9 | 2014-02-03 10:26:13 +0100 | [diff] [blame] | 3844 | S: Maintained |
| 3845 | F: block/nfs.c |
| 3846 | |
Stefan Hajnoczi | f05b328 | 2013-11-13 10:33:10 +0100 | [diff] [blame] | 3847 | SSH |
| 3848 | M: Richard W.M. Jones <rjones@redhat.com> |
Jeff Cody | 280458a | 2015-03-06 12:16:06 -0500 | [diff] [blame] | 3849 | L: qemu-block@nongnu.org |
Stefan Hajnoczi | f05b328 | 2013-11-13 10:33:10 +0100 | [diff] [blame] | 3850 | S: Supported |
| 3851 | F: block/ssh.c |
Chrysostomos Nanakos | c9a12e7 | 2014-08-04 17:35:32 +0300 | [diff] [blame] | 3852 | |
Jeff Cody | 280458a | 2015-03-06 12:16:06 -0500 | [diff] [blame] | 3853 | CURL |
Jeff Cody | 280458a | 2015-03-06 12:16:06 -0500 | [diff] [blame] | 3854 | L: qemu-block@nongnu.org |
Thomas Huth | 5c6090f | 2019-05-06 08:18:54 +0200 | [diff] [blame] | 3855 | S: Odd Fixes |
Jeff Cody | 280458a | 2015-03-06 12:16:06 -0500 | [diff] [blame] | 3856 | F: block/curl.c |
Jeff Cody | 280458a | 2015-03-06 12:16:06 -0500 | [diff] [blame] | 3857 | |
| 3858 | GLUSTER |
Jeff Cody | 280458a | 2015-03-06 12:16:06 -0500 | [diff] [blame] | 3859 | L: qemu-block@nongnu.org |
Thomas Huth | 5c6090f | 2019-05-06 08:18:54 +0200 | [diff] [blame] | 3860 | L: integration@gluster.org |
| 3861 | S: Odd Fixes |
Jeff Cody | 280458a | 2015-03-06 12:16:06 -0500 | [diff] [blame] | 3862 | F: block/gluster.c |
Gonglei | b5e9476 | 2014-10-22 11:07:57 +0800 | [diff] [blame] | 3863 | |
Fam Zheng | 199667a | 2015-04-01 09:45:40 +0800 | [diff] [blame] | 3864 | Null Block Driver |
Fam Zheng | fe5ca46 | 2018-11-21 23:30:36 +0800 | [diff] [blame] | 3865 | M: Fam Zheng <fam@euphon.net> |
Fam Zheng | 199667a | 2015-04-01 09:45:40 +0800 | [diff] [blame] | 3866 | L: qemu-block@nongnu.org |
| 3867 | S: Supported |
| 3868 | F: block/null.c |
| 3869 | |
Fam Zheng | bdd6a90 | 2018-01-16 14:08:55 +0800 | [diff] [blame] | 3870 | NVMe Block Driver |
Stefan Hajnoczi | 1a94978 | 2020-09-07 12:16:32 +0100 | [diff] [blame] | 3871 | M: Stefan Hajnoczi <stefanha@redhat.com> |
| 3872 | R: Fam Zheng <fam@euphon.net> |
Philippe Mathieu-Daudé | 8823ef1 | 2022-10-17 20:20:05 +0200 | [diff] [blame] | 3873 | R: Philippe Mathieu-Daudé <philmd@linaro.org> |
Fam Zheng | bdd6a90 | 2018-01-16 14:08:55 +0800 | [diff] [blame] | 3874 | L: qemu-block@nongnu.org |
| 3875 | S: Supported |
| 3876 | F: block/nvme* |
Philippe Mathieu-Daudé | dc0b4d9 | 2020-07-01 16:06:34 +0200 | [diff] [blame] | 3877 | F: include/block/nvme.h |
Stefan Hajnoczi | 1a94978 | 2020-09-07 12:16:32 +0100 | [diff] [blame] | 3878 | T: git https://github.com/stefanha/qemu.git block |
Fam Zheng | bdd6a90 | 2018-01-16 14:08:55 +0800 | [diff] [blame] | 3879 | |
Gonglei | b5e9476 | 2014-10-22 11:07:57 +0800 | [diff] [blame] | 3880 | Bootdevice |
| 3881 | M: Gonglei <arei.gonglei@huawei.com> |
| 3882 | S: Maintained |
Philippe Mathieu-Daudé | 8d7f2e7 | 2023-10-04 11:06:28 +0200 | [diff] [blame] | 3883 | F: system/bootdevice.c |
Alberto Garcia | ecdda9e | 2015-03-16 18:22:05 +0200 | [diff] [blame] | 3884 | |
| 3885 | Quorum |
| 3886 | M: Alberto Garcia <berto@igalia.com> |
| 3887 | S: Supported |
| 3888 | F: block/quorum.c |
| 3889 | L: qemu-block@nongnu.org |
Stefan Hajnoczi | e7c6e63 | 2015-04-29 15:13:26 +0100 | [diff] [blame] | 3890 | |
Aapo Vienamo | bfcc224 | 2018-07-03 17:48:48 +0300 | [diff] [blame] | 3891 | blklogwrites |
| 3892 | M: Ari Sundholm <ari@tuxera.com> |
| 3893 | L: qemu-block@nongnu.org |
| 3894 | S: Supported |
| 3895 | F: block/blklogwrites.c |
| 3896 | |
Stefan Hajnoczi | e7c6e63 | 2015-04-29 15:13:26 +0100 | [diff] [blame] | 3897 | blkverify |
| 3898 | M: Stefan Hajnoczi <stefanha@redhat.com> |
| 3899 | L: qemu-block@nongnu.org |
| 3900 | S: Supported |
| 3901 | F: block/blkverify.c |
Peter Maydell | 78ac2d8 | 2024-10-14 17:05:53 +0100 | [diff] [blame] | 3902 | F: docs/devel/blkverify.rst |
Stefan Hajnoczi | e7c6e63 | 2015-04-29 15:13:26 +0100 | [diff] [blame] | 3903 | |
| 3904 | bochs |
| 3905 | M: Stefan Hajnoczi <stefanha@redhat.com> |
| 3906 | L: qemu-block@nongnu.org |
| 3907 | S: Supported |
| 3908 | F: block/bochs.c |
| 3909 | |
| 3910 | cloop |
| 3911 | M: Stefan Hajnoczi <stefanha@redhat.com> |
| 3912 | L: qemu-block@nongnu.org |
| 3913 | S: Supported |
| 3914 | F: block/cloop.c |
| 3915 | |
| 3916 | dmg |
| 3917 | M: Stefan Hajnoczi <stefanha@redhat.com> |
| 3918 | L: qemu-block@nongnu.org |
| 3919 | S: Supported |
| 3920 | F: block/dmg.c |
| 3921 | |
| 3922 | parallels |
| 3923 | M: Stefan Hajnoczi <stefanha@redhat.com> |
Denis V. Lunev | f307371 | 2015-08-21 20:44:16 +0300 | [diff] [blame] | 3924 | M: Denis V. Lunev <den@openvz.org> |
Stefan Hajnoczi | e7c6e63 | 2015-04-29 15:13:26 +0100 | [diff] [blame] | 3925 | L: qemu-block@nongnu.org |
| 3926 | S: Supported |
| 3927 | F: block/parallels.c |
Vladimir Sementsov-Ogievskiy | a960c4b | 2021-03-04 12:51:51 +0300 | [diff] [blame] | 3928 | F: block/parallels-ext.c |
Peter Maydell | 1bc0fc0 | 2024-08-09 17:37:55 +0100 | [diff] [blame] | 3929 | F: docs/interop/parallels.rst |
Peter Maydell | 7d9fc7e | 2024-08-09 17:37:55 +0100 | [diff] [blame] | 3930 | F: docs/interop/prl-xml.rst |
Denis V. Lunev | bb20ec6 | 2022-08-23 10:27:00 +0200 | [diff] [blame] | 3931 | T: git https://src.openvz.org/scm/~den/qemu.git parallels |
Stefan Hajnoczi | e7c6e63 | 2015-04-29 15:13:26 +0100 | [diff] [blame] | 3932 | |
| 3933 | qed |
| 3934 | M: Stefan Hajnoczi <stefanha@redhat.com> |
| 3935 | L: qemu-block@nongnu.org |
| 3936 | S: Supported |
| 3937 | F: block/qed.c |
| 3938 | |
| 3939 | raw |
| 3940 | M: Kevin Wolf <kwolf@redhat.com> |
| 3941 | L: qemu-block@nongnu.org |
| 3942 | S: Supported |
| 3943 | F: block/linux-aio.c |
Markus Armbruster | f586d5f | 2016-09-05 14:28:52 +0200 | [diff] [blame] | 3944 | F: include/block/raw-aio.h |
Eric Blake | 2e6fc7e | 2016-12-02 13:48:53 -0600 | [diff] [blame] | 3945 | F: block/raw-format.c |
Eric Blake | c1bb86c | 2016-12-02 13:48:54 -0600 | [diff] [blame] | 3946 | F: block/file-posix.c |
| 3947 | F: block/file-win32.c |
Stefan Hajnoczi | e7c6e63 | 2015-04-29 15:13:26 +0100 | [diff] [blame] | 3948 | F: block/win32-aio.c |
| 3949 | |
Aarushi Mehta | 6663a0a | 2020-01-20 14:18:47 +0000 | [diff] [blame] | 3950 | Linux io_uring |
| 3951 | M: Aarushi Mehta <mehta.aaru20@gmail.com> |
| 3952 | M: Julia Suvorova <jusual@redhat.com> |
| 3953 | M: Stefan Hajnoczi <stefanha@redhat.com> |
Stefano Garzarella | 0ef2801 | 2021-07-28 15:15:15 +0200 | [diff] [blame] | 3954 | R: Stefano Garzarella <sgarzare@redhat.com> |
Aarushi Mehta | 6663a0a | 2020-01-20 14:18:47 +0000 | [diff] [blame] | 3955 | L: qemu-block@nongnu.org |
| 3956 | S: Maintained |
| 3957 | F: block/io_uring.c |
Aarushi Mehta | 06a47ef | 2020-01-20 14:18:48 +0000 | [diff] [blame] | 3958 | F: stubs/io_uring.c |
Aarushi Mehta | 6663a0a | 2020-01-20 14:18:47 +0000 | [diff] [blame] | 3959 | |
Stefan Hajnoczi | e7c6e63 | 2015-04-29 15:13:26 +0100 | [diff] [blame] | 3960 | qcow2 |
| 3961 | M: Kevin Wolf <kwolf@redhat.com> |
Hanna Reitz | b0c4798 | 2021-08-10 16:04:11 +0200 | [diff] [blame] | 3962 | M: Hanna Reitz <hreitz@redhat.com> |
Stefan Hajnoczi | e7c6e63 | 2015-04-29 15:13:26 +0100 | [diff] [blame] | 3963 | L: qemu-block@nongnu.org |
| 3964 | S: Supported |
| 3965 | F: block/qcow2* |
Philippe Mathieu-Daudé | b24f988 | 2017-09-08 14:36:23 -0300 | [diff] [blame] | 3966 | F: docs/interop/qcow2.txt |
Stefan Hajnoczi | e7c6e63 | 2015-04-29 15:13:26 +0100 | [diff] [blame] | 3967 | |
| 3968 | qcow |
| 3969 | M: Kevin Wolf <kwolf@redhat.com> |
| 3970 | L: qemu-block@nongnu.org |
| 3971 | S: Supported |
| 3972 | F: block/qcow.c |
| 3973 | |
| 3974 | blkdebug |
| 3975 | M: Kevin Wolf <kwolf@redhat.com> |
Hanna Reitz | b0c4798 | 2021-08-10 16:04:11 +0200 | [diff] [blame] | 3976 | M: Hanna Reitz <hreitz@redhat.com> |
Stefan Hajnoczi | e7c6e63 | 2015-04-29 15:13:26 +0100 | [diff] [blame] | 3977 | L: qemu-block@nongnu.org |
| 3978 | S: Supported |
| 3979 | F: block/blkdebug.c |
Peter Maydell | d5f42aa | 2024-10-14 17:05:53 +0100 | [diff] [blame] | 3980 | F: docs/devel/blkdebug.rst |
Stefan Hajnoczi | e7c6e63 | 2015-04-29 15:13:26 +0100 | [diff] [blame] | 3981 | |
| 3982 | vpc |
| 3983 | M: Kevin Wolf <kwolf@redhat.com> |
| 3984 | L: qemu-block@nongnu.org |
| 3985 | S: Supported |
| 3986 | F: block/vpc.c |
| 3987 | |
| 3988 | vvfat |
| 3989 | M: Kevin Wolf <kwolf@redhat.com> |
| 3990 | L: qemu-block@nongnu.org |
Prasad J Pandit | 4b7c5bc | 2020-07-11 00:34:51 +0530 | [diff] [blame] | 3991 | S: Odd Fixes |
Stefan Hajnoczi | e7c6e63 | 2015-04-29 15:13:26 +0100 | [diff] [blame] | 3992 | F: block/vvfat.c |
Stefan Hajnoczi | abfe4e9 | 2015-04-29 15:13:28 +0100 | [diff] [blame] | 3993 | |
| 3994 | Image format fuzzer |
| 3995 | M: Stefan Hajnoczi <stefanha@redhat.com> |
| 3996 | L: qemu-block@nongnu.org |
| 3997 | S: Supported |
| 3998 | F: tests/image-fuzzer/ |
Daniel P. Berrange | 717171b | 2015-09-24 14:41:38 +0100 | [diff] [blame] | 3999 | |
Coiby Xu | 8675a37 | 2020-09-18 16:09:12 +0800 | [diff] [blame] | 4000 | Vhost-user block device backend server |
| 4001 | M: Coiby Xu <Coiby.Xu@gmail.com> |
| 4002 | S: Maintained |
| 4003 | F: block/export/vhost-user-blk-server.c |
Stefan Hajnoczi | 80a06cc | 2020-09-24 16:15:48 +0100 | [diff] [blame] | 4004 | F: block/export/vhost-user-blk-server.h |
Xie Yongji | 5c36802 | 2022-05-23 16:46:06 +0800 | [diff] [blame] | 4005 | F: block/export/virtio-blk-handler.c |
| 4006 | F: block/export/virtio-blk-handler.h |
Stefan Hajnoczi | 80a06cc | 2020-09-24 16:15:48 +0100 | [diff] [blame] | 4007 | F: include/qemu/vhost-user-server.h |
Coiby Xu | 8675a37 | 2020-09-18 16:09:12 +0800 | [diff] [blame] | 4008 | F: tests/qtest/libqos/vhost-user-blk.c |
Coiby Xu | 8069520 | 2021-03-22 09:23:25 +0000 | [diff] [blame] | 4009 | F: tests/qtest/libqos/vhost-user-blk.h |
| 4010 | F: tests/qtest/vhost-user-blk-test.c |
Stefan Hajnoczi | 80a06cc | 2020-09-24 16:15:48 +0100 | [diff] [blame] | 4011 | F: util/vhost-user-server.c |
Coiby Xu | 8675a37 | 2020-09-18 16:09:12 +0800 | [diff] [blame] | 4012 | |
Max Reitz | 0c9b70d | 2020-10-27 20:05:42 +0100 | [diff] [blame] | 4013 | FUSE block device exports |
Hanna Reitz | b0c4798 | 2021-08-10 16:04:11 +0200 | [diff] [blame] | 4014 | M: Hanna Reitz <hreitz@redhat.com> |
Max Reitz | 0c9b70d | 2020-10-27 20:05:42 +0100 | [diff] [blame] | 4015 | L: qemu-block@nongnu.org |
| 4016 | S: Supported |
| 4017 | F: block/export/fuse.c |
| 4018 | |
Xie Yongji | 2a2359b | 2022-05-23 16:46:09 +0800 | [diff] [blame] | 4019 | VDUSE library and block device exports |
Xie Yongji | a6caeee | 2022-05-23 16:46:08 +0800 | [diff] [blame] | 4020 | M: Xie Yongji <xieyongji@bytedance.com> |
| 4021 | S: Maintained |
| 4022 | F: subprojects/libvduse/ |
Xie Yongji | 2a2359b | 2022-05-23 16:46:09 +0800 | [diff] [blame] | 4023 | F: block/export/vduse-blk.c |
| 4024 | F: block/export/vduse-blk.h |
Xie Yongji | a6caeee | 2022-05-23 16:46:08 +0800 | [diff] [blame] | 4025 | |
Changlong Xie | 049105a | 2016-07-27 15:01:53 +0800 | [diff] [blame] | 4026 | Replication |
Changlong Xie | 205f861 | 2017-04-18 11:08:13 +0800 | [diff] [blame] | 4027 | M: Wen Congyang <wencongyang2@huawei.com> |
Zhang Chen | 3ccc0a0 | 2017-04-21 15:12:47 +0800 | [diff] [blame] | 4028 | M: Xie Changlong <xiechanglong.d@gmail.com> |
Changlong Xie | 049105a | 2016-07-27 15:01:53 +0800 | [diff] [blame] | 4029 | S: Supported |
| 4030 | F: replication* |
| 4031 | F: block/replication.c |
Thomas Huth | da668aa | 2021-03-10 07:33:14 +0100 | [diff] [blame] | 4032 | F: tests/unit/test-replication.c |
Changlong Xie | 049105a | 2016-07-27 15:01:53 +0800 | [diff] [blame] | 4033 | F: docs/block-replication.txt |
| 4034 | |
Alex Bennée | b052fec | 2019-05-13 15:32:56 +0100 | [diff] [blame] | 4035 | Semihosting |
| 4036 | M: Alex Bennée <alex.bennee@linaro.org> |
Alex Bennée | b052fec | 2019-05-13 15:32:56 +0100 | [diff] [blame] | 4037 | S: Maintained |
Philippe Mathieu-Daudé | 8df9f0c | 2021-03-05 13:54:50 +0000 | [diff] [blame] | 4038 | F: semihosting/ |
Philippe Mathieu-Daudé | 6b5fe13 | 2021-03-05 13:54:49 +0000 | [diff] [blame] | 4039 | F: include/semihosting/ |
Alex Bennée | 3539d84 | 2021-03-23 16:52:51 +0000 | [diff] [blame] | 4040 | F: tests/tcg/multiarch/arm-compat-semi/ |
Alex Bennée | b904a90 | 2022-02-25 17:20:21 +0000 | [diff] [blame] | 4041 | F: tests/tcg/aarch64/system/semiheap.c |
Alex Bennée | b052fec | 2019-05-13 15:32:56 +0100 | [diff] [blame] | 4042 | |
John G Johnson | 8684f1b | 2021-01-29 11:46:02 -0500 | [diff] [blame] | 4043 | Multi-process QEMU |
| 4044 | M: Elena Ufimtseva <elena.ufimtseva@oracle.com> |
| 4045 | M: Jagannathan Raman <jag.raman@oracle.com> |
John G Johnson | 8684f1b | 2021-01-29 11:46:02 -0500 | [diff] [blame] | 4046 | S: Maintained |
| 4047 | F: docs/devel/multi-process.rst |
Elena Ufimtseva | 639090d | 2021-01-29 11:46:03 -0500 | [diff] [blame] | 4048 | F: docs/system/multi-process.rst |
Jagannathan Raman | 6fbd84d | 2021-01-29 11:46:06 -0500 | [diff] [blame] | 4049 | F: hw/pci-host/remote.c |
| 4050 | F: include/hw/pci-host/remote.h |
Jagannathan Raman | 3f0e7e5 | 2021-01-29 11:46:07 -0500 | [diff] [blame] | 4051 | F: hw/remote/machine.c |
| 4052 | F: include/hw/remote/machine.h |
Elena Ufimtseva | ad22c30 | 2021-01-29 11:46:10 -0500 | [diff] [blame] | 4053 | F: hw/remote/mpqemu-link.c |
| 4054 | F: include/hw/remote/mpqemu-link.h |
Jagannathan Raman | 48b06f5 | 2021-01-29 11:46:11 -0500 | [diff] [blame] | 4055 | F: hw/remote/message.c |
Jagannathan Raman | c7d80c7 | 2021-01-29 11:46:12 -0500 | [diff] [blame] | 4056 | F: hw/remote/remote-obj.c |
Jagannathan Raman | ed5d001 | 2021-01-29 11:46:13 -0500 | [diff] [blame] | 4057 | F: include/hw/remote/memory.h |
| 4058 | F: hw/remote/memory.c |
Elena Ufimtseva | 9f81120 | 2021-01-29 11:46:14 -0500 | [diff] [blame] | 4059 | F: hw/remote/proxy.c |
| 4060 | F: include/hw/remote/proxy.h |
Jagannathan Raman | c746b74 | 2021-01-29 11:46:18 -0500 | [diff] [blame] | 4061 | F: hw/remote/proxy-memory-listener.c |
| 4062 | F: include/hw/remote/proxy-memory-listener.h |
Jagannathan Raman | bd36adb | 2021-01-29 11:46:19 -0500 | [diff] [blame] | 4063 | F: hw/remote/iohub.c |
| 4064 | F: include/hw/remote/iohub.h |
Jagannathan Raman | 5511696 | 2022-06-13 16:26:24 -0400 | [diff] [blame] | 4065 | F: subprojects/libvfio-user |
Jagannathan Raman | 8f9a925 | 2022-06-13 16:26:25 -0400 | [diff] [blame] | 4066 | F: hw/remote/vfio-user-obj.c |
Jagannathan Raman | 08cf3dc | 2022-06-13 16:26:33 -0400 | [diff] [blame] | 4067 | F: include/hw/remote/vfio-user-obj.h |
Jagannathan Raman | 253007d | 2022-06-13 16:26:30 -0400 | [diff] [blame] | 4068 | F: hw/remote/iommu.c |
| 4069 | F: include/hw/remote/iommu.h |
John G Johnson | 8684f1b | 2021-01-29 11:46:02 -0500 | [diff] [blame] | 4070 | |
Andrew Melnychenko | 90322e6 | 2021-05-14 14:48:35 +0300 | [diff] [blame] | 4071 | EBPF: |
| 4072 | M: Jason Wang <jasowang@redhat.com> |
| 4073 | R: Andrew Melnychenko <andrew@daynix.com> |
| 4074 | R: Yuri Benditovich <yuri.benditovich@daynix.com> |
| 4075 | S: Maintained |
Thomas Huth | 2635f96 | 2023-10-17 17:17:40 +0200 | [diff] [blame] | 4076 | F: docs/devel/ebpf_rss.rst |
Andrew Melnychenko | 90322e6 | 2021-05-14 14:48:35 +0300 | [diff] [blame] | 4077 | F: ebpf/* |
| 4078 | F: tools/ebpf/* |
| 4079 | |
Alex Bennée | b9e02c0 | 2016-01-31 17:32:39 +0000 | [diff] [blame] | 4080 | Build and test automation |
| 4081 | ------------------------- |
Thomas Huth | 9872ba0 | 2021-03-09 12:23:56 +0100 | [diff] [blame] | 4082 | Build and test automation, general continuous integration |
Alex Bennée | b9e02c0 | 2016-01-31 17:32:39 +0000 | [diff] [blame] | 4083 | M: Alex Bennée <alex.bennee@linaro.org> |
Philippe Mathieu-Daudé | 8823ef1 | 2022-10-17 20:20:05 +0200 | [diff] [blame] | 4084 | M: Philippe Mathieu-Daudé <philmd@linaro.org> |
Thomas Huth | 9872ba0 | 2021-03-09 12:23:56 +0100 | [diff] [blame] | 4085 | M: Thomas Huth <thuth@redhat.com> |
| 4086 | R: Wainer dos Santos Moschetta <wainersm@redhat.com> |
Alex Bennée | e70dc7f | 2017-02-20 10:51:39 +0000 | [diff] [blame] | 4087 | S: Maintained |
Yonggang Luo | e7c2d74 | 2022-03-23 16:07:55 +0800 | [diff] [blame] | 4088 | F: .github/workflows/lockdown.yml |
Thomas Huth | 9872ba0 | 2021-03-09 12:23:56 +0100 | [diff] [blame] | 4089 | F: .gitlab-ci.yml |
| 4090 | F: .gitlab-ci.d/ |
Alex Bennée | b9e02c0 | 2016-01-31 17:32:39 +0000 | [diff] [blame] | 4091 | F: .travis.yml |
Thomas Huth | 145af27 | 2023-09-29 15:16:36 +0200 | [diff] [blame] | 4092 | F: docs/devel/ci* |
Philippe Mathieu-Daudé | 04250c6 | 2021-02-11 12:27:36 +0000 | [diff] [blame] | 4093 | F: scripts/ci/ |
Alex Bennée | e70dc7f | 2017-02-20 10:51:39 +0000 | [diff] [blame] | 4094 | F: tests/docker/ |
Fam Zheng | 1802382 | 2017-09-05 10:11:59 +0800 | [diff] [blame] | 4095 | F: tests/vm/ |
Philippe Mathieu-Daudé | 3260f4e | 2022-02-04 20:43:14 +0000 | [diff] [blame] | 4096 | F: tests/lcitool/ |
Alex Bennée | 267fe57 | 2023-02-28 19:06:39 +0000 | [diff] [blame] | 4097 | F: tests/avocado/tuxrun_baselines.py |
Philippe Mathieu-Daudé | 54dbfd8 | 2019-01-24 02:00:22 +0100 | [diff] [blame] | 4098 | F: scripts/archive-source.sh |
Thomas Huth | 4db546d | 2022-12-12 18:48:41 +0100 | [diff] [blame] | 4099 | F: docs/devel/testing.rst |
Thomas Huth | 9872ba0 | 2021-03-09 12:23:56 +0100 | [diff] [blame] | 4100 | W: https://gitlab.com/qemu-project/qemu/pipelines |
Alex Bennée | e70dc7f | 2017-02-20 10:51:39 +0000 | [diff] [blame] | 4101 | W: https://travis-ci.org/qemu/qemu |
Daniel P. Berrange | 717171b | 2015-09-24 14:41:38 +0100 | [diff] [blame] | 4102 | |
Ed Maste | 7162fbb | 2019-01-22 17:25:58 +0000 | [diff] [blame] | 4103 | FreeBSD Hosted Continuous Integration |
| 4104 | M: Ed Maste <emaste@freebsd.org> |
| 4105 | M: Li-Wen Hsu <lwhsu@freebsd.org> |
Ed Maste | 7162fbb | 2019-01-22 17:25:58 +0000 | [diff] [blame] | 4106 | S: Maintained |
Thomas Huth | 5be6fd0 | 2022-02-17 15:11:38 +0100 | [diff] [blame] | 4107 | F: .gitlab-ci.d/cirrus/freebsd* |
| 4108 | F: tests/vm/freebsd |
Ed Maste | 7162fbb | 2019-01-22 17:25:58 +0000 | [diff] [blame] | 4109 | W: https://cirrus-ci.com/github/qemu/qemu |
| 4110 | |
Thomas Huth | fa32a63 | 2024-08-30 15:38:02 +0200 | [diff] [blame] | 4111 | Functional testing framework |
| 4112 | M: Thomas Huth <thuth@redhat.com> |
| 4113 | R: Philippe Mathieu-Daudé <philmd@linaro.org> |
| 4114 | F: tests/functional/qemu_test/ |
| 4115 | |
Yonggang Luo | daee8de | 2021-01-07 02:19:17 -0800 | [diff] [blame] | 4116 | Windows Hosted Continuous Integration |
| 4117 | M: Yonggang Luo <luoyonggang@gmail.com> |
| 4118 | S: Maintained |
Philippe Mathieu-Daudé | da80f11 | 2023-03-22 14:57:21 +0100 | [diff] [blame] | 4119 | F: .gitlab-ci.d/windows.yml |
Yonggang Luo | daee8de | 2021-01-07 02:19:17 -0800 | [diff] [blame] | 4120 | |
Alex Bennée | 7e97017 | 2018-04-06 13:32:18 +0100 | [diff] [blame] | 4121 | Guest Test Compilation Support |
| 4122 | M: Alex Bennée <alex.bennee@linaro.org> |
Philippe Mathieu-Daudé | 8823ef1 | 2022-10-17 20:20:05 +0200 | [diff] [blame] | 4123 | R: Philippe Mathieu-Daudé <philmd@linaro.org> |
Stefan Hajnoczi | 00a2529 | 2019-03-01 16:35:18 +0000 | [diff] [blame] | 4124 | S: Maintained |
Alex Bennée | 162f916 | 2022-10-27 19:36:23 +0100 | [diff] [blame] | 4125 | F: tests/tcg/Makefile.target |
Alex Bennée | 7e97017 | 2018-04-06 13:32:18 +0100 | [diff] [blame] | 4126 | |
Willian Rampazzo | bbbd9b6 | 2021-11-05 12:53:54 -0300 | [diff] [blame] | 4127 | Integration Testing with the Avocado framework |
Philippe Mathieu-Daudé | 6634f1c | 2020-01-29 17:45:05 +0100 | [diff] [blame] | 4128 | W: https://trello.com/b/6Qi1pxVn/avocado-qemu |
| 4129 | R: Cleber Rosa <crosa@redhat.com> |
Philippe Mathieu-Daudé | 8823ef1 | 2022-10-17 20:20:05 +0200 | [diff] [blame] | 4130 | R: Philippe Mathieu-Daudé <philmd@linaro.org> |
Philippe Mathieu-Daudé | 6634f1c | 2020-01-29 17:45:05 +0100 | [diff] [blame] | 4131 | R: Wainer dos Santos Moschetta <wainersm@redhat.com> |
| 4132 | S: Odd Fixes |
Willian Rampazzo | bbbd9b6 | 2021-11-05 12:53:54 -0300 | [diff] [blame] | 4133 | F: tests/avocado/ |
Philippe Mathieu-Daudé | 6634f1c | 2020-01-29 17:45:05 +0100 | [diff] [blame] | 4134 | |
Philippe Mathieu-Daudé | 1e97015 | 2021-11-29 14:09:31 +0000 | [diff] [blame] | 4135 | GitLab custom runner (Works On Arm Sponsored) |
| 4136 | M: Alex Bennée <alex.bennee@linaro.org> |
Philippe Mathieu-Daudé | 8823ef1 | 2022-10-17 20:20:05 +0200 | [diff] [blame] | 4137 | M: Philippe Mathieu-Daudé <philmd@linaro.org> |
Philippe Mathieu-Daudé | 1e97015 | 2021-11-29 14:09:31 +0000 | [diff] [blame] | 4138 | S: Maintained |
Alex Bennée | 66dca26 | 2022-09-14 16:59:40 +0100 | [diff] [blame] | 4139 | F: .gitlab-ci.d/custom-runners/ubuntu-22.04-aarch64.yml |
| 4140 | F: .gitlab-ci.d/custom-runners/ubuntu-22.04-aarch32.yml |
Philippe Mathieu-Daudé | 1e97015 | 2021-11-29 14:09:31 +0000 | [diff] [blame] | 4141 | |
Daniel P. Berrange | 717171b | 2015-09-24 14:41:38 +0100 | [diff] [blame] | 4142 | Documentation |
| 4143 | ------------- |
| 4144 | Build system architecture |
| 4145 | M: Daniel P. Berrange <berrange@redhat.com> |
| 4146 | S: Odd Fixes |
Stefano Garzarella | 551bdfa | 2021-05-17 17:17:00 +0200 | [diff] [blame] | 4147 | F: docs/devel/build-system.rst |
Fam Zheng | 8a49e97 | 2016-06-01 12:25:28 +0800 | [diff] [blame] | 4148 | |
Alex Bennée | 92329a7 | 2019-01-14 15:25:13 +0000 | [diff] [blame] | 4149 | GIT Data Mining Config |
| 4150 | M: Alex Bennée <alex.bennee@linaro.org> |
| 4151 | S: Odd Fixes |
| 4152 | F: gitdm.config |
| 4153 | F: contrib/gitdm/* |
| 4154 | |
Markus Armbruster | b02c9bc | 2018-07-16 09:32:26 +0200 | [diff] [blame] | 4155 | Incompatible changes |
Daniel P. Berrangé | f5c5e7d | 2023-10-27 10:56:43 +0100 | [diff] [blame] | 4156 | R: devel@lists.libvirt.org |
Mao Zhongyi | a476b21 | 2021-07-23 14:58:28 +0800 | [diff] [blame] | 4157 | F: docs/about/deprecated.rst |
Markus Armbruster | b02c9bc | 2018-07-16 09:32:26 +0200 | [diff] [blame] | 4158 | |
Daniel P. Berrange | aef45d5 | 2017-09-29 11:11:56 +0100 | [diff] [blame] | 4159 | Build System |
| 4160 | ------------ |
Alex Bennée | 48fad83 | 2022-10-27 19:36:21 +0100 | [diff] [blame] | 4161 | Meson |
| 4162 | M: Paolo Bonzini <pbonzini@redhat.com> |
| 4163 | R: Marc-André Lureau <marcandre.lureau@redhat.com> |
| 4164 | R: Daniel P. Berrange <berrange@redhat.com> |
Alex Bennée | 48fad83 | 2022-10-27 19:36:21 +0100 | [diff] [blame] | 4165 | R: Philippe Mathieu-Daudé <philmd@linaro.org> |
| 4166 | S: Maintained |
| 4167 | F: meson.build |
| 4168 | F: meson_options.txt |
| 4169 | F: scripts/meson-buildoptions.* |
| 4170 | F: scripts/check_sparse.py |
| 4171 | F: scripts/symlink-install-tree.py |
| 4172 | |
| 4173 | Top Level Makefile and configure |
| 4174 | M: Paolo Bonzini <pbonzini@redhat.com> |
| 4175 | R: Alex Bennée <alex.bennee@linaro.org> |
| 4176 | R: Thomas Huth <thuth@redhat.com> |
| 4177 | S: Maintained |
| 4178 | F: Makefile |
| 4179 | F: configure |
| 4180 | F: scripts/mtest2make.py |
| 4181 | F: tests/Makefile.include |
| 4182 | |
Paolo Bonzini | 2f38ff79 | 2023-05-03 19:29:17 +0200 | [diff] [blame] | 4183 | Kconfig |
| 4184 | M: Paolo Bonzini <pbonzini@redhat.com> |
| 4185 | S: Maintained |
| 4186 | F: scripts/minikconf.py |
| 4187 | F: docs/devel/kconfig.rst |
| 4188 | F: Kconfig* |
| 4189 | F: */Kconfig* |
| 4190 | F: hw/*/Kconfig* |
| 4191 | F: target/*/Kconfig* |
| 4192 | |
Daniel P. Berrange | aef45d5 | 2017-09-29 11:11:56 +0100 | [diff] [blame] | 4193 | GIT submodules |
| 4194 | M: Daniel P. Berrange <berrange@redhat.com> |
| 4195 | S: Odd Fixes |
| 4196 | F: scripts/git-submodule.sh |
Peter Maydell | c10e01b | 2019-03-07 14:26:47 +0000 | [diff] [blame] | 4197 | |
Aleksandar Markovic | ef45a39 | 2019-12-10 13:55:15 +0100 | [diff] [blame] | 4198 | UI translations |
John Snow | 4251dfb | 2020-10-30 11:34:16 -0400 | [diff] [blame] | 4199 | S: Orphan |
Aleksandar Markovic | ef45a39 | 2019-12-10 13:55:15 +0100 | [diff] [blame] | 4200 | F: po/*.po |
| 4201 | |
Peter Maydell | c10e01b | 2019-03-07 14:26:47 +0000 | [diff] [blame] | 4202 | Sphinx documentation configuration and build machinery |
| 4203 | M: Peter Maydell <peter.maydell@linaro.org> |
| 4204 | S: Maintained |
| 4205 | F: docs/conf.py |
| 4206 | F: docs/*/conf.py |
Peter Maydell | 4078ee5 | 2020-09-25 17:23:02 +0100 | [diff] [blame] | 4207 | F: docs/sphinx/ |
Peter Maydell | 13f934e | 2021-07-05 10:55:46 +0100 | [diff] [blame] | 4208 | F: docs/_templates/ |
Peter Maydell | d95f260 | 2023-12-12 16:23:13 +0000 | [diff] [blame] | 4209 | F: docs/devel/docs.rst |
Aleksandar Markovic | 53fb8bf | 2020-06-27 20:13:17 +0200 | [diff] [blame] | 4210 | |
Manos Pitsidianakis | 764a6ee | 2024-10-03 16:28:44 +0300 | [diff] [blame] | 4211 | Rust build system integration |
| 4212 | M: Manos Pitsidianakis <manos.pitsidianakis@linaro.org> |
| 4213 | S: Maintained |
Manos Pitsidianakis | 6fdc5bc | 2024-10-03 16:28:46 +0300 | [diff] [blame] | 4214 | F: scripts/rust/ |
| 4215 | F: rust/.gitignore |
Manos Pitsidianakis | 764a6ee | 2024-10-03 16:28:44 +0300 | [diff] [blame] | 4216 | F: rust/Kconfig |
Manos Pitsidianakis | 6fdc5bc | 2024-10-03 16:28:46 +0300 | [diff] [blame] | 4217 | F: rust/meson.build |
| 4218 | F: rust/wrapper.h |
Manos Pitsidianakis | 764a6ee | 2024-10-03 16:28:44 +0300 | [diff] [blame] | 4219 | |
Aleksandar Markovic | 53fb8bf | 2020-06-27 20:13:17 +0200 | [diff] [blame] | 4220 | Miscellaneous |
| 4221 | ------------- |
| 4222 | Performance Tools and Tests |
| 4223 | M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com> |
| 4224 | S: Maintained |
| 4225 | F: scripts/performance/ |
Alex Bennée | 899c3fc | 2023-04-03 14:49:10 +0100 | [diff] [blame] | 4226 | |
| 4227 | Code Coverage Tools |
| 4228 | M: Alex Bennée <alex.bennee@linaro.org> |
| 4229 | S: Odd Fixes |
| 4230 | F: scripts/coverage/ |
Maksim Davydov | b928505 | 2024-03-19 00:35:50 +0300 | [diff] [blame] | 4231 | |
| 4232 | Machine development tool |
| 4233 | M: Maksim Davydov <davydov-max@yandex-team.ru> |
| 4234 | S: Supported |
| 4235 | F: scripts/compare-machine-types.py |