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