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