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