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