virtio-gpu-3d: Define VIRTIO_GPU_CAPSET_VIRGL2 elsewhere
[qemu/ar7.git] / MAINTAINERS
blobbf482fd4e9bcac20d7e53fcf8bc6b28cc51e5fb7
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
451 ARM cores
452 M: Peter Maydell <peter.maydell@linaro.org>
453 L: qemu-arm@nongnu.org
454 S: Maintained
455 F: hw/intc/arm*
456 F: hw/intc/gic_internal.h
457 F: hw/misc/a9scu.c
458 F: hw/misc/arm11scu.c
459 F: hw/timer/a9gtimer*
460 F: hw/timer/arm*
461 F: include/hw/arm/arm*.h
462 F: include/hw/intc/arm*
463 F: include/hw/misc/a9scu.h
464 F: include/hw/misc/arm11scu.h
465 F: include/hw/timer/a9gtimer.h
466 F: include/hw/timer/arm_mptimer.h
467 F: include/hw/timer/armv7m_systick.h
468 F: tests/test-arm-mptimer.c
470 Exynos
471 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
472 L: qemu-arm@nongnu.org
473 S: Maintained
474 F: hw/*/exynos*
475 F: include/hw/arm/exynos4210.h
477 Calxeda Highbank
478 M: Rob Herring <robh@kernel.org>
479 L: qemu-arm@nongnu.org
480 S: Maintained
481 F: hw/arm/highbank.c
482 F: hw/net/xgmac.c
484 Canon DIGIC
485 M: Antony Pavlov <antonynpavlov@gmail.com>
486 L: qemu-arm@nongnu.org
487 S: Maintained
488 F: include/hw/arm/digic.h
489 F: hw/*/digic*
491 Gumstix
492 L: qemu-devel@nongnu.org
493 L: qemu-arm@nongnu.org
494 S: Orphan
495 F: hw/arm/gumstix.c
497 i.MX31
498 M: Peter Chubb <peter.chubb@nicta.com.au>
499 L: qemu-arm@nongnu.org
500 S: Odd fixes
501 F: hw/*/imx*
502 F: include/hw/*/imx*
503 F: hw/arm/kzm.c
504 F: include/hw/arm/fsl-imx31.h
506 Integrator CP
507 M: Peter Maydell <peter.maydell@linaro.org>
508 L: qemu-arm@nongnu.org
509 S: Maintained
510 F: hw/arm/integratorcp.c
511 F: hw/misc/arm_integrator_debug.c
513 MPS2
514 M: Peter Maydell <peter.maydell@linaro.org>
515 L: qemu-arm@nongnu.org
516 S: Maintained
517 F: hw/arm/mps2.c
518 F: hw/misc/mps2-scc.c
519 F: include/hw/misc/mps2-scc.h
521 Musicpal
522 M: Jan Kiszka <jan.kiszka@web.de>
523 L: qemu-arm@nongnu.org
524 S: Maintained
525 F: hw/arm/musicpal.c
527 nSeries
528 M: Andrzej Zaborowski <balrogg@gmail.com>
529 L: qemu-arm@nongnu.org
530 S: Maintained
531 F: hw/arm/nseries.c
533 Palm
534 M: Andrzej Zaborowski <balrogg@gmail.com>
535 L: qemu-arm@nongnu.org
536 S: Maintained
537 F: hw/arm/palm.c
539 Real View
540 M: Peter Maydell <peter.maydell@linaro.org>
541 L: qemu-arm@nongnu.org
542 S: Maintained
543 F: hw/arm/realview*
544 F: hw/cpu/realview_mpcore.c
545 F: hw/intc/realview_gic.c
546 F: include/hw/intc/realview_gic.h
548 PXA2XX
549 M: Andrzej Zaborowski <balrogg@gmail.com>
550 L: qemu-arm@nongnu.org
551 S: Maintained
552 F: hw/arm/mainstone.c
553 F: hw/arm/spitz.c
554 F: hw/arm/tosa.c
555 F: hw/arm/z2.c
556 F: hw/*/pxa2xx*
557 F: hw/misc/mst_fpga.c
558 F: include/hw/arm/pxa.h
560 Stellaris
561 M: Peter Maydell <peter.maydell@linaro.org>
562 L: qemu-arm@nongnu.org
563 S: Maintained
564 F: hw/*/stellaris*
566 Versatile PB
567 M: Peter Maydell <peter.maydell@linaro.org>
568 L: qemu-arm@nongnu.org
569 S: Maintained
570 F: hw/*/versatile*
571 F: hw/misc/arm_sysctl.c
573 Xilinx Zynq
574 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
575 M: Alistair Francis <alistair@alistair23.me>
576 L: qemu-arm@nongnu.org
577 S: Maintained
578 F: hw/*/xilinx_*
579 F: hw/*/cadence_*
580 F: hw/misc/zynq*
581 F: include/hw/misc/zynq*
582 X: hw/ssi/xilinx_*
584 Xilinx ZynqMP
585 M: Alistair Francis <alistair@alistair23.me>
586 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
587 L: qemu-arm@nongnu.org
588 S: Maintained
589 F: hw/*/xlnx*.c
590 F: include/hw/*/xlnx*.h
592 ARM ACPI Subsystem
593 M: Shannon Zhao <zhaoshenglong@huawei.com>
594 M: Shannon Zhao <shannon.zhaosl@gmail.com>
595 L: qemu-arm@nongnu.org
596 S: Maintained
597 F: hw/arm/virt-acpi-build.c
599 STM32F205
600 M: Alistair Francis <alistair@alistair23.me>
601 S: Maintained
602 F: hw/arm/stm32f205_soc.c
603 F: hw/misc/stm32f2xx_syscfg.c
604 F: hw/char/stm32f2xx_usart.c
605 F: hw/timer/stm32f2xx_timer.c
606 F: hw/adc/*
607 F: hw/ssi/stm32f2xx_spi.c
608 F: include/hw/*/stm32*.h
610 Netduino 2
611 M: Alistair Francis <alistair@alistair23.me>
612 S: Maintained
613 F: hw/arm/netduino2.c
615 SmartFusion2
616 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
617 S: Maintained
618 F: hw/arm/msf2-soc.c
619 F: hw/misc/msf2-sysreg.c
620 F: hw/timer/mss-timer.c
621 F: hw/ssi/mss-spi.c
622 F: include/hw/arm/msf2-soc.h
623 F: include/hw/misc/msf2-sysreg.h
624 F: include/hw/timer/mss-timer.h
625 F: include/hw/ssi/mss-spi.h
627 Emcraft M2S-FG484
628 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
629 S: Maintained
630 F: hw/arm/msf2-som.c
632 CRIS Machines
633 -------------
634 Axis Dev88
635 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
636 S: Maintained
637 F: hw/cris/axis_dev88.c
638 F: hw/*/etraxfs_*.c
640 LM32 Machines
641 -------------
642 EVR32 and uclinux BSP
643 M: Michael Walle <michael@walle.cc>
644 S: Maintained
645 F: hw/lm32/lm32_boards.c
647 milkymist
648 M: Michael Walle <michael@walle.cc>
649 S: Maintained
650 F: hw/lm32/milkymist.c
652 M68K Machines
653 -------------
654 an5206
655 M: Thomas Huth <huth@tuxfamily.org>
656 S: Odd Fixes
657 F: hw/m68k/an5206.c
658 F: hw/m68k/mcf5206.c
660 mcf5208
661 M: Thomas Huth <huth@tuxfamily.org>
662 S: Odd Fixes
663 F: hw/m68k/mcf5208.c
664 F: hw/m68k/mcf_intc.c
665 F: hw/char/mcf_uart.c
666 F: hw/net/mcf_fec.c
667 F: include/hw/m68k/mcf*.h
669 MicroBlaze Machines
670 -------------------
671 petalogix_s3adsp1800
672 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
673 S: Maintained
674 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
676 petalogix_ml605
677 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
678 S: Maintained
679 F: hw/microblaze/petalogix_ml605_mmu.c
681 MIPS Machines
682 -------------
683 Jazz
684 M: Hervé Poussineau <hpoussin@reactos.org>
685 S: Maintained
686 F: hw/mips/mips_jazz.c
688 Malta
689 M: Aurelien Jarno <aurelien@aurel32.net>
690 S: Maintained
691 F: hw/mips/mips_malta.c
693 Mipssim
694 M: Yongbok Kim <yongbok.kim@mips.com>
695 S: Odd Fixes
696 F: hw/mips/mips_mipssim.c
697 F: hw/net/mipsnet.c
699 R4000
700 M: Aurelien Jarno <aurelien@aurel32.net>
701 S: Maintained
702 F: hw/mips/mips_r4k.c
704 Fulong 2E
705 M: Yongbok Kim <yongbok.kim@mips.com>
706 S: Odd Fixes
707 F: hw/mips/mips_fulong2e.c
708 F: hw/isa/vt82c686.c
709 F: include/hw/isa/vt82c686.h
711 Boston
712 M: Paul Burton <paul.burton@mips.com>
713 S: Maintained
714 F: hw/core/loader-fit.c
715 F: hw/mips/boston.c
716 F: hw/pci-host/xilinx-pcie.c
718 OpenRISC Machines
719 -----------------
720 or1k-sim
721 M: Jia Liu <proljc@gmail.com>
722 S: Maintained
723 F: hw/openrisc/openrisc_sim.c
725 PowerPC Machines
726 ----------------
728 M: Alexander Graf <agraf@suse.de>
729 L: qemu-ppc@nongnu.org
730 S: Odd Fixes
731 F: hw/ppc/ppc405_boards.c
733 Bamboo
734 M: Alexander Graf <agraf@suse.de>
735 L: qemu-ppc@nongnu.org
736 S: Odd Fixes
737 F: hw/ppc/ppc440_bamboo.c
739 e500
740 M: Alexander Graf <agraf@suse.de>
741 L: qemu-ppc@nongnu.org
742 S: Supported
743 F: hw/ppc/e500.[hc]
744 F: hw/ppc/e500plat.c
745 F: include/hw/ppc/ppc_e500.h
746 F: include/hw/pci-host/ppce500.h
747 F: pc-bios/u-boot.e500
749 mpc8544ds
750 M: Alexander Graf <agraf@suse.de>
751 L: qemu-ppc@nongnu.org
752 S: Supported
753 F: hw/ppc/mpc8544ds.c
754 F: hw/ppc/mpc8544_guts.c
756 New World
757 M: Alexander Graf <agraf@suse.de>
758 L: qemu-ppc@nongnu.org
759 S: Maintained
760 F: hw/ppc/mac_newworld.c
761 F: hw/pci-host/uninorth.c
762 F: hw/pci-bridge/dec.[hc]
763 F: hw/misc/macio/
764 F: include/hw/ppc/mac_dbdma.h
765 F: hw/nvram/mac_nvram.c
767 Old World
768 M: Alexander Graf <agraf@suse.de>
769 L: qemu-ppc@nongnu.org
770 S: Maintained
771 F: hw/ppc/mac_oldworld.c
772 F: hw/pci-host/grackle.c
773 F: hw/misc/macio/
774 F: hw/intc/heathrow_pic.c
776 PReP
777 M: Hervé Poussineau <hpoussin@reactos.org>
778 L: qemu-devel@nongnu.org
779 L: qemu-ppc@nongnu.org
780 S: Maintained
781 F: hw/ppc/prep.c
782 F: hw/ppc/prep_systemio.c
783 F: hw/ppc/rs6000_mc.c
784 F: hw/pci-host/prep.[hc]
785 F: hw/isa/i82378.c
786 F: hw/isa/pc87312.c
787 F: hw/dma/i82374.c
788 F: hw/timer/m48t59-isa.c
789 F: include/hw/isa/pc87312.h
790 F: include/hw/timer/m48t59.h
791 F: pc-bios/ppc_rom.bin
793 sPAPR
794 M: David Gibson <david@gibson.dropbear.id.au>
795 M: Alexander Graf <agraf@suse.de>
796 L: qemu-ppc@nongnu.org
797 S: Supported
798 F: hw/*/spapr*
799 F: include/hw/*/spapr*
800 F: hw/*/xics*
801 F: include/hw/*/xics*
802 F: pc-bios/spapr-rtas/*
803 F: pc-bios/spapr-rtas.bin
804 F: pc-bios/slof.bin
805 F: pc-bios/skiboot.lid
806 F: docs/specs/ppc-spapr-hcalls.txt
807 F: docs/specs/ppc-spapr-hotplug.txt
808 F: tests/spapr*
809 F: tests/libqos/*spapr*
810 F: tests/rtas*
811 F: tests/libqos/rtas*
813 virtex_ml507
814 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
815 L: qemu-ppc@nongnu.org
816 S: Odd Fixes
817 F: hw/ppc/virtex_ml507.c
819 sam460ex
820 M: BALATON Zoltan <balaton@eik.bme.hu>
821 L: qemu-ppc@nongnu.org
822 S: Maintained
823 F: hw/ide/sii3112.c
825 SH4 Machines
826 ------------
828 M: Magnus Damm <magnus.damm@gmail.com>
829 S: Maintained
830 F: hw/sh4/r2d.c
831 F: hw/intc/sh_intc.c
832 F: hw/timer/sh_timer.c
834 Shix
835 M: Magnus Damm <magnus.damm@gmail.com>
836 S: Odd Fixes
837 F: hw/sh4/shix.c
839 SPARC Machines
840 --------------
841 Sun4m
842 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
843 S: Maintained
844 F: hw/sparc/sun4m.c
845 F: hw/dma/sparc32_dma.c
846 F: hw/dma/sun4m_iommu.c
847 F: hw/misc/eccmemctl.c
848 F: hw/misc/slavio_misc.c
849 F: include/hw/sparc/sparc32_dma.h
850 F: include/hw/sparc/sun4m.h
851 F: pc-bios/openbios-sparc32
853 Sun4u
854 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
855 S: Maintained
856 F: hw/sparc64/sun4u.c
857 F: pc-bios/openbios-sparc64
859 Sun4v
860 M: Artyom Tarasenko <atar4qemu@gmail.com>
861 S: Maintained
862 F: hw/sparc64/niagara.c
863 F: hw/timer/sun4v-rtc.c
864 F: include/hw/timer/sun4v-rtc.h
866 Leon3
867 M: Fabien Chouteau <chouteau@adacore.com>
868 S: Maintained
869 F: hw/sparc/leon3.c
870 F: hw/*/grlib*
871 F: include/hw/sparc/grlib.h
873 S390 Machines
874 -------------
875 S390 Virtio-ccw
876 M: Cornelia Huck <cohuck@redhat.com>
877 M: Christian Borntraeger <borntraeger@de.ibm.com>
878 M: Alexander Graf <agraf@suse.de>
879 S: Supported
880 F: hw/char/sclp*.[hc]
881 F: hw/char/terminal3270.c
882 F: hw/s390x/
883 F: include/hw/s390x/
884 F: hw/watchdog/wdt_diag288.c
885 F: include/hw/watchdog/wdt_diag288.h
886 F: default-configs/s390x-softmmu.mak
887 T: git git://github.com/cohuck/qemu.git s390-next
888 T: git git://github.com/borntraeger/qemu.git s390-next
889 L: qemu-s390x@nongnu.org
891 S390-ccw Bios
892 M: Christian Borntraeger <borntraeger@de.ibm.com>
893 M: Thomas Huth <thuth@redhat.com>
894 S: Supported
895 F: pc-bios/s390-ccw/
896 F: pc-bios/s390-ccw.img
897 T: git git://github.com/borntraeger/qemu.git s390-next
898 L: qemu-s390x@nongnu.org
900 UniCore32 Machines
901 -------------
902 PKUnity-3 SoC initramfs-with-busybox
903 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
904 S: Maintained
905 F: hw/*/puv3*
906 F: hw/unicore32/
908 X86 Machines
909 ------------
911 M: Michael S. Tsirkin <mst@redhat.com>
912 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
913 S: Supported
914 F: include/hw/i386/
915 F: hw/i386/
916 F: hw/pci-host/piix.c
917 F: hw/pci-host/q35.c
918 F: hw/pci-host/pam.c
919 F: include/hw/pci-host/q35.h
920 F: include/hw/pci-host/pam.h
921 F: hw/isa/piix4.c
922 F: hw/isa/lpc_ich9.c
923 F: hw/i2c/smbus_ich9.c
924 F: hw/acpi/piix4.c
925 F: hw/acpi/ich9.c
926 F: include/hw/acpi/ich9.h
927 F: include/hw/acpi/piix4.h
928 F: hw/misc/sga.c
930 PC Chipset
931 M: Michael S. Tsirkin <mst@redhat.com>
932 M: Paolo Bonzini <pbonzini@redhat.com>
933 S: Supported
934 F: hw/char/debugcon.c
935 F: hw/char/parallel*
936 F: hw/char/serial*
937 F: hw/dma/i8257*
938 F: hw/i2c/pm_smbus.c
939 F: hw/input/pckbd.c
940 F: hw/intc/apic*
941 F: hw/intc/ioapic*
942 F: hw/intc/i8259*
943 F: hw/isa/isa-superio.c
944 F: hw/misc/debugexit.c
945 F: hw/misc/pc-testdev.c
946 F: hw/timer/hpet*
947 F: hw/timer/i8254*
948 F: hw/timer/mc146818rtc*
949 F: hw/watchdog/wdt_ib700.c
950 F: include/hw/display/vga.h
951 F: include/hw/char/parallel.h
952 F: include/hw/dma/i8257.h
953 F: include/hw/i2c/pm_smbus.h
954 F: include/hw/input/i8042.h
955 F: include/hw/isa/superio.h
956 F: include/hw/timer/hpet.h
957 F: include/hw/timer/i8254*
958 F: include/hw/timer/mc146818rtc*
960 Machine core
961 M: Eduardo Habkost <ehabkost@redhat.com>
962 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
963 S: Supported
964 F: hw/core/machine.c
965 F: hw/core/null-machine.c
966 F: include/hw/boards.h
967 T: git git://github.com/ehabkost/qemu.git machine-next
969 Xtensa Machines
970 ---------------
972 M: Max Filippov <jcmvbkbc@gmail.com>
973 S: Maintained
974 F: hw/xtensa/sim.c
976 XTFPGA (LX60, LX200, ML605, KC705)
977 M: Max Filippov <jcmvbkbc@gmail.com>
978 S: Maintained
979 F: hw/xtensa/xtfpga.c
980 F: hw/net/opencores_eth.c
982 Devices
983 -------
985 M: Jiri Slaby <jslaby@suse.cz>
986 S: Maintained
987 F: hw/misc/edu.c
990 M: John Snow <jsnow@redhat.com>
991 L: qemu-block@nongnu.org
992 S: Supported
993 F: include/hw/ide.h
994 F: include/hw/ide/
995 F: hw/ide/
996 F: hw/block/block.c
997 F: hw/block/cdrom.c
998 F: hw/block/hd-geometry.c
999 F: tests/ide-test.c
1000 F: tests/ahci-test.c
1001 F: tests/libqos/ahci*
1002 T: git git://github.com/jnsnow/qemu.git ide
1004 IPMI
1005 M: Corey Minyard <minyard@acm.org>
1006 S: Maintained
1007 F: include/hw/ipmi/*
1008 F: hw/ipmi/*
1009 F: hw/smbios/smbios_type_38.c
1010 F: tests/ipmi*
1011 T: git git://github.com/cminyard/qemu.git master-ipmi-rebase
1013 Floppy
1014 M: John Snow <jsnow@redhat.com>
1015 L: qemu-block@nongnu.org
1016 S: Supported
1017 F: hw/block/fdc.c
1018 F: include/hw/block/fdc.h
1019 F: tests/fdc-test.c
1020 T: git git://github.com/jnsnow/qemu.git ide
1022 OMAP
1023 M: Peter Maydell <peter.maydell@linaro.org>
1024 S: Maintained
1025 F: hw/*/omap*
1026 F: include/hw/arm/omap.h
1028 IPack
1029 M: Alberto Garcia <berto@igalia.com>
1030 S: Odd Fixes
1031 F: hw/char/ipoctal232.c
1032 F: hw/ipack/
1035 M: Michael S. Tsirkin <mst@redhat.com>
1036 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1037 S: Supported
1038 F: include/hw/pci/*
1039 F: hw/misc/pci-testdev.c
1040 F: hw/pci/*
1041 F: hw/pci-bridge/*
1042 F: docs/pci*
1043 F: docs/specs/*pci*
1044 F: default-configs/pci.mak
1046 ACPI/SMBIOS
1047 M: Michael S. Tsirkin <mst@redhat.com>
1048 M: Igor Mammedov <imammedo@redhat.com>
1049 S: Supported
1050 F: include/hw/acpi/*
1051 F: include/hw/smbios/*
1052 F: hw/mem/*
1053 F: hw/acpi/*
1054 F: hw/smbios/*
1055 F: hw/i386/acpi-build.[hc]
1056 F: hw/arm/virt-acpi-build.c
1057 F: tests/bios-tables-test.c
1058 F: tests/acpi-utils.[hc]
1060 ppc4xx
1061 M: Alexander Graf <agraf@suse.de>
1062 L: qemu-ppc@nongnu.org
1063 S: Odd Fixes
1064 F: hw/ppc/ppc4*.c
1065 F: hw/i2c/ppc4xx_i2c.c
1066 F: include/hw/ppc/ppc4xx.h
1067 F: include/hw/i2c/ppc4xx_i2c.h
1069 ppce500
1070 M: Alexander Graf <agraf@suse.de>
1071 L: qemu-ppc@nongnu.org
1072 S: Supported
1073 F: hw/ppc/e500*
1074 F: hw/pci-host/ppce500.c
1075 F: hw/net/fsl_etsec/
1077 Character devices
1078 M: Paolo Bonzini <pbonzini@redhat.com>
1079 S: Odd Fixes
1080 F: hw/char/
1082 Network devices
1083 M: Jason Wang <jasowang@redhat.com>
1084 S: Odd Fixes
1085 F: hw/net/
1086 F: include/hw/net/
1087 F: tests/virtio-net-test.c
1088 T: git git://github.com/jasowang/qemu.git net
1090 SCSI
1091 M: Paolo Bonzini <pbonzini@redhat.com>
1092 R: Fam Zheng <famz@redhat.com>
1093 S: Supported
1094 F: include/hw/scsi/*
1095 F: hw/scsi/*
1096 F: tests/virtio-scsi-test.c
1097 T: git git://github.com/bonzini/qemu.git scsi-next
1100 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1101 M: Alistair Francis <alistair@alistair23.me>
1102 S: Maintained
1103 F: hw/ssi/*
1104 F: hw/block/m25p80.c
1105 F: include/hw/ssi/ssi.h
1106 X: hw/ssi/xilinx_*
1107 F: tests/m25p80-test.c
1109 Xilinx SPI
1110 M: Alistair Francis <alistair@alistair23.me>
1111 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1112 S: Maintained
1113 F: hw/ssi/xilinx_*
1115 SD (Secure Card)
1116 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1117 S: Odd Fixes
1118 F: include/hw/sd/sd*
1119 F: hw/sd/core.c
1120 F: hw/sd/sd*
1121 F: tests/sd*
1124 M: Gerd Hoffmann <kraxel@redhat.com>
1125 S: Maintained
1126 F: hw/usb/*
1127 F: tests/usb-*-test.c
1128 F: docs/usb2.txt
1129 F: docs/usb-storage.txt
1130 F: include/hw/usb.h
1131 F: include/hw/usb/
1132 F: default-configs/usb.mak
1134 USB (serial adapter)
1135 M: Gerd Hoffmann <kraxel@redhat.com>
1136 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1137 S: Maintained
1138 F: hw/usb/dev-serial.c
1140 VFIO
1141 M: Alex Williamson <alex.williamson@redhat.com>
1142 S: Supported
1143 F: hw/vfio/*
1144 F: include/hw/vfio/
1146 vfio-ccw
1147 M: Cornelia Huck <cohuck@redhat.com>
1148 S: Supported
1149 F: hw/vfio/ccw.c
1150 F: hw/s390x/s390-ccw.c
1151 F: include/hw/s390x/s390-ccw.h
1152 T: git git://github.com/cohuck/qemu.git s390-next
1153 L: qemu-s390x@nongnu.org
1155 vhost
1156 M: Michael S. Tsirkin <mst@redhat.com>
1157 S: Supported
1158 F: hw/*/*vhost*
1159 F: docs/interop/vhost-user.txt
1161 virtio
1162 M: Michael S. Tsirkin <mst@redhat.com>
1163 S: Supported
1164 F: hw/*/virtio*
1165 F: hw/virtio/Makefile.objs
1166 F: hw/virtio/trace-events
1167 F: net/vhost-user.c
1168 F: include/hw/virtio/
1169 F: tests/virtio-balloon-test.c
1171 virtio-9p
1172 M: Greg Kurz <groug@kaod.org>
1173 S: Supported
1174 F: hw/9pfs/
1175 F: fsdev/
1176 F: tests/virtio-9p-test.c
1177 T: git git://github.com/gkurz/qemu.git 9p-next
1179 virtio-blk
1180 M: Stefan Hajnoczi <stefanha@redhat.com>
1181 L: qemu-block@nongnu.org
1182 S: Supported
1183 F: hw/block/virtio-blk.c
1184 F: hw/block/dataplane/*
1185 F: tests/virtio-blk-test.c
1186 T: git git://github.com/stefanha/qemu.git block
1188 virtio-ccw
1189 M: Cornelia Huck <cohuck@redhat.com>
1190 M: Christian Borntraeger <borntraeger@de.ibm.com>
1191 S: Supported
1192 F: hw/s390x/virtio-ccw.[hc]
1193 T: git git://github.com/cohuck/qemu.git s390-next
1194 T: git git://github.com/borntraeger/qemu.git s390-next
1195 L: qemu-s390x@nongnu.org
1197 virtio-input
1198 M: Gerd Hoffmann <kraxel@redhat.com>
1199 S: Maintained
1200 F: hw/input/virtio-input*.c
1201 F: include/hw/virtio/virtio-input.h
1203 virtio-serial
1204 M: Amit Shah <amit@kernel.org>
1205 S: Supported
1206 F: hw/char/virtio-serial-bus.c
1207 F: hw/char/virtio-console.c
1208 F: include/hw/virtio/virtio-serial.h
1209 F: tests/virtio-console-test.c
1210 F: tests/virtio-serial-test.c
1212 virtio-rng
1213 M: Amit Shah <amit@kernel.org>
1214 S: Supported
1215 F: hw/virtio/virtio-rng.c
1216 F: include/hw/virtio/virtio-rng.h
1217 F: include/sysemu/rng*.h
1218 F: backends/rng*.c
1219 F: tests/virtio-rng-test.c
1221 virtio-crypto
1222 M: Gonglei <arei.gonglei@huawei.com>
1223 S: Supported
1224 F: hw/virtio/virtio-crypto.c
1225 F: hw/virtio/virtio-crypto-pci.c
1226 F: include/hw/virtio/virtio-crypto.h
1228 nvme
1229 M: Keith Busch <keith.busch@intel.com>
1230 L: qemu-block@nongnu.org
1231 S: Supported
1232 F: hw/block/nvme*
1233 F: tests/nvme-test.c
1235 megasas
1236 M: Hannes Reinecke <hare@suse.com>
1237 L: qemu-block@nongnu.org
1238 S: Supported
1239 F: hw/scsi/megasas.c
1240 F: hw/scsi/mfi.h
1241 F: tests/megasas-test.c
1243 Network packet abstractions
1244 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1245 S: Maintained
1246 F: include/net/eth.h
1247 F: net/eth.c
1248 F: hw/net/net_rx_pkt*
1249 F: hw/net/net_tx_pkt*
1251 Vmware
1252 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1253 S: Maintained
1254 F: hw/net/vmxnet*
1255 F: hw/scsi/vmw_pvscsi*
1256 F: tests/vmxnet3-test.c
1258 Rocker
1259 M: Jiri Pirko <jiri@resnulli.us>
1260 S: Maintained
1261 F: hw/net/rocker/
1262 F: tests/rocker/
1263 F: docs/specs/rocker.txt
1265 NVDIMM
1266 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1267 S: Maintained
1268 F: hw/acpi/nvdimm.c
1269 F: hw/mem/nvdimm.c
1270 F: include/hw/mem/nvdimm.h
1272 e1000x
1273 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1274 S: Maintained
1275 F: hw/net/e1000x*
1277 e1000e
1278 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1279 S: Maintained
1280 F: hw/net/e1000e*
1282 eepro100
1283 M: Stefan Weil <sw@weilnetz.de>
1284 S: Maintained
1285 F: hw/net/eepro100.c
1287 Generic Loader
1288 M: Alistair Francis <alistair@alistair23.me>
1289 S: Maintained
1290 F: hw/core/generic-loader.c
1291 F: include/hw/core/generic-loader.h
1292 F: docs/generic-loader.txt
1294 CHRP NVRAM
1295 M: Thomas Huth <thuth@redhat.com>
1296 S: Maintained
1297 F: hw/nvram/chrp_nvram.c
1298 F: include/hw/nvram/chrp_nvram.h
1299 F: tests/prom-env-test.c
1301 VM Generation ID
1302 M: Ben Warren <ben@skyportsystems.com>
1303 S: Maintained
1304 F: hw/acpi/vmgenid.c
1305 F: include/hw/acpi/vmgenid.h
1306 F: docs/specs/vmgenid.txt
1307 F: tests/vmgenid-test.c
1308 F: stubs/vmgenid.c
1310 Unimplemented device
1311 M: Peter Maydell <peter.maydell@linaro.org>
1312 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1313 S: Maintained
1314 F: include/hw/misc/unimp.h
1315 F: hw/misc/unimp.c
1317 Standard VGA
1318 M: Gerd Hoffmann <kraxel@redhat.com>
1319 S: Maintained
1320 F: hw/display/vga*
1321 F: hw/display/bochs-display.c
1322 F: include/hw/display/vga.h
1323 F: include/hw/display/bochs-vbe.h
1325 virtio-gpu
1326 M: Gerd Hoffmann <kraxel@redhat.com>
1327 S: Maintained
1328 F: hw/display/virtio-gpu*
1329 F: hw/display/virtio-vga.c
1330 F: include/hw/virtio/virtio-gpu.h
1332 Cirrus VGA
1333 M: Gerd Hoffmann <kraxel@redhat.com>
1334 S: Odd Fixes
1335 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1336 F: hw/display/cirrus*
1338 Subsystems
1339 ----------
1340 Audio
1341 M: Gerd Hoffmann <kraxel@redhat.com>
1342 S: Maintained
1343 F: audio/
1344 F: hw/audio/
1345 F: include/hw/audio/
1346 F: tests/ac97-test.c
1347 F: tests/es1370-test.c
1348 F: tests/intel-hda-test.c
1350 Block layer core
1351 M: Kevin Wolf <kwolf@redhat.com>
1352 M: Max Reitz <mreitz@redhat.com>
1353 L: qemu-block@nongnu.org
1354 S: Supported
1355 F: block*
1356 F: block/
1357 F: hw/block/
1358 F: include/block/
1359 F: qemu-img*
1360 F: qemu-io*
1361 F: tests/qemu-iotests/
1362 F: util/qemu-progress.c
1363 T: git git://repo.or.cz/qemu/kevin.git block
1365 Block I/O path
1366 M: Stefan Hajnoczi <stefanha@redhat.com>
1367 M: Fam Zheng <famz@redhat.com>
1368 L: qemu-block@nongnu.org
1369 S: Supported
1370 F: util/async.c
1371 F: util/aio-*.c
1372 F: block/io.c
1373 F: migration/block*
1374 F: include/block/aio.h
1375 F: include/block/aio-wait.h
1376 F: scripts/qemugdb/aio.py
1377 T: git git://github.com/stefanha/qemu.git block
1379 Block SCSI subsystem
1380 M: Paolo Bonzini <pbonzini@redhat.com>
1381 R: Fam Zheng <famz@redhat.com>
1382 L: qemu-block@nongnu.org
1383 S: Supported
1384 F: include/scsi/*
1385 F: scsi/*
1387 Block Jobs
1388 M: Jeff Cody <jcody@redhat.com>
1389 L: qemu-block@nongnu.org
1390 S: Supported
1391 F: blockjob.c
1392 F: include/block/blockjob.h
1393 F: job.c
1394 F: job-qmp.c
1395 F: include/block/job.h
1396 F: block/backup.c
1397 F: block/commit.c
1398 F: block/stream.c
1399 F: block/mirror.c
1400 F: qapi/job.json
1401 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1403 Block QAPI, monitor, command line
1404 M: Markus Armbruster <armbru@redhat.com>
1405 S: Supported
1406 F: blockdev.c
1407 F: block/qapi.c
1408 F: qapi/block*.json
1409 F: qapi/transaction.json
1410 T: git git://repo.or.cz/qemu/armbru.git block-next
1412 Dirty Bitmaps
1413 M: Fam Zheng <famz@redhat.com>
1414 M: John Snow <jsnow@redhat.com>
1415 L: qemu-block@nongnu.org
1416 S: Supported
1417 F: util/hbitmap.c
1418 F: block/dirty-bitmap.c
1419 F: include/qemu/hbitmap.h
1420 F: include/block/dirty-bitmap.h
1421 F: tests/test-hbitmap.c
1422 F: docs/interop/bitmaps.rst
1423 T: git git://github.com/famz/qemu.git bitmaps
1424 T: git git://github.com/jnsnow/qemu.git bitmaps
1426 Character device backends
1427 M: Paolo Bonzini <pbonzini@redhat.com>
1428 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1429 S: Maintained
1430 F: chardev/
1431 F: include/chardev/
1432 F: qapi/char.json
1434 Character Devices (Braille)
1435 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1436 S: Maintained
1437 F: chardev/baum.c
1439 Command line option argument parsing
1440 M: Markus Armbruster <armbru@redhat.com>
1441 S: Supported
1442 F: include/qemu/option.h
1443 F: tests/test-keyval.c
1444 F: tests/test-qemu-opts.c
1445 F: util/keyval.c
1446 F: util/qemu-option.c
1448 Coverity model
1449 M: Markus Armbruster <armbru@redhat.com>
1450 S: Supported
1451 F: scripts/coverity-model.c
1454 L: qemu-devel@nongnu.org
1455 S: Supported
1456 F: qom/cpu.c
1457 F: include/qom/cpu.h
1459 Device Tree
1460 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1461 M: Alexander Graf <agraf@suse.de>
1462 S: Maintained
1463 F: device_tree.c
1464 F: include/sysemu/device_tree.h
1466 Dump
1467 S: Supported
1468 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1469 F: dump.c
1470 F: hw/misc/vmcoreinfo.c
1471 F: include/hw/misc/vmcoreinfo.h
1472 F: include/sysemu/dump-arch.h
1473 F: include/sysemu/dump.h
1474 F: scripts/dump-guest-memory.py
1475 F: stubs/dump.c
1477 Error reporting
1478 M: Markus Armbruster <armbru@redhat.com>
1479 S: Supported
1480 F: include/qapi/error.h
1481 F: include/qemu/error-report.h
1482 F: util/error.c
1483 F: util/qemu-error.c
1485 GDB stub
1486 L: qemu-devel@nongnu.org
1487 S: Odd Fixes
1488 F: gdbstub*
1489 F: gdb-xml/
1491 Memory API
1492 M: Paolo Bonzini <pbonzini@redhat.com>
1493 S: Supported
1494 F: include/exec/ioport.h
1495 F: ioport.c
1496 F: include/exec/memory.h
1497 F: include/exec/ram_addr.h
1498 F: memory.c
1499 F: include/exec/memory-internal.h
1500 F: exec.c
1502 SPICE
1503 M: Gerd Hoffmann <kraxel@redhat.com>
1504 S: Supported
1505 F: include/ui/qemu-spice.h
1506 F: include/ui/spice-display.h
1507 F: ui/spice-*.c
1508 F: audio/spiceaudio.c
1509 F: hw/display/qxl*
1510 F: qapi/ui.json
1512 Graphics
1513 M: Gerd Hoffmann <kraxel@redhat.com>
1514 S: Odd Fixes
1515 F: ui/
1516 F: include/ui/
1517 F: qapi/ui.json
1519 Cocoa graphics
1520 M: Peter Maydell <peter.maydell@linaro.org>
1521 S: Odd Fixes
1522 F: ui/cocoa.m
1524 Main loop
1525 M: Paolo Bonzini <pbonzini@redhat.com>
1526 S: Maintained
1527 F: cpus.c
1528 F: util/main-loop.c
1529 F: util/qemu-timer.c
1530 F: vl.c
1531 F: qapi/run-state.json
1533 Human Monitor (HMP)
1534 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1535 S: Maintained
1536 F: monitor.c
1537 F: hmp.[ch]
1538 F: hmp-commands*.hx
1539 F: include/monitor/hmp-target.h
1540 F: tests/test-hmp.c
1542 Network device backends
1543 M: Jason Wang <jasowang@redhat.com>
1544 S: Maintained
1545 F: net/
1546 F: include/net/
1547 T: git git://github.com/jasowang/qemu.git net
1548 F: qapi/net.json
1550 Netmap network backend
1551 M: Luigi Rizzo <rizzo@iet.unipi.it>
1552 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1553 M: Vincenzo Maffione <v.maffione@gmail.com>
1554 W: http://info.iet.unipi.it/~luigi/netmap/
1555 S: Maintained
1556 F: net/netmap.c
1558 NUMA
1559 M: Eduardo Habkost <ehabkost@redhat.com>
1560 S: Maintained
1561 F: numa.c
1562 F: include/sysemu/numa.h
1563 T: git git://github.com/ehabkost/qemu.git machine-next
1565 Host Memory Backends
1566 M: Eduardo Habkost <ehabkost@redhat.com>
1567 M: Igor Mammedov <imammedo@redhat.com>
1568 S: Maintained
1569 F: backends/hostmem*.c
1570 F: include/sysemu/hostmem.h
1571 T: git git://github.com/ehabkost/qemu.git machine-next
1573 Cryptodev Backends
1574 M: Gonglei <arei.gonglei@huawei.com>
1575 S: Maintained
1576 F: include/sysemu/cryptodev*.h
1577 F: backends/cryptodev*.c
1579 Python scripts
1580 M: Eduardo Habkost <ehabkost@redhat.com>
1581 M: Cleber Rosa <crosa@redhat.com>
1582 S: Odd fixes
1583 F: scripts/qmp/*
1584 F: scripts/*.py
1585 F: tests/*.py
1587 QAPI
1588 M: Markus Armbruster <armbru@redhat.com>
1589 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1590 S: Supported
1591 F: qapi/
1592 X: qapi/*.json
1593 F: include/qapi/
1594 X: include/qapi/qmp/
1595 F: include/qapi/qmp/dispatch.h
1596 F: tests/qapi-schema/
1597 F: tests/test-*-visitor.c
1598 F: tests/test-qapi-*.c
1599 F: tests/test-qmp-*.c
1600 F: tests/test-visitor-serialization.c
1601 F: scripts/qapi*
1602 F: docs/devel/qapi*
1603 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1605 QAPI Schema
1606 M: Eric Blake <eblake@redhat.com>
1607 M: Markus Armbruster <armbru@redhat.com>
1608 S: Supported
1609 F: qapi-schema.json
1610 F: qapi/*.json
1611 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1613 QObject
1614 M: Markus Armbruster <armbru@redhat.com>
1615 S: Supported
1616 F: qobject/
1617 F: include/qapi/qmp/
1618 X: include/qapi/qmp/dispatch.h
1619 F: scripts/coccinelle/qobject.cocci
1620 F: tests/check-qdict.c
1621 F: tests/check-qnum.c
1622 F: tests/check-qjson.c
1623 F: tests/check-qlist.c
1624 F: tests/check-qstring.c
1625 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1627 QEMU Guest Agent
1628 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1629 S: Maintained
1630 F: qga/
1631 F: qemu-ga.texi
1632 F: scripts/qemu-guest-agent/
1633 F: tests/test-qga.c
1634 F: docs/interop/qemu-ga-ref.texi
1635 T: git git://github.com/mdroth/qemu.git qga
1638 M: Andreas Färber <afaerber@suse.de>
1639 S: Supported
1640 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1641 F: include/qom/
1642 X: include/qom/cpu.h
1643 F: qom/
1644 X: qom/cpu.c
1645 F: tests/check-qom-interface.c
1646 F: tests/check-qom-proplist.c
1647 F: tests/qom-test.c
1650 M: Markus Armbruster <armbru@redhat.com>
1651 S: Supported
1652 F: qmp.c
1653 F: monitor.c
1654 F: docs/devel/*qmp-*
1655 F: scripts/qmp/
1656 F: tests/qmp-test.c
1657 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1659 Register API
1660 M: Alistair Francis <alistair@alistair23.me>
1661 S: Maintained
1662 F: hw/core/register.c
1663 F: include/hw/register.h
1664 F: include/hw/registerfields.h
1666 SLIRP
1667 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1668 M: Jan Kiszka <jan.kiszka@siemens.com>
1669 S: Maintained
1670 F: slirp/
1671 F: net/slirp.c
1672 F: include/net/slirp.h
1673 T: git git://git.kiszka.org/qemu.git queues/slirp
1675 Stubs
1676 M: Paolo Bonzini <pbonzini@redhat.com>
1677 S: Maintained
1678 F: stubs/
1680 Tracing
1681 M: Stefan Hajnoczi <stefanha@redhat.com>
1682 S: Maintained
1683 F: trace/
1684 F: trace-events
1685 F: qemu-option-trace.texi
1686 F: scripts/tracetool.py
1687 F: scripts/tracetool/
1688 F: docs/devel/tracing.txt
1689 T: git git://github.com/stefanha/qemu.git tracing
1692 M: Stefan Berger <stefanb@linux.vnet.ibm.com>
1693 S: Maintained
1694 F: tpm.c
1695 F: stubs/tpm.c
1696 F: hw/tpm/*
1697 F: include/hw/acpi/tpm.h
1698 F: include/sysemu/tpm*
1699 F: qapi/tpm.json
1700 F: backends/tpm.c
1701 F: tests/*tpm*
1702 T: git git://github.com/stefanberger/qemu-tpm.git tpm-next
1704 Checkpatch
1705 S: Odd Fixes
1706 F: scripts/checkpatch.pl
1708 Migration
1709 M: Juan Quintela <quintela@redhat.com>
1710 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1711 S: Maintained
1712 F: include/migration/
1713 F: migration/
1714 F: scripts/vmstate-static-checker.py
1715 F: tests/vmstate-static-checker-data/
1716 F: tests/migration-test.c
1717 F: docs/devel/migration.txt
1718 F: qapi/migration.json
1720 Seccomp
1721 M: Eduardo Otubo <otubo@redhat.com>
1722 S: Supported
1723 F: qemu-seccomp.c
1724 F: include/sysemu/seccomp.h
1726 Cryptography
1727 M: Daniel P. Berrange <berrange@redhat.com>
1728 S: Maintained
1729 F: crypto/
1730 F: include/crypto/
1731 F: tests/test-crypto-*
1732 F: tests/benchmark-crypto-*
1733 F: qemu.sasl
1735 Coroutines
1736 M: Stefan Hajnoczi <stefanha@redhat.com>
1737 M: Kevin Wolf <kwolf@redhat.com>
1738 F: util/*coroutine*
1739 F: include/qemu/coroutine*
1740 F: tests/test-coroutine.c
1742 Buffers
1743 M: Daniel P. Berrange <berrange@redhat.com>
1744 S: Odd fixes
1745 F: util/buffer.c
1746 F: include/qemu/buffer.h
1748 I/O Channels
1749 M: Daniel P. Berrange <berrange@redhat.com>
1750 S: Maintained
1751 F: io/
1752 F: include/io/
1753 F: tests/test-io-*
1755 Sockets
1756 M: Daniel P. Berrange <berrange@redhat.com>
1757 M: Gerd Hoffmann <kraxel@redhat.com>
1758 M: Paolo Bonzini <pbonzini@redhat.com>
1759 S: Maintained
1760 F: include/qemu/sockets.h
1761 F: util/qemu-sockets.c
1762 F: qapi/sockets.json
1764 Throttling infrastructure
1765 M: Alberto Garcia <berto@igalia.com>
1766 S: Supported
1767 F: block/throttle-groups.c
1768 F: include/block/throttle-groups.h
1769 F: include/qemu/throttle*.h
1770 F: util/throttle.c
1771 F: docs/throttle.txt
1772 F: tests/test-throttle.c
1773 L: qemu-block@nongnu.org
1775 UUID
1776 M: Fam Zheng <famz@redhat.com>
1777 S: Supported
1778 F: util/uuid.c
1779 F: include/qemu/uuid.h
1780 F: tests/test-uuid.c
1782 COLO Framework
1783 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1784 S: Maintained
1785 F: migration/colo*
1786 F: include/migration/colo.h
1787 F: include/migration/failover.h
1788 F: docs/COLO-FT.txt
1790 COLO Proxy
1791 M: Zhang Chen <zhangckid@gmail.com>
1792 M: Li Zhijian <lizhijian@cn.fujitsu.com>
1793 S: Supported
1794 F: docs/colo-proxy.txt
1795 F: net/colo*
1796 F: net/filter-rewriter.c
1797 F: net/filter-mirror.c
1799 Record/replay
1800 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
1801 R: Paolo Bonzini <pbonzini@redhat.com>
1802 W: https://wiki.qemu.org/Features/record-replay
1803 S: Supported
1804 F: replay/*
1805 F: block/blkreplay.c
1806 F: net/filter-replay.c
1807 F: include/sysemu/replay.h
1808 F: docs/replay.txt
1809 F: stubs/replay.c
1811 IOVA Tree
1812 M: Peter Xu <peterx@redhat.com>
1813 S: Maintained
1814 F: include/qemu/iova-tree.h
1815 F: util/iova-tree.c
1817 Usermode Emulation
1818 ------------------
1819 Overall
1820 M: Riku Voipio <riku.voipio@iki.fi>
1821 S: Maintained
1822 F: thunk.c
1823 F: accel/tcg/user-exec*.c
1825 BSD user
1826 S: Orphan
1827 F: bsd-user/
1828 F: default-configs/*-bsd-user.mak
1830 Linux user
1831 M: Riku Voipio <riku.voipio@iki.fi>
1832 R: Laurent Vivier <laurent@vivier.eu>
1833 S: Maintained
1834 F: linux-user/
1835 F: default-configs/*-linux-user.mak
1836 F: scripts/qemu-binfmt-conf.sh
1838 Tiny Code Generator (TCG)
1839 -------------------------
1840 Common code
1841 M: Richard Henderson <rth@twiddle.net>
1842 S: Maintained
1843 F: tcg/
1845 AArch64 target
1846 M: Claudio Fontana <claudio.fontana@huawei.com>
1847 M: Claudio Fontana <claudio.fontana@gmail.com>
1848 S: Maintained
1849 L: qemu-arm@nongnu.org
1850 F: tcg/aarch64/
1851 F: disas/arm-a64.cc
1852 F: disas/libvixl/
1854 ARM target
1855 M: Andrzej Zaborowski <balrogg@gmail.com>
1856 S: Maintained
1857 L: qemu-arm@nongnu.org
1858 F: tcg/arm/
1859 F: disas/arm.c
1861 i386 target
1862 L: qemu-devel@nongnu.org
1863 S: Maintained
1864 F: tcg/i386/
1865 F: disas/i386.c
1867 MIPS target
1868 M: Aurelien Jarno <aurelien@aurel32.net>
1869 S: Maintained
1870 F: tcg/mips/
1871 F: disas/mips.c
1874 M: Richard Henderson <rth@twiddle.net>
1875 S: Odd Fixes
1876 F: tcg/ppc/
1877 F: disas/ppc.c
1879 S390 target
1880 M: Alexander Graf <agraf@suse.de>
1881 M: Richard Henderson <rth@twiddle.net>
1882 S: Maintained
1883 F: tcg/s390/
1884 F: disas/s390.c
1885 L: qemu-s390x@nongnu.org
1887 SPARC target
1888 S: Odd Fixes
1889 F: tcg/sparc/
1890 F: disas/sparc.c
1892 TCI target
1893 M: Stefan Weil <sw@weilnetz.de>
1894 S: Maintained
1895 F: tcg/tci/
1896 F: tcg/tci.c
1897 F: disas/tci.c
1899 Block drivers
1900 -------------
1901 VMDK
1902 M: Fam Zheng <famz@redhat.com>
1903 L: qemu-block@nongnu.org
1904 S: Supported
1905 F: block/vmdk.c
1908 M: Josh Durgin <jdurgin@redhat.com>
1909 M: Jeff Cody <jcody@redhat.com>
1910 L: qemu-block@nongnu.org
1911 S: Supported
1912 F: block/rbd.c
1913 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1915 Sheepdog
1916 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1917 M: Liu Yuan <namei.unix@gmail.com>
1918 M: Jeff Cody <jcody@redhat.com>
1919 L: qemu-block@nongnu.org
1920 L: sheepdog@lists.wpkg.org
1921 S: Supported
1922 F: block/sheepdog.c
1923 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1925 VHDX
1926 M: Jeff Cody <jcody@redhat.com>
1927 L: qemu-block@nongnu.org
1928 S: Supported
1929 F: block/vhdx*
1930 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1933 M: Stefan Weil <sw@weilnetz.de>
1934 L: qemu-block@nongnu.org
1935 S: Maintained
1936 F: block/vdi.c
1938 iSCSI
1939 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1940 M: Paolo Bonzini <pbonzini@redhat.com>
1941 M: Peter Lieven <pl@kamp.de>
1942 L: qemu-block@nongnu.org
1943 S: Supported
1944 F: block/iscsi.c
1945 F: block/iscsi-opts.c
1947 Network Block Device (NBD)
1948 M: Eric Blake <eblake@redhat.com>
1949 M: Paolo Bonzini <pbonzini@redhat.com>
1950 L: qemu-block@nongnu.org
1951 S: Maintained
1952 F: block/nbd*
1953 F: nbd/
1954 F: include/block/nbd*
1955 F: qemu-nbd.*
1956 F: blockdev-nbd.c
1957 T: git git://repo.or.cz/qemu/ericb.git nbd
1960 M: Jeff Cody <jcody@redhat.com>
1961 M: Peter Lieven <pl@kamp.de>
1962 L: qemu-block@nongnu.org
1963 S: Maintained
1964 F: block/nfs.c
1965 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1968 M: Richard W.M. Jones <rjones@redhat.com>
1969 M: Jeff Cody <jcody@redhat.com>
1970 L: qemu-block@nongnu.org
1971 S: Supported
1972 F: block/ssh.c
1973 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1975 CURL
1976 M: Jeff Cody <jcody@redhat.com>
1977 L: qemu-block@nongnu.org
1978 S: Supported
1979 F: block/curl.c
1980 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1982 GLUSTER
1983 M: Jeff Cody <jcody@redhat.com>
1984 L: qemu-block@nongnu.org
1985 S: Supported
1986 F: block/gluster.c
1987 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1989 Null Block Driver
1990 M: Fam Zheng <famz@redhat.com>
1991 L: qemu-block@nongnu.org
1992 S: Supported
1993 F: block/null.c
1995 NVMe Block Driver
1996 M: Fam Zheng <famz@redhat.com>
1997 L: qemu-block@nongnu.org
1998 S: Supported
1999 F: block/nvme*
2001 Bootdevice
2002 M: Gonglei <arei.gonglei@huawei.com>
2003 S: Maintained
2004 F: bootdevice.c
2006 Quorum
2007 M: Alberto Garcia <berto@igalia.com>
2008 S: Supported
2009 F: block/quorum.c
2010 L: qemu-block@nongnu.org
2012 blkverify
2013 M: Stefan Hajnoczi <stefanha@redhat.com>
2014 L: qemu-block@nongnu.org
2015 S: Supported
2016 F: block/blkverify.c
2018 bochs
2019 M: Stefan Hajnoczi <stefanha@redhat.com>
2020 L: qemu-block@nongnu.org
2021 S: Supported
2022 F: block/bochs.c
2024 cloop
2025 M: Stefan Hajnoczi <stefanha@redhat.com>
2026 L: qemu-block@nongnu.org
2027 S: Supported
2028 F: block/cloop.c
2031 M: Stefan Hajnoczi <stefanha@redhat.com>
2032 L: qemu-block@nongnu.org
2033 S: Supported
2034 F: block/dmg.c
2036 parallels
2037 M: Stefan Hajnoczi <stefanha@redhat.com>
2038 M: Denis V. Lunev <den@openvz.org>
2039 L: qemu-block@nongnu.org
2040 S: Supported
2041 F: block/parallels.c
2042 F: docs/interop/parallels.txt
2045 M: Stefan Hajnoczi <stefanha@redhat.com>
2046 L: qemu-block@nongnu.org
2047 S: Supported
2048 F: block/qed.c
2051 M: Kevin Wolf <kwolf@redhat.com>
2052 L: qemu-block@nongnu.org
2053 S: Supported
2054 F: block/linux-aio.c
2055 F: include/block/raw-aio.h
2056 F: block/raw-format.c
2057 F: block/file-posix.c
2058 F: block/file-win32.c
2059 F: block/win32-aio.c
2061 qcow2
2062 M: Kevin Wolf <kwolf@redhat.com>
2063 M: Max Reitz <mreitz@redhat.com>
2064 L: qemu-block@nongnu.org
2065 S: Supported
2066 F: block/qcow2*
2067 F: docs/interop/qcow2.txt
2069 qcow
2070 M: Kevin Wolf <kwolf@redhat.com>
2071 L: qemu-block@nongnu.org
2072 S: Supported
2073 F: block/qcow.c
2075 blkdebug
2076 M: Kevin Wolf <kwolf@redhat.com>
2077 M: Max Reitz <mreitz@redhat.com>
2078 L: qemu-block@nongnu.org
2079 S: Supported
2080 F: block/blkdebug.c
2083 M: Kevin Wolf <kwolf@redhat.com>
2084 L: qemu-block@nongnu.org
2085 S: Supported
2086 F: block/vpc.c
2088 vvfat
2089 M: Kevin Wolf <kwolf@redhat.com>
2090 L: qemu-block@nongnu.org
2091 S: Supported
2092 F: block/vvfat.c
2094 Image format fuzzer
2095 M: Stefan Hajnoczi <stefanha@redhat.com>
2096 L: qemu-block@nongnu.org
2097 S: Supported
2098 F: tests/image-fuzzer/
2100 Replication
2101 M: Wen Congyang <wencongyang2@huawei.com>
2102 M: Xie Changlong <xiechanglong.d@gmail.com>
2103 S: Supported
2104 F: replication*
2105 F: block/replication.c
2106 F: tests/test-replication.c
2107 F: docs/block-replication.txt
2109 PVRDMA
2110 M: Yuval Shaia <yuval.shaia@oracle.com>
2111 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2112 S: Maintained
2113 F: hw/rdma/*
2114 F: hw/rdma/vmw/*
2115 F: docs/pvrdma.txt
2117 Build and test automation
2118 -------------------------
2119 Build and test automation
2120 M: Alex Bennée <alex.bennee@linaro.org>
2121 M: Fam Zheng <famz@redhat.com>
2122 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2123 L: qemu-devel@nongnu.org
2124 S: Maintained
2125 F: .travis.yml
2126 F: .shippable.yml
2127 F: tests/docker/
2128 F: tests/vm/
2129 W: https://travis-ci.org/qemu/qemu
2130 W: https://app.shippable.com/github/qemu/qemu
2131 W: http://patchew.org/QEMU/
2133 Documentation
2134 -------------
2135 Build system architecture
2136 M: Daniel P. Berrange <berrange@redhat.com>
2137 S: Odd Fixes
2138 F: docs/devel/build-system.txt
2140 Build System
2141 ------------
2142 GIT submodules
2143 M: Daniel P. Berrange <berrange@redhat.com>
2144 S: Odd Fixes
2145 F: scripts/git-submodule.sh