]> git.ipfire.org Git - thirdparty/qemu.git/blob - MAINTAINERS
Merge remote-tracking branch 'remotes/cleber/tags/python-next-pull-request' into...
[thirdparty/qemu.git] / MAINTAINERS
1 QEMU Maintainers
2 ================
3
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.
8
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.
11
12 Descriptions of section entries:
13
14 M: Mail patches to: FullName <address@domain>
15 Maintainers are looking after a certain area and must be CCed on
16 patches. They are considered the main contact point.
17 R: Designated reviewer: FullName <address@domain>
18 These reviewers should be CCed on patches.
19 Reviewers are familiar with the subject matter and provide feedback
20 even though they are not maintainers.
21 L: Mailing list that is relevant to this area
22 These lists should be CCed on patches.
23 W: Web-page with status/info
24 Q: Patchwork web based patch tracking system site
25 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
26 S: Status, one of the following:
27 Supported: Someone is actually paid to look after this.
28 Maintained: Someone actually looks after it.
29 Odd Fixes: It has a maintainer but they don't have time to do
30 much other than throw the odd patch in. See below.
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.
56
57
58 General Project Administration
59 ------------------------------
60 M: Peter Maydell <peter.maydell@linaro.org>
61
62 All patches CC here
63 L: qemu-devel@nongnu.org
64 F: *
65 F: */
66
67 Responsible Disclosure, Reporting Security Issues
68 -------------------------------------------------
69 W: https://wiki.qemu.org/SecurityProcess
70 M: Michael S. Tsirkin <mst@redhat.com>
71 L: secalert@redhat.com
72
73 Trivial patches
74 ---------------
75 Trivial patches
76 M: Michael Tokarev <mjt@tls.msk.ru>
77 M: Laurent Vivier <laurent@vivier.eu>
78 S: Maintained
79 L: qemu-trivial@nongnu.org
80 K: ^Subject:.*(?i)trivial
81 T: git git://git.corpit.ru/qemu.git trivial-patches
82 T: git https://github.com/vivier/qemu.git trivial-patches
83
84 Architecture support
85 --------------------
86 S390 general architecture support
87 M: Cornelia Huck <cohuck@redhat.com>
88 S: Supported
89 F: default-configs/s390x-softmmu.mak
90 F: gdb-xml/s390*.xml
91 F: hw/char/sclp*.[hc]
92 F: hw/char/terminal3270.c
93 F: hw/intc/s390_flic.c
94 F: hw/intc/s390_flic_kvm.c
95 F: hw/s390x/
96 F: hw/vfio/ap.c
97 F: hw/vfio/ccw.c
98 F: hw/watchdog/wdt_diag288.c
99 F: include/hw/s390x/
100 F: include/hw/watchdog/wdt_diag288.h
101 F: pc-bios/s390-ccw/
102 F: pc-bios/s390-ccw.img
103 F: target/s390x/
104 F: docs/vfio-ap.txt
105 F: tests/migration/s390x/
106 K: ^Subject:.*(?i)s390x?
107 T: git https://github.com/cohuck/qemu.git s390-next
108 L: qemu-s390x@nongnu.org
109
110 Guest CPU cores (TCG)
111 ---------------------
112 Overall TCG CPUs
113 M: Richard Henderson <rth@twiddle.net>
114 R: Paolo Bonzini <pbonzini@redhat.com>
115 S: Maintained
116 F: cpus.c
117 F: exec.c
118 F: accel/tcg/
119 F: accel/stubs/tcg-stub.c
120 F: scripts/decodetree.py
121 F: docs/devel/decodetree.rst
122 F: include/exec/cpu*.h
123 F: include/exec/exec-all.h
124 F: include/exec/helper*.h
125 F: include/exec/tb-hash.h
126 F: include/sysemu/cpus.h
127 F: include/sysemu/tcg.h
128
129 FPU emulation
130 M: Aurelien Jarno <aurelien@aurel32.net>
131 M: Peter Maydell <peter.maydell@linaro.org>
132 M: Alex Bennée <alex.bennee@linaro.org>
133 S: Maintained
134 F: fpu/
135 F: include/fpu/
136 F: tests/fp/
137
138 Alpha TCG CPUs
139 M: Richard Henderson <rth@twiddle.net>
140 S: Maintained
141 F: target/alpha/
142 F: tests/tcg/alpha/
143 F: disas/alpha.c
144
145 ARM TCG CPUs
146 M: Peter Maydell <peter.maydell@linaro.org>
147 L: qemu-arm@nongnu.org
148 S: Maintained
149 F: target/arm/
150 F: tests/tcg/arm/
151 F: tests/tcg/aarch64/
152 F: hw/arm/
153 F: hw/cpu/a*mpcore.c
154 F: include/hw/cpu/a*mpcore.h
155 F: disas/arm.c
156 F: disas/arm-a64.cc
157 F: disas/libvixl/
158 F: docs/system/target-arm.rst
159
160 ARM SMMU
161 M: Eric Auger <eric.auger@redhat.com>
162 L: qemu-arm@nongnu.org
163 S: Maintained
164 F: hw/arm/smmu*
165 F: include/hw/arm/smmu*
166
167 CRIS TCG CPUs
168 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
169 S: Maintained
170 F: target/cris/
171 F: hw/cris/
172 F: include/hw/cris/
173 F: tests/tcg/cris/
174 F: disas/cris.c
175
176 HPPA (PA-RISC) TCG CPUs
177 M: Richard Henderson <rth@twiddle.net>
178 S: Maintained
179 F: target/hppa/
180 F: hw/hppa/
181 F: disas/hppa.c
182 F: hw/net/*i82596*
183 F: include/hw/net/lasi_82596.h
184
185 LM32 TCG CPUs
186 M: Michael Walle <michael@walle.cc>
187 S: Maintained
188 F: target/lm32/
189 F: disas/lm32.c
190 F: hw/lm32/
191 F: hw/*/lm32_*
192 F: hw/*/milkymist-*
193 F: include/hw/display/milkymist_tmu2.h
194 F: include/hw/char/lm32_juart.h
195 F: include/hw/lm32/
196 F: tests/tcg/lm32/
197
198 M68K TCG CPUs
199 M: Laurent Vivier <laurent@vivier.eu>
200 S: Maintained
201 F: target/m68k/
202 F: disas/m68k.c
203
204 MicroBlaze TCG CPUs
205 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
206 S: Maintained
207 F: target/microblaze/
208 F: hw/microblaze/
209 F: disas/microblaze.c
210
211 MIPS TCG CPUs
212 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
213 R: Aurelien Jarno <aurelien@aurel32.net>
214 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
215 S: Maintained
216 F: target/mips/
217 F: default-configs/*mips*
218 F: disas/*mips*
219 F: docs/system/cpu-models-mips.rst.inc
220 F: hw/intc/mips_gic.c
221 F: hw/mips/
222 F: hw/misc/mips_*
223 F: hw/timer/mips_gictimer.c
224 F: include/hw/intc/mips_gic.h
225 F: include/hw/mips/
226 F: include/hw/misc/mips_*
227 F: include/hw/timer/mips_gictimer.h
228 F: tests/acceptance/linux_ssh_mips_malta.py
229 F: tests/acceptance/machine_mips_malta.py
230 F: tests/tcg/mips/
231 K: ^Subject:.*(?i)mips
232
233 Moxie TCG CPUs
234 M: Anthony Green <green@moxielogic.com>
235 S: Maintained
236 F: target/moxie/
237 F: disas/moxie.c
238 F: hw/moxie/
239 F: default-configs/moxie-softmmu.mak
240
241 NiosII TCG CPUs
242 M: Chris Wulff <crwulff@gmail.com>
243 M: Marek Vasut <marex@denx.de>
244 S: Maintained
245 F: target/nios2/
246 F: hw/nios2/
247 F: hw/intc/nios2_iic.c
248 F: disas/nios2.c
249 F: default-configs/nios2-softmmu.mak
250
251 OpenRISC TCG CPUs
252 M: Stafford Horne <shorne@gmail.com>
253 S: Odd Fixes
254 F: target/openrisc/
255 F: hw/openrisc/
256 F: tests/tcg/openrisc/
257
258 PowerPC TCG CPUs
259 M: David Gibson <david@gibson.dropbear.id.au>
260 L: qemu-ppc@nongnu.org
261 S: Maintained
262 F: target/ppc/
263 F: hw/ppc/
264 F: include/hw/ppc/
265 F: disas/ppc.c
266
267 RISC-V TCG CPUs
268 M: Palmer Dabbelt <palmer@dabbelt.com>
269 M: Alistair Francis <Alistair.Francis@wdc.com>
270 M: Sagar Karandikar <sagark@eecs.berkeley.edu>
271 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
272 L: qemu-riscv@nongnu.org
273 S: Supported
274 F: target/riscv/
275 F: hw/riscv/
276 F: include/hw/riscv/
277 F: linux-user/host/riscv32/
278 F: linux-user/host/riscv64/
279
280 S390 TCG CPUs
281 M: Richard Henderson <rth@twiddle.net>
282 M: David Hildenbrand <david@redhat.com>
283 S: Maintained
284 F: target/s390x/
285 F: hw/s390x/
286 F: disas/s390.c
287 F: tests/tcg/s390x/
288 L: qemu-s390x@nongnu.org
289
290 SH4 TCG CPUs
291 M: Aurelien Jarno <aurelien@aurel32.net>
292 S: Odd Fixes
293 F: target/sh4/
294 F: hw/sh4/
295 F: disas/sh4.c
296 F: include/hw/sh4/
297
298 SPARC TCG CPUs
299 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
300 M: Artyom Tarasenko <atar4qemu@gmail.com>
301 S: Maintained
302 F: target/sparc/
303 F: hw/sparc/
304 F: hw/sparc64/
305 F: include/hw/sparc/sparc64.h
306 F: disas/sparc.c
307
308 UniCore32 TCG CPUs
309 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
310 S: Maintained
311 F: target/unicore32/
312 F: hw/unicore32/
313 F: include/hw/unicore32/
314
315 X86 TCG CPUs
316 M: Paolo Bonzini <pbonzini@redhat.com>
317 M: Richard Henderson <rth@twiddle.net>
318 M: Eduardo Habkost <ehabkost@redhat.com>
319 S: Maintained
320 F: target/i386/
321 F: tests/tcg/i386/
322 F: tests/tcg/x86_64/
323 F: hw/i386/
324 F: disas/i386.c
325 F: docs/system/cpu-models-x86.rst.inc
326 T: git https://github.com/ehabkost/qemu.git x86-next
327
328 Xtensa TCG CPUs
329 M: Max Filippov <jcmvbkbc@gmail.com>
330 W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
331 S: Maintained
332 F: target/xtensa/
333 F: hw/xtensa/
334 F: tests/tcg/xtensa/
335 F: disas/xtensa.c
336 F: include/hw/xtensa/xtensa-isa.h
337 F: default-configs/xtensa*.mak
338
339 TriCore TCG CPUs
340 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
341 S: Maintained
342 F: target/tricore/
343 F: hw/tricore/
344 F: include/hw/tricore/
345
346 Multiarch Linux User Tests
347 M: Alex Bennée <alex.bennee@linaro.org>
348 S: Maintained
349 F: tests/tcg/multiarch/
350
351 Guest CPU Cores (KVM)
352 ---------------------
353 Overall KVM CPUs
354 M: Paolo Bonzini <pbonzini@redhat.com>
355 L: kvm@vger.kernel.org
356 S: Supported
357 F: */kvm.*
358 F: accel/kvm/
359 F: accel/stubs/kvm-stub.c
360 F: include/hw/kvm/
361 F: include/sysemu/kvm*.h
362 F: scripts/kvm/kvm_flightrecorder
363
364 ARM KVM CPUs
365 M: Peter Maydell <peter.maydell@linaro.org>
366 L: qemu-arm@nongnu.org
367 S: Maintained
368 F: target/arm/kvm.c
369
370 MIPS KVM CPUs
371 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
372 S: Odd Fixes
373 F: target/mips/kvm.c
374
375 PPC KVM CPUs
376 M: David Gibson <david@gibson.dropbear.id.au>
377 S: Maintained
378 F: target/ppc/kvm.c
379
380 S390 KVM CPUs
381 M: Halil Pasic <pasic@linux.ibm.com>
382 M: Cornelia Huck <cohuck@redhat.com>
383 M: Christian Borntraeger <borntraeger@de.ibm.com>
384 S: Supported
385 F: target/s390x/kvm.c
386 F: target/s390x/kvm_s390x.h
387 F: target/s390x/kvm-stub.c
388 F: target/s390x/ioinst.[ch]
389 F: target/s390x/machine.c
390 F: target/s390x/sigp.c
391 F: target/s390x/cpu_features*.[ch]
392 F: target/s390x/cpu_models.[ch]
393 F: hw/intc/s390_flic.c
394 F: hw/intc/s390_flic_kvm.c
395 F: include/hw/s390x/s390_flic.h
396 F: gdb-xml/s390*.xml
397 T: git https://github.com/cohuck/qemu.git s390-next
398 T: git https://github.com/borntraeger/qemu.git s390-next
399 L: qemu-s390x@nongnu.org
400
401 X86 KVM CPUs
402 M: Paolo Bonzini <pbonzini@redhat.com>
403 M: Marcelo Tosatti <mtosatti@redhat.com>
404 L: kvm@vger.kernel.org
405 S: Supported
406 F: target/i386/kvm.c
407 F: scripts/kvm/vmxcap
408
409 WHPX CPUs
410 M: Sunil Muthuswamy <sunilmut@microsoft.com>
411 S: Supported
412 F: target/i386/whpx-all.c
413 F: target/i386/whp-dispatch.h
414 F: accel/stubs/whpx-stub.c
415 F: include/sysemu/whpx.h
416
417 Guest CPU Cores (Xen)
418 ---------------------
419 X86 Xen CPUs
420 M: Stefano Stabellini <sstabellini@kernel.org>
421 M: Anthony Perard <anthony.perard@citrix.com>
422 M: Paul Durrant <paul@xen.org>
423 L: xen-devel@lists.xenproject.org
424 S: Supported
425 F: */xen*
426 F: hw/9pfs/xen-9p*
427 F: hw/char/xen_console.c
428 F: hw/display/xenfb.c
429 F: hw/net/xen_nic.c
430 F: hw/block/xen*
431 F: hw/block/dataplane/xen*
432 F: hw/xen/
433 F: hw/xenpv/
434 F: hw/i386/xen/
435 F: hw/pci-host/xen_igd_pt.c
436 F: include/hw/block/dataplane/xen*
437 F: include/hw/xen/
438 F: include/sysemu/xen-mapcache.h
439
440 Guest CPU Cores (HAXM)
441 ---------------------
442 X86 HAXM CPUs
443 M: Wenchao Wang <wenchao.wang@intel.com>
444 M: Colin Xu <colin.xu@intel.com>
445 L: haxm-team@intel.com
446 W: https://github.com/intel/haxm/issues
447 S: Maintained
448 F: include/sysemu/hax.h
449 F: target/i386/hax-*
450
451 Hosts
452 -----
453 LINUX
454 M: Michael S. Tsirkin <mst@redhat.com>
455 M: Cornelia Huck <cohuck@redhat.com>
456 M: Paolo Bonzini <pbonzini@redhat.com>
457 S: Maintained
458 F: linux-headers/
459 F: scripts/update-linux-headers.sh
460
461 POSIX
462 M: Paolo Bonzini <pbonzini@redhat.com>
463 S: Maintained
464 F: os-posix.c
465 F: include/sysemu/os-posix.h
466 F: util/*posix*.c
467 F: include/qemu/*posix*.h
468
469 NETBSD
470 M: Kamil Rytarowski <kamil@netbsd.org>
471 S: Maintained
472 K: ^Subject:.*(?i)NetBSD
473
474 OPENBSD
475 M: Brad Smith <brad@comstyle.com>
476 S: Maintained
477 K: ^Subject:.*(?i)OpenBSD
478
479 W32, W64
480 M: Stefan Weil <sw@weilnetz.de>
481 S: Maintained
482 F: *win32*
483 F: */*win32*
484 F: include/*/*win32*
485 X: qga/*win32*
486 F: qemu.nsi
487
488 Alpha Machines
489 --------------
490 M: Richard Henderson <rth@twiddle.net>
491 S: Maintained
492 F: hw/alpha/
493 F: hw/isa/smc37c669-superio.c
494 F: tests/tcg/alpha/system/
495
496 ARM Machines
497 ------------
498 Allwinner-a10
499 M: Beniamino Galvani <b.galvani@gmail.com>
500 M: Peter Maydell <peter.maydell@linaro.org>
501 L: qemu-arm@nongnu.org
502 S: Odd Fixes
503 F: hw/*/allwinner*
504 F: include/hw/*/allwinner*
505 F: hw/arm/cubieboard.c
506
507 Allwinner-h3
508 M: Niek Linnenbank <nieklinnenbank@gmail.com>
509 L: qemu-arm@nongnu.org
510 S: Maintained
511 F: hw/*/allwinner-h3*
512 F: include/hw/*/allwinner-h3*
513 F: hw/arm/orangepi.c
514 F: docs/system/orangepi.rst
515
516 ARM PrimeCell and CMSDK devices
517 M: Peter Maydell <peter.maydell@linaro.org>
518 L: qemu-arm@nongnu.org
519 S: Maintained
520 F: hw/char/pl011.c
521 F: include/hw/char/pl011.h
522 F: hw/display/pl110*
523 F: hw/dma/pl080.c
524 F: include/hw/dma/pl080.h
525 F: hw/dma/pl330.c
526 F: hw/gpio/pl061.c
527 F: hw/input/pl050.c
528 F: hw/intc/pl190.c
529 F: hw/sd/pl181.c
530 F: hw/ssi/pl022.c
531 F: include/hw/ssi/pl022.h
532 F: hw/rtc/pl031.c
533 F: include/hw/rtc/pl031.h
534 F: include/hw/arm/primecell.h
535 F: hw/timer/cmsdk-apb-timer.c
536 F: include/hw/timer/cmsdk-apb-timer.h
537 F: hw/timer/cmsdk-apb-dualtimer.c
538 F: include/hw/timer/cmsdk-apb-dualtimer.h
539 F: hw/char/cmsdk-apb-uart.c
540 F: include/hw/char/cmsdk-apb-uart.h
541 F: hw/watchdog/cmsdk-apb-watchdog.c
542 F: include/hw/watchdog/cmsdk-apb-watchdog.h
543 F: hw/misc/tz-ppc.c
544 F: include/hw/misc/tz-ppc.h
545 F: hw/misc/tz-mpc.c
546 F: include/hw/misc/tz-mpc.h
547 F: hw/misc/tz-msc.c
548 F: include/hw/misc/tz-msc.h
549
550 ARM cores
551 M: Peter Maydell <peter.maydell@linaro.org>
552 L: qemu-arm@nongnu.org
553 S: Maintained
554 F: hw/intc/arm*
555 F: hw/intc/gic_internal.h
556 F: hw/misc/a9scu.c
557 F: hw/misc/arm11scu.c
558 F: hw/misc/arm_l2x0.c
559 F: hw/timer/a9gtimer*
560 F: hw/timer/arm*
561 F: include/hw/arm/arm*.h
562 F: include/hw/intc/arm*
563 F: include/hw/misc/a9scu.h
564 F: include/hw/misc/arm11scu.h
565 F: include/hw/timer/a9gtimer.h
566 F: include/hw/timer/arm_mptimer.h
567 F: include/hw/timer/armv7m_systick.h
568 F: tests/qtest/test-arm-mptimer.c
569
570 Exynos
571 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
572 M: Peter Maydell <peter.maydell@linaro.org>
573 L: qemu-arm@nongnu.org
574 S: Odd Fixes
575 F: hw/*/exynos*
576 F: include/hw/arm/exynos4210.h
577
578 Calxeda Highbank
579 M: Rob Herring <robh@kernel.org>
580 M: Peter Maydell <peter.maydell@linaro.org>
581 L: qemu-arm@nongnu.org
582 S: Odd Fixes
583 F: hw/arm/highbank.c
584 F: hw/net/xgmac.c
585
586 Canon DIGIC
587 M: Antony Pavlov <antonynpavlov@gmail.com>
588 M: Peter Maydell <peter.maydell@linaro.org>
589 L: qemu-arm@nongnu.org
590 S: Odd Fixes
591 F: include/hw/arm/digic.h
592 F: hw/*/digic*
593 F: include/hw/*/digic*
594
595 Goldfish RTC
596 M: Anup Patel <anup.patel@wdc.com>
597 M: Alistair Francis <Alistair.Francis@wdc.com>
598 L: qemu-riscv@nongnu.org
599 S: Maintained
600 F: hw/rtc/goldfish_rtc.c
601 F: include/hw/rtc/goldfish_rtc.h
602
603 Gumstix
604 M: Peter Maydell <peter.maydell@linaro.org>
605 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
606 L: qemu-arm@nongnu.org
607 S: Odd Fixes
608 F: hw/arm/gumstix.c
609
610 i.MX25 PDK
611 M: Peter Maydell <peter.maydell@linaro.org>
612 R: Jean-Christophe Dubois <jcd@tribudubois.net>
613 L: qemu-arm@nongnu.org
614 S: Odd Fixes
615 F: hw/arm/fsl-imx25.c
616 F: hw/arm/imx25_pdk.c
617 F: hw/misc/imx25_ccm.c
618 F: include/hw/arm/fsl-imx25.h
619 F: include/hw/misc/imx25_ccm.h
620
621 i.MX31 (kzm)
622 M: Peter Chubb <peter.chubb@nicta.com.au>
623 M: Peter Maydell <peter.maydell@linaro.org>
624 L: qemu-arm@nongnu.org
625 S: Odd Fixes
626 F: hw/arm/kzm.c
627 F: hw/*/imx_*
628 F: hw/*/*imx31*
629 F: include/hw/*/imx_*
630 F: include/hw/*/*imx31*
631
632 Integrator CP
633 M: Peter Maydell <peter.maydell@linaro.org>
634 L: qemu-arm@nongnu.org
635 S: Maintained
636 F: hw/arm/integratorcp.c
637 F: hw/misc/arm_integrator_debug.c
638 F: include/hw/misc/arm_integrator_debug.h
639 F: tests/acceptance/machine_arm_integratorcp.py
640 F: docs/system/arm/integratorcp.rst
641
642 MCIMX6UL EVK / i.MX6ul
643 M: Peter Maydell <peter.maydell@linaro.org>
644 R: Jean-Christophe Dubois <jcd@tribudubois.net>
645 L: qemu-arm@nongnu.org
646 S: Odd Fixes
647 F: hw/arm/mcimx6ul-evk.c
648 F: hw/arm/fsl-imx6ul.c
649 F: hw/misc/imx6ul_ccm.c
650 F: include/hw/arm/fsl-imx6ul.h
651 F: include/hw/misc/imx6ul_ccm.h
652
653 MCIMX7D SABRE / i.MX7
654 M: Peter Maydell <peter.maydell@linaro.org>
655 R: Andrey Smirnov <andrew.smirnov@gmail.com>
656 L: qemu-arm@nongnu.org
657 S: Odd Fixes
658 F: hw/arm/mcimx7d-sabre.c
659 F: hw/arm/fsl-imx7.c
660 F: hw/misc/imx7_*.c
661 F: include/hw/arm/fsl-imx7.h
662 F: include/hw/misc/imx7_*.h
663 F: hw/pci-host/designware.c
664 F: include/hw/pci-host/designware.h
665
666 MPS2
667 M: Peter Maydell <peter.maydell@linaro.org>
668 L: qemu-arm@nongnu.org
669 S: Maintained
670 F: hw/arm/mps2.c
671 F: hw/arm/mps2-tz.c
672 F: hw/misc/mps2-*.c
673 F: include/hw/misc/mps2-*.h
674 F: hw/arm/armsse.c
675 F: include/hw/arm/armsse.h
676 F: hw/misc/iotkit-secctl.c
677 F: include/hw/misc/iotkit-secctl.h
678 F: hw/misc/iotkit-sysctl.c
679 F: include/hw/misc/iotkit-sysctl.h
680 F: hw/misc/iotkit-sysinfo.c
681 F: include/hw/misc/iotkit-sysinfo.h
682 F: hw/misc/armsse-cpuid.c
683 F: include/hw/misc/armsse-cpuid.h
684 F: hw/misc/armsse-mhu.c
685 F: include/hw/misc/armsse-mhu.h
686
687 Musca
688 M: Peter Maydell <peter.maydell@linaro.org>
689 L: qemu-arm@nongnu.org
690 S: Maintained
691 F: hw/arm/musca.c
692
693 Musicpal
694 M: Jan Kiszka <jan.kiszka@web.de>
695 M: Peter Maydell <peter.maydell@linaro.org>
696 L: qemu-arm@nongnu.org
697 S: Odd Fixes
698 F: hw/arm/musicpal.c
699 F: docs/system/arm/musicpal.rst
700
701 nSeries
702 M: Andrzej Zaborowski <balrogg@gmail.com>
703 M: Peter Maydell <peter.maydell@linaro.org>
704 L: qemu-arm@nongnu.org
705 S: Odd Fixes
706 F: hw/arm/nseries.c
707 F: hw/display/blizzard.c
708 F: hw/input/lm832x.c
709 F: hw/input/tsc2005.c
710 F: hw/misc/cbus.c
711 F: hw/rtc/twl92230.c
712 F: include/hw/display/blizzard.h
713 F: include/hw/input/tsc2xxx.h
714 F: include/hw/misc/cbus.h
715 F: tests/acceptance/machine_arm_n8x0.py
716 F: docs/system/arm/nseries.rst
717
718 Palm
719 M: Andrzej Zaborowski <balrogg@gmail.com>
720 M: Peter Maydell <peter.maydell@linaro.org>
721 L: qemu-arm@nongnu.org
722 S: Odd Fixes
723 F: hw/arm/palm.c
724 F: hw/input/tsc210x.c
725 F: include/hw/input/tsc2xxx.h
726 F: docs/system/arm/palm.rst
727
728 Raspberry Pi
729 M: Peter Maydell <peter.maydell@linaro.org>
730 R: Andrew Baumann <Andrew.Baumann@microsoft.com>
731 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
732 L: qemu-arm@nongnu.org
733 S: Odd Fixes
734 F: hw/arm/raspi.c
735 F: hw/arm/raspi_platform.h
736 F: hw/*/bcm283*
737 F: include/hw/arm/raspi*
738 F: include/hw/*/bcm283*
739
740 Real View
741 M: Peter Maydell <peter.maydell@linaro.org>
742 L: qemu-arm@nongnu.org
743 S: Maintained
744 F: hw/arm/realview*
745 F: hw/cpu/realview_mpcore.c
746 F: hw/intc/realview_gic.c
747 F: include/hw/intc/realview_gic.h
748 F: docs/system/arm/realview.rst
749
750 PXA2XX
751 M: Andrzej Zaborowski <balrogg@gmail.com>
752 M: Peter Maydell <peter.maydell@linaro.org>
753 L: qemu-arm@nongnu.org
754 S: Odd Fixes
755 F: hw/arm/mainstone.c
756 F: hw/arm/spitz.c
757 F: hw/arm/tosa.c
758 F: hw/arm/z2.c
759 F: hw/*/pxa2xx*
760 F: hw/display/tc6393xb.c
761 F: hw/gpio/max7310.c
762 F: hw/gpio/zaurus.c
763 F: hw/misc/mst_fpga.c
764 F: hw/misc/max111x.c
765 F: include/hw/arm/pxa.h
766 F: include/hw/arm/sharpsl.h
767 F: include/hw/display/tc6393xb.h
768 F: docs/system/arm/xscale.rst
769
770 SABRELITE / i.MX6
771 M: Peter Maydell <peter.maydell@linaro.org>
772 R: Jean-Christophe Dubois <jcd@tribudubois.net>
773 L: qemu-arm@nongnu.org
774 S: Odd Fixes
775 F: hw/arm/sabrelite.c
776 F: hw/arm/fsl-imx6.c
777 F: hw/misc/imx6_*.c
778 F: hw/ssi/imx_spi.c
779 F: hw/usb/imx-usb-phy.c
780 F: include/hw/usb/imx-usb-phy.h
781 F: include/hw/arm/fsl-imx6.h
782 F: include/hw/misc/imx6_*.h
783 F: include/hw/ssi/imx_spi.h
784
785 SBSA-REF
786 M: Radoslaw Biernacki <radoslaw.biernacki@linaro.org>
787 M: Peter Maydell <peter.maydell@linaro.org>
788 R: Leif Lindholm <leif@nuviainc.com>
789 L: qemu-arm@nongnu.org
790 S: Maintained
791 F: hw/arm/sbsa-ref.c
792
793 Sharp SL-5500 (Collie) PDA
794 M: Peter Maydell <peter.maydell@linaro.org>
795 L: qemu-arm@nongnu.org
796 S: Odd Fixes
797 F: hw/arm/collie.c
798 F: hw/arm/strongarm*
799
800 Stellaris
801 M: Peter Maydell <peter.maydell@linaro.org>
802 L: qemu-arm@nongnu.org
803 S: Maintained
804 F: hw/*/stellaris*
805 F: include/hw/input/gamepad.h
806 F: docs/system/arm/stellaris.rst
807
808 Versatile Express
809 M: Peter Maydell <peter.maydell@linaro.org>
810 L: qemu-arm@nongnu.org
811 S: Maintained
812 F: hw/arm/vexpress.c
813
814 Versatile PB
815 M: Peter Maydell <peter.maydell@linaro.org>
816 L: qemu-arm@nongnu.org
817 S: Maintained
818 F: hw/*/versatile*
819 F: hw/misc/arm_sysctl.c
820 F: docs/system/arm/versatile.rst
821
822 Virt
823 M: Peter Maydell <peter.maydell@linaro.org>
824 L: qemu-arm@nongnu.org
825 S: Maintained
826 F: hw/arm/virt*
827 F: include/hw/arm/virt.h
828
829 Xilinx Zynq
830 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
831 M: Alistair Francis <alistair@alistair23.me>
832 M: Peter Maydell <peter.maydell@linaro.org>
833 L: qemu-arm@nongnu.org
834 S: Maintained
835 F: hw/*/xilinx_*
836 F: hw/*/cadence_*
837 F: hw/misc/zynq*
838 F: include/hw/misc/zynq*
839 X: hw/ssi/xilinx_*
840
841 Xilinx ZynqMP
842 M: Alistair Francis <alistair@alistair23.me>
843 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
844 M: Peter Maydell <peter.maydell@linaro.org>
845 L: qemu-arm@nongnu.org
846 S: Maintained
847 F: hw/*/xlnx*.c
848 F: include/hw/*/xlnx*.h
849 F: include/hw/ssi/xilinx_spips.h
850 F: hw/display/dpcd.c
851 F: include/hw/display/dpcd.h
852
853 ARM ACPI Subsystem
854 M: Shannon Zhao <shannon.zhaosl@gmail.com>
855 L: qemu-arm@nongnu.org
856 S: Maintained
857 F: hw/arm/virt-acpi-build.c
858
859 STM32F205
860 M: Alistair Francis <alistair@alistair23.me>
861 M: Peter Maydell <peter.maydell@linaro.org>
862 L: qemu-arm@nongnu.org
863 S: Maintained
864 F: hw/arm/stm32f205_soc.c
865 F: hw/misc/stm32f2xx_syscfg.c
866 F: hw/char/stm32f2xx_usart.c
867 F: hw/timer/stm32f2xx_timer.c
868 F: hw/adc/*
869 F: hw/ssi/stm32f2xx_spi.c
870 F: include/hw/*/stm32*.h
871
872 STM32F405
873 M: Alistair Francis <alistair@alistair23.me>
874 M: Peter Maydell <peter.maydell@linaro.org>
875 L: qemu-arm@nongnu.org
876 S: Maintained
877 F: hw/arm/stm32f405_soc.c
878 F: hw/misc/stm32f4xx_syscfg.c
879 F: hw/misc/stm32f4xx_exti.c
880
881 Netduino 2
882 M: Alistair Francis <alistair@alistair23.me>
883 M: Peter Maydell <peter.maydell@linaro.org>
884 L: qemu-arm@nongnu.org
885 S: Maintained
886 F: hw/arm/netduino2.c
887
888 Netduino Plus 2
889 M: Alistair Francis <alistair@alistair23.me>
890 M: Peter Maydell <peter.maydell@linaro.org>
891 L: qemu-arm@nongnu.org
892 S: Maintained
893 F: hw/arm/netduinoplus2.c
894
895 SmartFusion2
896 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
897 M: Peter Maydell <peter.maydell@linaro.org>
898 L: qemu-arm@nongnu.org
899 S: Maintained
900 F: hw/arm/msf2-soc.c
901 F: hw/misc/msf2-sysreg.c
902 F: hw/timer/mss-timer.c
903 F: hw/ssi/mss-spi.c
904 F: include/hw/arm/msf2-soc.h
905 F: include/hw/misc/msf2-sysreg.h
906 F: include/hw/timer/mss-timer.h
907 F: include/hw/ssi/mss-spi.h
908
909 Emcraft M2S-FG484
910 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
911 M: Peter Maydell <peter.maydell@linaro.org>
912 L: qemu-arm@nongnu.org
913 S: Maintained
914 F: hw/arm/msf2-som.c
915
916 ASPEED BMCs
917 M: Cédric Le Goater <clg@kaod.org>
918 M: Peter Maydell <peter.maydell@linaro.org>
919 R: Andrew Jeffery <andrew@aj.id.au>
920 R: Joel Stanley <joel@jms.id.au>
921 L: qemu-arm@nongnu.org
922 S: Maintained
923 F: hw/*/*aspeed*
924 F: hw/misc/pca9552.c
925 F: include/hw/*/*aspeed*
926 F: include/hw/misc/pca9552*.h
927 F: hw/net/ftgmac100.c
928 F: include/hw/net/ftgmac100.h
929
930 NRF51
931 M: Joel Stanley <joel@jms.id.au>
932 M: Peter Maydell <peter.maydell@linaro.org>
933 L: qemu-arm@nongnu.org
934 S: Maintained
935 F: hw/*/nrf51*.c
936 F: hw/*/microbit*.c
937 F: include/hw/*/nrf51*.h
938 F: include/hw/*/microbit*.h
939 F: tests/qtest/microbit-test.c
940
941 CRIS Machines
942 -------------
943 Axis Dev88
944 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
945 S: Maintained
946 F: hw/cris/axis_dev88.c
947 F: hw/*/etraxfs_*.c
948
949 HP-PARISC Machines
950 ------------------
951 HP B160L
952 M: Richard Henderson <rth@twiddle.net>
953 R: Helge Deller <deller@gmx.de>
954 S: Odd Fixes
955 F: default-configs/hppa-softmmu.mak
956 F: hw/hppa/
957 F: pc-bios/hppa-firmware.img
958
959 LM32 Machines
960 -------------
961 EVR32 and uclinux BSP
962 M: Michael Walle <michael@walle.cc>
963 S: Maintained
964 F: hw/lm32/lm32_boards.c
965
966 milkymist
967 M: Michael Walle <michael@walle.cc>
968 S: Maintained
969 F: hw/lm32/milkymist.c
970
971 M68K Machines
972 -------------
973 an5206
974 M: Thomas Huth <huth@tuxfamily.org>
975 S: Odd Fixes
976 F: hw/m68k/an5206.c
977 F: hw/m68k/mcf5206.c
978
979 mcf5208
980 M: Thomas Huth <huth@tuxfamily.org>
981 S: Odd Fixes
982 F: hw/m68k/mcf5208.c
983 F: hw/m68k/mcf_intc.c
984 F: hw/char/mcf_uart.c
985 F: hw/net/mcf_fec.c
986 F: include/hw/m68k/mcf*.h
987
988 NeXTcube
989 M: Thomas Huth <huth@tuxfamily.org>
990 S: Odd Fixes
991 F: hw/m68k/next-*.c
992 F: hw/display/next-fb.c
993 F: include/hw/m68k/next-cube.h
994
995 q800
996 M: Laurent Vivier <laurent@vivier.eu>
997 S: Maintained
998 F: hw/m68k/q800.c
999 F: hw/misc/mac_via.c
1000 F: hw/nubus/*
1001 F: hw/display/macfb.c
1002 F: hw/block/swim.c
1003 F: hw/m68k/bootinfo.h
1004 F: include/hw/misc/mac_via.h
1005 F: include/hw/nubus/*
1006 F: include/hw/display/macfb.h
1007 F: include/hw/block/swim.h
1008
1009 MicroBlaze Machines
1010 -------------------
1011 petalogix_s3adsp1800
1012 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1013 S: Maintained
1014 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
1015 F: include/hw/char/xilinx_uartlite.h
1016
1017 petalogix_ml605
1018 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1019 S: Maintained
1020 F: hw/microblaze/petalogix_ml605_mmu.c
1021
1022 MIPS Machines
1023 -------------
1024 Jazz
1025 M: Hervé Poussineau <hpoussin@reactos.org>
1026 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
1027 S: Maintained
1028 F: hw/mips/mips_jazz.c
1029 F: hw/display/jazz_led.c
1030 F: hw/dma/rc4030.c
1031
1032 Malta
1033 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1034 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1035 R: Aurelien Jarno <aurelien@aurel32.net>
1036 S: Maintained
1037 F: hw/isa/piix4.c
1038 F: hw/acpi/piix4.c
1039 F: hw/mips/mips_malta.c
1040 F: hw/mips/gt64xxx_pci.c
1041 F: include/hw/southbridge/piix.h
1042 F: tests/acceptance/linux_ssh_mips_malta.py
1043 F: tests/acceptance/machine_mips_malta.py
1044
1045 Mipssim
1046 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1047 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
1048 S: Odd Fixes
1049 F: hw/mips/mips_mipssim.c
1050 F: hw/net/mipsnet.c
1051
1052 R4000
1053 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1054 R: Aurelien Jarno <aurelien@aurel32.net>
1055 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
1056 S: Obsolete
1057 F: hw/mips/mips_r4k.c
1058
1059 Fulong 2E
1060 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1061 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1062 S: Odd Fixes
1063 F: hw/mips/mips_fulong2e.c
1064 F: hw/isa/vt82c686.c
1065 F: hw/pci-host/bonito.c
1066 F: include/hw/isa/vt82c686.h
1067
1068 Boston
1069 M: Paul Burton <pburton@wavecomp.com>
1070 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
1071 S: Maintained
1072 F: hw/core/loader-fit.c
1073 F: hw/mips/boston.c
1074 F: hw/pci-host/xilinx-pcie.c
1075 F: include/hw/pci-host/xilinx-pcie.h
1076
1077 OpenRISC Machines
1078 -----------------
1079 or1k-sim
1080 M: Jia Liu <proljc@gmail.com>
1081 S: Maintained
1082 F: hw/openrisc/openrisc_sim.c
1083
1084 PowerPC Machines
1085 ----------------
1086 405
1087 M: David Gibson <david@gibson.dropbear.id.au>
1088 L: qemu-ppc@nongnu.org
1089 S: Odd Fixes
1090 F: hw/ppc/ppc405_boards.c
1091
1092 Bamboo
1093 M: David Gibson <david@gibson.dropbear.id.au>
1094 L: qemu-ppc@nongnu.org
1095 S: Odd Fixes
1096 F: hw/ppc/ppc440_bamboo.c
1097
1098 e500
1099 M: David Gibson <david@gibson.dropbear.id.au>
1100 L: qemu-ppc@nongnu.org
1101 S: Odd Fixes
1102 F: hw/ppc/e500*
1103 F: hw/gpio/mpc8xxx.c
1104 F: hw/i2c/mpc_i2c.c
1105 F: hw/net/fsl_etsec/
1106 F: hw/pci-host/ppce500.c
1107 F: include/hw/ppc/ppc_e500.h
1108 F: include/hw/pci-host/ppce500.h
1109 F: pc-bios/u-boot.e500
1110
1111 mpc8544ds
1112 M: David Gibson <david@gibson.dropbear.id.au>
1113 L: qemu-ppc@nongnu.org
1114 S: Odd Fixes
1115 F: hw/ppc/mpc8544ds.c
1116 F: hw/ppc/mpc8544_guts.c
1117
1118 New World (mac99)
1119 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1120 R: David Gibson <david@gibson.dropbear.id.au>
1121 L: qemu-ppc@nongnu.org
1122 S: Odd Fixes
1123 F: hw/ppc/mac_newworld.c
1124 F: hw/pci-host/uninorth.c
1125 F: hw/pci-bridge/dec.[hc]
1126 F: hw/misc/macio/
1127 F: hw/misc/mos6522.c
1128 F: hw/nvram/mac_nvram.c
1129 F: hw/input/adb*
1130 F: include/hw/misc/macio/
1131 F: include/hw/misc/mos6522.h
1132 F: include/hw/ppc/mac_dbdma.h
1133 F: include/hw/pci-host/uninorth.h
1134 F: include/hw/input/adb*
1135 F: pc-bios/qemu_vga.ndrv
1136
1137 Old World (g3beige)
1138 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1139 R: David Gibson <david@gibson.dropbear.id.au>
1140 L: qemu-ppc@nongnu.org
1141 S: Odd Fixes
1142 F: hw/ppc/mac_oldworld.c
1143 F: hw/pci-host/grackle.c
1144 F: hw/misc/macio/
1145 F: hw/intc/heathrow_pic.c
1146 F: hw/input/adb*
1147 F: include/hw/intc/heathrow_pic.h
1148 F: include/hw/input/adb*
1149 F: pc-bios/qemu_vga.ndrv
1150
1151 PReP
1152 M: Hervé Poussineau <hpoussin@reactos.org>
1153 L: qemu-ppc@nongnu.org
1154 S: Maintained
1155 F: hw/ppc/prep.c
1156 F: hw/ppc/prep_systemio.c
1157 F: hw/ppc/rs6000_mc.c
1158 F: hw/pci-host/prep.[hc]
1159 F: hw/isa/i82378.c
1160 F: hw/isa/pc87312.c
1161 F: hw/dma/i82374.c
1162 F: hw/rtc/m48t59-isa.c
1163 F: include/hw/isa/pc87312.h
1164 F: include/hw/rtc/m48t59.h
1165 F: tests/acceptance/ppc_prep_40p.py
1166
1167 sPAPR
1168 M: David Gibson <david@gibson.dropbear.id.au>
1169 L: qemu-ppc@nongnu.org
1170 S: Supported
1171 F: hw/*/spapr*
1172 F: include/hw/*/spapr*
1173 F: hw/*/xics*
1174 F: include/hw/*/xics*
1175 F: pc-bios/slof.bin
1176 F: docs/specs/ppc-spapr-hcalls.txt
1177 F: docs/specs/ppc-spapr-hotplug.txt
1178 F: tests/qtest/spapr*
1179 F: tests/qtest/libqos/*spapr*
1180 F: tests/qtest/rtas*
1181 F: tests/qtest/libqos/rtas*
1182
1183 PowerNV (Non-Virtualized)
1184 M: Cédric Le Goater <clg@kaod.org>
1185 M: David Gibson <david@gibson.dropbear.id.au>
1186 L: qemu-ppc@nongnu.org
1187 S: Maintained
1188 F: hw/ppc/pnv*
1189 F: hw/intc/pnv*
1190 F: hw/intc/xics_pnv.c
1191 F: include/hw/ppc/pnv*
1192 F: pc-bios/skiboot.lid
1193 F: tests/qtest/pnv*
1194
1195 virtex_ml507
1196 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1197 L: qemu-ppc@nongnu.org
1198 S: Odd Fixes
1199 F: hw/ppc/virtex_ml507.c
1200
1201 sam460ex
1202 M: BALATON Zoltan <balaton@eik.bme.hu>
1203 L: qemu-ppc@nongnu.org
1204 S: Maintained
1205 F: hw/ppc/sam460ex.c
1206 F: hw/ppc/ppc440_pcix.c
1207 F: hw/display/sm501*
1208 F: hw/ide/sii3112.c
1209 F: hw/rtc/m41t80.c
1210 F: pc-bios/canyonlands.dt[sb]
1211 F: pc-bios/u-boot-sam460ex-20100605.bin
1212 F: roms/u-boot-sam460ex
1213
1214 SH4 Machines
1215 ------------
1216 R2D
1217 M: Magnus Damm <magnus.damm@gmail.com>
1218 S: Maintained
1219 F: hw/sh4/r2d.c
1220 F: hw/intc/sh_intc.c
1221 F: hw/timer/sh_timer.c
1222
1223 Shix
1224 M: Magnus Damm <magnus.damm@gmail.com>
1225 S: Odd Fixes
1226 F: hw/sh4/shix.c
1227
1228 SPARC Machines
1229 --------------
1230 Sun4m
1231 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1232 S: Maintained
1233 F: hw/sparc/sun4m.c
1234 F: hw/sparc/sun4m_iommu.c
1235 F: hw/display/cg3.c
1236 F: hw/display/tcx.c
1237 F: hw/dma/sparc32_dma.c
1238 F: hw/misc/eccmemctl.c
1239 F: hw/*/slavio_*.c
1240 F: include/hw/nvram/sun_nvram.h
1241 F: include/hw/sparc/sparc32_dma.h
1242 F: include/hw/sparc/sun4m_iommu.h
1243 F: pc-bios/openbios-sparc32
1244
1245 Sun4u
1246 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1247 S: Maintained
1248 F: hw/sparc64/sun4u.c
1249 F: hw/sparc64/sun4u_iommu.c
1250 F: include/hw/sparc/sun4u_iommu.h
1251 F: hw/pci-host/sabre.c
1252 F: include/hw/pci-host/sabre.h
1253 F: hw/pci-bridge/simba.c
1254 F: include/hw/pci-bridge/simba.h
1255 F: pc-bios/openbios-sparc64
1256
1257 Sun4v
1258 M: Artyom Tarasenko <atar4qemu@gmail.com>
1259 S: Maintained
1260 F: hw/sparc64/niagara.c
1261 F: hw/rtc/sun4v-rtc.c
1262 F: include/hw/rtc/sun4v-rtc.h
1263
1264 Leon3
1265 M: Fabien Chouteau <chouteau@adacore.com>
1266 M: KONRAD Frederic <frederic.konrad@adacore.com>
1267 S: Maintained
1268 F: hw/sparc/leon3.c
1269 F: hw/*/grlib*
1270 F: include/hw/*/grlib*
1271 F: tests/acceptance/machine_sparc_leon3.py
1272
1273 S390 Machines
1274 -------------
1275 S390 Virtio-ccw
1276 M: Cornelia Huck <cohuck@redhat.com>
1277 M: Halil Pasic <pasic@linux.ibm.com>
1278 M: Christian Borntraeger <borntraeger@de.ibm.com>
1279 S: Supported
1280 F: hw/char/sclp*.[hc]
1281 F: hw/char/terminal3270.c
1282 F: hw/s390x/
1283 F: include/hw/s390x/
1284 F: hw/watchdog/wdt_diag288.c
1285 F: include/hw/watchdog/wdt_diag288.h
1286 F: default-configs/s390x-softmmu.mak
1287 T: git https://github.com/cohuck/qemu.git s390-next
1288 T: git https://github.com/borntraeger/qemu.git s390-next
1289 L: qemu-s390x@nongnu.org
1290
1291 S390-ccw boot
1292 M: Christian Borntraeger <borntraeger@de.ibm.com>
1293 M: Thomas Huth <thuth@redhat.com>
1294 S: Supported
1295 F: hw/s390x/ipl.*
1296 F: pc-bios/s390-ccw/
1297 F: pc-bios/s390-ccw.img
1298 F: docs/devel/s390-dasd-ipl.rst
1299 T: git https://github.com/borntraeger/qemu.git s390-next
1300 L: qemu-s390x@nongnu.org
1301
1302 S390 PCI
1303 M: Matthew Rosato <mjrosato@linux.ibm.com>
1304 S: Supported
1305 F: hw/s390x/s390-pci*
1306 L: qemu-s390x@nongnu.org
1307
1308 UniCore32 Machines
1309 ------------------
1310 PKUnity-3 SoC initramfs-with-busybox
1311 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1312 S: Maintained
1313 F: hw/*/puv3*
1314 F: hw/unicore32/
1315
1316 X86 Machines
1317 ------------
1318 PC
1319 M: Michael S. Tsirkin <mst@redhat.com>
1320 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1321 S: Supported
1322 F: include/hw/i386/
1323 F: hw/i386/
1324 F: hw/pci-host/i440fx.c
1325 F: hw/pci-host/q35.c
1326 F: hw/pci-host/pam.c
1327 F: include/hw/pci-host/i440fx.h
1328 F: include/hw/pci-host/q35.h
1329 F: include/hw/pci-host/pam.h
1330 F: hw/isa/piix3.c
1331 F: hw/isa/lpc_ich9.c
1332 F: hw/i2c/smbus_ich9.c
1333 F: hw/acpi/piix4.c
1334 F: hw/acpi/ich9.c
1335 F: include/hw/acpi/ich9.h
1336 F: include/hw/southbridge/piix.h
1337 F: hw/misc/sga.c
1338 F: hw/isa/apm.c
1339 F: include/hw/isa/apm.h
1340 F: tests/test-x86-cpuid.c
1341 F: tests/qtest/test-x86-cpuid-compat.c
1342
1343 PC Chipset
1344 M: Michael S. Tsirkin <mst@redhat.com>
1345 M: Paolo Bonzini <pbonzini@redhat.com>
1346 S: Supported
1347 F: hw/char/debugcon.c
1348 F: hw/char/parallel*
1349 F: hw/char/serial*
1350 F: hw/dma/i8257*
1351 F: hw/i2c/pm_smbus.c
1352 F: hw/input/pckbd.c
1353 F: hw/intc/apic*
1354 F: hw/intc/ioapic*
1355 F: hw/intc/i8259*
1356 F: hw/isa/isa-superio.c
1357 F: hw/misc/debugexit.c
1358 F: hw/misc/pc-testdev.c
1359 F: hw/timer/hpet*
1360 F: hw/timer/i8254*
1361 F: hw/rtc/mc146818rtc*
1362 F: hw/watchdog/wdt_ib700.c
1363 F: hw/watchdog/wdt_i6300esb.c
1364 F: include/hw/display/vga.h
1365 F: include/hw/char/parallel.h
1366 F: include/hw/dma/i8257.h
1367 F: include/hw/i2c/pm_smbus.h
1368 F: include/hw/input/i8042.h
1369 F: include/hw/isa/i8259_internal.h
1370 F: include/hw/isa/superio.h
1371 F: include/hw/timer/hpet.h
1372 F: include/hw/timer/i8254*
1373 F: include/hw/rtc/mc146818rtc*
1374
1375 microvm
1376 M: Sergio Lopez <slp@redhat.com>
1377 M: Paolo Bonzini <pbonzini@redhat.com>
1378 S: Maintained
1379 F: docs/microvm.rst
1380 F: hw/i386/microvm.c
1381 F: include/hw/i386/microvm.h
1382 F: pc-bios/bios-microvm.bin
1383
1384 Machine core
1385 M: Eduardo Habkost <ehabkost@redhat.com>
1386 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1387 S: Supported
1388 F: hw/core/cpu.c
1389 F: hw/core/machine-qmp-cmds.c
1390 F: hw/core/machine.c
1391 F: hw/core/null-machine.c
1392 F: hw/core/numa.c
1393 F: hw/cpu/cluster.c
1394 F: qapi/machine.json
1395 F: qapi/machine-target.json
1396 F: include/hw/boards.h
1397 F: include/hw/core/cpu.h
1398 F: include/hw/cpu/cluster.h
1399 F: include/sysemu/numa.h
1400 T: git https://github.com/ehabkost/qemu.git machine-next
1401
1402 Xtensa Machines
1403 ---------------
1404 sim
1405 M: Max Filippov <jcmvbkbc@gmail.com>
1406 S: Maintained
1407 F: hw/xtensa/sim.c
1408
1409 virt
1410 M: Max Filippov <jcmvbkbc@gmail.com>
1411 S: Maintained
1412 F: hw/xtensa/virt.c
1413
1414 XTFPGA (LX60, LX200, ML605, KC705)
1415 M: Max Filippov <jcmvbkbc@gmail.com>
1416 S: Maintained
1417 F: hw/xtensa/xtfpga.c
1418 F: hw/net/opencores_eth.c
1419
1420 Devices
1421 -------
1422 EDU
1423 M: Jiri Slaby <jslaby@suse.cz>
1424 S: Maintained
1425 F: hw/misc/edu.c
1426
1427 IDE
1428 M: John Snow <jsnow@redhat.com>
1429 L: qemu-block@nongnu.org
1430 S: Supported
1431 F: include/hw/ide.h
1432 F: include/hw/ide/
1433 F: hw/ide/
1434 F: hw/block/block.c
1435 F: hw/block/cdrom.c
1436 F: hw/block/hd-geometry.c
1437 F: tests/qtest/ide-test.c
1438 F: tests/qtest/ahci-test.c
1439 F: tests/qtest/cdrom-test.c
1440 F: tests/qtest/libqos/ahci*
1441 T: git https://github.com/jnsnow/qemu.git ide
1442
1443 IPMI
1444 M: Corey Minyard <minyard@acm.org>
1445 S: Maintained
1446 F: include/hw/ipmi/*
1447 F: hw/ipmi/*
1448 F: hw/smbios/smbios_type_38.c
1449 F: tests/qtest/ipmi*
1450 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1451
1452 Floppy
1453 M: John Snow <jsnow@redhat.com>
1454 L: qemu-block@nongnu.org
1455 S: Supported
1456 F: hw/block/fdc.c
1457 F: include/hw/block/fdc.h
1458 F: tests/qtest/fdc-test.c
1459 T: git https://github.com/jnsnow/qemu.git ide
1460
1461 OMAP
1462 M: Peter Maydell <peter.maydell@linaro.org>
1463 L: qemu-arm@nongnu.org
1464 S: Maintained
1465 F: hw/*/omap*
1466 F: include/hw/arm/omap.h
1467
1468 IPack
1469 M: Alberto Garcia <berto@igalia.com>
1470 S: Odd Fixes
1471 F: hw/char/ipoctal232.c
1472 F: hw/ipack/
1473
1474 PCI
1475 M: Michael S. Tsirkin <mst@redhat.com>
1476 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1477 S: Supported
1478 F: include/hw/pci/*
1479 F: hw/misc/pci-testdev.c
1480 F: hw/pci/*
1481 F: hw/pci-bridge/*
1482 F: docs/pci*
1483 F: docs/specs/*pci*
1484 F: default-configs/pci.mak
1485
1486 ACPI/SMBIOS
1487 M: Michael S. Tsirkin <mst@redhat.com>
1488 M: Igor Mammedov <imammedo@redhat.com>
1489 S: Supported
1490 F: include/hw/acpi/*
1491 F: include/hw/firmware/smbios.h
1492 F: hw/mem/*
1493 F: hw/acpi/*
1494 F: hw/smbios/*
1495 F: hw/i386/acpi-build.[hc]
1496 F: hw/arm/virt-acpi-build.c
1497 F: tests/qtest/bios-tables-test.c
1498 F: tests/qtest/acpi-utils.[hc]
1499 F: tests/data/acpi/
1500
1501 ppc4xx
1502 M: David Gibson <david@gibson.dropbear.id.au>
1503 L: qemu-ppc@nongnu.org
1504 S: Odd Fixes
1505 F: hw/ppc/ppc4*.c
1506 F: hw/i2c/ppc4xx_i2c.c
1507 F: include/hw/ppc/ppc4xx.h
1508 F: include/hw/i2c/ppc4xx_i2c.h
1509
1510 Character devices
1511 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1512 R: Paolo Bonzini <pbonzini@redhat.com>
1513 S: Odd Fixes
1514 F: hw/char/
1515
1516 Network devices
1517 M: Jason Wang <jasowang@redhat.com>
1518 S: Odd Fixes
1519 F: hw/net/
1520 F: include/hw/net/
1521 F: tests/qtest/virtio-net-test.c
1522 F: docs/virtio-net-failover.rst
1523 T: git https://github.com/jasowang/qemu.git net
1524
1525 Parallel NOR Flash devices
1526 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1527 T: git https://gitlab.com/philmd/qemu.git pflash-next
1528 S: Maintained
1529 F: hw/block/pflash_cfi*.c
1530 F: include/hw/block/flash.h
1531
1532 SCSI
1533 M: Paolo Bonzini <pbonzini@redhat.com>
1534 R: Fam Zheng <fam@euphon.net>
1535 S: Supported
1536 F: include/hw/scsi/*
1537 F: hw/scsi/*
1538 F: tests/qtest/virtio-scsi-test.c
1539 T: git https://github.com/bonzini/qemu.git scsi-next
1540
1541 SSI
1542 M: Alistair Francis <alistair@alistair23.me>
1543 S: Maintained
1544 F: hw/ssi/*
1545 F: hw/block/m25p80.c
1546 F: include/hw/ssi/ssi.h
1547 X: hw/ssi/xilinx_*
1548 F: tests/qtest/m25p80-test.c
1549
1550 Xilinx SPI
1551 M: Alistair Francis <alistair@alistair23.me>
1552 S: Maintained
1553 F: hw/ssi/xilinx_*
1554
1555 SD (Secure Card)
1556 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1557 S: Odd Fixes
1558 F: include/hw/sd/sd*
1559 F: hw/sd/core.c
1560 F: hw/sd/sd*
1561 F: hw/sd/ssi-sd.c
1562 F: tests/qtest/sd*
1563
1564 USB
1565 M: Gerd Hoffmann <kraxel@redhat.com>
1566 S: Maintained
1567 F: hw/usb/*
1568 F: tests/qtest/usb-*-test.c
1569 F: docs/usb2.txt
1570 F: docs/usb-storage.txt
1571 F: include/hw/usb.h
1572 F: include/hw/usb/
1573 F: default-configs/usb.mak
1574
1575 USB (serial adapter)
1576 M: Gerd Hoffmann <kraxel@redhat.com>
1577 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1578 S: Maintained
1579 F: hw/usb/dev-serial.c
1580
1581 VFIO
1582 M: Alex Williamson <alex.williamson@redhat.com>
1583 S: Supported
1584 F: hw/vfio/*
1585 F: include/hw/vfio/
1586
1587 vfio-ccw
1588 M: Cornelia Huck <cohuck@redhat.com>
1589 M: Eric Farman <farman@linux.ibm.com>
1590 S: Supported
1591 F: hw/vfio/ccw.c
1592 F: hw/s390x/s390-ccw.c
1593 F: include/hw/s390x/s390-ccw.h
1594 F: include/hw/s390x/vfio-ccw.h
1595 T: git https://github.com/cohuck/qemu.git s390-next
1596 L: qemu-s390x@nongnu.org
1597
1598 vfio-ap
1599 M: Christian Borntraeger <borntraeger@de.ibm.com>
1600 M: Tony Krowiak <akrowiak@linux.ibm.com>
1601 M: Halil Pasic <pasic@linux.ibm.com>
1602 M: Pierre Morel <pmorel@linux.ibm.com>
1603 S: Supported
1604 F: hw/s390x/ap-device.c
1605 F: hw/s390x/ap-bridge.c
1606 F: include/hw/s390x/ap-device.h
1607 F: include/hw/s390x/ap-bridge.h
1608 F: hw/vfio/ap.c
1609 F: docs/system/vfio-ap.rst
1610 L: qemu-s390x@nongnu.org
1611
1612 vhost
1613 M: Michael S. Tsirkin <mst@redhat.com>
1614 S: Supported
1615 F: hw/*/*vhost*
1616 F: docs/interop/vhost-user.json
1617 F: docs/interop/vhost-user.rst
1618 F: contrib/vhost-user-*/
1619 F: backends/vhost-user.c
1620 F: include/sysemu/vhost-user-backend.h
1621
1622 virtio
1623 M: Michael S. Tsirkin <mst@redhat.com>
1624 S: Supported
1625 F: hw/*/virtio*
1626 F: hw/virtio/Makefile.objs
1627 F: hw/virtio/trace-events
1628 F: net/vhost-user.c
1629 F: include/hw/virtio/
1630
1631 virtio-9p
1632 M: Greg Kurz <groug@kaod.org>
1633 R: Christian Schoenebeck <qemu_oss@crudebyte.com>
1634 S: Odd Fixes
1635 F: hw/9pfs/
1636 X: hw/9pfs/xen-9p*
1637 F: fsdev/
1638 F: docs/interop/virtfs-proxy-helper.rst
1639 F: tests/qtest/virtio-9p-test.c
1640 T: git https://github.com/gkurz/qemu.git 9p-next
1641
1642 virtio-blk
1643 M: Stefan Hajnoczi <stefanha@redhat.com>
1644 L: qemu-block@nongnu.org
1645 S: Supported
1646 F: hw/block/virtio-blk.c
1647 F: hw/block/dataplane/*
1648 F: tests/qtest/virtio-blk-test.c
1649 T: git https://github.com/stefanha/qemu.git block
1650
1651 virtio-ccw
1652 M: Cornelia Huck <cohuck@redhat.com>
1653 M: Halil Pasic <pasic@linux.ibm.com>
1654 S: Supported
1655 F: hw/s390x/virtio-ccw*.[hc]
1656 F: hw/s390x/vhost-vsock-ccw.c
1657 T: git https://github.com/cohuck/qemu.git s390-next
1658 T: git https://github.com/borntraeger/qemu.git s390-next
1659 L: qemu-s390x@nongnu.org
1660
1661 virtiofs
1662 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1663 M: Stefan Hajnoczi <stefanha@redhat.com>
1664 S: Supported
1665 F: tools/virtiofsd/*
1666 F: hw/virtio/vhost-user-fs*
1667 F: include/hw/virtio/vhost-user-fs.h
1668 F: docs/interop/virtiofsd.rst
1669
1670 virtio-input
1671 M: Gerd Hoffmann <kraxel@redhat.com>
1672 S: Maintained
1673 F: hw/input/vhost-user-input.c
1674 F: hw/input/virtio-input*.c
1675 F: include/hw/virtio/virtio-input.h
1676 F: contrib/vhost-user-input/*
1677
1678 virtio-iommu
1679 M: Eric Auger <eric.auger@redhat.com>
1680 S: Maintained
1681 F: hw/virtio/virtio-iommu*.c
1682 F: include/hw/virtio/virtio-iommu.h
1683
1684 virtio-serial
1685 M: Laurent Vivier <lvivier@redhat.com>
1686 R: Amit Shah <amit@kernel.org>
1687 S: Supported
1688 F: hw/char/virtio-serial-bus.c
1689 F: hw/char/virtio-console.c
1690 F: include/hw/virtio/virtio-serial.h
1691 F: tests/qtest/virtio-serial-test.c
1692
1693 virtio-rng
1694 M: Laurent Vivier <lvivier@redhat.com>
1695 R: Amit Shah <amit@kernel.org>
1696 S: Supported
1697 F: hw/virtio/virtio-rng.c
1698 F: include/hw/virtio/virtio-rng.h
1699 F: include/sysemu/rng*.h
1700 F: backends/rng*.c
1701 F: tests/qtest/virtio-rng-test.c
1702
1703 virtio-crypto
1704 M: Gonglei <arei.gonglei@huawei.com>
1705 S: Supported
1706 F: hw/virtio/virtio-crypto.c
1707 F: hw/virtio/virtio-crypto-pci.c
1708 F: include/hw/virtio/virtio-crypto.h
1709
1710 nvme
1711 M: Keith Busch <keith.busch@intel.com>
1712 L: qemu-block@nongnu.org
1713 S: Supported
1714 F: hw/block/nvme*
1715 F: tests/qtest/nvme-test.c
1716
1717 megasas
1718 M: Hannes Reinecke <hare@suse.com>
1719 L: qemu-block@nongnu.org
1720 S: Supported
1721 F: hw/scsi/megasas.c
1722 F: hw/scsi/mfi.h
1723 F: tests/qtest/megasas-test.c
1724
1725 Network packet abstractions
1726 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1727 S: Maintained
1728 F: include/net/eth.h
1729 F: net/eth.c
1730 F: hw/net/net_rx_pkt*
1731 F: hw/net/net_tx_pkt*
1732
1733 Vmware
1734 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1735 S: Maintained
1736 F: hw/net/vmxnet*
1737 F: hw/scsi/vmw_pvscsi*
1738 F: tests/qtest/vmxnet3-test.c
1739
1740 Rocker
1741 M: Jiri Pirko <jiri@resnulli.us>
1742 S: Maintained
1743 F: hw/net/rocker/
1744 F: tests/rocker/
1745 F: docs/specs/rocker.txt
1746
1747 NVDIMM
1748 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1749 S: Maintained
1750 F: hw/acpi/nvdimm.c
1751 F: hw/mem/nvdimm.c
1752 F: include/hw/mem/nvdimm.h
1753 F: docs/nvdimm.txt
1754
1755 e1000x
1756 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1757 S: Maintained
1758 F: hw/net/e1000x*
1759
1760 e1000e
1761 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1762 S: Maintained
1763 F: hw/net/e1000e*
1764
1765 eepro100
1766 M: Stefan Weil <sw@weilnetz.de>
1767 S: Maintained
1768 F: hw/net/eepro100.c
1769
1770 tulip
1771 M: Sven Schnelle <svens@stackframe.org>
1772 S: Maintained
1773 F: hw/net/tulip.c
1774 F: hw/net/tulip.h
1775
1776 Generic Loader
1777 M: Alistair Francis <alistair@alistair23.me>
1778 S: Maintained
1779 F: hw/core/generic-loader.c
1780 F: include/hw/core/generic-loader.h
1781 F: docs/generic-loader.txt
1782
1783 Intel Hexadecimal Object File Loader
1784 M: Su Hang <suhang16@mails.ucas.ac.cn>
1785 S: Maintained
1786 F: tests/qtest/hexloader-test.c
1787 F: tests/data/hex-loader/test.hex
1788
1789 CHRP NVRAM
1790 M: Thomas Huth <thuth@redhat.com>
1791 S: Maintained
1792 F: hw/nvram/chrp_nvram.c
1793 F: include/hw/nvram/chrp_nvram.h
1794 F: tests/qtest/prom-env-test.c
1795
1796 VM Generation ID
1797 M: Ben Warren <ben@skyportsystems.com>
1798 S: Maintained
1799 F: hw/acpi/vmgenid.c
1800 F: include/hw/acpi/vmgenid.h
1801 F: docs/specs/vmgenid.txt
1802 F: tests/qtest/vmgenid-test.c
1803 F: stubs/vmgenid.c
1804
1805 Unimplemented device
1806 M: Peter Maydell <peter.maydell@linaro.org>
1807 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1808 S: Maintained
1809 F: include/hw/misc/unimp.h
1810 F: hw/misc/unimp.c
1811
1812 Standard VGA
1813 M: Gerd Hoffmann <kraxel@redhat.com>
1814 S: Maintained
1815 F: hw/display/vga*
1816 F: hw/display/bochs-display.c
1817 F: include/hw/display/vga.h
1818 F: include/hw/display/bochs-vbe.h
1819
1820 ramfb
1821 M: Gerd Hoffmann <kraxel@redhat.com>
1822 S: Maintained
1823 F: hw/display/ramfb*.c
1824 F: include/hw/display/ramfb.h
1825
1826 virtio-gpu
1827 M: Gerd Hoffmann <kraxel@redhat.com>
1828 S: Maintained
1829 F: hw/display/virtio-gpu*
1830 F: hw/display/virtio-vga.*
1831 F: include/hw/virtio/virtio-gpu.h
1832
1833 vhost-user-gpu
1834 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1835 M: Gerd Hoffmann <kraxel@redhat.com>
1836 S: Maintained
1837 F: docs/interop/vhost-user-gpu.rst
1838 F: contrib/vhost-user-gpu
1839 F: hw/display/vhost-user-*
1840
1841 Cirrus VGA
1842 M: Gerd Hoffmann <kraxel@redhat.com>
1843 S: Odd Fixes
1844 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1845 F: hw/display/cirrus*
1846
1847 EDID Generator
1848 M: Gerd Hoffmann <kraxel@redhat.com>
1849 S: Maintained
1850 F: hw/display/edid*
1851 F: include/hw/display/edid.h
1852 F: qemu-edid.c
1853
1854 PIIX4 South Bridge (i82371AB)
1855 M: Hervé Poussineau <hpoussin@reactos.org>
1856 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1857 S: Maintained
1858 F: hw/isa/piix4.c
1859 F: include/hw/southbridge/piix.h
1860
1861 Firmware configuration (fw_cfg)
1862 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1863 R: Laszlo Ersek <lersek@redhat.com>
1864 R: Gerd Hoffmann <kraxel@redhat.com>
1865 S: Supported
1866 F: docs/specs/fw_cfg.txt
1867 F: hw/nvram/fw_cfg.c
1868 F: stubs/fw_cfg.c
1869 F: include/hw/nvram/fw_cfg.h
1870 F: include/standard-headers/linux/qemu_fw_cfg.h
1871 F: tests/qtest/libqos/fw_cfg.c
1872 F: tests/qtest/fw_cfg-test.c
1873 T: git https://github.com/philmd/qemu.git fw_cfg-next
1874
1875 XIVE
1876 M: David Gibson <david@gibson.dropbear.id.au>
1877 M: Cédric Le Goater <clg@kaod.org>
1878 L: qemu-ppc@nongnu.org
1879 S: Supported
1880 F: hw/*/*xive*
1881 F: include/hw/*/*xive*
1882 F: docs/*/*xive*
1883
1884 Subsystems
1885 ----------
1886 Audio
1887 M: Gerd Hoffmann <kraxel@redhat.com>
1888 S: Maintained
1889 F: audio/
1890 F: hw/audio/
1891 F: include/hw/audio/
1892 F: tests/qtest/ac97-test.c
1893 F: tests/qtest/es1370-test.c
1894 F: tests/qtest/intel-hda-test.c
1895
1896 Block layer core
1897 M: Kevin Wolf <kwolf@redhat.com>
1898 M: Max Reitz <mreitz@redhat.com>
1899 L: qemu-block@nongnu.org
1900 S: Supported
1901 F: block*
1902 F: block/
1903 F: hw/block/
1904 F: include/block/
1905 F: qemu-img*
1906 F: docs/interop/qemu-img.rst
1907 F: qemu-io*
1908 F: tests/qemu-iotests/
1909 F: util/qemu-progress.c
1910 F: qobject/block-qdict.c
1911 F: tests/check-block-qdict.c
1912 T: git https://repo.or.cz/qemu/kevin.git block
1913
1914 Block I/O path
1915 M: Stefan Hajnoczi <stefanha@redhat.com>
1916 M: Fam Zheng <fam@euphon.net>
1917 L: qemu-block@nongnu.org
1918 S: Supported
1919 F: util/async.c
1920 F: util/aio-*.c
1921 F: util/aio-*.h
1922 F: util/fdmon-*.c
1923 F: block/io.c
1924 F: migration/block*
1925 F: include/block/aio.h
1926 F: include/block/aio-wait.h
1927 F: scripts/qemugdb/aio.py
1928 T: git https://github.com/stefanha/qemu.git block
1929
1930 Block SCSI subsystem
1931 M: Paolo Bonzini <pbonzini@redhat.com>
1932 R: Fam Zheng <fam@euphon.net>
1933 L: qemu-block@nongnu.org
1934 S: Supported
1935 F: include/scsi/*
1936 F: scsi/*
1937
1938 Block Jobs
1939 M: John Snow <jsnow@redhat.com>
1940 L: qemu-block@nongnu.org
1941 S: Supported
1942 F: blockjob.c
1943 F: include/block/blockjob.h
1944 F: job.c
1945 F: job-qmp.c
1946 F: include/qemu/job.h
1947 F: block/backup.c
1948 F: block/commit.c
1949 F: block/stream.c
1950 F: block/mirror.c
1951 F: qapi/job.json
1952 T: git https://github.com/jnsnow/qemu.git jobs
1953
1954 Block QAPI, monitor, command line
1955 M: Markus Armbruster <armbru@redhat.com>
1956 S: Supported
1957 F: blockdev.c
1958 F: blockdev-hmp-cmds.c
1959 F: block/qapi.c
1960 F: qapi/block*.json
1961 F: qapi/transaction.json
1962 T: git https://repo.or.cz/qemu/armbru.git block-next
1963
1964 Dirty Bitmaps
1965 M: John Snow <jsnow@redhat.com>
1966 R: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
1967 L: qemu-block@nongnu.org
1968 S: Supported
1969 F: include/qemu/hbitmap.h
1970 F: include/block/dirty-bitmap.h
1971 F: block/dirty-bitmap.c
1972 F: block/qcow2-bitmap.c
1973 F: migration/block-dirty-bitmap.c
1974 F: util/hbitmap.c
1975 F: tests/test-hbitmap.c
1976 F: docs/interop/bitmaps.rst
1977 T: git https://github.com/jnsnow/qemu.git bitmaps
1978
1979 Character device backends
1980 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1981 R: Paolo Bonzini <pbonzini@redhat.com>
1982 S: Maintained
1983 F: chardev/
1984 F: include/chardev/
1985 F: qapi/char.json
1986
1987 Character Devices (Braille)
1988 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1989 S: Maintained
1990 F: chardev/baum.c
1991
1992 Command line option argument parsing
1993 M: Markus Armbruster <armbru@redhat.com>
1994 S: Supported
1995 F: include/qemu/option.h
1996 F: tests/test-keyval.c
1997 F: tests/test-qemu-opts.c
1998 F: util/keyval.c
1999 F: util/qemu-option.c
2000
2001 Coverity model
2002 M: Markus Armbruster <armbru@redhat.com>
2003 S: Supported
2004 F: scripts/coverity-model.c
2005
2006 Device Tree
2007 M: Alistair Francis <alistair.francis@wdc.com>
2008 R: David Gibson <david@gibson.dropbear.id.au>
2009 S: Maintained
2010 F: device_tree.c
2011 F: include/sysemu/device_tree.h
2012
2013 Dump
2014 S: Supported
2015 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2016 F: dump/
2017 F: hw/misc/vmcoreinfo.c
2018 F: include/hw/misc/vmcoreinfo.h
2019 F: include/qemu/win_dump_defs
2020 F: include/sysemu/dump-arch.h
2021 F: include/sysemu/dump.h
2022 F: qapi/dump.json
2023 F: scripts/dump-guest-memory.py
2024 F: stubs/dump.c
2025
2026 Error reporting
2027 M: Markus Armbruster <armbru@redhat.com>
2028 S: Supported
2029 F: include/qapi/error.h
2030 F: include/qemu/error-report.h
2031 F: qapi/error.json
2032 F: util/error.c
2033 F: util/qemu-error.c
2034
2035 GDB stub
2036 M: Alex Bennée <alex.bennee@linaro.org>
2037 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2038 S: Maintained
2039 F: gdbstub*
2040 F: gdb-xml/
2041
2042 Memory API
2043 M: Paolo Bonzini <pbonzini@redhat.com>
2044 S: Supported
2045 F: include/exec/ioport.h
2046 F: ioport.c
2047 F: include/exec/memop.h
2048 F: include/exec/memory.h
2049 F: include/exec/ram_addr.h
2050 F: include/exec/ramblock.h
2051 F: memory.c
2052 F: include/exec/memory-internal.h
2053 F: exec.c
2054 F: scripts/coccinelle/memory-region-housekeeping.cocci
2055
2056 SPICE
2057 M: Gerd Hoffmann <kraxel@redhat.com>
2058 S: Supported
2059 F: include/ui/qemu-spice.h
2060 F: include/ui/spice-display.h
2061 F: ui/spice-*.c
2062 F: audio/spiceaudio.c
2063 F: hw/display/qxl*
2064 F: qapi/ui.json
2065 F: docs/spice-port-fqdn.txt
2066
2067 Graphics
2068 M: Gerd Hoffmann <kraxel@redhat.com>
2069 S: Odd Fixes
2070 F: ui/
2071 F: include/ui/
2072 F: qapi/ui.json
2073 F: util/drm.c
2074
2075 Cocoa graphics
2076 M: Peter Maydell <peter.maydell@linaro.org>
2077 S: Odd Fixes
2078 F: ui/cocoa.m
2079
2080 Main loop
2081 M: Paolo Bonzini <pbonzini@redhat.com>
2082 S: Maintained
2083 F: cpus.c
2084 F: include/qemu/main-loop.h
2085 F: include/sysemu/runstate.h
2086 F: util/main-loop.c
2087 F: util/qemu-timer.c
2088 F: softmmu/vl.c
2089 F: softmmu/main.c
2090 F: qapi/run-state.json
2091
2092 Human Monitor (HMP)
2093 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2094 S: Maintained
2095 F: monitor/monitor-internal.h
2096 F: monitor/misc.c
2097 F: monitor/monitor.c
2098 F: monitor/hmp*
2099 F: hmp.h
2100 F: hmp-commands*.hx
2101 F: include/monitor/hmp-target.h
2102 F: tests/qtest/test-hmp.c
2103 F: include/qemu/qemu-print.h
2104 F: util/qemu-print.c
2105
2106 Network device backends
2107 M: Jason Wang <jasowang@redhat.com>
2108 S: Maintained
2109 F: net/
2110 F: include/net/
2111 F: qemu-bridge-helper.c
2112 T: git https://github.com/jasowang/qemu.git net
2113 F: qapi/net.json
2114
2115 Netmap network backend
2116 M: Luigi Rizzo <rizzo@iet.unipi.it>
2117 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2118 M: Vincenzo Maffione <v.maffione@gmail.com>
2119 W: http://info.iet.unipi.it/~luigi/netmap/
2120 S: Maintained
2121 F: net/netmap.c
2122
2123 Host Memory Backends
2124 M: Eduardo Habkost <ehabkost@redhat.com>
2125 M: Igor Mammedov <imammedo@redhat.com>
2126 S: Maintained
2127 F: backends/hostmem*.c
2128 F: include/sysemu/hostmem.h
2129 T: git https://github.com/ehabkost/qemu.git machine-next
2130
2131 Cryptodev Backends
2132 M: Gonglei <arei.gonglei@huawei.com>
2133 S: Maintained
2134 F: include/sysemu/cryptodev*.h
2135 F: backends/cryptodev*.c
2136
2137 Python scripts
2138 M: Eduardo Habkost <ehabkost@redhat.com>
2139 M: Cleber Rosa <crosa@redhat.com>
2140 S: Odd fixes
2141 F: python/qemu/*py
2142 F: scripts/*.py
2143 F: tests/*.py
2144
2145 QAPI
2146 M: Markus Armbruster <armbru@redhat.com>
2147 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2148 S: Supported
2149 F: qapi/
2150 X: qapi/*.json
2151 F: include/qapi/
2152 X: include/qapi/qmp/
2153 F: include/qapi/qmp/dispatch.h
2154 F: tests/qapi-schema/
2155 F: tests/test-*-visitor.c
2156 F: tests/test-qapi-*.c
2157 F: tests/test-qmp-*.c
2158 F: tests/test-visitor-serialization.c
2159 F: scripts/qapi-gen.py
2160 F: scripts/qapi/*
2161 F: docs/devel/qapi*
2162 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2163
2164 QAPI Schema
2165 M: Eric Blake <eblake@redhat.com>
2166 M: Markus Armbruster <armbru@redhat.com>
2167 S: Supported
2168 F: qapi/*.json
2169 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2170
2171 QObject
2172 M: Markus Armbruster <armbru@redhat.com>
2173 S: Supported
2174 F: qobject/
2175 F: include/qapi/qmp/
2176 X: include/qapi/qmp/dispatch.h
2177 F: scripts/coccinelle/qobject.cocci
2178 F: tests/check-qdict.c
2179 F: tests/check-qjson.c
2180 F: tests/check-qlist.c
2181 F: tests/check-qlit.c
2182 F: tests/check-qnull.c
2183 F: tests/check-qnum.c
2184 F: tests/check-qobject.c
2185 F: tests/check-qstring.c
2186 F: tests/data/qobject/qdict.txt
2187 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2188
2189 QEMU Guest Agent
2190 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2191 S: Maintained
2192 F: qga/
2193 F: docs/interop/qemu-ga.rst
2194 F: scripts/qemu-guest-agent/
2195 F: tests/test-qga.c
2196 F: docs/interop/qemu-ga-ref.texi
2197 T: git https://github.com/mdroth/qemu.git qga
2198
2199 QOM
2200 M: Paolo Bonzini <pbonzini@redhat.com>
2201 R: Daniel P. Berrange <berrange@redhat.com>
2202 R: Eduardo Habkost <ehabkost@redhat.com>
2203 S: Supported
2204 F: docs/qdev-device-use.txt
2205 F: hw/core/qdev*
2206 F: include/hw/qdev*
2207 F: include/monitor/qdev.h
2208 F: include/qom/
2209 F: qapi/qom.json
2210 F: qapi/qdev.json
2211 F: qdev-monitor.c
2212 F: qom/
2213 F: tests/check-qom-interface.c
2214 F: tests/check-qom-proplist.c
2215 F: tests/test-qdev-global-props.c
2216
2217 QMP
2218 M: Markus Armbruster <armbru@redhat.com>
2219 S: Supported
2220 F: monitor/monitor-internal.h
2221 F: monitor/qmp*
2222 F: monitor/misc.c
2223 F: monitor/monitor.c
2224 F: qapi/error.json
2225 F: docs/devel/*qmp-*
2226 F: docs/interop/*qmp-*
2227 F: scripts/qmp/
2228 F: tests/qtest/qmp-test.c
2229 F: tests/qtest/qmp-cmd-test.c
2230 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2231
2232 qtest
2233 M: Thomas Huth <thuth@redhat.com>
2234 M: Laurent Vivier <lvivier@redhat.com>
2235 R: Paolo Bonzini <pbonzini@redhat.com>
2236 S: Maintained
2237 F: qtest.c
2238 F: accel/qtest.c
2239 F: tests/qtest/
2240
2241 Device Fuzzing
2242 M: Alexander Bulekov <alxndr@bu.edu>
2243 R: Paolo Bonzini <pbonzini@redhat.com>
2244 R: Bandan Das <bsd@redhat.com>
2245 R: Stefan Hajnoczi <stefanha@redhat.com>
2246 S: Maintained
2247 F: tests/qtest/fuzz/
2248
2249 Register API
2250 M: Alistair Francis <alistair@alistair23.me>
2251 S: Maintained
2252 F: hw/core/register.c
2253 F: include/hw/register.h
2254 F: include/hw/registerfields.h
2255
2256 SLIRP
2257 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2258 S: Maintained
2259 F: slirp/
2260 F: net/slirp.c
2261 F: include/net/slirp.h
2262 T: git https://people.debian.org/~sthibault/qemu.git slirp
2263
2264 Stubs
2265 M: Paolo Bonzini <pbonzini@redhat.com>
2266 S: Maintained
2267 F: stubs/
2268
2269 Tracing
2270 M: Stefan Hajnoczi <stefanha@redhat.com>
2271 S: Maintained
2272 F: trace/
2273 F: trace-events
2274 F: docs/qemu-option-trace.rst.inc
2275 F: scripts/tracetool.py
2276 F: scripts/tracetool/
2277 F: scripts/qemu-trace-stap*
2278 F: docs/interop/qemu-trace-stap.rst
2279 F: docs/devel/tracing.txt
2280 T: git https://github.com/stefanha/qemu.git tracing
2281
2282 TPM
2283 M: Stefan Berger <stefanb@linux.ibm.com>
2284 S: Maintained
2285 F: tpm.c
2286 F: stubs/tpm.c
2287 F: hw/tpm/*
2288 F: include/hw/acpi/tpm.h
2289 F: include/sysemu/tpm*
2290 F: qapi/tpm.json
2291 F: backends/tpm.c
2292 F: tests/qtest/*tpm*
2293 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2294
2295 Checkpatch
2296 S: Odd Fixes
2297 F: scripts/checkpatch.pl
2298
2299 Migration
2300 M: Juan Quintela <quintela@redhat.com>
2301 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2302 S: Maintained
2303 F: hw/core/vmstate-if.c
2304 F: include/hw/vmstate-if.h
2305 F: include/migration/
2306 F: migration/
2307 F: scripts/vmstate-static-checker.py
2308 F: tests/vmstate-static-checker-data/
2309 F: tests/qtest/migration-test.c
2310 F: docs/devel/migration.rst
2311 F: qapi/migration.json
2312
2313 D-Bus
2314 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2315 S: Maintained
2316 F: backends/dbus-vmstate.c
2317 F: tests/dbus-vmstate*
2318 F: util/dbus.c
2319 F: include/qemu/dbus.h
2320 F: docs/interop/dbus.rst
2321 F: docs/interop/dbus-vmstate.rst
2322
2323 Seccomp
2324 M: Eduardo Otubo <otubo@redhat.com>
2325 S: Supported
2326 F: qemu-seccomp.c
2327 F: include/sysemu/seccomp.h
2328
2329 Cryptography
2330 M: Daniel P. Berrange <berrange@redhat.com>
2331 S: Maintained
2332 F: crypto/
2333 F: include/crypto/
2334 F: tests/test-crypto-*
2335 F: tests/benchmark-crypto-*
2336 F: tests/crypto-tls-*
2337 F: tests/pkix_asn1_tab.c
2338 F: qemu.sasl
2339
2340 Coroutines
2341 M: Stefan Hajnoczi <stefanha@redhat.com>
2342 M: Kevin Wolf <kwolf@redhat.com>
2343 S: Maintained
2344 F: util/*coroutine*
2345 F: include/qemu/coroutine*
2346 F: tests/test-coroutine.c
2347
2348 Buffers
2349 M: Daniel P. Berrange <berrange@redhat.com>
2350 S: Odd fixes
2351 F: util/buffer.c
2352 F: include/qemu/buffer.h
2353
2354 I/O Channels
2355 M: Daniel P. Berrange <berrange@redhat.com>
2356 S: Maintained
2357 F: io/
2358 F: include/io/
2359 F: tests/test-io-*
2360
2361 User authorization
2362 M: Daniel P. Berrange <berrange@redhat.com>
2363 S: Maintained
2364 F: authz/
2365 F: qapi/authz.json
2366 F: include/authz/
2367 F: tests/test-authz-*
2368
2369 Sockets
2370 M: Daniel P. Berrange <berrange@redhat.com>
2371 M: Gerd Hoffmann <kraxel@redhat.com>
2372 S: Maintained
2373 F: include/qemu/sockets.h
2374 F: util/qemu-sockets.c
2375 F: qapi/sockets.json
2376
2377 File monitor
2378 M: Daniel P. Berrange <berrange@redhat.com>
2379 S: Odd fixes
2380 F: util/filemonitor*.c
2381 F: include/qemu/filemonitor.h
2382 F: tests/test-util-filemonitor.c
2383
2384 Throttling infrastructure
2385 M: Alberto Garcia <berto@igalia.com>
2386 S: Supported
2387 F: block/throttle-groups.c
2388 F: include/block/throttle-groups.h
2389 F: include/qemu/throttle*.h
2390 F: util/throttle.c
2391 F: docs/throttle.txt
2392 F: tests/test-throttle.c
2393 L: qemu-block@nongnu.org
2394
2395 UUID
2396 M: Fam Zheng <fam@euphon.net>
2397 S: Supported
2398 F: util/uuid.c
2399 F: include/qemu/uuid.h
2400 F: tests/test-uuid.c
2401
2402 COLO Framework
2403 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2404 S: Maintained
2405 F: migration/colo*
2406 F: include/migration/colo.h
2407 F: include/migration/failover.h
2408 F: docs/COLO-FT.txt
2409
2410 COLO Proxy
2411 M: Zhang Chen <chen.zhang@intel.com>
2412 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2413 S: Supported
2414 F: docs/colo-proxy.txt
2415 F: net/colo*
2416 F: net/filter-rewriter.c
2417 F: net/filter-mirror.c
2418
2419 Record/replay
2420 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2421 R: Paolo Bonzini <pbonzini@redhat.com>
2422 W: https://wiki.qemu.org/Features/record-replay
2423 S: Supported
2424 F: replay/*
2425 F: block/blkreplay.c
2426 F: net/filter-replay.c
2427 F: include/sysemu/replay.h
2428 F: docs/replay.txt
2429 F: stubs/replay.c
2430
2431 IOVA Tree
2432 M: Peter Xu <peterx@redhat.com>
2433 S: Maintained
2434 F: include/qemu/iova-tree.h
2435 F: util/iova-tree.c
2436
2437 elf2dmp
2438 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2439 S: Maintained
2440 F: contrib/elf2dmp/
2441
2442 I2C and SMBus
2443 M: Corey Minyard <cminyard@mvista.com>
2444 S: Maintained
2445 F: hw/i2c/core.c
2446 F: hw/i2c/smbus_slave.c
2447 F: hw/i2c/smbus_master.c
2448 F: hw/i2c/smbus_eeprom.c
2449 F: include/hw/i2c/i2c.h
2450 F: include/hw/i2c/smbus_master.h
2451 F: include/hw/i2c/smbus_slave.h
2452 F: include/hw/i2c/smbus_eeprom.h
2453
2454 EDK2 Firmware
2455 M: Laszlo Ersek <lersek@redhat.com>
2456 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2457 S: Supported
2458 F: pc-bios/descriptors/??-edk2-*.json
2459 F: pc-bios/edk2-*
2460 F: roms/Makefile.edk2
2461 F: roms/edk2
2462 F: roms/edk2-*
2463 F: tests/data/uefi-boot-images/
2464 F: tests/uefi-test-tools/
2465 F: .gitlab-ci-edk2.yml
2466 F: .gitlab-ci.d/edk2/
2467
2468 Usermode Emulation
2469 ------------------
2470 Overall usermode emulation
2471 M: Riku Voipio <riku.voipio@iki.fi>
2472 S: Maintained
2473 F: thunk.c
2474 F: accel/tcg/user-exec*.c
2475
2476 BSD user
2477 S: Orphan
2478 F: bsd-user/
2479 F: default-configs/*-bsd-user.mak
2480
2481 Linux user
2482 M: Riku Voipio <riku.voipio@iki.fi>
2483 R: Laurent Vivier <laurent@vivier.eu>
2484 S: Maintained
2485 F: linux-user/
2486 F: default-configs/*-linux-user.mak
2487 F: scripts/qemu-binfmt-conf.sh
2488
2489 Tiny Code Generator (TCG)
2490 -------------------------
2491 Common TCG code
2492 M: Richard Henderson <rth@twiddle.net>
2493 S: Maintained
2494 F: tcg/
2495 F: include/tcg/
2496
2497 TCG Plugins
2498 M: Alex Bennée <alex.bennee@linaro.org>
2499 S: Maintained
2500 F: docs/devel/tcg-plugins.rst
2501 F: plugins/
2502 F: tests/plugin
2503
2504 AArch64 TCG target
2505 M: Richard Henderson <richard.henderson@linaro.org>
2506 S: Maintained
2507 L: qemu-arm@nongnu.org
2508 F: tcg/aarch64/
2509 F: disas/arm-a64.cc
2510 F: disas/libvixl/
2511
2512 ARM TCG target
2513 M: Andrzej Zaborowski <balrogg@gmail.com>
2514 S: Maintained
2515 L: qemu-arm@nongnu.org
2516 F: tcg/arm/
2517 F: disas/arm.c
2518
2519 i386 TCG target
2520 M: Richard Henderson <rth@twiddle.net>
2521 S: Maintained
2522 F: tcg/i386/
2523 F: disas/i386.c
2524
2525 MIPS TCG target
2526 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
2527 R: Aurelien Jarno <aurelien@aurel32.net>
2528 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
2529 S: Maintained
2530 F: tcg/mips/
2531
2532 PPC TCG target
2533 M: Richard Henderson <rth@twiddle.net>
2534 S: Odd Fixes
2535 F: tcg/ppc/
2536 F: disas/ppc.c
2537
2538 RISC-V TCG target
2539 M: Palmer Dabbelt <palmer@dabbelt.com>
2540 M: Alistair Francis <Alistair.Francis@wdc.com>
2541 L: qemu-riscv@nongnu.org
2542 S: Maintained
2543 F: tcg/riscv/
2544 F: disas/riscv.c
2545
2546 S390 TCG target
2547 M: Richard Henderson <rth@twiddle.net>
2548 S: Maintained
2549 F: tcg/s390/
2550 F: disas/s390.c
2551 L: qemu-s390x@nongnu.org
2552
2553 SPARC TCG target
2554 S: Odd Fixes
2555 F: tcg/sparc/
2556 F: disas/sparc.c
2557
2558 TCI TCG target
2559 M: Stefan Weil <sw@weilnetz.de>
2560 S: Maintained
2561 F: tcg/tci/
2562 F: tcg/tci.c
2563 F: disas/tci.c
2564
2565 Block drivers
2566 -------------
2567 VMDK
2568 M: Fam Zheng <fam@euphon.net>
2569 L: qemu-block@nongnu.org
2570 S: Supported
2571 F: block/vmdk.c
2572
2573 RBD
2574 M: Jason Dillaman <dillaman@redhat.com>
2575 L: qemu-block@nongnu.org
2576 S: Supported
2577 F: block/rbd.c
2578
2579 Sheepdog
2580 M: Liu Yuan <namei.unix@gmail.com>
2581 L: qemu-block@nongnu.org
2582 L: sheepdog@lists.wpkg.org
2583 S: Odd Fixes
2584 F: block/sheepdog.c
2585
2586 VHDX
2587 M: Jeff Cody <codyprime@gmail.com>
2588 L: qemu-block@nongnu.org
2589 S: Supported
2590 F: block/vhdx*
2591
2592 VDI
2593 M: Stefan Weil <sw@weilnetz.de>
2594 L: qemu-block@nongnu.org
2595 S: Maintained
2596 F: block/vdi.c
2597
2598 iSCSI
2599 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2600 M: Paolo Bonzini <pbonzini@redhat.com>
2601 M: Peter Lieven <pl@kamp.de>
2602 L: qemu-block@nongnu.org
2603 S: Odd Fixes
2604 F: block/iscsi.c
2605 F: block/iscsi-opts.c
2606
2607 Network Block Device (NBD)
2608 M: Eric Blake <eblake@redhat.com>
2609 L: qemu-block@nongnu.org
2610 S: Maintained
2611 F: block/nbd*
2612 F: nbd/
2613 F: include/block/nbd*
2614 F: qemu-nbd.*
2615 F: blockdev-nbd.c
2616 F: docs/interop/nbd.txt
2617 F: docs/interop/qemu-nbd.rst
2618 T: git https://repo.or.cz/qemu/ericb.git nbd
2619
2620 NFS
2621 M: Peter Lieven <pl@kamp.de>
2622 L: qemu-block@nongnu.org
2623 S: Maintained
2624 F: block/nfs.c
2625
2626 SSH
2627 M: Richard W.M. Jones <rjones@redhat.com>
2628 L: qemu-block@nongnu.org
2629 S: Supported
2630 F: block/ssh.c
2631
2632 CURL
2633 L: qemu-block@nongnu.org
2634 S: Odd Fixes
2635 F: block/curl.c
2636
2637 GLUSTER
2638 L: qemu-block@nongnu.org
2639 L: integration@gluster.org
2640 S: Odd Fixes
2641 F: block/gluster.c
2642
2643 Null Block Driver
2644 M: Fam Zheng <fam@euphon.net>
2645 L: qemu-block@nongnu.org
2646 S: Supported
2647 F: block/null.c
2648
2649 NVMe Block Driver
2650 M: Fam Zheng <fam@euphon.net>
2651 L: qemu-block@nongnu.org
2652 S: Supported
2653 F: block/nvme*
2654
2655 Bootdevice
2656 M: Gonglei <arei.gonglei@huawei.com>
2657 S: Maintained
2658 F: bootdevice.c
2659
2660 Quorum
2661 M: Alberto Garcia <berto@igalia.com>
2662 S: Supported
2663 F: block/quorum.c
2664 L: qemu-block@nongnu.org
2665
2666 blklogwrites
2667 M: Ari Sundholm <ari@tuxera.com>
2668 L: qemu-block@nongnu.org
2669 S: Supported
2670 F: block/blklogwrites.c
2671
2672 blkverify
2673 M: Stefan Hajnoczi <stefanha@redhat.com>
2674 L: qemu-block@nongnu.org
2675 S: Supported
2676 F: block/blkverify.c
2677
2678 bochs
2679 M: Stefan Hajnoczi <stefanha@redhat.com>
2680 L: qemu-block@nongnu.org
2681 S: Supported
2682 F: block/bochs.c
2683
2684 cloop
2685 M: Stefan Hajnoczi <stefanha@redhat.com>
2686 L: qemu-block@nongnu.org
2687 S: Supported
2688 F: block/cloop.c
2689
2690 dmg
2691 M: Stefan Hajnoczi <stefanha@redhat.com>
2692 L: qemu-block@nongnu.org
2693 S: Supported
2694 F: block/dmg.c
2695
2696 parallels
2697 M: Stefan Hajnoczi <stefanha@redhat.com>
2698 M: Denis V. Lunev <den@openvz.org>
2699 L: qemu-block@nongnu.org
2700 S: Supported
2701 F: block/parallels.c
2702 F: docs/interop/parallels.txt
2703
2704 qed
2705 M: Stefan Hajnoczi <stefanha@redhat.com>
2706 L: qemu-block@nongnu.org
2707 S: Supported
2708 F: block/qed.c
2709
2710 raw
2711 M: Kevin Wolf <kwolf@redhat.com>
2712 L: qemu-block@nongnu.org
2713 S: Supported
2714 F: block/linux-aio.c
2715 F: include/block/raw-aio.h
2716 F: block/raw-format.c
2717 F: block/file-posix.c
2718 F: block/file-win32.c
2719 F: block/win32-aio.c
2720
2721 Linux io_uring
2722 M: Aarushi Mehta <mehta.aaru20@gmail.com>
2723 M: Julia Suvorova <jusual@redhat.com>
2724 M: Stefan Hajnoczi <stefanha@redhat.com>
2725 L: qemu-block@nongnu.org
2726 S: Maintained
2727 F: block/io_uring.c
2728 F: stubs/io_uring.c
2729
2730 qcow2
2731 M: Kevin Wolf <kwolf@redhat.com>
2732 M: Max Reitz <mreitz@redhat.com>
2733 L: qemu-block@nongnu.org
2734 S: Supported
2735 F: block/qcow2*
2736 F: docs/interop/qcow2.txt
2737
2738 qcow
2739 M: Kevin Wolf <kwolf@redhat.com>
2740 L: qemu-block@nongnu.org
2741 S: Supported
2742 F: block/qcow.c
2743
2744 blkdebug
2745 M: Kevin Wolf <kwolf@redhat.com>
2746 M: Max Reitz <mreitz@redhat.com>
2747 L: qemu-block@nongnu.org
2748 S: Supported
2749 F: block/blkdebug.c
2750
2751 vpc
2752 M: Kevin Wolf <kwolf@redhat.com>
2753 L: qemu-block@nongnu.org
2754 S: Supported
2755 F: block/vpc.c
2756
2757 vvfat
2758 M: Kevin Wolf <kwolf@redhat.com>
2759 L: qemu-block@nongnu.org
2760 S: Supported
2761 F: block/vvfat.c
2762
2763 Image format fuzzer
2764 M: Stefan Hajnoczi <stefanha@redhat.com>
2765 L: qemu-block@nongnu.org
2766 S: Supported
2767 F: tests/image-fuzzer/
2768
2769 Replication
2770 M: Wen Congyang <wencongyang2@huawei.com>
2771 M: Xie Changlong <xiechanglong.d@gmail.com>
2772 S: Supported
2773 F: replication*
2774 F: block/replication.c
2775 F: tests/test-replication.c
2776 F: docs/block-replication.txt
2777
2778 PVRDMA
2779 M: Yuval Shaia <yuval.shaia.ml@gmail.com>
2780 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2781 S: Maintained
2782 F: hw/rdma/*
2783 F: hw/rdma/vmw/*
2784 F: docs/pvrdma.txt
2785 F: contrib/rdmacm-mux/*
2786 F: qapi/rdma.json
2787
2788 Semihosting
2789 M: Alex Bennée <alex.bennee@linaro.org>
2790 S: Maintained
2791 F: hw/semihosting/
2792 F: include/hw/semihosting/
2793
2794 Build and test automation
2795 -------------------------
2796 Build and test automation
2797 M: Alex Bennée <alex.bennee@linaro.org>
2798 M: Fam Zheng <fam@euphon.net>
2799 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2800 S: Maintained
2801 F: .travis.yml
2802 F: scripts/travis/
2803 F: .shippable.yml
2804 F: tests/docker/
2805 F: tests/vm/
2806 F: scripts/archive-source.sh
2807 W: https://travis-ci.org/qemu/qemu
2808 W: https://app.shippable.com/github/qemu/qemu
2809 W: http://patchew.org/QEMU/
2810
2811 FreeBSD Hosted Continuous Integration
2812 M: Ed Maste <emaste@freebsd.org>
2813 M: Li-Wen Hsu <lwhsu@freebsd.org>
2814 S: Maintained
2815 F: .cirrus.yml
2816 W: https://cirrus-ci.com/github/qemu/qemu
2817
2818 GitLab Continuous Integration
2819 M: Thomas Huth <thuth@redhat.com>
2820 S: Maintained
2821 F: .gitlab-ci.yml
2822
2823 Guest Test Compilation Support
2824 M: Alex Bennée <alex.bennee@linaro.org>
2825 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2826 S: Maintained
2827 F: tests/tcg/Makefile
2828 F: tests/tcg/Makefile.include
2829
2830 Documentation
2831 -------------
2832 Build system architecture
2833 M: Daniel P. Berrange <berrange@redhat.com>
2834 S: Odd Fixes
2835 F: docs/devel/build-system.txt
2836
2837 GIT Data Mining Config
2838 M: Alex Bennée <alex.bennee@linaro.org>
2839 S: Odd Fixes
2840 F: gitdm.config
2841 F: contrib/gitdm/*
2842
2843 Incompatible changes
2844 R: libvir-list@redhat.com
2845 F: docs/system/deprecated.rst
2846
2847 Build System
2848 ------------
2849 GIT submodules
2850 M: Daniel P. Berrange <berrange@redhat.com>
2851 S: Odd Fixes
2852 F: scripts/git-submodule.sh
2853
2854 UI translations
2855 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
2856 F: po/*.po
2857
2858 Sphinx documentation configuration and build machinery
2859 M: Peter Maydell <peter.maydell@linaro.org>
2860 S: Maintained
2861 F: docs/conf.py
2862 F: docs/*/conf.py