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