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