]> Git Repo - qemu.git/blobdiff - MAINTAINERS
opencores_eth: flush queue whenever can_receive can go from false to true
[qemu.git] / MAINTAINERS
index 09c5148cdd7429c4870361105ba1c79f465b792b..026ea4f021819d97f6036668470519f93d0984e7 100644 (file)
@@ -50,8 +50,7 @@ Descriptions of section entries:
 
 General Project Administration
 ------------------------------
-M: Anthony Liguori <[email protected]>
-M: Paul Brook <[email protected]>
+M: Anthony Liguori <[email protected]>
 
 Guest CPU cores (TCG):
 ----------------------
@@ -62,7 +61,6 @@ F: target-alpha/
 F: hw/alpha/
 
 ARM
-M: Paul Brook <[email protected]>
 M: Peter Maydell <[email protected]>
 S: Maintained
 F: target-arm/
@@ -83,8 +81,7 @@ F: hw/lm32/
 F: hw/char/lm32_*
 
 M68K
-M: Paul Brook <[email protected]>
-S: Odd Fixes
+S: Orphan
 F: target-m68k/
 F: hw/m68k/
 
@@ -222,6 +219,13 @@ F: *win32*
 
 ARM Machines
 ------------
+Allwinner-a10
+M: Li Guang <[email protected]>
+S: Maintained
+F: hw/*/allwinner-a10*
+F: include/hw/*/allwinner-a10*
+F: hw/arm/cubieboard.c
+
 Exynos
 M: Evgeny Voevodin <[email protected]>
 M: Maksim Kozlov <[email protected]>
@@ -236,6 +240,12 @@ S: Supported
 F: hw/arm/highbank.c
 F: hw/net/xgmac.c
 
+Canon DIGIC
+M: Antony Pavlov <[email protected]>
+S: Maintained
+F: include/hw/arm/digic.h
+F: hw/*/digic*
+
 Gumstix
 S: Orphan
@@ -248,7 +258,6 @@ F: hw/*/imx*
 F: hw/arm/kzm.c
 
 Integrator CP
-M: Paul Brook <[email protected]>
 M: Peter Maydell <[email protected]>
 S: Maintained
 F: hw/arm/integratorcp.c
@@ -274,7 +283,6 @@ S: Maintained
 F: hw/arm/palm.c
 
 Real View
-M: Paul Brook <[email protected]>
 M: Peter Maydell <[email protected]>
 S: Maintained
 F: hw/arm/realview*
@@ -285,13 +293,11 @@ S: Maintained
 F: hw/arm/spitz.c
 
 Stellaris
-M: Paul Brook <[email protected]>
 M: Peter Maydell <[email protected]>
 S: Maintained
 F: hw/*/stellaris*
 
 Versatile PB
-M: Paul Brook <[email protected]>
 M: Peter Maydell <[email protected]>
 S: Maintained
 F: hw/*/versatile*
@@ -327,18 +333,15 @@ F: hw/lm32/milkymist.c
 M68K Machines
 -------------
 an5206
-M: Paul Brook <[email protected]>
-S: Maintained
+S: Orphan
 F: hw/m68k/an5206.c
 
 dummy_m68k
-M: Paul Brook <[email protected]>
-S: Maintained
+S: Orphan
 F: hw/m68k/dummy_m68k.c
 
 mcf5208
-M: Paul Brook <[email protected]>
-S: Maintained
+S: Orphan
 F: hw/m68k/mcf5208.c
 
 MicroBlaze Machines
@@ -509,10 +512,24 @@ F: hw/unicore32/
 X86 Machines
 ------------
 PC
-M: Anthony Liguori <[email protected]>
+M: Anthony Liguori <[email protected]>
+M: Michael S. Tsirkin <[email protected]>
 S: Supported
-F: hw/i386/pc.[ch]
-F: hw/i386/pc_piix.c
+F: include/hw/i386/
+F: hw/i386/
+F: hw/pci-host/piix.c
+F: hw/pci-host/q35.c
+F: hw/pci-host/pam.c
+F: include/hw/pci-host/q35.h
+F: include/hw/pci-host/pam.h
+F: hw/isa/piix4.c
+F: hw/isa/lpc_ich9.c
+F: hw/i2c/smbus_ich9.c
+F: hw/acpi/piix4.c
+F: hw/acpi/ich9.c
+F: include/hw/acpi/ich9.h
+F: include/hw/acpi/piix.h
+
 
 Xtensa Machines
 ---------------
@@ -567,8 +584,7 @@ F: hw/scsi/*
 T: git git://github.com/bonzini/qemu.git scsi-next
 
 LSI53C895A
-M: Paul Brook <[email protected]>
-S: Odd Fixes
+S: Orphan
 F: hw/scsi/lsi53c895a.c
 
 SSI
@@ -593,7 +609,8 @@ S: Supported
 F: hw/*/*vhost*
 
 virtio
