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