X-Git-Url: https://repo.jachan.dev/qemu.git/blobdiff_plain/f62ab6bb8f6fce73ca70ea8e6e785ef002a05359..4c241cf5d6ca06c682e033cf8b327b63b1f4b784:/MAINTAINERS diff --git a/MAINTAINERS b/MAINTAINERS index be79f68f46..ef2ec58a94 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12,6 +12,8 @@ consult qemu-devel and not any specific individual privately. Descriptions of section entries: M: Mail patches to: FullName + R: Designated reviewer: FullName + These reviewers should be CCed on patches. L: Mailing list that is relevant to this area W: Web-page with status/info Q: Patchwork web based patch tracking system site @@ -196,8 +198,8 @@ F: hw/nios2/ F: disas/nios2.c OpenRISC -M: Jia Liu -S: Maintained +M: Stafford Horne +S: Odd Fixes F: target/openrisc/ F: hw/openrisc/ F: tests/tcg/openrisc/ @@ -327,6 +329,7 @@ L: xen-devel@lists.xenproject.org S: Supported F: xen-* F: */xen* +F: hw/9pfs/xen-9p-backend.c F: hw/char/xen_console.c F: hw/display/xenfb.c F: hw/net/xen_nic.c @@ -351,6 +354,12 @@ L: qemu-devel@nongnu.org S: Maintained F: *posix* +NETBSD +L: qemu-devel@nongnu.org +M: Kamil Rytarowski +S: Maintained +K: (?i)NetBSD + W32, W64 L: qemu-devel@nongnu.org M: Stefan Weil @@ -600,15 +609,28 @@ S: Maintained F: hw/mips/mips_malta.c Mipssim -L: qemu-devel@nongnu.org -S: Orphan +M: Yongbok Kim +S: Odd Fixes F: hw/mips/mips_mipssim.c +F: hw/net/mipsnet.c R4000 M: Aurelien Jarno S: Maintained F: hw/mips/mips_r4k.c +Fulong 2E +M: Yongbok Kim +S: Odd Fixes +F: hw/mips/mips_fulong2e.c + +Boston +M: Paul Burton +S: Maintained +F: hw/core/loader-fit.c +F: hw/mips/boston.c +F: hw/pci-host/xilinx-pcie.c + OpenRISC Machines ----------------- or1k-sim @@ -632,7 +654,6 @@ F: hw/ppc/ppc440_bamboo.c e500 M: Alexander Graf -M: Scott Wood L: qemu-ppc@nongnu.org S: Supported F: hw/ppc/e500.[hc] @@ -643,7 +664,6 @@ F: pc-bios/u-boot.e500 mpc8544ds M: Alexander Graf -M: Scott Wood L: qemu-ppc@nongnu.org S: Supported F: hw/ppc/mpc8544ds.c @@ -908,6 +928,8 @@ F: hw/acpi/* F: hw/smbios/* F: hw/i386/acpi-build.[hc] F: hw/arm/virt-acpi-build.c +F: tests/bios-tables-test.c +F: tests/acpi-utils.[hc] ppc4xx M: Alexander Graf @@ -918,7 +940,6 @@ F: include/hw/ppc/ppc4xx.h ppce500 M: Alexander Graf -M: Scott Wood L: qemu-ppc@nongnu.org S: Supported F: hw/ppc/e500* @@ -1122,6 +1143,15 @@ F: hw/nvram/chrp_nvram.c F: include/hw/nvram/chrp_nvram.h F: tests/prom-env-test.c +VM Generation ID +M: Ben Warren +S: Maintained +F: hw/acpi/vmgenid.c +F: include/hw/acpi/vmgenid.h +F: docs/specs/vmgenid.txt +F: tests/vmgenid-test.c +F: stubs/vmgenid.c + Subsystems ---------- Audio @@ -1146,6 +1176,7 @@ F: include/block/ F: qemu-img* F: qemu-io* F: tests/qemu-iotests/ +F: util/qemu-progress.c T: git git://repo.or.cz/qemu/kevin.git block Block I/O path @@ -1153,8 +1184,8 @@ M: Stefan Hajnoczi M: Fam Zheng L: qemu-block@nongnu.org S: Supported -F: async.c -F: aio-*.c +F: util/async.c +F: util/aio-*.c F: block/io.c F: migration/block* F: include/block/aio.h @@ -1207,6 +1238,15 @@ M: Samuel Thibault S: Maintained F: backends/baum.c +Command line option argument parsing +M: Markus Armbruster +S: Supported +F: include/qemu/option.h +F: tests/test-keyval.c +F: tests/test-qemu-opts.c +F: util/keyval.c +F: util/qemu-option.c + Coverity model M: Markus Armbruster S: Supported @@ -1274,8 +1314,8 @@ Main loop M: Paolo Bonzini S: Maintained F: cpus.c -F: main-loop.c -F: qemu-timer.c +F: util/main-loop.c +F: util/qemu-timer.c F: vl.c Human Monitor (HMP) @@ -1341,7 +1381,9 @@ X: include/qapi/qmp/ F: include/qapi/qmp/dispatch.h F: tests/qapi-schema/ F: tests/test-*-visitor.c +F: tests/test-qapi-*.c F: tests/test-qmp-*.c +F: tests/test-visitor-serialization.c F: scripts/qapi* F: docs/qapi* T: git git://repo.or.cz/qemu/armbru.git qapi-next @@ -1360,6 +1402,7 @@ S: Supported F: qobject/ F: include/qapi/qmp/ X: include/qapi/qmp/dispatch.h +F: scripts/coccinelle/qobject.cocci F: tests/check-qdict.c F: tests/check-qfloat.c F: tests/check-qint.c @@ -1393,6 +1436,7 @@ F: qmp.c F: monitor.c F: docs/*qmp-* F: scripts/qmp/ +F: tests/qmp-test.c T: git git://repo.or.cz/qemu/armbru.git qapi-next Register API @@ -1450,6 +1494,7 @@ S: Maintained F: crypto/ F: include/crypto/ F: tests/test-crypto-* +F: qemu.sasl Coroutines M: Stefan Hajnoczi @@ -1512,6 +1557,18 @@ F: net/colo* F: net/filter-rewriter.c F: net/filter-mirror.c +Record/replay +M: Pavel Dovgalyuk +R: Paolo Bonzini +W: http://wiki.qemu.org/Features/record-replay +S: Supported +F: replay/* +F: block/blkreplay.c +F: net/filter-replay.c +F: include/sysemu/replay.h +F: docs/replay.txt +F: stubs/replay.c + Usermode Emulation ------------------ Overall @@ -1528,6 +1585,7 @@ F: default-configs/*-bsd-user.mak Linux user M: Riku Voipio +R: Laurent Vivier S: Maintained F: linux-user/ F: default-configs/*-linux-user.mak @@ -1662,14 +1720,6 @@ S: Supported F: block/ssh.c T: git git://github.com/codyprime/qemu-kvm-jtc.git block -ARCHIPELAGO -M: Chrysostomos Nanakos -M: Jeff Cody -L: qemu-block@nongnu.org -S: Maintained -F: block/archipelago.c -T: git git://github.com/codyprime/qemu-kvm-jtc.git block - CURL M: Jeff Cody L: qemu-block@nongnu.org @@ -1789,8 +1839,8 @@ S: Supported F: tests/image-fuzzer/ Replication -M: Wen Congyang -M: Changlong Xie +M: Wen Congyang +M: Xie Changlong S: Supported F: replication* F: block/replication.c