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