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