X-Git-Url: https://repo.jachan.dev/qemu.git/blobdiff_plain/e26082fd0be51bb32daec39b0279f337d8ebb510..c8e829b7bf6e1c84af8b4b13ee7fce2959c63e0e:/MAINTAINERS diff --git a/MAINTAINERS b/MAINTAINERS index 65358426b3..d72d6e37d0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -51,6 +51,7 @@ Descriptions of section entries: General Project Administration ------------------------------ M: Anthony Liguori +M: Peter Maydell Responsible Disclosure, Reporting Security Issues ------------------------------ @@ -61,11 +62,23 @@ L: secalert@redhat.com Guest CPU cores (TCG): ---------------------- +Overall +L: qemu-devel@nongnu.org +S: Odd fixes +F: cpu-exec.c +F: cputlb.c +F: softmmu_template.h +F: translate-all.c +F: include/exec/cpu_ldst.h +F: include/exec/cpu_ldst_template.h +F: include/exec/helper*.h + Alpha M: Richard Henderson S: Maintained F: target-alpha/ F: hw/alpha/ +F: tests/tcg/alpha/ ARM M: Peter Maydell @@ -79,6 +92,7 @@ M: Edgar E. Iglesias S: Maintained F: target-cris/ F: hw/cris/ +F: tests/tcg/cris/ LM32 M: Michael Walle @@ -86,6 +100,7 @@ S: Maintained F: target-lm32/ F: hw/lm32/ F: hw/char/lm32_* +F: tests/tcg/lm32/ M68K S: Orphan @@ -100,9 +115,11 @@ F: hw/microblaze/ MIPS M: Aurelien Jarno -S: Odd Fixes +M: Leon Alrae +S: Maintained F: target-mips/ F: hw/mips/ +F: tests/tcg/mips/ Moxie M: Anthony Green @@ -114,6 +131,7 @@ M: Jia Liu S: Maintained F: target-openrisc/ F: hw/openrisc/ +F: tests/tcg/openrisc/ PowerPC M: Alexander Graf @@ -149,7 +167,8 @@ F: target-unicore32/ F: hw/unicore32/ X86 -M: qemu-devel@nongnu.org +M: Paolo Bonzini +M: Richard Henderson S: Odd Fixes F: target-i386/ F: hw/i386/ @@ -160,6 +179,7 @@ W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa S: Maintained F: target-xtensa/ F: hw/xtensa/ +F: tests/tcg/xtensa/ TriCore M: Bastian Koppelmann @@ -203,6 +223,7 @@ F: hw/intc/s390_flic_kvm.c F: include/hw/s390x/s390_flic.h X86 +M: Paolo Bonzini M: Marcelo Tosatti L: kvm@vger.kernel.org S: Supported @@ -268,7 +289,7 @@ F: include/hw/arm/digic.h F: hw/*/digic* Gumstix -M: qemu-devel@nongnu.org +L: qemu-devel@nongnu.org S: Orphan F: hw/arm/gumstix.c @@ -284,7 +305,7 @@ S: Maintained F: hw/arm/integratorcp.c Mainstone -M: qemu-devel@nongnu.org +L: qemu-devel@nongnu.org S: Orphan F: hw/arm/mainstone.c @@ -390,7 +411,7 @@ S: Maintained F: hw/mips/mips_malta.c Mipssim -M: qemu-devel@nongnu.org +L: qemu-devel@nongnu.org S: Orphan F: hw/mips/mips_mipssim.c @@ -562,12 +583,13 @@ Xtensa Machines sim M: Max Filippov S: Maintained -F: hw/xtensa/xtensa_sim.c +F: hw/xtensa/sim.c -Avnet LX60 +XTFPGA (LX60, LX200, ML605, KC705) M: Max Filippov S: Maintained -F: hw/xtensa/xtensa_lx60.c +F: hw/xtensa/xtfpga.c +F: hw/net/opencores_eth.c Devices ------- @@ -674,6 +696,14 @@ M: Amit Shah S: Supported F: hw/char/virtio-serial-bus.c F: hw/char/virtio-console.c +F: include/hw/virtio/virtio-serial.h + +virtio-rng +M: Amit Shah +S: Supported +F: hw/virtio/virtio-rng.c +F: include/hw/virtio/virtio-rng.h +F: backends/rng*.c nvme M: Keith Busch @@ -716,11 +746,15 @@ Block M: Kevin Wolf M: Stefan Hajnoczi S: Supported +F: async.c +F: aio-*.c F: block* F: block/ F: hw/block/ F: qemu-img* F: qemu-io* +F: tests/image-fuzzer/ +F: tests/qemu-iotests/ T: git git://repo.or.cz/qemu/kevin.git block T: git git://github.com/stefanha/qemu.git block @@ -757,7 +791,7 @@ S: Maintained F: device_tree.[ch] GDB stub -M: qemu-devel@nongnu.org +L: qemu-devel@nongnu.org S: Odd Fixes F: gdbstub* F: gdb-xml/ @@ -837,6 +871,7 @@ M: Luiz Capitulino M: Michael Roth S: Maintained F: qapi/ +F: tests/qapi-schema/ T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp QAPI Schema @@ -847,6 +882,18 @@ S: Supported F: qapi-schema.json T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp +QObject +M: Luiz Capitulino +S: Maintained +F: qobject/ +T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp + +QEMU Guest Agent +M: Michael Roth +S: Maintained +F: qga/ +T: git git://github.com/mdroth/qemu.git qga + QOM M: Anthony Liguori M: Andreas Färber @@ -887,6 +934,17 @@ M: Blue Swirl S: Odd Fixes F: scripts/checkpatch.pl +Migration +M: Juan Quintela +M: Amit Shah +S: Maintained +F: include/migration/ +F: migration/ +F: savevm.c +F: arch_init.c +F: scripts/vmstate-static-checker.py +F: tests/vmstate-static-checker-data/ + Seccomp M: Eduardo Otubo S: Supported @@ -895,6 +953,12 @@ F: include/sysemu/seccomp.h Usermode Emulation ------------------ +Overall +M: Riku Voipio +S: Maintained +F: thunk.c +F: user-exec.c + BSD user M: Blue Swirl S: Maintained @@ -908,7 +972,6 @@ F: linux-user/ Tiny Code Generator (TCG) ------------------------- Common code -M: qemu-devel@nongnu.org M: Richard Henderson S: Maintained F: tcg/ @@ -925,7 +988,7 @@ S: Maintained F: tcg/arm/ i386 target -M: qemu-devel@nongnu.org +L: qemu-devel@nongnu.org S: Maintained F: tcg/i386/ @@ -1040,3 +1103,8 @@ M: Chrysostomos Nanakos M: Chrysostomos Nanakos S: Maintained F: block/archipelago.c + +Bootdevice +M: Gonglei +S: Maintained +F: bootdevice.c