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