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