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