libqos/ahci: track sector size
[qemu/ar7.git] / MAINTAINERS
bloba40f5586944bea7be0124874998197b436cd3508
1 QEMU Maintainers
2 ================
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.
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.
12 Descriptions of section entries:
14         M: Mail patches to: FullName <address@domain>
15         R: Designated reviewer: FullName <address@domain>
16            These reviewers should be CCed on patches.
17         L: Mailing list that is relevant to this area
18         W: Web-page with status/info
19         Q: Patchwork web based patch tracking system site
20         T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
21         S: Status, one of the following:
22            Supported:   Someone is actually paid to look after this.
23            Maintained:  Someone actually looks after it.
24            Odd Fixes:   It has a maintainer but they don't have time to do
25                         much other than throw the odd patch in. See below.
26            Orphan:      No current maintainer [but maybe you could take the
27                         role as you write your new code].
28            Obsolete:    Old code. Something tagged obsolete generally means
29                         it has been replaced by a better system and you
30                         should be using that.
31         F: Files and directories with wildcard patterns.
32            A trailing slash includes all files and subdirectory files.
33            F:   drivers/net/    all files in and below drivers/net
34            F:   drivers/net/*   all files in drivers/net, but not below
35            F:   */net/*         all files in "any top level directory"/net
36            One pattern per line.  Multiple F: lines acceptable.
37         X: Files and directories that are NOT maintained, same rules as F:
38            Files exclusions are tested before file matches.
39            Can be useful for excluding a specific subdirectory, for instance:
40            F:   net/
41            X:   net/ipv6/
42            matches all files in and below net excluding net/ipv6/
43         K: Keyword perl extended regex pattern to match content in a
44            patch or file.  For instance:
45            K: of_get_profile
46               matches patches or files that contain "of_get_profile"
47            K: \b(printk|pr_(info|err))\b
48               matches patches or files that contain one or more of the words
49               printk, pr_info or pr_err
50            One regex pattern per line.  Multiple K: lines acceptable.
53 General Project Administration
54 ------------------------------
55 M: Peter Maydell <peter.maydell@linaro.org>
57 All patches CC here
58 L: qemu-devel@nongnu.org
59 F: *
60 F: */
62 Responsible Disclosure, Reporting Security Issues
63 ------------------------------
64 W: https://wiki.qemu.org/SecurityProcess
65 M: Michael S. Tsirkin <mst@redhat.com>
66 L: secalert@redhat.com
68 Trivial patches
69 ---------------
70 Trivial patches
71 M: Michael Tokarev <mjt@tls.msk.ru>
72 M: Laurent Vivier <laurent@vivier.eu>
73 S: Maintained
74 L: qemu-trivial@nongnu.org
75 K: ^Subject:.*(?i)trivial
76 T: git git://git.corpit.ru/qemu.git trivial-patches
77 T: git git://github.com/vivier/qemu.git trivial-patches
79 Architecture support
80 --------------------
81 S390
82 M: Cornelia Huck <cohuck@redhat.com>
83 S: Supported
84 F: default-configs/s390x-softmmu.mak
85 F: gdb-xml/s390*.xml
86 F: hw/char/sclp*.[hc]
87 F: hw/char/terminal3270.c
88 F: hw/intc/s390_flic.c
89 F: hw/intc/s390_flic_kvm.c
90 F: hw/s390x/
91 F: hw/vfio/ccw.c
92 F: hw/watchdog/wdt_diag288.c
93 F: include/hw/s390x/
94 F: include/hw/watchdog/wdt_diag288.h
95 F: pc-bios/s390-ccw/
96 F: pc-bios/s390-ccw.img
97 F: target/s390x/
98 K: ^Subject:.*(?i)s390x?
99 T: git git://github.com/cohuck/qemu.git s390-next
100 L: qemu-s390x@nongnu.org
102 Guest CPU cores (TCG):
103 ----------------------
104 Overall
105 L: qemu-devel@nongnu.org
106 M: Paolo Bonzini <pbonzini@redhat.com>
107 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
108 M: Richard Henderson <rth@twiddle.net>
109 S: Maintained
110 F: cpus.c
111 F: exec.c
112 F: accel/tcg/
113 F: include/exec/cpu*.h
114 F: include/exec/exec-all.h
115 F: include/exec/helper*.h
116 F: include/exec/tb-hash.h
117 F: include/sysemu/cpus.h
119 FPU emulation
120 M: Aurelien Jarno <aurelien@aurel32.net>
121 M: Peter Maydell <peter.maydell@linaro.org>
122 S: Odd Fixes
123 F: fpu/
124 F: include/fpu/
126 Alpha
127 M: Richard Henderson <rth@twiddle.net>
128 S: Maintained
129 F: target/alpha/
130 F: tests/tcg/alpha/
131 F: disas/alpha.c
134 M: Peter Maydell <peter.maydell@linaro.org>
135 L: qemu-arm@nongnu.org
136 S: Maintained
137 F: target/arm/
138 F: hw/arm/
139 F: hw/cpu/a*mpcore.c
140 F: include/hw/cpu/a*mpcore.h
141 F: disas/arm.c
142 F: disas/arm-a64.cc
143 F: disas/libvixl/
145 CRIS
146 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
147 S: Maintained
148 F: target/cris/
149 F: hw/cris/
150 F: include/hw/cris/
151 F: tests/tcg/cris/
152 F: disas/cris.c
154 HPPA (PA-RISC)
155 M: Richard Henderson <rth@twiddle.net>
156 S: Maintained
157 F: target/hppa/
158 F: hw/hppa/
159 F: disas/hppa.c
161 LM32
162 M: Michael Walle <michael@walle.cc>
163 S: Maintained
164 F: target/lm32/
165 F: disas/lm32.c
166 F: hw/lm32/
167 F: hw/*/lm32_*
168 F: hw/*/milkymist-*
169 F: include/hw/char/lm32_juart.h
170 F: include/hw/lm32/
171 F: tests/tcg/lm32/
173 M68K
174 M: Laurent Vivier <laurent@vivier.eu>
175 S: Maintained
176 F: target/m68k/
177 F: disas/m68k.c
179 MicroBlaze
180 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
181 S: Maintained
182 F: target/microblaze/
183 F: hw/microblaze/
184 F: disas/microblaze.c
186 MIPS
187 M: Aurelien Jarno <aurelien@aurel32.net>
188 M: Yongbok Kim <yongbok.kim@mips.com>
189 S: Maintained
190 F: target/mips/
191 F: hw/mips/
192 F: hw/misc/mips_*
193 F: hw/intc/mips_gic.c
194 F: hw/timer/mips_gictimer.c
195 F: include/hw/mips/
196 F: include/hw/misc/mips_*
197 F: include/hw/intc/mips_gic.h
198 F: include/hw/timer/mips_gictimer.h
199 F: tests/tcg/mips/
200 F: disas/mips.c
202 Moxie
203 M: Anthony Green <green@moxielogic.com>
204 S: Maintained
205 F: target/moxie/
206 F: disas/moxie.c
207 F: hw/moxie/
208 F: default-configs/moxie-softmmu.mak
210 NiosII
211 M: Chris Wulff <crwulff@gmail.com>
212 M: Marek Vasut <marex@denx.de>
213 S: Maintained
214 F: target/nios2/
215 F: hw/nios2/
216 F: disas/nios2.c
218 OpenRISC
219 M: Stafford Horne <shorne@gmail.com>
220 S: Odd Fixes
221 F: target/openrisc/
222 F: hw/openrisc/
223 F: tests/tcg/openrisc/
225 PowerPC
226 M: David Gibson <david@gibson.dropbear.id.au>
227 M: Alexander Graf <agraf@suse.de>
228 L: qemu-ppc@nongnu.org
229 S: Maintained
230 F: target/ppc/
231 F: hw/ppc/
232 F: include/hw/ppc/
233 F: disas/ppc.c
235 RISC-V
236 M: Michael Clark <mjc@sifive.com>
237 M: Palmer Dabbelt <palmer@sifive.com>
238 M: Sagar Karandikar <sagark@eecs.berkeley.edu>
239 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
240 S: Maintained
241 F: target/riscv/
242 F: hw/riscv/
243 F: include/hw/riscv/
244 F: disas/riscv.c
246 S390
247 M: Richard Henderson <rth@twiddle.net>
248 M: Alexander Graf <agraf@suse.de>
249 M: David Hildenbrand <david@redhat.com>
250 S: Maintained
251 F: target/s390x/
252 F: hw/s390x/
253 F: disas/s390.c
254 L: qemu-s390x@nongnu.org
257 M: Aurelien Jarno <aurelien@aurel32.net>
258 S: Odd Fixes
259 F: target/sh4/
260 F: hw/sh4/
261 F: disas/sh4.c
262 F: include/hw/sh4/
264 SPARC
265 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
266 M: Artyom Tarasenko <atar4qemu@gmail.com>
267 S: Maintained
268 F: target/sparc/
269 F: hw/sparc/
270 F: hw/sparc64/
271 F: disas/sparc.c
273 UniCore32
274 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
275 S: Maintained
276 F: target/unicore32/
277 F: hw/unicore32/
278 F: include/hw/unicore32/
281 M: Paolo Bonzini <pbonzini@redhat.com>
282 M: Richard Henderson <rth@twiddle.net>
283 M: Eduardo Habkost <ehabkost@redhat.com>
284 S: Maintained
285 F: target/i386/
286 F: hw/i386/
287 F: disas/i386.c
288 T: git git://github.com/ehabkost/qemu.git x86-next
290 Xtensa
291 M: Max Filippov <jcmvbkbc@gmail.com>
292 W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
293 S: Maintained
294 F: target/xtensa/
295 F: hw/xtensa/
296 F: tests/tcg/xtensa/
297 F: disas/xtensa.c
299 TriCore
300 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
301 S: Maintained
302 F: target/tricore/
303 F: hw/tricore/
304 F: include/hw/tricore/
306 Guest CPU Cores (KVM):
307 ----------------------
309 Overall
310 M: Paolo Bonzini <pbonzini@redhat.com>
311 L: kvm@vger.kernel.org
312 S: Supported
313 F: */kvm.*
314 F: accel/kvm/
315 F: include/sysemu/kvm*.h
318 M: Peter Maydell <peter.maydell@linaro.org>
319 L: qemu-arm@nongnu.org
320 S: Maintained
321 F: target/arm/kvm.c
323 MIPS
324 M: James Hogan <jhogan@kernel.org>
325 S: Maintained
326 F: target/mips/kvm.c
329 M: Alexander Graf <agraf@suse.de>
330 S: Maintained
331 F: target/ppc/kvm.c
333 S390
334 M: Christian Borntraeger <borntraeger@de.ibm.com>
335 M: Cornelia Huck <cohuck@redhat.com>
336 M: Alexander Graf <agraf@suse.de>
337 S: Maintained
338 F: target/s390x/kvm.c
339 F: target/s390x/kvm_s390x.h
340 F: target/s390x/kvm-stub.c
341 F: target/s390x/ioinst.[ch]
342 F: target/s390x/machine.c
343 F: target/s390x/sigp.c
344 F: hw/intc/s390_flic.c
345 F: hw/intc/s390_flic_kvm.c
346 F: include/hw/s390x/s390_flic.h
347 F: gdb-xml/s390*.xml
348 T: git git://github.com/cohuck/qemu.git s390-next
349 T: git git://github.com/borntraeger/qemu.git s390-next
350 L: qemu-s390x@nongnu.org
353 M: Paolo Bonzini <pbonzini@redhat.com>
354 M: Marcelo Tosatti <mtosatti@redhat.com>
355 L: kvm@vger.kernel.org
356 S: Supported
357 F: target/i386/kvm.c
359 Guest CPU Cores (Xen):
360 ----------------------
363 M: Stefano Stabellini <sstabellini@kernel.org>
364 M: Anthony Perard <anthony.perard@citrix.com>
365 L: xen-devel@lists.xenproject.org
366 S: Supported
367 F: */xen*
368 F: hw/9pfs/xen-9p-backend.c
369 F: hw/char/xen_console.c
370 F: hw/display/xenfb.c
371 F: hw/net/xen_nic.c
372 F: hw/block/xen_*
373 F: hw/xen/
374 F: hw/xenpv/
375 F: hw/i386/xen/
376 F: include/hw/xen/
377 F: include/sysemu/xen-mapcache.h
379 Hosts:
380 ------
382 LINUX
383 L: qemu-devel@nongnu.org
384 S: Maintained
385 F: linux-*
386 F: linux-headers/
388 POSIX
389 L: qemu-devel@nongnu.org
390 S: Maintained
391 F: *posix*
393 NETBSD
394 L: qemu-devel@nongnu.org
395 M: Kamil Rytarowski <kamil@netbsd.org>
396 S: Maintained
397 K: ^Subject:.*(?i)NetBSD
399 OPENBSD
400 L: qemu-devel@nongnu.org
401 M: Brad Smith <brad@comstyle.com>
402 S: Maintained
403 K: ^Subject:.*(?i)OpenBSD
405 W32, W64
406 L: qemu-devel@nongnu.org
407 M: Stefan Weil <sw@weilnetz.de>
408 S: Maintained
409 F: *win32*
410 F: */*win32*
411 F: include/*/*win32*
412 X: qga/*win32*
413 F: qemu.nsi
415 Alpha Machines
416 M: Richard Henderson <rth@twiddle.net>
417 S: Maintained
418 F: hw/alpha/
419 F: hw/isa/smc37c669-superio.c
421 ARM Machines
422 ------------
423 Allwinner-a10
424 M: Beniamino Galvani <b.galvani@gmail.com>
425 L: qemu-arm@nongnu.org
426 S: Maintained
427 F: hw/*/allwinner*
428 F: include/hw/*/allwinner*
429 F: hw/arm/cubieboard.c
431 ARM PrimeCell and CMSDK devices
432 M: Peter Maydell <peter.maydell@linaro.org>
433 L: qemu-arm@nongnu.org
434 S: Maintained
435 F: hw/char/pl011.c
436 F: include/hw/char/pl011.h
437 F: hw/display/pl110*
438 F: hw/dma/pl080.c
439 F: hw/dma/pl330.c
440 F: hw/gpio/pl061.c
441 F: hw/input/pl050.c
442 F: hw/intc/pl190.c
443 F: hw/sd/pl181.c
444 F: hw/timer/pl031.c
445 F: include/hw/arm/primecell.h
446 F: hw/timer/cmsdk-apb-timer.c
447 F: include/hw/timer/cmsdk-apb-timer.h
448 F: hw/char/cmsdk-apb-uart.c
449 F: include/hw/char/cmsdk-apb-uart.h
450 F: hw/misc/tz-ppc.c
451 F: include/hw/misc/tz-ppc.h
453 ARM cores
454 M: Peter Maydell <peter.maydell@linaro.org>
455 L: qemu-arm@nongnu.org
456 S: Maintained
457 F: hw/intc/arm*
458 F: hw/intc/gic_internal.h
459 F: hw/misc/a9scu.c
460 F: hw/misc/arm11scu.c
461 F: hw/timer/a9gtimer*
462 F: hw/timer/arm*
463 F: include/hw/arm/arm*.h
464 F: include/hw/intc/arm*
465 F: include/hw/misc/a9scu.h
466 F: include/hw/misc/arm11scu.h
467 F: include/hw/timer/a9gtimer.h
468 F: include/hw/timer/arm_mptimer.h
469 F: include/hw/timer/armv7m_systick.h
470 F: tests/test-arm-mptimer.c
472 Exynos
473 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
474 L: qemu-arm@nongnu.org
475 S: Maintained
476 F: hw/*/exynos*
477 F: include/hw/arm/exynos4210.h
479 Calxeda Highbank
480 M: Rob Herring <robh@kernel.org>
481 L: qemu-arm@nongnu.org
482 S: Maintained
483 F: hw/arm/highbank.c
484 F: hw/net/xgmac.c
486 Canon DIGIC
487 M: Antony Pavlov <antonynpavlov@gmail.com>
488 L: qemu-arm@nongnu.org
489 S: Maintained
490 F: include/hw/arm/digic.h
491 F: hw/*/digic*
493 Gumstix
494 L: qemu-devel@nongnu.org
495 L: qemu-arm@nongnu.org
496 S: Orphan
497 F: hw/arm/gumstix.c
499 i.MX31
500 M: Peter Chubb <peter.chubb@nicta.com.au>
501 L: qemu-arm@nongnu.org
502 S: Odd fixes
503 F: hw/*/imx*
504 F: include/hw/*/imx*
505 F: hw/arm/kzm.c
506 F: include/hw/arm/fsl-imx31.h
508 Integrator CP
509 M: Peter Maydell <peter.maydell@linaro.org>
510 L: qemu-arm@nongnu.org
511 S: Maintained
512 F: hw/arm/integratorcp.c
513 F: hw/misc/arm_integrator_debug.c
515 MPS2
516 M: Peter Maydell <peter.maydell@linaro.org>
517 L: qemu-arm@nongnu.org
518 S: Maintained
519 F: hw/arm/mps2.c
520 F: hw/arm/mps2-tz.c
521 F: hw/misc/mps2-*.c
522 F: include/hw/misc/mps2-*.h
523 F: hw/arm/iotkit.c
524 F: include/hw/arm/iotkit.h
526 Musicpal
527 M: Jan Kiszka <jan.kiszka@web.de>
528 L: qemu-arm@nongnu.org
529 S: Maintained
530 F: hw/arm/musicpal.c
532 nSeries
533 M: Andrzej Zaborowski <balrogg@gmail.com>
534 L: qemu-arm@nongnu.org
535 S: Maintained
536 F: hw/arm/nseries.c
538 Palm
539 M: Andrzej Zaborowski <balrogg@gmail.com>
540 L: qemu-arm@nongnu.org
541 S: Maintained
542 F: hw/arm/palm.c
544 Real View
545 M: Peter Maydell <peter.maydell@linaro.org>
546 L: qemu-arm@nongnu.org
547 S: Maintained
548 F: hw/arm/realview*
549 F: hw/cpu/realview_mpcore.c
550 F: hw/intc/realview_gic.c
551 F: include/hw/intc/realview_gic.h
553 PXA2XX
554 M: Andrzej Zaborowski <balrogg@gmail.com>
555 L: qemu-arm@nongnu.org
556 S: Maintained
557 F: hw/arm/mainstone.c
558 F: hw/arm/spitz.c
559 F: hw/arm/tosa.c
560 F: hw/arm/z2.c
561 F: hw/*/pxa2xx*
562 F: hw/misc/mst_fpga.c
563 F: include/hw/arm/pxa.h
565 Stellaris
566 M: Peter Maydell <peter.maydell@linaro.org>
567 L: qemu-arm@nongnu.org
568 S: Maintained
569 F: hw/*/stellaris*
571 Versatile PB
572 M: Peter Maydell <peter.maydell@linaro.org>
573 L: qemu-arm@nongnu.org
574 S: Maintained
575 F: hw/*/versatile*
576 F: hw/misc/arm_sysctl.c
578 Xilinx Zynq
579 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
580 M: Alistair Francis <alistair@alistair23.me>
581 L: qemu-arm@nongnu.org
582 S: Maintained
583 F: hw/*/xilinx_*
584 F: hw/*/cadence_*
585 F: hw/misc/zynq*
586 F: include/hw/misc/zynq*
587 X: hw/ssi/xilinx_*
589 Xilinx ZynqMP
590 M: Alistair Francis <alistair@alistair23.me>
591 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
592 L: qemu-arm@nongnu.org
593 S: Maintained
594 F: hw/*/xlnx*.c
595 F: include/hw/*/xlnx*.h
597 ARM ACPI Subsystem
598 M: Shannon Zhao <zhaoshenglong@huawei.com>
599 M: Shannon Zhao <shannon.zhaosl@gmail.com>
600 L: qemu-arm@nongnu.org
601 S: Maintained
602 F: hw/arm/virt-acpi-build.c
604 STM32F205
605 M: Alistair Francis <alistair@alistair23.me>
606 S: Maintained
607 F: hw/arm/stm32f205_soc.c
608 F: hw/misc/stm32f2xx_syscfg.c
609 F: hw/char/stm32f2xx_usart.c
610 F: hw/timer/stm32f2xx_timer.c
611 F: hw/adc/*
612 F: hw/ssi/stm32f2xx_spi.c
613 F: include/hw/*/stm32*.h
615 Netduino 2
616 M: Alistair Francis <alistair@alistair23.me>
617 S: Maintained
618 F: hw/arm/netduino2.c
620 SmartFusion2
621 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
622 S: Maintained
623 F: hw/arm/msf2-soc.c
624 F: hw/misc/msf2-sysreg.c
625 F: hw/timer/mss-timer.c
626 F: hw/ssi/mss-spi.c
627 F: include/hw/arm/msf2-soc.h
628 F: include/hw/misc/msf2-sysreg.h
629 F: include/hw/timer/mss-timer.h
630 F: include/hw/ssi/mss-spi.h
632 Emcraft M2S-FG484
633 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
634 S: Maintained
635 F: hw/arm/msf2-som.c
637 CRIS Machines
638 -------------
639 Axis Dev88
640 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
641 S: Maintained
642 F: hw/cris/axis_dev88.c
643 F: hw/*/etraxfs_*.c
645 LM32 Machines
646 -------------
647 EVR32 and uclinux BSP
648 M: Michael Walle <michael@walle.cc>
649 S: Maintained
650 F: hw/lm32/lm32_boards.c
652 milkymist
653 M: Michael Walle <michael@walle.cc>
654 S: Maintained
655 F: hw/lm32/milkymist.c
657 M68K Machines
658 -------------
659 an5206
660 M: Thomas Huth <huth@tuxfamily.org>
661 S: Odd Fixes
662 F: hw/m68k/an5206.c
663 F: hw/m68k/mcf5206.c
665 mcf5208
666 M: Thomas Huth <huth@tuxfamily.org>
667 S: Odd Fixes
668 F: hw/m68k/mcf5208.c
669 F: hw/m68k/mcf_intc.c
670 F: hw/char/mcf_uart.c
671 F: hw/net/mcf_fec.c
672 F: include/hw/m68k/mcf*.h
674 MicroBlaze Machines
675 -------------------
676 petalogix_s3adsp1800
677 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
678 S: Maintained
679 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
681 petalogix_ml605
682 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
683 S: Maintained
684 F: hw/microblaze/petalogix_ml605_mmu.c
686 MIPS Machines
687 -------------
688 Jazz
689 M: Hervé Poussineau <hpoussin@reactos.org>
690 S: Maintained
691 F: hw/mips/mips_jazz.c
693 Malta
694 M: Aurelien Jarno <aurelien@aurel32.net>
695 S: Maintained
696 F: hw/mips/mips_malta.c
698 Mipssim
699 M: Yongbok Kim <yongbok.kim@mips.com>
700 S: Odd Fixes
701 F: hw/mips/mips_mipssim.c
702 F: hw/net/mipsnet.c
704 R4000
705 M: Aurelien Jarno <aurelien@aurel32.net>
706 S: Maintained
707 F: hw/mips/mips_r4k.c
709 Fulong 2E
710 M: Yongbok Kim <yongbok.kim@mips.com>
711 S: Odd Fixes
712 F: hw/mips/mips_fulong2e.c
713 F: hw/isa/vt82c686.c
714 F: include/hw/isa/vt82c686.h
716 Boston
717 M: Paul Burton <paul.burton@mips.com>
718 S: Maintained
719 F: hw/core/loader-fit.c
720 F: hw/mips/boston.c
721 F: hw/pci-host/xilinx-pcie.c
723 OpenRISC Machines
724 -----------------
725 or1k-sim
726 M: Jia Liu <proljc@gmail.com>
727 S: Maintained
728 F: hw/openrisc/openrisc_sim.c
730 PowerPC Machines
731 ----------------
733 M: Alexander Graf <agraf@suse.de>
734 L: qemu-ppc@nongnu.org
735 S: Odd Fixes
736 F: hw/ppc/ppc405_boards.c
738 Bamboo
739 M: Alexander Graf <agraf@suse.de>
740 L: qemu-ppc@nongnu.org
741 S: Odd Fixes
742 F: hw/ppc/ppc440_bamboo.c
744 e500
745 M: Alexander Graf <agraf@suse.de>
746 L: qemu-ppc@nongnu.org
747 S: Supported
748 F: hw/ppc/e500.[hc]
749 F: hw/ppc/e500plat.c
750 F: include/hw/ppc/ppc_e500.h
751 F: include/hw/pci-host/ppce500.h
752 F: pc-bios/u-boot.e500
754 mpc8544ds
755 M: Alexander Graf <agraf@suse.de>
756 L: qemu-ppc@nongnu.org
757 S: Supported
758 F: hw/ppc/mpc8544ds.c
759 F: hw/ppc/mpc8544_guts.c
761 New World
762 M: Alexander Graf <agraf@suse.de>
763 L: qemu-ppc@nongnu.org
764 S: Maintained
765 F: hw/ppc/mac_newworld.c
766 F: hw/pci-host/uninorth.c
767 F: hw/pci-bridge/dec.[hc]
768 F: hw/misc/macio/
769 F: include/hw/ppc/mac_dbdma.h
770 F: hw/nvram/mac_nvram.c
772 Old World
773 M: Alexander Graf <agraf@suse.de>
774 L: qemu-ppc@nongnu.org
775 S: Maintained
776 F: hw/ppc/mac_oldworld.c
777 F: hw/pci-host/grackle.c
778 F: hw/misc/macio/
779 F: hw/intc/heathrow_pic.c
781 PReP
782 M: Hervé Poussineau <hpoussin@reactos.org>
783 L: qemu-devel@nongnu.org
784 L: qemu-ppc@nongnu.org
785 S: Maintained
786 F: hw/ppc/prep.c
787 F: hw/ppc/prep_systemio.c
788 F: hw/ppc/rs6000_mc.c
789 F: hw/pci-host/prep.[hc]
790 F: hw/isa/i82378.c
791 F: hw/isa/pc87312.c
792 F: hw/dma/i82374.c
793 F: hw/timer/m48t59-isa.c
794 F: include/hw/isa/pc87312.h
795 F: include/hw/timer/m48t59.h
796 F: pc-bios/ppc_rom.bin
798 sPAPR
799 M: David Gibson <david@gibson.dropbear.id.au>
800 M: Alexander Graf <agraf@suse.de>
801 L: qemu-ppc@nongnu.org
802 S: Supported
803 F: hw/*/spapr*
804 F: include/hw/*/spapr*
805 F: hw/*/xics*
806 F: include/hw/*/xics*
807 F: pc-bios/spapr-rtas/*
808 F: pc-bios/spapr-rtas.bin
809 F: pc-bios/slof.bin
810 F: pc-bios/skiboot.lid
811 F: docs/specs/ppc-spapr-hcalls.txt
812 F: docs/specs/ppc-spapr-hotplug.txt
813 F: tests/spapr*
814 F: tests/libqos/*spapr*
815 F: tests/rtas*
816 F: tests/libqos/rtas*
818 virtex_ml507
819 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
820 L: qemu-ppc@nongnu.org
821 S: Odd Fixes
822 F: hw/ppc/virtex_ml507.c
824 sam460ex
825 M: BALATON Zoltan <balaton@eik.bme.hu>
826 L: qemu-ppc@nongnu.org
827 S: Maintained
828 F: hw/ide/sii3112.c
830 SH4 Machines
831 ------------
833 M: Magnus Damm <magnus.damm@gmail.com>
834 S: Maintained
835 F: hw/sh4/r2d.c
836 F: hw/intc/sh_intc.c
837 F: hw/timer/sh_timer.c
839 Shix
840 M: Magnus Damm <magnus.damm@gmail.com>
841 S: Odd Fixes
842 F: hw/sh4/shix.c
844 SPARC Machines
845 --------------
846 Sun4m
847 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
848 S: Maintained
849 F: hw/sparc/sun4m.c
850 F: hw/dma/sparc32_dma.c
851 F: hw/dma/sun4m_iommu.c
852 F: hw/misc/eccmemctl.c
853 F: hw/misc/slavio_misc.c
854 F: include/hw/sparc/sparc32_dma.h
855 F: include/hw/sparc/sun4m.h
856 F: pc-bios/openbios-sparc32
858 Sun4u
859 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
860 S: Maintained
861 F: hw/sparc64/sun4u.c
862 F: pc-bios/openbios-sparc64
864 Sun4v
865 M: Artyom Tarasenko <atar4qemu@gmail.com>
866 S: Maintained
867 F: hw/sparc64/niagara.c
868 F: hw/timer/sun4v-rtc.c
869 F: include/hw/timer/sun4v-rtc.h
871 Leon3
872 M: Fabien Chouteau <chouteau@adacore.com>
873 S: Maintained
874 F: hw/sparc/leon3.c
875 F: hw/*/grlib*
876 F: include/hw/sparc/grlib.h
878 S390 Machines
879 -------------
880 S390 Virtio-ccw
881 M: Cornelia Huck <cohuck@redhat.com>
882 M: Christian Borntraeger <borntraeger@de.ibm.com>
883 M: Alexander Graf <agraf@suse.de>
884 S: Supported
885 F: hw/char/sclp*.[hc]
886 F: hw/char/terminal3270.c
887 F: hw/s390x/
888 F: include/hw/s390x/
889 F: hw/watchdog/wdt_diag288.c
890 F: include/hw/watchdog/wdt_diag288.h
891 F: default-configs/s390x-softmmu.mak
892 T: git git://github.com/cohuck/qemu.git s390-next
893 T: git git://github.com/borntraeger/qemu.git s390-next
894 L: qemu-s390x@nongnu.org
896 S390-ccw Bios
897 M: Christian Borntraeger <borntraeger@de.ibm.com>
898 M: Thomas Huth <thuth@redhat.com>
899 S: Supported
900 F: pc-bios/s390-ccw/
901 F: pc-bios/s390-ccw.img
902 T: git git://github.com/borntraeger/qemu.git s390-next
903 L: qemu-s390x@nongnu.org
905 UniCore32 Machines
906 -------------
907 PKUnity-3 SoC initramfs-with-busybox
908 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
909 S: Maintained
910 F: hw/*/puv3*
911 F: hw/unicore32/
913 X86 Machines
914 ------------
916 M: Michael S. Tsirkin <mst@redhat.com>
917 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
918 S: Supported
919 F: include/hw/i386/
920 F: hw/i386/
921 F: hw/pci-host/piix.c
922 F: hw/pci-host/q35.c
923 F: hw/pci-host/pam.c
924 F: include/hw/pci-host/q35.h
925 F: include/hw/pci-host/pam.h
926 F: hw/isa/piix4.c
927 F: hw/isa/lpc_ich9.c
928 F: hw/i2c/smbus_ich9.c
929 F: hw/acpi/piix4.c
930 F: hw/acpi/ich9.c
931 F: include/hw/acpi/ich9.h
932 F: include/hw/acpi/piix4.h
933 F: hw/misc/sga.c
935 PC Chipset
936 M: Michael S. Tsirkin <mst@redhat.com>
937 M: Paolo Bonzini <pbonzini@redhat.com>
938 S: Supported
939 F: hw/char/debugcon.c
940 F: hw/char/parallel*
941 F: hw/char/serial*
942 F: hw/dma/i8257*
943 F: hw/i2c/pm_smbus.c
944 F: hw/input/pckbd.c
945 F: hw/intc/apic*
946 F: hw/intc/ioapic*
947 F: hw/intc/i8259*
948 F: hw/isa/isa-superio.c
949 F: hw/misc/debugexit.c
950 F: hw/misc/pc-testdev.c
951 F: hw/timer/hpet*
952 F: hw/timer/i8254*
953 F: hw/timer/mc146818rtc*
954 F: hw/watchdog/wdt_ib700.c
955 F: include/hw/display/vga.h
956 F: include/hw/char/parallel.h
957 F: include/hw/dma/i8257.h
958 F: include/hw/i2c/pm_smbus.h
959 F: include/hw/input/i8042.h
960 F: include/hw/isa/superio.h
961 F: include/hw/timer/hpet.h
962 F: include/hw/timer/i8254*
963 F: include/hw/timer/mc146818rtc*
965 Machine core
966 M: Eduardo Habkost <ehabkost@redhat.com>
967 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
968 S: Supported
969 F: hw/core/machine.c
970 F: hw/core/null-machine.c
971 F: include/hw/boards.h
972 T: git git://github.com/ehabkost/qemu.git machine-next
974 Xtensa Machines
975 ---------------
977 M: Max Filippov <jcmvbkbc@gmail.com>
978 S: Maintained
979 F: hw/xtensa/sim.c
981 XTFPGA (LX60, LX200, ML605, KC705)
982 M: Max Filippov <jcmvbkbc@gmail.com>
983 S: Maintained
984 F: hw/xtensa/xtfpga.c
985 F: hw/net/opencores_eth.c
987 Devices
988 -------
990 M: Jiri Slaby <jslaby@suse.cz>
991 S: Maintained
992 F: hw/misc/edu.c
995 M: John Snow <jsnow@redhat.com>
996 L: qemu-block@nongnu.org
997 S: Supported
998 F: include/hw/ide.h
999 F: include/hw/ide/
1000 F: hw/ide/
1001 F: hw/block/block.c
1002 F: hw/block/cdrom.c
1003 F: hw/block/hd-geometry.c
1004 F: tests/ide-test.c
1005 F: tests/ahci-test.c
1006 F: tests/cdrom-test.c
1007 F: tests/libqos/ahci*
1008 T: git git://github.com/jnsnow/qemu.git ide
1010 IPMI
1011 M: Corey Minyard <minyard@acm.org>
1012 S: Maintained
1013 F: include/hw/ipmi/*
1014 F: hw/ipmi/*
1015 F: hw/smbios/smbios_type_38.c
1016 F: tests/ipmi*
1017 T: git git://github.com/cminyard/qemu.git master-ipmi-rebase
1019 Floppy
1020 M: John Snow <jsnow@redhat.com>
1021 L: qemu-block@nongnu.org
1022 S: Supported
1023 F: hw/block/fdc.c
1024 F: include/hw/block/fdc.h
1025 F: tests/fdc-test.c
1026 T: git git://github.com/jnsnow/qemu.git ide
1028 OMAP
1029 M: Peter Maydell <peter.maydell@linaro.org>
1030 S: Maintained
1031 F: hw/*/omap*
1032 F: include/hw/arm/omap.h
1034 IPack
1035 M: Alberto Garcia <berto@igalia.com>
1036 S: Odd Fixes
1037 F: hw/char/ipoctal232.c
1038 F: hw/ipack/
1041 M: Michael S. Tsirkin <mst@redhat.com>
1042 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1043 S: Supported
1044 F: include/hw/pci/*
1045 F: hw/misc/pci-testdev.c
1046 F: hw/pci/*
1047 F: hw/pci-bridge/*
1048 F: docs/pci*
1049 F: docs/specs/*pci*
1050 F: default-configs/pci.mak
1052 ACPI/SMBIOS
1053 M: Michael S. Tsirkin <mst@redhat.com>
1054 M: Igor Mammedov <imammedo@redhat.com>
1055 S: Supported
1056 F: include/hw/acpi/*
1057 F: include/hw/smbios/*
1058 F: hw/mem/*
1059 F: hw/acpi/*
1060 F: hw/smbios/*
1061 F: hw/i386/acpi-build.[hc]
1062 F: hw/arm/virt-acpi-build.c
1063 F: tests/bios-tables-test.c
1064 F: tests/acpi-utils.[hc]
1066 ppc4xx
1067 M: Alexander Graf <agraf@suse.de>
1068 L: qemu-ppc@nongnu.org
1069 S: Odd Fixes
1070 F: hw/ppc/ppc4*.c
1071 F: hw/i2c/ppc4xx_i2c.c
1072 F: include/hw/ppc/ppc4xx.h
1073 F: include/hw/i2c/ppc4xx_i2c.h
1075 ppce500
1076 M: Alexander Graf <agraf@suse.de>
1077 L: qemu-ppc@nongnu.org
1078 S: Supported
1079 F: hw/ppc/e500*
1080 F: hw/pci-host/ppce500.c
1081 F: hw/net/fsl_etsec/
1083 Character devices
1084 M: Paolo Bonzini <pbonzini@redhat.com>
1085 S: Odd Fixes
1086 F: hw/char/
1088 Network devices
1089 M: Jason Wang <jasowang@redhat.com>
1090 S: Odd Fixes
1091 F: hw/net/
1092 F: include/hw/net/
1093 F: tests/virtio-net-test.c
1094 T: git git://github.com/jasowang/qemu.git net
1096 SCSI
1097 M: Paolo Bonzini <pbonzini@redhat.com>
1098 R: Fam Zheng <famz@redhat.com>
1099 S: Supported
1100 F: include/hw/scsi/*
1101 F: hw/scsi/*
1102 F: tests/virtio-scsi-test.c
1103 T: git git://github.com/bonzini/qemu.git scsi-next
1106 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1107 M: Alistair Francis <alistair@alistair23.me>
1108 S: Maintained
1109 F: hw/ssi/*
1110 F: hw/block/m25p80.c
1111 F: include/hw/ssi/ssi.h
1112 X: hw/ssi/xilinx_*
1113 F: tests/m25p80-test.c
1115 Xilinx SPI
1116 M: Alistair Francis <alistair@alistair23.me>
1117 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1118 S: Maintained
1119 F: hw/ssi/xilinx_*
1121 SD (Secure Card)
1122 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1123 S: Odd Fixes
1124 F: include/hw/sd/sd*
1125 F: hw/sd/core.c
1126 F: hw/sd/sd*
1127 F: tests/sd*
1130 M: Gerd Hoffmann <kraxel@redhat.com>
1131 S: Maintained
1132 F: hw/usb/*
1133 F: tests/usb-*-test.c
1134 F: docs/usb2.txt
1135 F: docs/usb-storage.txt
1136 F: include/hw/usb.h
1137 F: include/hw/usb/
1138 F: default-configs/usb.mak
1140 USB (serial adapter)
1141 M: Gerd Hoffmann <kraxel@redhat.com>
1142 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1143 S: Maintained
1144 F: hw/usb/dev-serial.c
1146 VFIO
1147 M: Alex Williamson <alex.williamson@redhat.com>
1148 S: Supported
1149 F: hw/vfio/*
1150 F: include/hw/vfio/
1152 vfio-ccw
1153 M: Cornelia Huck <cohuck@redhat.com>
1154 S: Supported
1155 F: hw/vfio/ccw.c
1156 F: hw/s390x/s390-ccw.c
1157 F: include/hw/s390x/s390-ccw.h
1158 T: git git://github.com/cohuck/qemu.git s390-next
1159 L: qemu-s390x@nongnu.org
1161 vhost
1162 M: Michael S. Tsirkin <mst@redhat.com>
1163 S: Supported
1164 F: hw/*/*vhost*
1165 F: docs/interop/vhost-user.txt
1167 virtio
1168 M: Michael S. Tsirkin <mst@redhat.com>
1169 S: Supported
1170 F: hw/*/virtio*
1171 F: hw/virtio/Makefile.objs
1172 F: hw/virtio/trace-events
1173 F: net/vhost-user.c
1174 F: include/hw/virtio/
1175 F: tests/virtio-balloon-test.c
1177 virtio-9p
1178 M: Greg Kurz <groug@kaod.org>
1179 S: Supported
1180 F: hw/9pfs/
1181 F: fsdev/
1182 F: tests/virtio-9p-test.c
1183 T: git git://github.com/gkurz/qemu.git 9p-next
1185 virtio-blk
1186 M: Stefan Hajnoczi <stefanha@redhat.com>
1187 L: qemu-block@nongnu.org
1188 S: Supported
1189 F: hw/block/virtio-blk.c
1190 F: hw/block/dataplane/*
1191 F: tests/virtio-blk-test.c
1192 T: git git://github.com/stefanha/qemu.git block
1194 virtio-ccw
1195 M: Cornelia Huck <cohuck@redhat.com>
1196 M: Christian Borntraeger <borntraeger@de.ibm.com>
1197 S: Supported
1198 F: hw/s390x/virtio-ccw.[hc]
1199 T: git git://github.com/cohuck/qemu.git s390-next
1200 T: git git://github.com/borntraeger/qemu.git s390-next
1201 L: qemu-s390x@nongnu.org
1203 virtio-input
1204 M: Gerd Hoffmann <kraxel@redhat.com>
1205 S: Maintained
1206 F: hw/input/virtio-input*.c
1207 F: include/hw/virtio/virtio-input.h
1209 virtio-serial
1210 M: Amit Shah <amit@kernel.org>
1211 S: Supported
1212 F: hw/char/virtio-serial-bus.c
1213 F: hw/char/virtio-console.c
1214 F: include/hw/virtio/virtio-serial.h
1215 F: tests/virtio-console-test.c
1216 F: tests/virtio-serial-test.c
1218 virtio-rng
1219 M: Amit Shah <amit@kernel.org>
1220 S: Supported
1221 F: hw/virtio/virtio-rng.c
1222 F: include/hw/virtio/virtio-rng.h
1223 F: include/sysemu/rng*.h
1224 F: backends/rng*.c
1225 F: tests/virtio-rng-test.c
1227 virtio-crypto
1228 M: Gonglei <arei.gonglei@huawei.com>
1229 S: Supported
1230 F: hw/virtio/virtio-crypto.c
1231 F: hw/virtio/virtio-crypto-pci.c
1232 F: include/hw/virtio/virtio-crypto.h
1234 nvme
1235 M: Keith Busch <keith.busch@intel.com>
1236 L: qemu-block@nongnu.org
1237 S: Supported
1238 F: hw/block/nvme*
1239 F: tests/nvme-test.c
1241 megasas
1242 M: Hannes Reinecke <hare@suse.com>
1243 L: qemu-block@nongnu.org
1244 S: Supported
1245 F: hw/scsi/megasas.c
1246 F: hw/scsi/mfi.h
1247 F: tests/megasas-test.c
1249 Network packet abstractions
1250 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1251 S: Maintained
1252 F: include/net/eth.h
1253 F: net/eth.c
1254 F: hw/net/net_rx_pkt*
1255 F: hw/net/net_tx_pkt*
1257 Vmware
1258 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1259 S: Maintained
1260 F: hw/net/vmxnet*
1261 F: hw/scsi/vmw_pvscsi*
1262 F: tests/vmxnet3-test.c
1264 Rocker
1265 M: Jiri Pirko <jiri@resnulli.us>
1266 S: Maintained
1267 F: hw/net/rocker/
1268 F: tests/rocker/
1269 F: docs/specs/rocker.txt
1271 NVDIMM
1272 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1273 S: Maintained
1274 F: hw/acpi/nvdimm.c
1275 F: hw/mem/nvdimm.c
1276 F: include/hw/mem/nvdimm.h
1278 e1000x
1279 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1280 S: Maintained
1281 F: hw/net/e1000x*
1283 e1000e
1284 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1285 S: Maintained
1286 F: hw/net/e1000e*
1288 eepro100
1289 M: Stefan Weil <sw@weilnetz.de>
1290 S: Maintained
1291 F: hw/net/eepro100.c
1293 Generic Loader
1294 M: Alistair Francis <alistair@alistair23.me>
1295 S: Maintained
1296 F: hw/core/generic-loader.c
1297 F: include/hw/core/generic-loader.h
1298 F: docs/generic-loader.txt
1300 CHRP NVRAM
1301 M: Thomas Huth <thuth@redhat.com>
1302 S: Maintained
1303 F: hw/nvram/chrp_nvram.c
1304 F: include/hw/nvram/chrp_nvram.h
1305 F: tests/prom-env-test.c
1307 VM Generation ID
1308 M: Ben Warren <ben@skyportsystems.com>
1309 S: Maintained
1310 F: hw/acpi/vmgenid.c
1311 F: include/hw/acpi/vmgenid.h
1312 F: docs/specs/vmgenid.txt
1313 F: tests/vmgenid-test.c
1314 F: stubs/vmgenid.c
1316 Unimplemented device
1317 M: Peter Maydell <peter.maydell@linaro.org>
1318 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1319 S: Maintained
1320 F: include/hw/misc/unimp.h
1321 F: hw/misc/unimp.c
1323 Standard VGA
1324 M: Gerd Hoffmann <kraxel@redhat.com>
1325 S: Maintained
1326 F: hw/display/vga*
1327 F: hw/display/bochs-display.c
1328 F: include/hw/display/vga.h
1329 F: include/hw/display/bochs-vbe.h
1331 virtio-gpu
1332 M: Gerd Hoffmann <kraxel@redhat.com>
1333 S: Maintained
1334 F: hw/display/virtio-gpu*
1335 F: hw/display/virtio-vga.c
1336 F: include/hw/virtio/virtio-gpu.h
1338 Cirrus VGA
1339 M: Gerd Hoffmann <kraxel@redhat.com>
1340 S: Odd Fixes
1341 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1342 F: hw/display/cirrus*
1344 Subsystems
1345 ----------
1346 Audio
1347 M: Gerd Hoffmann <kraxel@redhat.com>
1348 S: Maintained
1349 F: audio/
1350 F: hw/audio/
1351 F: include/hw/audio/
1352 F: tests/ac97-test.c
1353 F: tests/es1370-test.c
1354 F: tests/intel-hda-test.c
1356 Block layer core
1357 M: Kevin Wolf <kwolf@redhat.com>
1358 M: Max Reitz <mreitz@redhat.com>
1359 L: qemu-block@nongnu.org
1360 S: Supported
1361 F: block*
1362 F: block/
1363 F: hw/block/
1364 F: include/block/
1365 F: qemu-img*
1366 F: qemu-io*
1367 F: tests/qemu-iotests/
1368 F: util/qemu-progress.c
1369 T: git git://repo.or.cz/qemu/kevin.git block
1371 Block I/O path
1372 M: Stefan Hajnoczi <stefanha@redhat.com>
1373 M: Fam Zheng <famz@redhat.com>
1374 L: qemu-block@nongnu.org
1375 S: Supported
1376 F: util/async.c
1377 F: util/aio-*.c
1378 F: block/io.c
1379 F: migration/block*
1380 F: include/block/aio.h
1381 F: include/block/aio-wait.h
1382 F: scripts/qemugdb/aio.py
1383 T: git git://github.com/stefanha/qemu.git block
1385 Block SCSI subsystem
1386 M: Paolo Bonzini <pbonzini@redhat.com>
1387 R: Fam Zheng <famz@redhat.com>
1388 L: qemu-block@nongnu.org
1389 S: Supported
1390 F: include/scsi/*
1391 F: scsi/*
1393 Block Jobs
1394 M: Jeff Cody <jcody@redhat.com>
1395 L: qemu-block@nongnu.org
1396 S: Supported
1397 F: blockjob.c
1398 F: include/block/blockjob.h
1399 F: job.c
1400 F: job-qmp.c
1401 F: include/block/job.h
1402 F: block/backup.c
1403 F: block/commit.c
1404 F: block/stream.c
1405 F: block/mirror.c
1406 F: qapi/job.json
1407 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1409 Block QAPI, monitor, command line
1410 M: Markus Armbruster <armbru@redhat.com>
1411 S: Supported
1412 F: blockdev.c
1413 F: block/qapi.c
1414 F: qapi/block*.json
1415 F: qapi/transaction.json
1416 T: git git://repo.or.cz/qemu/armbru.git block-next
1418 Dirty Bitmaps
1419 M: Fam Zheng <famz@redhat.com>
1420 M: John Snow <jsnow@redhat.com>
1421 L: qemu-block@nongnu.org
1422 S: Supported
1423 F: util/hbitmap.c
1424 F: block/dirty-bitmap.c
1425 F: include/qemu/hbitmap.h
1426 F: include/block/dirty-bitmap.h
1427 F: tests/test-hbitmap.c
1428 F: docs/interop/bitmaps.rst
1429 T: git git://github.com/famz/qemu.git bitmaps
1430 T: git git://github.com/jnsnow/qemu.git bitmaps
1432 Character device backends
1433 M: Paolo Bonzini <pbonzini@redhat.com>
1434 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1435 S: Maintained
1436 F: chardev/
1437 F: include/chardev/
1438 F: qapi/char.json
1440 Character Devices (Braille)
1441 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1442 S: Maintained
1443 F: chardev/baum.c
1445 Command line option argument parsing
1446 M: Markus Armbruster <armbru@redhat.com>
1447 S: Supported
1448 F: include/qemu/option.h
1449 F: tests/test-keyval.c
1450 F: tests/test-qemu-opts.c
1451 F: util/keyval.c
1452 F: util/qemu-option.c
1454 Coverity model
1455 M: Markus Armbruster <armbru@redhat.com>
1456 S: Supported
1457 F: scripts/coverity-model.c
1460 L: qemu-devel@nongnu.org
1461 S: Supported
1462 F: qom/cpu.c
1463 F: include/qom/cpu.h
1465 Device Tree
1466 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1467 M: Alexander Graf <agraf@suse.de>
1468 S: Maintained
1469 F: device_tree.c
1470 F: include/sysemu/device_tree.h
1472 Dump
1473 S: Supported
1474 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1475 F: dump.c
1476 F: hw/misc/vmcoreinfo.c
1477 F: include/hw/misc/vmcoreinfo.h
1478 F: include/sysemu/dump-arch.h
1479 F: include/sysemu/dump.h
1480 F: scripts/dump-guest-memory.py
1481 F: stubs/dump.c
1483 Error reporting
1484 M: Markus Armbruster <armbru@redhat.com>
1485 S: Supported
1486 F: include/qapi/error.h
1487 F: include/qemu/error-report.h
1488 F: util/error.c
1489 F: util/qemu-error.c
1491 GDB stub
1492 L: qemu-devel@nongnu.org
1493 S: Odd Fixes
1494 F: gdbstub*
1495 F: gdb-xml/
1497 Memory API
1498 M: Paolo Bonzini <pbonzini@redhat.com>
1499 S: Supported
1500 F: include/exec/ioport.h
1501 F: ioport.c
1502 F: include/exec/memory.h
1503 F: include/exec/ram_addr.h
1504 F: memory.c
1505 F: include/exec/memory-internal.h
1506 F: exec.c
1508 SPICE
1509 M: Gerd Hoffmann <kraxel@redhat.com>
1510 S: Supported
1511 F: include/ui/qemu-spice.h
1512 F: include/ui/spice-display.h
1513 F: ui/spice-*.c
1514 F: audio/spiceaudio.c
1515 F: hw/display/qxl*
1516 F: qapi/ui.json
1518 Graphics
1519 M: Gerd Hoffmann <kraxel@redhat.com>
1520 S: Odd Fixes
1521 F: ui/
1522 F: include/ui/
1523 F: qapi/ui.json
1525 Cocoa graphics
1526 M: Peter Maydell <peter.maydell@linaro.org>
1527 S: Odd Fixes
1528 F: ui/cocoa.m
1530 Main loop
1531 M: Paolo Bonzini <pbonzini@redhat.com>
1532 S: Maintained
1533 F: cpus.c
1534 F: util/main-loop.c
1535 F: util/qemu-timer.c
1536 F: vl.c
1537 F: qapi/run-state.json
1539 Human Monitor (HMP)
1540 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1541 S: Maintained
1542 F: monitor.c
1543 F: hmp.[ch]
1544 F: hmp-commands*.hx
1545 F: include/monitor/hmp-target.h
1546 F: tests/test-hmp.c
1548 Network device backends
1549 M: Jason Wang <jasowang@redhat.com>
1550 S: Maintained
1551 F: net/
1552 F: include/net/
1553 T: git git://github.com/jasowang/qemu.git net
1554 F: qapi/net.json
1556 Netmap network backend
1557 M: Luigi Rizzo <rizzo@iet.unipi.it>
1558 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1559 M: Vincenzo Maffione <v.maffione@gmail.com>
1560 W: http://info.iet.unipi.it/~luigi/netmap/
1561 S: Maintained
1562 F: net/netmap.c
1564 NUMA
1565 M: Eduardo Habkost <ehabkost@redhat.com>
1566 S: Maintained
1567 F: numa.c
1568 F: include/sysemu/numa.h
1569 T: git git://github.com/ehabkost/qemu.git machine-next
1571 Host Memory Backends
1572 M: Eduardo Habkost <ehabkost@redhat.com>
1573 M: Igor Mammedov <imammedo@redhat.com>
1574 S: Maintained
1575 F: backends/hostmem*.c
1576 F: include/sysemu/hostmem.h
1577 T: git git://github.com/ehabkost/qemu.git machine-next
1579 Cryptodev Backends
1580 M: Gonglei <arei.gonglei@huawei.com>
1581 S: Maintained
1582 F: include/sysemu/cryptodev*.h
1583 F: backends/cryptodev*.c
1585 Python scripts
1586 M: Eduardo Habkost <ehabkost@redhat.com>
1587 M: Cleber Rosa <crosa@redhat.com>
1588 S: Odd fixes
1589 F: scripts/qmp/*
1590 F: scripts/*.py
1591 F: tests/*.py
1593 QAPI
1594 M: Markus Armbruster <armbru@redhat.com>
1595 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1596 S: Supported
1597 F: qapi/
1598 X: qapi/*.json
1599 F: include/qapi/
1600 X: include/qapi/qmp/
1601 F: include/qapi/qmp/dispatch.h
1602 F: tests/qapi-schema/
1603 F: tests/test-*-visitor.c
1604 F: tests/test-qapi-*.c
1605 F: tests/test-qmp-*.c
1606 F: tests/test-visitor-serialization.c
1607 F: scripts/qapi*
1608 F: docs/devel/qapi*
1609 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1611 QAPI Schema
1612 M: Eric Blake <eblake@redhat.com>
1613 M: Markus Armbruster <armbru@redhat.com>
1614 S: Supported
1615 F: qapi-schema.json
1616 F: qapi/*.json
1617 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1619 QObject
1620 M: Markus Armbruster <armbru@redhat.com>
1621 S: Supported
1622 F: qobject/
1623 F: include/qapi/qmp/
1624 X: include/qapi/qmp/dispatch.h
1625 F: scripts/coccinelle/qobject.cocci
1626 F: tests/check-qdict.c
1627 F: tests/check-qnum.c
1628 F: tests/check-qjson.c
1629 F: tests/check-qlist.c
1630 F: tests/check-qstring.c
1631 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1633 QEMU Guest Agent
1634 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1635 S: Maintained
1636 F: qga/
1637 F: qemu-ga.texi
1638 F: scripts/qemu-guest-agent/
1639 F: tests/test-qga.c
1640 F: docs/interop/qemu-ga-ref.texi
1641 T: git git://github.com/mdroth/qemu.git qga
1644 M: Andreas Färber <afaerber@suse.de>
1645 S: Supported
1646 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1647 F: include/qom/
1648 X: include/qom/cpu.h
1649 F: qom/
1650 X: qom/cpu.c
1651 F: tests/check-qom-interface.c
1652 F: tests/check-qom-proplist.c
1653 F: tests/qom-test.c
1656 M: Markus Armbruster <armbru@redhat.com>
1657 S: Supported
1658 F: qmp.c
1659 F: monitor.c
1660 F: docs/devel/*qmp-*
1661 F: scripts/qmp/
1662 F: tests/qmp-test.c
1663 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1665 Register API
1666 M: Alistair Francis <alistair@alistair23.me>
1667 S: Maintained
1668 F: hw/core/register.c
1669 F: include/hw/register.h
1670 F: include/hw/registerfields.h
1672 SLIRP
1673 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1674 M: Jan Kiszka <jan.kiszka@siemens.com>
1675 S: Maintained
1676 F: slirp/
1677 F: net/slirp.c
1678 F: include/net/slirp.h
1679 T: git https://people.debian.org/~sthibault/qemu.git slirp
1680 T: git git://git.kiszka.org/qemu.git queues/slirp
1682 Stubs
1683 M: Paolo Bonzini <pbonzini@redhat.com>
1684 S: Maintained
1685 F: stubs/
1687 Tracing
1688 M: Stefan Hajnoczi <stefanha@redhat.com>
1689 S: Maintained
1690 F: trace/
1691 F: trace-events
1692 F: qemu-option-trace.texi
1693 F: scripts/tracetool.py
1694 F: scripts/tracetool/
1695 F: docs/devel/tracing.txt
1696 T: git git://github.com/stefanha/qemu.git tracing
1699 M: Stefan Berger <stefanb@linux.vnet.ibm.com>
1700 S: Maintained
1701 F: tpm.c
1702 F: stubs/tpm.c
1703 F: hw/tpm/*
1704 F: include/hw/acpi/tpm.h
1705 F: include/sysemu/tpm*
1706 F: qapi/tpm.json
1707 F: backends/tpm.c
1708 F: tests/*tpm*
1709 T: git git://github.com/stefanberger/qemu-tpm.git tpm-next
1711 Checkpatch
1712 S: Odd Fixes
1713 F: scripts/checkpatch.pl
1715 Migration
1716 M: Juan Quintela <quintela@redhat.com>
1717 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1718 S: Maintained
1719 F: include/migration/
1720 F: migration/
1721 F: scripts/vmstate-static-checker.py
1722 F: tests/vmstate-static-checker-data/
1723 F: tests/migration-test.c
1724 F: docs/devel/migration.txt
1725 F: qapi/migration.json
1727 Seccomp
1728 M: Eduardo Otubo <otubo@redhat.com>
1729 S: Supported
1730 F: qemu-seccomp.c
1731 F: include/sysemu/seccomp.h
1733 Cryptography
1734 M: Daniel P. Berrange <berrange@redhat.com>
1735 S: Maintained
1736 F: crypto/
1737 F: include/crypto/
1738 F: tests/test-crypto-*
1739 F: tests/benchmark-crypto-*
1740 F: qemu.sasl
1742 Coroutines
1743 M: Stefan Hajnoczi <stefanha@redhat.com>
1744 M: Kevin Wolf <kwolf@redhat.com>
1745 F: util/*coroutine*
1746 F: include/qemu/coroutine*
1747 F: tests/test-coroutine.c
1749 Buffers
1750 M: Daniel P. Berrange <berrange@redhat.com>
1751 S: Odd fixes
1752 F: util/buffer.c
1753 F: include/qemu/buffer.h
1755 I/O Channels
1756 M: Daniel P. Berrange <berrange@redhat.com>
1757 S: Maintained
1758 F: io/
1759 F: include/io/
1760 F: tests/test-io-*
1762 Sockets
1763 M: Daniel P. Berrange <berrange@redhat.com>
1764 M: Gerd Hoffmann <kraxel@redhat.com>
1765 M: Paolo Bonzini <pbonzini@redhat.com>
1766 S: Maintained
1767 F: include/qemu/sockets.h
1768 F: util/qemu-sockets.c
1769 F: qapi/sockets.json
1771 Throttling infrastructure
1772 M: Alberto Garcia <berto@igalia.com>
1773 S: Supported
1774 F: block/throttle-groups.c
1775 F: include/block/throttle-groups.h
1776 F: include/qemu/throttle*.h
1777 F: util/throttle.c
1778 F: docs/throttle.txt
1779 F: tests/test-throttle.c
1780 L: qemu-block@nongnu.org
1782 UUID
1783 M: Fam Zheng <famz@redhat.com>
1784 S: Supported
1785 F: util/uuid.c
1786 F: include/qemu/uuid.h
1787 F: tests/test-uuid.c
1789 COLO Framework
1790 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1791 S: Maintained
1792 F: migration/colo*
1793 F: include/migration/colo.h
1794 F: include/migration/failover.h
1795 F: docs/COLO-FT.txt
1797 COLO Proxy
1798 M: Zhang Chen <zhangckid@gmail.com>
1799 M: Li Zhijian <lizhijian@cn.fujitsu.com>
1800 S: Supported
1801 F: docs/colo-proxy.txt
1802 F: net/colo*
1803 F: net/filter-rewriter.c
1804 F: net/filter-mirror.c
1806 Record/replay
1807 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
1808 R: Paolo Bonzini <pbonzini@redhat.com>
1809 W: https://wiki.qemu.org/Features/record-replay
1810 S: Supported
1811 F: replay/*
1812 F: block/blkreplay.c
1813 F: net/filter-replay.c
1814 F: include/sysemu/replay.h
1815 F: docs/replay.txt
1816 F: stubs/replay.c
1818 IOVA Tree
1819 M: Peter Xu <peterx@redhat.com>
1820 S: Maintained
1821 F: include/qemu/iova-tree.h
1822 F: util/iova-tree.c
1824 Usermode Emulation
1825 ------------------
1826 Overall
1827 M: Riku Voipio <riku.voipio@iki.fi>
1828 S: Maintained
1829 F: thunk.c
1830 F: accel/tcg/user-exec*.c
1832 BSD user
1833 S: Orphan
1834 F: bsd-user/
1835 F: default-configs/*-bsd-user.mak
1837 Linux user
1838 M: Riku Voipio <riku.voipio@iki.fi>
1839 R: Laurent Vivier <laurent@vivier.eu>
1840 S: Maintained
1841 F: linux-user/
1842 F: default-configs/*-linux-user.mak
1843 F: scripts/qemu-binfmt-conf.sh
1845 Tiny Code Generator (TCG)
1846 -------------------------
1847 Common code
1848 M: Richard Henderson <rth@twiddle.net>
1849 S: Maintained
1850 F: tcg/
1852 AArch64 target
1853 M: Claudio Fontana <claudio.fontana@huawei.com>
1854 M: Claudio Fontana <claudio.fontana@gmail.com>
1855 S: Maintained
1856 L: qemu-arm@nongnu.org
1857 F: tcg/aarch64/
1858 F: disas/arm-a64.cc
1859 F: disas/libvixl/
1861 ARM target
1862 M: Andrzej Zaborowski <balrogg@gmail.com>
1863 S: Maintained
1864 L: qemu-arm@nongnu.org
1865 F: tcg/arm/
1866 F: disas/arm.c
1868 i386 target
1869 L: qemu-devel@nongnu.org
1870 S: Maintained
1871 F: tcg/i386/
1872 F: disas/i386.c
1874 MIPS target
1875 M: Aurelien Jarno <aurelien@aurel32.net>
1876 S: Maintained
1877 F: tcg/mips/
1878 F: disas/mips.c
1881 M: Richard Henderson <rth@twiddle.net>
1882 S: Odd Fixes
1883 F: tcg/ppc/
1884 F: disas/ppc.c
1886 S390 target
1887 M: Alexander Graf <agraf@suse.de>
1888 M: Richard Henderson <rth@twiddle.net>
1889 S: Maintained
1890 F: tcg/s390/
1891 F: disas/s390.c
1892 L: qemu-s390x@nongnu.org
1894 SPARC target
1895 S: Odd Fixes
1896 F: tcg/sparc/
1897 F: disas/sparc.c
1899 TCI target
1900 M: Stefan Weil <sw@weilnetz.de>
1901 S: Maintained
1902 F: tcg/tci/
1903 F: tcg/tci.c
1904 F: disas/tci.c
1906 Block drivers
1907 -------------
1908 VMDK
1909 M: Fam Zheng <famz@redhat.com>
1910 L: qemu-block@nongnu.org
1911 S: Supported
1912 F: block/vmdk.c
1915 M: Josh Durgin <jdurgin@redhat.com>
1916 M: Jeff Cody <jcody@redhat.com>
1917 L: qemu-block@nongnu.org
1918 S: Supported
1919 F: block/rbd.c
1920 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1922 Sheepdog
1923 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1924 M: Liu Yuan <namei.unix@gmail.com>
1925 M: Jeff Cody <jcody@redhat.com>
1926 L: qemu-block@nongnu.org
1927 L: sheepdog@lists.wpkg.org
1928 S: Supported
1929 F: block/sheepdog.c
1930 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1932 VHDX
1933 M: Jeff Cody <jcody@redhat.com>
1934 L: qemu-block@nongnu.org
1935 S: Supported
1936 F: block/vhdx*
1937 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1940 M: Stefan Weil <sw@weilnetz.de>
1941 L: qemu-block@nongnu.org
1942 S: Maintained
1943 F: block/vdi.c
1945 iSCSI
1946 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1947 M: Paolo Bonzini <pbonzini@redhat.com>
1948 M: Peter Lieven <pl@kamp.de>
1949 L: qemu-block@nongnu.org
1950 S: Supported
1951 F: block/iscsi.c
1952 F: block/iscsi-opts.c
1954 Network Block Device (NBD)
1955 M: Eric Blake <eblake@redhat.com>
1956 M: Paolo Bonzini <pbonzini@redhat.com>
1957 L: qemu-block@nongnu.org
1958 S: Maintained
1959 F: block/nbd*
1960 F: nbd/
1961 F: include/block/nbd*
1962 F: qemu-nbd.*
1963 F: blockdev-nbd.c
1964 T: git git://repo.or.cz/qemu/ericb.git nbd
1967 M: Jeff Cody <jcody@redhat.com>
1968 M: Peter Lieven <pl@kamp.de>
1969 L: qemu-block@nongnu.org
1970 S: Maintained
1971 F: block/nfs.c
1972 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1975 M: Richard W.M. Jones <rjones@redhat.com>
1976 M: Jeff Cody <jcody@redhat.com>
1977 L: qemu-block@nongnu.org
1978 S: Supported
1979 F: block/ssh.c
1980 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1982 CURL
1983 M: Jeff Cody <jcody@redhat.com>
1984 L: qemu-block@nongnu.org
1985 S: Supported
1986 F: block/curl.c
1987 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1989 GLUSTER
1990 M: Jeff Cody <jcody@redhat.com>
1991 L: qemu-block@nongnu.org
1992 S: Supported
1993 F: block/gluster.c
1994 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1996 Null Block Driver
1997 M: Fam Zheng <famz@redhat.com>
1998 L: qemu-block@nongnu.org
1999 S: Supported
2000 F: block/null.c
2002 NVMe Block Driver
2003 M: Fam Zheng <famz@redhat.com>
2004 L: qemu-block@nongnu.org
2005 S: Supported
2006 F: block/nvme*
2008 Bootdevice
2009 M: Gonglei <arei.gonglei@huawei.com>
2010 S: Maintained
2011 F: bootdevice.c
2013 Quorum
2014 M: Alberto Garcia <berto@igalia.com>
2015 S: Supported
2016 F: block/quorum.c
2017 L: qemu-block@nongnu.org
2019 blkverify
2020 M: Stefan Hajnoczi <stefanha@redhat.com>
2021 L: qemu-block@nongnu.org
2022 S: Supported
2023 F: block/blkverify.c
2025 bochs
2026 M: Stefan Hajnoczi <stefanha@redhat.com>
2027 L: qemu-block@nongnu.org
2028 S: Supported
2029 F: block/bochs.c
2031 cloop
2032 M: Stefan Hajnoczi <stefanha@redhat.com>
2033 L: qemu-block@nongnu.org
2034 S: Supported
2035 F: block/cloop.c
2038 M: Stefan Hajnoczi <stefanha@redhat.com>
2039 L: qemu-block@nongnu.org
2040 S: Supported
2041 F: block/dmg.c
2043 parallels
2044 M: Stefan Hajnoczi <stefanha@redhat.com>
2045 M: Denis V. Lunev <den@openvz.org>
2046 L: qemu-block@nongnu.org
2047 S: Supported
2048 F: block/parallels.c
2049 F: docs/interop/parallels.txt
2052 M: Stefan Hajnoczi <stefanha@redhat.com>
2053 L: qemu-block@nongnu.org
2054 S: Supported
2055 F: block/qed.c
2058 M: Kevin Wolf <kwolf@redhat.com>
2059 L: qemu-block@nongnu.org
2060 S: Supported
2061 F: block/linux-aio.c
2062 F: include/block/raw-aio.h
2063 F: block/raw-format.c
2064 F: block/file-posix.c
2065 F: block/file-win32.c
2066 F: block/win32-aio.c
2068 qcow2
2069 M: Kevin Wolf <kwolf@redhat.com>
2070 M: Max Reitz <mreitz@redhat.com>
2071 L: qemu-block@nongnu.org
2072 S: Supported
2073 F: block/qcow2*
2074 F: docs/interop/qcow2.txt
2076 qcow
2077 M: Kevin Wolf <kwolf@redhat.com>
2078 L: qemu-block@nongnu.org
2079 S: Supported
2080 F: block/qcow.c
2082 blkdebug
2083 M: Kevin Wolf <kwolf@redhat.com>
2084 M: Max Reitz <mreitz@redhat.com>
2085 L: qemu-block@nongnu.org
2086 S: Supported
2087 F: block/blkdebug.c
2090 M: Kevin Wolf <kwolf@redhat.com>
2091 L: qemu-block@nongnu.org
2092 S: Supported
2093 F: block/vpc.c
2095 vvfat
2096 M: Kevin Wolf <kwolf@redhat.com>
2097 L: qemu-block@nongnu.org
2098 S: Supported
2099 F: block/vvfat.c
2101 Image format fuzzer
2102 M: Stefan Hajnoczi <stefanha@redhat.com>
2103 L: qemu-block@nongnu.org
2104 S: Supported
2105 F: tests/image-fuzzer/
2107 Replication
2108 M: Wen Congyang <wencongyang2@huawei.com>
2109 M: Xie Changlong <xiechanglong.d@gmail.com>
2110 S: Supported
2111 F: replication*
2112 F: block/replication.c
2113 F: tests/test-replication.c
2114 F: docs/block-replication.txt
2116 PVRDMA
2117 M: Yuval Shaia <yuval.shaia@oracle.com>
2118 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2119 S: Maintained
2120 F: hw/rdma/*
2121 F: hw/rdma/vmw/*
2122 F: docs/pvrdma.txt
2124 Build and test automation
2125 -------------------------
2126 Build and test automation
2127 M: Alex Bennée <alex.bennee@linaro.org>
2128 M: Fam Zheng <famz@redhat.com>
2129 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2130 L: qemu-devel@nongnu.org
2131 S: Maintained
2132 F: .travis.yml
2133 F: .shippable.yml
2134 F: tests/docker/
2135 F: tests/vm/
2136 W: https://travis-ci.org/qemu/qemu
2137 W: https://app.shippable.com/github/qemu/qemu
2138 W: http://patchew.org/QEMU/
2140 Documentation
2141 -------------
2142 Build system architecture
2143 M: Daniel P. Berrange <berrange@redhat.com>
2144 S: Odd Fixes
2145 F: docs/devel/build-system.txt
2147 Build System
2148 ------------
2149 GIT submodules
2150 M: Daniel P. Berrange <berrange@redhat.com>
2151 S: Odd Fixes
2152 F: scripts/git-submodule.sh