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