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