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