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