-M: Anthony Liguori <[email protected]>
+M: Anthony Liguori <[email protected]>
+M: Michael S. Tsirkin <[email protected]>
 S: Supported
 F: hw/*/virtio*
 
@@ -638,6 +655,7 @@ Subsystems
 ----------
 Audio
 M: Vassili Karpov (malc) <[email protected]>
+M: Gerd Hoffmann <[email protected]>
 S: Maintained
 F: audio/
 F: hw/audio/
@@ -649,9 +667,11 @@ S: Supported
 F: block*
 F: block/
 F: hw/block/
+T: git git://repo.or.cz/qemu/kevin.git block
+T: git git://github.com/stefanha/qemu.git block
 
 Character Devices
-M: Anthony Liguori <a[email protected]>
+M: Anthony Liguori <a[email protected]>
 S: Maintained
 F: qemu-char.c
 
@@ -689,17 +709,18 @@ F: audio/spiceaudio.c
 F: hw/display/qxl*
 
 Graphics
-M: Anthony Liguori <a[email protected]>
+M: Anthony Liguori <a[email protected]>
 S: Maintained
 F: ui/
 
 Cocoa graphics
 M: Andreas Färber <[email protected]>
+M: Peter Maydell <[email protected]>
 S: Odd Fixes
 F: ui/cocoa.m
 
 Main loop
-M: Anthony Liguori <a[email protected]>
+M: Anthony Liguori <a[email protected]>
 S: Supported
 F: vl.c
 
@@ -709,14 +730,23 @@ S: Supported
 F: monitor.c
 F: hmp.c
 F: hmp-commands.hx
+T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
 
 Network device layer
-M: Anthony Liguori <a[email protected]>
+M: Anthony Liguori <a[email protected]>
 M: Stefan Hajnoczi <[email protected]>
 S: Maintained
 F: net/
 T: git git://github.com/stefanha/qemu.git net
 
+Netmap network backend
+M: Luigi Rizzo <[email protected]>
+M: Giuseppe Lettieri <[email protected]>
+M: Vincenzo Maffione <[email protected]>
+W: http://info.iet.unipi.it/~luigi/netmap/
+S: Maintained
+F: net/netmap.c
+
 Network Block Device (NBD)
 M: Paolo Bonzini <[email protected]>
 S: Odd Fixes
@@ -730,6 +760,7 @@ M: Luiz Capitulino <[email protected]>
 M: Michael Roth <[email protected]>
 S: Supported
 F: qapi/
+T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
 
 QAPI Schema
 M: Eric Blake <[email protected]>
@@ -737,6 +768,7 @@ M: Luiz Capitulino <[email protected]>
 M: Markus Armbruster <[email protected]>
 S: Supported
 F: qapi-schema.json
+T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
 
 QMP
 M: Luiz Capitulino <[email protected]>
@@ -745,6 +777,7 @@ F: qmp.c
 F: monitor.c
 F: qmp-commands.hx
 F: QMP/
+T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
 
 SLIRP
 M: Jan Kiszka <[email protected]>
@@ -803,11 +836,6 @@ M: Andrzej Zaborowski <[email protected]>
 S: Maintained
 F: tcg/arm/
 
-HPPA target
-M: Richard Henderson <[email protected]>
-S: Maintained
-F: tcg/hppa/
-
 i386 target
 S: Maintained
@@ -848,26 +876,73 @@ TCI target
 M: Stefan Weil <[email protected]>
 S: Maintained
 F: tcg/tci/
+F: tci.c
 
 Stable branches
 ---------------
 Stable 1.0
-T: git git://git.qemu.org/qemu-stable-1.0.git
+T: git git://git.qemu-project.org/qemu-stable-1.0.git
 S: Orphan
 
 Stable 0.15
 M: Andreas Färber <[email protected]>
-T: git git://git.qemu.org/qemu-stable-0.15.git
+T: git git://git.qemu-project.org/qemu-stable-0.15.git
 S: Supported
 
 Stable 0.14
-T: git git://git.qemu.org/qemu-stable-0.14.git
+T: git git://git.qemu-project.org/qemu-stable-0.14.git
 S: Orphan
 
 Stable 0.10
-T: git git://git.qemu.org/qemu-stable-0.10.git
+T: git git://git.qemu-project.org/qemu-stable-0.10.git
 S: Orphan
+
+Block drivers
+-------------
+VMDK
+M: Fam Zheng <[email protected]>
+S: Supported
+F: block/vmdk.c
+
+RBD
+M: Josh Durgin <[email protected]>
+S: Supported
+F: block/rbd.c
+
+Sheepdog
+M: MORITA Kazutaka <[email protected]>
+M: Liu Yuan <[email protected]>
+S: Supported
+F: block/sheepdog.c
+
+VHDX
+M: Jeff Cody <[email protected]>
+S: Supported
+F: block/vhdx*
+
+VDI
+M: Stefan Weil <[email protected]>
+S: Maintained
+F: block/vdi.c
+
+iSCSI
+M: Ronnie Sahlberg <[email protected]>
+M: Paolo Bonzini <[email protected]>
+M: Peter Lieven <[email protected]>
+S: Supported
+F: block/iscsi.c
+
+NFS
+M: Peter Lieven <[email protected]>
+S: Maintained
+F: block/nfs.c
+
+SSH
+M: Richard W.M. Jones <[email protected]>
+S: Supported
+F: block/ssh.c
This page took 0.032632 seconds and 4 git commands to generate.