]> git.proxmox.com Git - mirror_qemu.git/blob - MAINTAINERS
hw/isa: Move parallel_hds_isa_init() to hw/char/parallel-isa.c
[mirror_qemu.git] / MAINTAINERS
1 QEMU Maintainers
2 ================
3
4 The intention of this file is not to establish who owns what portions of the
5 code base, but to provide a set of names that developers can consult when they
6 have a question about a particular subset and also to provide a set of names
7 to be CC'd when submitting a patch to obtain appropriate review.
8
9 In general, if you have a question about inclusion of a patch, you should
10 consult qemu-devel and not any specific individual privately.
11
12 Descriptions of section entries:
13
14 M: Mail patches to: FullName <address@domain>
15 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.[hc]
780 F: hw/dma/i82374.c
781 F: hw/timer/m48t59-isa.c
782 F: include/hw/timer/m48t59.h
783 F: pc-bios/ppc_rom.bin
784
785 sPAPR
786 M: David Gibson <david@gibson.dropbear.id.au>
787 M: Alexander Graf <agraf@suse.de>
788 L: qemu-ppc@nongnu.org
789 S: Supported
790 F: hw/*/spapr*
791 F: include/hw/*/spapr*
792 F: hw/*/xics*
793 F: include/hw/*/xics*
794 F: pc-bios/spapr-rtas/*
795 F: pc-bios/spapr-rtas.bin
796 F: pc-bios/slof.bin
797 F: pc-bios/skiboot.lid
798 F: docs/specs/ppc-spapr-hcalls.txt
799 F: docs/specs/ppc-spapr-hotplug.txt
800 F: tests/spapr*
801 F: tests/libqos/*spapr*
802 F: tests/rtas*
803 F: tests/libqos/rtas*
804
805 virtex_ml507
806 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
807 L: qemu-ppc@nongnu.org
808 S: Odd Fixes
809 F: hw/ppc/virtex_ml507.c
810
811 sam460ex
812 M: BALATON Zoltan <balaton@eik.bme.hu>
813 L: qemu-ppc@nongnu.org
814 S: Maintained
815 F: hw/ide/sii3112.c
816
817 SH4 Machines
818 ------------
819 R2D
820 M: Magnus Damm <magnus.damm@gmail.com>
821 S: Maintained
822 F: hw/sh4/r2d.c
823 F: hw/intc/sh_intc.c
824 F: hw/timer/sh_timer.c
825
826 Shix
827 M: Magnus Damm <magnus.damm@gmail.com>
828 S: Odd Fixes
829 F: hw/sh4/shix.c
830
831 SPARC Machines
832 --------------
833 Sun4m
834 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
835 S: Maintained
836 F: hw/sparc/sun4m.c
837 F: hw/dma/sparc32_dma.c
838 F: hw/dma/sun4m_iommu.c
839 F: hw/misc/eccmemctl.c
840 F: hw/misc/slavio_misc.c
841 F: include/hw/sparc/sparc32_dma.h
842 F: include/hw/sparc/sun4m.h
843 F: pc-bios/openbios-sparc32
844
845 Sun4u
846 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
847 S: Maintained
848 F: hw/sparc64/sun4u.c
849 F: pc-bios/openbios-sparc64
850
851 Sun4v
852 M: Artyom Tarasenko <atar4qemu@gmail.com>
853 S: Maintained
854 F: hw/sparc64/niagara.c
855 F: hw/timer/sun4v-rtc.c
856 F: include/hw/timer/sun4v-rtc.h
857
858 Leon3
859 M: Fabien Chouteau <chouteau@adacore.com>
860 S: Maintained
861 F: hw/sparc/leon3.c
862 F: hw/*/grlib*
863 F: include/hw/sparc/grlib.h
864
865 S390 Machines
866 -------------
867 S390 Virtio-ccw
868 M: Cornelia Huck <cohuck@redhat.com>
869 M: Christian Borntraeger <borntraeger@de.ibm.com>
870 M: Alexander Graf <agraf@suse.de>
871 S: Supported
872 F: hw/char/sclp*.[hc]
873 F: hw/char/terminal3270.c
874 F: hw/s390x/
875 F: include/hw/s390x/
876 F: hw/watchdog/wdt_diag288.c
877 F: include/hw/watchdog/wdt_diag288.h
878 F: default-configs/s390x-softmmu.mak
879 T: git git://github.com/cohuck/qemu.git s390-next
880 T: git git://github.com/borntraeger/qemu.git s390-next
881 L: qemu-s390x@nongnu.org
882
883 S390-ccw Bios
884 M: Christian Borntraeger <borntraeger@de.ibm.com>
885 M: Thomas Huth <thuth@redhat.com>
886 S: Supported
887 F: pc-bios/s390-ccw/
888 F: pc-bios/s390-ccw.img
889 T: git git://github.com/borntraeger/qemu.git s390-next
890 L: qemu-s390x@nongnu.org
891
892 UniCore32 Machines
893 -------------
894 PKUnity-3 SoC initramfs-with-busybox
895 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
896 S: Maintained
897 F: hw/*/puv3*
898 F: hw/unicore32/
899
900 X86 Machines
901 ------------
902 PC
903 M: Michael S. Tsirkin <mst@redhat.com>
904 M: Marcel Apfelbaum <marcel@redhat.com>
905 S: Supported
906 F: include/hw/i386/
907 F: hw/i386/
908 F: hw/pci-host/piix.c
909 F: hw/pci-host/q35.c
910 F: hw/pci-host/pam.c
911 F: include/hw/pci-host/q35.h
912 F: include/hw/pci-host/pam.h
913 F: hw/isa/piix4.c
914 F: hw/isa/lpc_ich9.c
915 F: hw/i2c/smbus_ich9.c
916 F: hw/acpi/piix4.c
917 F: hw/acpi/ich9.c
918 F: include/hw/acpi/ich9.h
919 F: include/hw/acpi/piix4.h
920 F: hw/misc/sga.c
921
922 PC Chipset
923 M: Michael S. Tsirkin <mst@redhat.com>
924 M: Paolo Bonzini <pbonzini@redhat.com>
925 S: Supported
926 F: hw/char/debugcon.c
927 F: hw/char/parallel*
928 F: hw/char/serial*
929 F: hw/dma/i8257*
930 F: hw/i2c/pm_smbus.c
931 F: hw/input/pckbd.c
932 F: hw/intc/apic*
933 F: hw/intc/ioapic*
934 F: hw/intc/i8259*
935 F: hw/misc/debugexit.c
936 F: hw/misc/pc-testdev.c
937 F: hw/timer/hpet*
938 F: hw/timer/i8254*
939 F: hw/timer/mc146818rtc*
940 F: hw/watchdog/wdt_ib700.c
941 F: include/hw/display/vga.h
942 F: include/hw/char/parallel.h
943 F: include/hw/i2c/pm_smbus.h
944 F: include/hw/isa/i8257.h
945 F: include/hw/timer/hpet.h
946 F: include/hw/timer/i8254*
947 F: include/hw/timer/mc146818rtc*
948
949 Machine core
950 M: Eduardo Habkost <ehabkost@redhat.com>
951 M: Marcel Apfelbaum <marcel@redhat.com>
952 S: Supported
953 F: hw/core/machine.c
954 F: hw/core/null-machine.c
955 F: include/hw/boards.h
956 T: git git://github.com/ehabkost/qemu.git machine-next
957
958 Xtensa Machines
959 ---------------
960 sim
961 M: Max Filippov <jcmvbkbc@gmail.com>
962 S: Maintained
963 F: hw/xtensa/sim.c
964
965 XTFPGA (LX60, LX200, ML605, KC705)
966 M: Max Filippov <jcmvbkbc@gmail.com>
967 S: Maintained
968 F: hw/xtensa/xtfpga.c
969 F: hw/net/opencores_eth.c
970
971 Devices
972 -------
973 EDU
974 M: Jiri Slaby <jslaby@suse.cz>
975 S: Maintained
976 F: hw/misc/edu.c
977
978 IDE
979 M: John Snow <jsnow@redhat.com>
980 L: qemu-block@nongnu.org
981 S: Supported
982 F: include/hw/ide.h
983 F: include/hw/ide/
984 F: hw/ide/
985 F: hw/block/block.c
986 F: hw/block/cdrom.c
987 F: hw/block/hd-geometry.c
988 F: tests/ide-test.c
989 F: tests/ahci-test.c
990 F: tests/libqos/ahci*
991 T: git git://github.com/jnsnow/qemu.git ide
992
993 IPMI
994 M: Corey Minyard <minyard@acm.org>
995 S: Maintained
996 F: include/hw/ipmi/*
997 F: hw/ipmi/*
998 F: hw/smbios/smbios_type_38.c
999 F: tests/ipmi*
1000 T: git git://github.com/cminyard/qemu.git master-ipmi-rebase
1001
1002 Floppy
1003 M: John Snow <jsnow@redhat.com>
1004 L: qemu-block@nongnu.org
1005 S: Supported
1006 F: hw/block/fdc.c
1007 F: include/hw/block/fdc.h
1008 F: tests/fdc-test.c
1009 T: git git://github.com/jnsnow/qemu.git ide
1010
1011 OMAP
1012 M: Peter Maydell <peter.maydell@linaro.org>
1013 S: Maintained
1014 F: hw/*/omap*
1015 F: include/hw/arm/omap.h
1016
1017 IPack
1018 M: Alberto Garcia <berto@igalia.com>
1019 S: Odd Fixes
1020 F: hw/char/ipoctal232.c
1021 F: hw/ipack/
1022
1023 PCI
1024 M: Michael S. Tsirkin <mst@redhat.com>
1025 M: Marcel Apfelbaum <marcel@redhat.com>
1026 S: Supported
1027 F: include/hw/pci/*
1028 F: hw/misc/pci-testdev.c
1029 F: hw/pci/*
1030 F: hw/pci-bridge/*
1031 F: docs/pci*
1032 F: docs/specs/*pci*
1033 F: default-configs/pci.mak
1034
1035 ACPI/SMBIOS
1036 M: Michael S. Tsirkin <mst@redhat.com>
1037 M: Igor Mammedov <imammedo@redhat.com>
1038 S: Supported
1039 F: include/hw/acpi/*
1040 F: include/hw/smbios/*
1041 F: hw/mem/*
1042 F: hw/acpi/*
1043 F: hw/smbios/*
1044 F: hw/i386/acpi-build.[hc]
1045 F: hw/arm/virt-acpi-build.c
1046 F: tests/bios-tables-test.c
1047 F: tests/acpi-utils.[hc]
1048
1049 ppc4xx
1050 M: Alexander Graf <agraf@suse.de>
1051 L: qemu-ppc@nongnu.org
1052 S: Odd Fixes
1053 F: hw/ppc/ppc4*.c
1054 F: hw/i2c/ppc4xx_i2c.c
1055 F: include/hw/ppc/ppc4xx.h
1056 F: include/hw/i2c/ppc4xx_i2c.h
1057
1058 ppce500
1059 M: Alexander Graf <agraf@suse.de>
1060 L: qemu-ppc@nongnu.org
1061 S: Supported
1062 F: hw/ppc/e500*
1063 F: hw/pci-host/ppce500.c
1064 F: hw/net/fsl_etsec/
1065
1066 Character devices
1067 M: Paolo Bonzini <pbonzini@redhat.com>
1068 S: Odd Fixes
1069 F: hw/char/
1070
1071 Network devices
1072 M: Jason Wang <jasowang@redhat.com>
1073 S: Odd Fixes
1074 F: hw/net/
1075 F: include/hw/net/
1076 F: tests/virtio-net-test.c
1077 T: git git://github.com/jasowang/qemu.git net
1078
1079 SCSI
1080 M: Paolo Bonzini <pbonzini@redhat.com>
1081 R: Fam Zheng <famz@redhat.com>
1082 S: Supported
1083 F: include/hw/scsi/*
1084 F: hw/scsi/*
1085 F: tests/virtio-scsi-test.c
1086 T: git git://github.com/bonzini/qemu.git scsi-next
1087
1088 SSI
1089 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1090 M: Alistair Francis <alistair@alistair23.me>
1091 S: Maintained
1092 F: hw/ssi/*
1093 F: hw/block/m25p80.c
1094 F: include/hw/ssi/ssi.h
1095 X: hw/ssi/xilinx_*
1096 F: tests/m25p80-test.c
1097
1098 Xilinx SPI
1099 M: Alistair Francis <alistair@alistair23.me>
1100 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1101 S: Maintained
1102 F: hw/ssi/xilinx_*
1103
1104 SD (Secure Card)
1105 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1106 S: Odd Fixes
1107 F: include/hw/sd/sd*
1108 F: hw/sd/core.c
1109 F: hw/sd/sd*
1110 F: tests/sd*
1111
1112 USB
1113 M: Gerd Hoffmann <kraxel@redhat.com>
1114 S: Maintained
1115 F: hw/usb/*
1116 F: tests/usb-*-test.c
1117 F: docs/usb2.txt
1118 F: docs/usb-storage.txt
1119 F: include/hw/usb.h
1120 F: include/hw/usb/
1121 F: default-configs/usb.mak
1122
1123 USB (serial adapter)
1124 M: Gerd Hoffmann <kraxel@redhat.com>
1125 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1126 S: Maintained
1127 F: hw/usb/dev-serial.c
1128
1129 VFIO
1130 M: Alex Williamson <alex.williamson@redhat.com>
1131 S: Supported
1132 F: hw/vfio/*
1133 F: include/hw/vfio/
1134
1135 vfio-ccw
1136 M: Cornelia Huck <cohuck@redhat.com>
1137 S: Supported
1138 F: hw/vfio/ccw.c
1139 F: hw/s390x/s390-ccw.c
1140 F: include/hw/s390x/s390-ccw.h
1141 T: git git://github.com/cohuck/qemu.git s390-next
1142 L: qemu-s390x@nongnu.org
1143
1144 vhost
1145 M: Michael S. Tsirkin <mst@redhat.com>
1146 S: Supported
1147 F: hw/*/*vhost*
1148 F: docs/interop/vhost-user.txt
1149
1150 virtio
1151 M: Michael S. Tsirkin <mst@redhat.com>
1152 S: Supported
1153 F: hw/*/virtio*
1154 F: hw/virtio/Makefile.objs
1155 F: hw/virtio/trace-events
1156 F: net/vhost-user.c
1157 F: include/hw/virtio/
1158 F: tests/virtio-balloon-test.c
1159
1160 virtio-9p
1161 M: Greg Kurz <groug@kaod.org>
1162 S: Supported
1163 F: hw/9pfs/
1164 F: fsdev/
1165 F: tests/virtio-9p-test.c
1166 T: git git://github.com/gkurz/qemu.git 9p-next
1167
1168 virtio-blk
1169 M: Stefan Hajnoczi <stefanha@redhat.com>
1170 L: qemu-block@nongnu.org
1171 S: Supported
1172 F: hw/block/virtio-blk.c
1173 F: hw/block/dataplane/*
1174 F: tests/virtio-blk-test.c
1175 T: git git://github.com/stefanha/qemu.git block
1176
1177 virtio-ccw
1178 M: Cornelia Huck <cohuck@redhat.com>
1179 M: Christian Borntraeger <borntraeger@de.ibm.com>
1180 S: Supported
1181 F: hw/s390x/virtio-ccw.[hc]
1182 T: git git://github.com/cohuck/qemu.git s390-next
1183 T: git git://github.com/borntraeger/qemu.git s390-next
1184 L: qemu-s390x@nongnu.org
1185
1186 virtio-input
1187 M: Gerd Hoffmann <kraxel@redhat.com>
1188 S: Maintained
1189 F: hw/input/virtio-input*.c
1190 F: include/hw/virtio/virtio-input.h
1191
1192 virtio-serial
1193 M: Amit Shah <amit@kernel.org>
1194 S: Supported
1195 F: hw/char/virtio-serial-bus.c
1196 F: hw/char/virtio-console.c
1197 F: include/hw/virtio/virtio-serial.h
1198 F: tests/virtio-console-test.c
1199 F: tests/virtio-serial-test.c
1200
1201 virtio-rng
1202 M: Amit Shah <amit@kernel.org>
1203 S: Supported
1204 F: hw/virtio/virtio-rng.c
1205 F: include/hw/virtio/virtio-rng.h
1206 F: include/sysemu/rng*.h
1207 F: backends/rng*.c
1208 F: tests/virtio-rng-test.c
1209
1210 virtio-crypto
1211 M: Gonglei <arei.gonglei@huawei.com>
1212 S: Supported
1213 F: hw/virtio/virtio-crypto.c
1214 F: hw/virtio/virtio-crypto-pci.c
1215 F: include/hw/virtio/virtio-crypto.h
1216
1217 nvme
1218 M: Keith Busch <keith.busch@intel.com>
1219 L: qemu-block@nongnu.org
1220 S: Supported
1221 F: hw/block/nvme*
1222 F: tests/nvme-test.c
1223
1224 megasas
1225 M: Hannes Reinecke <hare@suse.com>
1226 L: qemu-block@nongnu.org
1227 S: Supported
1228 F: hw/scsi/megasas.c
1229 F: hw/scsi/mfi.h
1230 F: tests/megasas-test.c
1231
1232 Network packet abstractions
1233 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1234 S: Maintained
1235 F: include/net/eth.h
1236 F: net/eth.c
1237 F: hw/net/net_rx_pkt*
1238 F: hw/net/net_tx_pkt*
1239
1240 Vmware
1241 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1242 S: Maintained
1243 F: hw/net/vmxnet*
1244 F: hw/scsi/vmw_pvscsi*
1245 F: tests/vmxnet3-test.c
1246
1247 Rocker
1248 M: Jiri Pirko <jiri@resnulli.us>
1249 S: Maintained
1250 F: hw/net/rocker/
1251 F: tests/rocker/
1252 F: docs/specs/rocker.txt
1253
1254 NVDIMM
1255 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1256 S: Maintained
1257 F: hw/acpi/nvdimm.c
1258 F: hw/mem/nvdimm.c
1259 F: include/hw/mem/nvdimm.h
1260
1261 e1000x
1262 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1263 S: Maintained
1264 F: hw/net/e1000x*
1265
1266 e1000e
1267 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1268 S: Maintained
1269 F: hw/net/e1000e*
1270
1271 eepro100
1272 M: Stefan Weil <sw@weilnetz.de>
1273 S: Maintained
1274 F: hw/net/eepro100.c
1275
1276 Generic Loader
1277 M: Alistair Francis <alistair@alistair23.me>
1278 S: Maintained
1279 F: hw/core/generic-loader.c
1280 F: include/hw/core/generic-loader.h
1281 F: docs/generic-loader.txt
1282
1283 CHRP NVRAM
1284 M: Thomas Huth <thuth@redhat.com>
1285 S: Maintained
1286 F: hw/nvram/chrp_nvram.c
1287 F: include/hw/nvram/chrp_nvram.h
1288 F: tests/prom-env-test.c
1289
1290 VM Generation ID
1291 M: Ben Warren <ben@skyportsystems.com>
1292 S: Maintained
1293 F: hw/acpi/vmgenid.c
1294 F: include/hw/acpi/vmgenid.h
1295 F: docs/specs/vmgenid.txt
1296 F: tests/vmgenid-test.c
1297 F: stubs/vmgenid.c
1298
1299 Unimplemented device
1300 M: Peter Maydell <peter.maydell@linaro.org>
1301 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1302 S: Maintained
1303 F: include/hw/misc/unimp.h
1304 F: hw/misc/unimp.c
1305
1306 Subsystems
1307 ----------
1308 Audio
1309 M: Gerd Hoffmann <kraxel@redhat.com>
1310 S: Maintained
1311 F: audio/
1312 F: hw/audio/
1313 F: include/hw/audio/
1314 F: tests/ac97-test.c
1315 F: tests/es1370-test.c
1316 F: tests/intel-hda-test.c
1317
1318 Block layer core
1319 M: Kevin Wolf <kwolf@redhat.com>
1320 M: Max Reitz <mreitz@redhat.com>
1321 L: qemu-block@nongnu.org
1322 S: Supported
1323 F: block*
1324 F: block/
1325 F: hw/block/
1326 F: include/block/
1327 F: qemu-img*
1328 F: qemu-io*
1329 F: tests/qemu-iotests/
1330 F: util/qemu-progress.c
1331 T: git git://repo.or.cz/qemu/kevin.git block
1332
1333 Block I/O path
1334 M: Stefan Hajnoczi <stefanha@redhat.com>
1335 M: Fam Zheng <famz@redhat.com>
1336 L: qemu-block@nongnu.org
1337 S: Supported
1338 F: util/async.c
1339 F: util/aio-*.c
1340 F: block/io.c
1341 F: migration/block*
1342 F: include/block/aio.h
1343 F: scripts/qemugdb/aio.py
1344 T: git git://github.com/stefanha/qemu.git block
1345
1346 Block SCSI subsystem
1347 M: Paolo Bonzini <pbonzini@redhat.com>
1348 R: Fam Zheng <famz@redhat.com>
1349 L: qemu-block@nongnu.org
1350 S: Supported
1351 F: include/scsi/*
1352 F: scsi/*
1353
1354 Block Jobs
1355 M: Jeff Cody <jcody@redhat.com>
1356 L: qemu-block@nongnu.org
1357 S: Supported
1358 F: blockjob.c
1359 F: include/block/blockjob.h
1360 F: block/backup.c
1361 F: block/commit.c
1362 F: block/stream.c
1363 F: block/mirror.c
1364 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1365
1366 Block QAPI, monitor, command line
1367 M: Markus Armbruster <armbru@redhat.com>
1368 S: Supported
1369 F: blockdev.c
1370 F: block/qapi.c
1371 F: qapi/block*.json
1372 F: qapi/transaction.json
1373 T: git git://repo.or.cz/qemu/armbru.git block-next
1374
1375 Dirty Bitmaps
1376 M: Fam Zheng <famz@redhat.com>
1377 M: John Snow <jsnow@redhat.com>
1378 L: qemu-block@nongnu.org
1379 S: Supported
1380 F: util/hbitmap.c
1381 F: block/dirty-bitmap.c
1382 F: include/qemu/hbitmap.h
1383 F: include/block/dirty-bitmap.h
1384 F: tests/test-hbitmap.c
1385 F: docs/interop/bitmaps.rst
1386 T: git git://github.com/famz/qemu.git bitmaps
1387 T: git git://github.com/jnsnow/qemu.git bitmaps
1388
1389 Character device backends
1390 M: Paolo Bonzini <pbonzini@redhat.com>
1391 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1392 S: Maintained
1393 F: chardev/
1394 F: include/chardev/
1395 F: qapi/char.json
1396
1397 Character Devices (Braille)
1398 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1399 S: Maintained
1400 F: chardev/baum.c
1401
1402 Command line option argument parsing
1403 M: Markus Armbruster <armbru@redhat.com>
1404 S: Supported
1405 F: include/qemu/option.h
1406 F: tests/test-keyval.c
1407 F: tests/test-qemu-opts.c
1408 F: util/keyval.c
1409 F: util/qemu-option.c
1410
1411 Coverity model
1412 M: Markus Armbruster <armbru@redhat.com>
1413 S: Supported
1414 F: scripts/coverity-model.c
1415
1416 CPU
1417 L: qemu-devel@nongnu.org
1418 S: Supported
1419 F: qom/cpu.c
1420 F: include/qom/cpu.h
1421
1422 Device Tree
1423 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1424 M: Alexander Graf <agraf@suse.de>
1425 S: Maintained
1426 F: device_tree.c
1427 F: include/sysemu/device_tree.h
1428
1429 Dump
1430 S: Supported
1431 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1432 F: dump.c
1433 F: hw/misc/vmcoreinfo.c
1434 F: include/hw/misc/vmcoreinfo.h
1435 F: include/sysemu/dump-arch.h
1436 F: include/sysemu/dump.h
1437 F: scripts/dump-guest-memory.py
1438 F: stubs/dump.c
1439
1440 Error reporting
1441 M: Markus Armbruster <armbru@redhat.com>
1442 S: Supported
1443 F: include/qapi/error.h
1444 F: include/qemu/error-report.h
1445 F: util/error.c
1446 F: util/qemu-error.c
1447
1448 GDB stub
1449 L: qemu-devel@nongnu.org
1450 S: Odd Fixes
1451 F: gdbstub*
1452 F: gdb-xml/
1453
1454 Memory API
1455 M: Paolo Bonzini <pbonzini@redhat.com>
1456 S: Supported
1457 F: include/exec/ioport.h
1458 F: ioport.c
1459 F: include/exec/memory.h
1460 F: include/exec/ram_addr.h
1461 F: memory.c
1462 F: include/exec/memory-internal.h
1463 F: exec.c
1464
1465 SPICE
1466 M: Gerd Hoffmann <kraxel@redhat.com>
1467 S: Supported
1468 F: include/ui/qemu-spice.h
1469 F: include/ui/spice-display.h
1470 F: ui/spice-*.c
1471 F: audio/spiceaudio.c
1472 F: hw/display/qxl*
1473 F: qapi/ui.json
1474
1475 Graphics
1476 M: Gerd Hoffmann <kraxel@redhat.com>
1477 S: Odd Fixes
1478 F: ui/
1479 F: include/ui/
1480 F: qapi/ui.json
1481
1482 Cocoa graphics
1483 M: Peter Maydell <peter.maydell@linaro.org>
1484 S: Odd Fixes
1485 F: ui/cocoa.m
1486
1487 Main loop
1488 M: Paolo Bonzini <pbonzini@redhat.com>
1489 S: Maintained
1490 F: cpus.c
1491 F: util/main-loop.c
1492 F: util/qemu-timer.c
1493 F: vl.c
1494 F: qapi/run-state.json
1495
1496 Human Monitor (HMP)
1497 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1498 S: Maintained
1499 F: monitor.c
1500 F: hmp.[ch]
1501 F: hmp-commands*.hx
1502 F: include/monitor/hmp-target.h
1503 F: tests/test-hmp.c
1504
1505 Network device backends
1506 M: Jason Wang <jasowang@redhat.com>
1507 S: Maintained
1508 F: net/
1509 F: include/net/
1510 T: git git://github.com/jasowang/qemu.git net
1511 F: qapi/net.json
1512
1513 Netmap network backend
1514 M: Luigi Rizzo <rizzo@iet.unipi.it>
1515 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1516 M: Vincenzo Maffione <v.maffione@gmail.com>
1517 W: http://info.iet.unipi.it/~luigi/netmap/
1518 S: Maintained
1519 F: net/netmap.c
1520
1521 NUMA
1522 M: Eduardo Habkost <ehabkost@redhat.com>
1523 S: Maintained
1524 F: numa.c
1525 F: include/sysemu/numa.h
1526 T: git git://github.com/ehabkost/qemu.git machine-next
1527
1528 Host Memory Backends
1529 M: Eduardo Habkost <ehabkost@redhat.com>
1530 M: Igor Mammedov <imammedo@redhat.com>
1531 S: Maintained
1532 F: backends/hostmem*.c
1533 F: include/sysemu/hostmem.h
1534 T: git git://github.com/ehabkost/qemu.git machine-next
1535
1536 Cryptodev Backends
1537 M: Gonglei <arei.gonglei@huawei.com>
1538 S: Maintained
1539 F: include/sysemu/cryptodev*.h
1540 F: backends/cryptodev*.c
1541
1542 Python scripts
1543 M: Eduardo Habkost <ehabkost@redhat.com>
1544 M: Cleber Rosa <crosa@redhat.com>
1545 S: Odd fixes
1546 F: scripts/qmp/*
1547 F: scripts/*.py
1548 F: tests/*.py
1549
1550 QAPI
1551 M: Markus Armbruster <armbru@redhat.com>
1552 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1553 S: Supported
1554 F: qapi/
1555 X: qapi/*.json
1556 F: include/qapi/
1557 X: include/qapi/qmp/
1558 F: include/qapi/qmp/dispatch.h
1559 F: tests/qapi-schema/
1560 F: tests/test-*-visitor.c
1561 F: tests/test-qapi-*.c
1562 F: tests/test-qmp-*.c
1563 F: tests/test-visitor-serialization.c
1564 F: scripts/qapi*
1565 F: docs/devel/qapi*
1566 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1567
1568 QAPI Schema
1569 M: Eric Blake <eblake@redhat.com>
1570 M: Markus Armbruster <armbru@redhat.com>
1571 S: Supported
1572 F: qapi-schema.json
1573 F: qapi/*.json
1574 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1575
1576 QObject
1577 M: Markus Armbruster <armbru@redhat.com>
1578 S: Supported
1579 F: qobject/
1580 F: include/qapi/qmp/
1581 X: include/qapi/qmp/dispatch.h
1582 F: scripts/coccinelle/qobject.cocci
1583 F: tests/check-qdict.c
1584 F: tests/check-qnum.c
1585 F: tests/check-qjson.c
1586 F: tests/check-qlist.c
1587 F: tests/check-qstring.c
1588 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1589
1590 QEMU Guest Agent
1591 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1592 S: Maintained
1593 F: qga/
1594 F: qemu-ga.texi
1595 F: scripts/qemu-guest-agent/
1596 F: tests/test-qga.c
1597 F: docs/interop/qemu-ga-ref.texi
1598 T: git git://github.com/mdroth/qemu.git qga
1599
1600 QOM
1601 M: Andreas Färber <afaerber@suse.de>
1602 S: Supported
1603 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1604 F: include/qom/
1605 X: include/qom/cpu.h
1606 F: qom/
1607 X: qom/cpu.c
1608 F: tests/check-qom-interface.c
1609 F: tests/check-qom-proplist.c
1610 F: tests/qom-test.c
1611
1612 QMP
1613 M: Markus Armbruster <armbru@redhat.com>
1614 S: Supported
1615 F: qmp.c
1616 F: monitor.c
1617 F: docs/devel/*qmp-*
1618 F: scripts/qmp/
1619 F: tests/qmp-test.c
1620 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1621
1622 Register API
1623 M: Alistair Francis <alistair@alistair23.me>
1624 S: Maintained
1625 F: hw/core/register.c
1626 F: include/hw/register.h
1627 F: include/hw/registerfields.h
1628
1629 SLIRP
1630 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1631 M: Jan Kiszka <jan.kiszka@siemens.com>
1632 S: Maintained
1633 F: slirp/
1634 F: net/slirp.c
1635 F: include/net/slirp.h
1636 T: git git://git.kiszka.org/qemu.git queues/slirp
1637
1638 Stubs
1639 M: Paolo Bonzini <pbonzini@redhat.com>
1640 S: Maintained
1641 F: stubs/
1642
1643 Tracing
1644 M: Stefan Hajnoczi <stefanha@redhat.com>
1645 S: Maintained
1646 F: trace/
1647 F: scripts/tracetool.py
1648 F: scripts/tracetool/
1649 F: docs/devel/tracing.txt
1650 T: git git://github.com/stefanha/qemu.git tracing
1651
1652 TPM
1653 M: Stefan Berger <stefanb@linux.vnet.ibm.com>
1654 S: Maintained
1655 F: tpm.c
1656 F: stubs/tpm.c
1657 F: hw/tpm/*
1658 F: include/hw/acpi/tpm.h
1659 F: include/sysemu/tpm*
1660 F: qapi/tpm.json
1661 F: backends/tpm.c
1662 F: tests/*tpm*
1663 T: git git://github.com/stefanberger/qemu-tpm.git tpm-next
1664
1665 Checkpatch
1666 S: Odd Fixes
1667 F: scripts/checkpatch.pl
1668
1669 Migration
1670 M: Juan Quintela <quintela@redhat.com>
1671 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1672 S: Maintained
1673 F: include/migration/
1674 F: migration/
1675 F: scripts/vmstate-static-checker.py
1676 F: tests/vmstate-static-checker-data/
1677 F: tests/migration-test.c
1678 F: docs/devel/migration.txt
1679 F: qapi/migration.json
1680
1681 Seccomp
1682 M: Eduardo Otubo <otubo@redhat.com>
1683 S: Supported
1684 F: qemu-seccomp.c
1685 F: include/sysemu/seccomp.h
1686
1687 Cryptography
1688 M: Daniel P. Berrange <berrange@redhat.com>
1689 S: Maintained
1690 F: crypto/
1691 F: include/crypto/
1692 F: tests/test-crypto-*
1693 F: tests/benchmark-crypto-*
1694 F: qemu.sasl
1695
1696 Coroutines
1697 M: Stefan Hajnoczi <stefanha@redhat.com>
1698 M: Kevin Wolf <kwolf@redhat.com>
1699 F: util/*coroutine*
1700 F: include/qemu/coroutine*
1701 F: tests/test-coroutine.c
1702
1703 Buffers
1704 M: Daniel P. Berrange <berrange@redhat.com>
1705 S: Odd fixes
1706 F: util/buffer.c
1707 F: include/qemu/buffer.h
1708
1709 I/O Channels
1710 M: Daniel P. Berrange <berrange@redhat.com>
1711 S: Maintained
1712 F: io/
1713 F: include/io/
1714 F: tests/test-io-*
1715
1716 Sockets
1717 M: Daniel P. Berrange <berrange@redhat.com>
1718 M: Gerd Hoffmann <kraxel@redhat.com>
1719 M: Paolo Bonzini <pbonzini@redhat.com>
1720 S: Maintained
1721 F: include/qemu/sockets.h
1722 F: util/qemu-sockets.c
1723 F: qapi/sockets.json
1724
1725 Throttling infrastructure
1726 M: Alberto Garcia <berto@igalia.com>
1727 S: Supported
1728 F: block/throttle-groups.c
1729 F: include/block/throttle-groups.h
1730 F: include/qemu/throttle*.h
1731 F: util/throttle.c
1732 F: docs/throttle.txt
1733 F: tests/test-throttle.c
1734 L: qemu-block@nongnu.org
1735
1736 UUID
1737 M: Fam Zheng <famz@redhat.com>
1738 S: Supported
1739 F: util/uuid.c
1740 F: include/qemu/uuid.h
1741 F: tests/test-uuid.c
1742
1743 COLO Framework
1744 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1745 S: Maintained
1746 F: migration/colo*
1747 F: include/migration/colo.h
1748 F: include/migration/failover.h
1749 F: docs/COLO-FT.txt
1750
1751 COLO Proxy
1752 M: Zhang Chen <zhangckid@gmail.com>
1753 M: Li Zhijian <lizhijian@cn.fujitsu.com>
1754 S: Supported
1755 F: docs/colo-proxy.txt
1756 F: net/colo*
1757 F: net/filter-rewriter.c
1758 F: net/filter-mirror.c
1759
1760 Record/replay
1761 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
1762 R: Paolo Bonzini <pbonzini@redhat.com>
1763 W: https://wiki.qemu.org/Features/record-replay
1764 S: Supported
1765 F: replay/*
1766 F: block/blkreplay.c
1767 F: net/filter-replay.c
1768 F: include/sysemu/replay.h
1769 F: docs/replay.txt
1770 F: stubs/replay.c
1771
1772 Usermode Emulation
1773 ------------------
1774 Overall
1775 M: Riku Voipio <riku.voipio@iki.fi>
1776 S: Maintained
1777 F: thunk.c
1778 F: accel/tcg/user-exec*.c
1779
1780 BSD user
1781 S: Orphan
1782 F: bsd-user/
1783 F: default-configs/*-bsd-user.mak
1784
1785 Linux user
1786 M: Riku Voipio <riku.voipio@iki.fi>
1787 R: Laurent Vivier <laurent@vivier.eu>
1788 S: Maintained
1789 F: linux-user/
1790 F: default-configs/*-linux-user.mak
1791 F: scripts/qemu-binfmt-conf.sh
1792
1793 Tiny Code Generator (TCG)
1794 -------------------------
1795 Common code
1796 M: Richard Henderson <rth@twiddle.net>
1797 S: Maintained
1798 F: tcg/
1799
1800 AArch64 target
1801 M: Claudio Fontana <claudio.fontana@huawei.com>
1802 M: Claudio Fontana <claudio.fontana@gmail.com>
1803 S: Maintained
1804 L: qemu-arm@nongnu.org
1805 F: tcg/aarch64/
1806 F: disas/arm-a64.cc
1807 F: disas/libvixl/
1808
1809 ARM target
1810 M: Andrzej Zaborowski <balrogg@gmail.com>
1811 S: Maintained
1812 L: qemu-arm@nongnu.org
1813 F: tcg/arm/
1814 F: disas/arm.c
1815
1816 i386 target
1817 L: qemu-devel@nongnu.org
1818 S: Maintained
1819 F: tcg/i386/
1820 F: disas/i386.c
1821
1822 MIPS target
1823 M: Aurelien Jarno <aurelien@aurel32.net>
1824 S: Maintained
1825 F: tcg/mips/
1826 F: disas/mips.c
1827
1828 PPC
1829 M: Richard Henderson <rth@twiddle.net>
1830 S: Odd Fixes
1831 F: tcg/ppc/
1832 F: disas/ppc.c
1833
1834 S390 target
1835 M: Alexander Graf <agraf@suse.de>
1836 M: Richard Henderson <rth@twiddle.net>
1837 S: Maintained
1838 F: tcg/s390/
1839 F: disas/s390.c
1840 L: qemu-s390x@nongnu.org
1841
1842 SPARC target
1843 S: Odd Fixes
1844 F: tcg/sparc/
1845 F: disas/sparc.c
1846
1847 TCI target
1848 M: Stefan Weil <sw@weilnetz.de>
1849 S: Maintained
1850 F: tcg/tci/
1851 F: tcg/tci.c
1852 F: disas/tci.c
1853
1854 Block drivers
1855 -------------
1856 VMDK
1857 M: Fam Zheng <famz@redhat.com>
1858 L: qemu-block@nongnu.org
1859 S: Supported
1860 F: block/vmdk.c
1861
1862 RBD
1863 M: Josh Durgin <jdurgin@redhat.com>
1864 M: Jeff Cody <jcody@redhat.com>
1865 L: qemu-block@nongnu.org
1866 S: Supported
1867 F: block/rbd.c
1868 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1869
1870 Sheepdog
1871 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1872 M: Liu Yuan <namei.unix@gmail.com>
1873 M: Jeff Cody <jcody@redhat.com>
1874 L: qemu-block@nongnu.org
1875 L: sheepdog@lists.wpkg.org
1876 S: Supported
1877 F: block/sheepdog.c
1878 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1879
1880 VHDX
1881 M: Jeff Cody <jcody@redhat.com>
1882 L: qemu-block@nongnu.org
1883 S: Supported
1884 F: block/vhdx*
1885 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1886
1887 VDI
1888 M: Stefan Weil <sw@weilnetz.de>
1889 L: qemu-block@nongnu.org
1890 S: Maintained
1891 F: block/vdi.c
1892
1893 iSCSI
1894 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1895 M: Paolo Bonzini <pbonzini@redhat.com>
1896 M: Peter Lieven <pl@kamp.de>
1897 L: qemu-block@nongnu.org
1898 S: Supported
1899 F: block/iscsi.c
1900 F: block/iscsi-opts.c
1901
1902 Network Block Device (NBD)
1903 M: Eric Blake <eblake@redhat.com>
1904 M: Paolo Bonzini <pbonzini@redhat.com>
1905 L: qemu-block@nongnu.org
1906 S: Maintained
1907 F: block/nbd*
1908 F: nbd/
1909 F: include/block/nbd*
1910 F: qemu-nbd.*
1911 F: blockdev-nbd.c
1912 T: git git://repo.or.cz/qemu/ericb.git nbd
1913
1914 NFS
1915 M: Jeff Cody <jcody@redhat.com>
1916 M: Peter Lieven <pl@kamp.de>
1917 L: qemu-block@nongnu.org
1918 S: Maintained
1919 F: block/nfs.c
1920 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1921
1922 SSH
1923 M: Richard W.M. Jones <rjones@redhat.com>
1924 M: Jeff Cody <jcody@redhat.com>
1925 L: qemu-block@nongnu.org
1926 S: Supported
1927 F: block/ssh.c
1928 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1929
1930 CURL
1931 M: Jeff Cody <jcody@redhat.com>
1932 L: qemu-block@nongnu.org
1933 S: Supported
1934 F: block/curl.c
1935 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1936
1937 GLUSTER
1938 M: Jeff Cody <jcody@redhat.com>
1939 L: qemu-block@nongnu.org
1940 S: Supported
1941 F: block/gluster.c
1942 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1943
1944 Null Block Driver
1945 M: Fam Zheng <famz@redhat.com>
1946 L: qemu-block@nongnu.org
1947 S: Supported
1948 F: block/null.c
1949
1950 NVMe Block Driver
1951 M: Fam Zheng <famz@redhat.com>
1952 L: qemu-block@nongnu.org
1953 S: Supported
1954 F: block/nvme*
1955
1956 Bootdevice
1957 M: Gonglei <arei.gonglei@huawei.com>
1958 S: Maintained
1959 F: bootdevice.c
1960
1961 Quorum
1962 M: Alberto Garcia <berto@igalia.com>
1963 S: Supported
1964 F: block/quorum.c
1965 L: qemu-block@nongnu.org
1966
1967 blkverify
1968 M: Stefan Hajnoczi <stefanha@redhat.com>
1969 L: qemu-block@nongnu.org
1970 S: Supported
1971 F: block/blkverify.c
1972
1973 bochs
1974 M: Stefan Hajnoczi <stefanha@redhat.com>
1975 L: qemu-block@nongnu.org
1976 S: Supported
1977 F: block/bochs.c
1978
1979 cloop
1980 M: Stefan Hajnoczi <stefanha@redhat.com>
1981 L: qemu-block@nongnu.org
1982 S: Supported
1983 F: block/cloop.c
1984
1985 dmg
1986 M: Stefan Hajnoczi <stefanha@redhat.com>
1987 L: qemu-block@nongnu.org
1988 S: Supported
1989 F: block/dmg.c
1990
1991 parallels
1992 M: Stefan Hajnoczi <stefanha@redhat.com>
1993 M: Denis V. Lunev <den@openvz.org>
1994 L: qemu-block@nongnu.org
1995 S: Supported
1996 F: block/parallels.c
1997 F: docs/interop/parallels.txt
1998
1999 qed
2000 M: Stefan Hajnoczi <stefanha@redhat.com>
2001 L: qemu-block@nongnu.org
2002 S: Supported
2003 F: block/qed.c
2004
2005 raw
2006 M: Kevin Wolf <kwolf@redhat.com>
2007 L: qemu-block@nongnu.org
2008 S: Supported
2009 F: block/linux-aio.c
2010 F: include/block/raw-aio.h
2011 F: block/raw-format.c
2012 F: block/file-posix.c
2013 F: block/file-win32.c
2014 F: block/win32-aio.c
2015
2016 qcow2
2017 M: Kevin Wolf <kwolf@redhat.com>
2018 M: Max Reitz <mreitz@redhat.com>
2019 L: qemu-block@nongnu.org
2020 S: Supported
2021 F: block/qcow2*
2022 F: docs/interop/qcow2.txt
2023
2024 qcow
2025 M: Kevin Wolf <kwolf@redhat.com>
2026 L: qemu-block@nongnu.org
2027 S: Supported
2028 F: block/qcow.c
2029
2030 blkdebug
2031 M: Kevin Wolf <kwolf@redhat.com>
2032 M: Max Reitz <mreitz@redhat.com>
2033 L: qemu-block@nongnu.org
2034 S: Supported
2035 F: block/blkdebug.c
2036
2037 vpc
2038 M: Kevin Wolf <kwolf@redhat.com>
2039 L: qemu-block@nongnu.org
2040 S: Supported
2041 F: block/vpc.c
2042
2043 vvfat
2044 M: Kevin Wolf <kwolf@redhat.com>
2045 L: qemu-block@nongnu.org
2046 S: Supported
2047 F: block/vvfat.c
2048
2049 Image format fuzzer
2050 M: Stefan Hajnoczi <stefanha@redhat.com>
2051 L: qemu-block@nongnu.org
2052 S: Supported
2053 F: tests/image-fuzzer/
2054
2055 Replication
2056 M: Wen Congyang <wencongyang2@huawei.com>
2057 M: Xie Changlong <xiechanglong.d@gmail.com>
2058 S: Supported
2059 F: replication*
2060 F: block/replication.c
2061 F: tests/test-replication.c
2062 F: docs/block-replication.txt
2063
2064 PVRDMA
2065 M: Yuval Shaia <yuval.shaia@oracle.com>
2066 M: Marcel Apfelbaum <marcel@redhat.com>
2067 S: Maintained
2068 F: hw/rdma/*
2069 F: hw/rdma/vmw/*
2070 F: docs/pvrdma.txt
2071
2072 Build and test automation
2073 -------------------------
2074 Build and test automation
2075 M: Alex Bennée <alex.bennee@linaro.org>
2076 M: Fam Zheng <famz@redhat.com>
2077 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2078 L: qemu-devel@nongnu.org
2079 S: Maintained
2080 F: .travis.yml
2081 F: .shippable.yml
2082 F: tests/docker/
2083 F: tests/vm/
2084 W: https://travis-ci.org/qemu/qemu
2085 W: https://app.shippable.com/github/qemu/qemu
2086 W: http://patchew.org/QEMU/
2087
2088 Documentation
2089 -------------
2090 Build system architecture
2091 M: Daniel P. Berrange <berrange@redhat.com>
2092 S: Odd Fixes
2093 F: docs/devel/build-system.txt
2094
2095 Build System
2096 ------------
2097 GIT submodules
2098 M: Daniel P. Berrange <berrange@redhat.com>
2099 S: Odd Fixes
2100 F: scripts/git-submodule.sh