MAINTAINERS (802b5081233a6b643a8b135a5facaf14bafaa77d) | MAINTAINERS (859389810910f232188675d2f10b15f1aad77660) |
---|---|
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 --- 36 unchanged lines hidden (view full) --- 45 K: \b(printk|pr_(info|err))\b 46 matches patches or files that contain one or more of the words 47 printk, pr_info or pr_err 48 One regex pattern per line. Multiple K: lines acceptable. 49 50 51General Project Administration 52------------------------------ | 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 --- 36 unchanged lines hidden (view full) --- 45 K: \b(printk|pr_(info|err))\b 46 matches patches or files that contain one or more of the words 47 printk, pr_info or pr_err 48 One regex pattern per line. Multiple K: lines acceptable. 49 50 51General Project Administration 52------------------------------ |
53M: Anthony Liguori <anthony@codemonkey.ws> | 53M: Anthony Liguori <aliguori@amazon.com> |
54 55Guest CPU cores (TCG): 56---------------------- 57Alpha 58M: Richard Henderson <rth@twiddle.net> 59S: Maintained 60F: target-alpha/ 61F: hw/alpha/ --- 432 unchanged lines hidden (view full) --- 494M: Guan Xuetao <gxt@mprc.pku.edu.cn> 495S: Maintained 496F: hw/*/puv3* 497F: hw/unicore32/ 498 499X86 Machines 500------------ 501PC | 54 55Guest CPU cores (TCG): 56---------------------- 57Alpha 58M: Richard Henderson <rth@twiddle.net> 59S: Maintained 60F: target-alpha/ 61F: hw/alpha/ --- 432 unchanged lines hidden (view full) --- 494M: Guan Xuetao <gxt@mprc.pku.edu.cn> 495S: Maintained 496F: hw/*/puv3* 497F: hw/unicore32/ 498 499X86 Machines 500------------ 501PC |
502M: Anthony Liguori <anthony@codemonkey.ws> | 502M: Anthony Liguori <aliguori@amazon.com> |
503S: Supported 504F: hw/i386/pc.[ch] 505F: hw/i386/pc_piix.c 506 507Xtensa Machines 508--------------- 509sim 510M: Max Filippov <jcmvbkbc@gmail.com> --- 66 unchanged lines hidden (view full) --- 577F: hw/misc/vfio.c 578 579vhost 580M: Michael S. Tsirkin <mst@redhat.com> 581S: Supported 582F: hw/*/*vhost* 583 584virtio | 503S: Supported 504F: hw/i386/pc.[ch] 505F: hw/i386/pc_piix.c 506 507Xtensa Machines 508--------------- 509sim 510M: Max Filippov <jcmvbkbc@gmail.com> --- 66 unchanged lines hidden (view full) --- 577F: hw/misc/vfio.c 578 579vhost 580M: Michael S. Tsirkin <mst@redhat.com> 581S: Supported 582F: hw/*/*vhost* 583 584virtio |
585M: Anthony Liguori <anthony@codemonkey.ws> | 585M: Anthony Liguori <aliguori@amazon.com> |
586S: Supported 587F: hw/*/virtio* 588 589virtio-9p 590M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> 591S: Supported 592F: hw/9pfs/ 593F: fsdev/ --- 42 unchanged lines hidden (view full) --- 636M: Kevin Wolf <kwolf@redhat.com> 637M: Stefan Hajnoczi <stefanha@redhat.com> 638S: Supported 639F: block* 640F: block/ 641F: hw/block/ 642 643Character Devices | 586S: Supported 587F: hw/*/virtio* 588 589virtio-9p 590M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> 591S: Supported 592F: hw/9pfs/ 593F: fsdev/ --- 42 unchanged lines hidden (view full) --- 636M: Kevin Wolf <kwolf@redhat.com> 637M: Stefan Hajnoczi <stefanha@redhat.com> 638S: Supported 639F: block* 640F: block/ 641F: hw/block/ 642 643Character Devices |
644M: Anthony Liguori <anthony@codemonkey.ws> | 644M: Anthony Liguori <aliguori@amazon.com> |
645S: Maintained 646F: qemu-char.c 647 648CPU 649M: Andreas Färber <afaerber@suse.de> 650S: Supported 651F: qom/cpu.c 652F: include/qom/cpu.h --- 21 unchanged lines hidden (view full) --- 674M: Gerd Hoffmann <kraxel@redhat.com> 675S: Supported 676F: include/ui/qemu-spice.h 677F: ui/spice-*.c 678F: audio/spiceaudio.c 679F: hw/display/qxl* 680 681Graphics | 645S: Maintained 646F: qemu-char.c 647 648CPU 649M: Andreas Färber <afaerber@suse.de> 650S: Supported 651F: qom/cpu.c 652F: include/qom/cpu.h --- 21 unchanged lines hidden (view full) --- 674M: Gerd Hoffmann <kraxel@redhat.com> 675S: Supported 676F: include/ui/qemu-spice.h 677F: ui/spice-*.c 678F: audio/spiceaudio.c 679F: hw/display/qxl* 680 681Graphics |
682M: Anthony Liguori <anthony@codemonkey.ws> | 682M: Anthony Liguori <aliguori@amazon.com> |
683S: Maintained 684F: ui/ 685 686Cocoa graphics 687M: Andreas Färber <andreas.faerber@web.de> 688S: Odd Fixes 689F: ui/cocoa.m 690 691Main loop | 683S: Maintained 684F: ui/ 685 686Cocoa graphics 687M: Andreas Färber <andreas.faerber@web.de> 688S: Odd Fixes 689F: ui/cocoa.m 690 691Main loop |
692M: Anthony Liguori <anthony@codemonkey.ws> | 692M: Anthony Liguori <aliguori@amazon.com> |
693S: Supported 694F: vl.c 695 696Human Monitor (HMP) 697M: Luiz Capitulino <lcapitulino@redhat.com> 698S: Supported 699F: monitor.c 700F: hmp.c 701F: hmp-commands.hx 702 703Network device layer | 693S: Supported 694F: vl.c 695 696Human Monitor (HMP) 697M: Luiz Capitulino <lcapitulino@redhat.com> 698S: Supported 699F: monitor.c 700F: hmp.c 701F: hmp-commands.hx 702 703Network device layer |
704M: Anthony Liguori <anthony@codemonkey.ws> | 704M: Anthony Liguori <aliguori@amazon.com> |
705M: Stefan Hajnoczi <stefanha@redhat.com> 706S: Maintained 707F: net/ 708T: git git://github.com/stefanha/qemu.git net 709 710Network Block Device (NBD) 711M: Paolo Bonzini <pbonzini@redhat.com> 712S: Odd Fixes --- 75 unchanged lines hidden (view full) --- 788S: Maintained 789F: tcg/aarch64/ 790 791ARM target 792M: Andrzej Zaborowski <balrogg@gmail.com> 793S: Maintained 794F: tcg/arm/ 795 | 705M: Stefan Hajnoczi <stefanha@redhat.com> 706S: Maintained 707F: net/ 708T: git git://github.com/stefanha/qemu.git net 709 710Network Block Device (NBD) 711M: Paolo Bonzini <pbonzini@redhat.com> 712S: Odd Fixes --- 75 unchanged lines hidden (view full) --- 788S: Maintained 789F: tcg/aarch64/ 790 791ARM target 792M: Andrzej Zaborowski <balrogg@gmail.com> 793S: Maintained 794F: tcg/arm/ 795 |
796HPPA target 797M: Richard Henderson <rth@twiddle.net> 798S: Maintained 799F: tcg/hppa/ 800 |
|
796i386 target 797M: qemu-devel@nongnu.org 798S: Maintained 799F: tcg/i386/ 800 801IA64 target 802M: Aurelien Jarno <aurelien@aurel32.net> 803S: Maintained --- 30 unchanged lines hidden (view full) --- 834S: Maintained 835F: tcg/tci/ 836F: tci.c 837 838Stable branches 839--------------- 840Stable 1.0 841L: qemu-stable@nongnu.org | 801i386 target 802M: qemu-devel@nongnu.org 803S: Maintained 804F: tcg/i386/ 805 806IA64 target 807M: Aurelien Jarno <aurelien@aurel32.net> 808S: Maintained --- 30 unchanged lines hidden (view full) --- 839S: Maintained 840F: tcg/tci/ 841F: tci.c 842 843Stable branches 844--------------- 845Stable 1.0 846L: qemu-stable@nongnu.org |
842T: git git://git.qemu.org/qemu-stable-1.0.git | 847T: git git://git.qemu-project.org/qemu-stable-1.0.git |
843S: Orphan 844 845Stable 0.15 846L: qemu-stable@nongnu.org 847M: Andreas Färber <afaerber@suse.de> | 848S: Orphan 849 850Stable 0.15 851L: qemu-stable@nongnu.org 852M: Andreas Färber <afaerber@suse.de> |
848T: git git://git.qemu.org/qemu-stable-0.15.git | 853T: git git://git.qemu-project.org/qemu-stable-0.15.git |
849S: Supported 850 851Stable 0.14 852L: qemu-stable@nongnu.org | 854S: Supported 855 856Stable 0.14 857L: qemu-stable@nongnu.org |
853T: git git://git.qemu.org/qemu-stable-0.14.git | 858T: git git://git.qemu-project.org/qemu-stable-0.14.git |
854S: Orphan 855 856Stable 0.10 857L: qemu-stable@nongnu.org | 859S: Orphan 860 861Stable 0.10 862L: qemu-stable@nongnu.org |
858T: git git://git.qemu.org/qemu-stable-0.10.git | 863T: git git://git.qemu-project.org/qemu-stable-0.10.git |
859S: Orphan | 864S: Orphan |