]> Git Repo - qemu.git/blame_incremental - MAINTAINERS
target-i386: fix movntsd on big-endian hosts
[qemu.git] / MAINTAINERS
... / ...
CommitLineData
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
9In general, if you have a question about inclusion of a patch, you should
10consult qemu-devel and not any specific individual privately.
11
12Descriptions of section entries:
13
14 M: Mail patches to: FullName <address@domain>
15 L: Mailing list that is relevant to this area
16 W: Web-page with status/info
17 Q: Patchwork web based patch tracking system site
18 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
19 S: Status, one of the following:
20 Supported: Someone is actually paid to look after this.
21 Maintained: Someone actually looks after it.
22 Odd Fixes: It has a maintainer but they don't have time to do
23 much other than throw the odd patch in. See below.
24 Orphan: No current maintainer [but maybe you could take the
25 role as you write your new code].
26 Obsolete: Old code. Something tagged obsolete generally means
27 it has been replaced by a better system and you
28 should be using that.
29 F: Files and directories with wildcard patterns.
30 A trailing slash includes all files and subdirectory files.
31 F: drivers/net/ all files in and below drivers/net
32 F: drivers/net/* all files in drivers/net, but not below
33 F: */net/* all files in "any top level directory"/net
34 One pattern per line. Multiple F: lines acceptable.
35 X: Files and directories that are NOT maintained, same rules as F:
36 Files exclusions are tested before file matches.
37 Can be useful for excluding a specific subdirectory, for instance:
38 F: net/
39 X: net/ipv6/
40 matches all files in and below net excluding net/ipv6/
41 K: Keyword perl extended regex pattern to match content in a
42 patch or file. For instance:
43 K: of_get_profile
44 matches patches or files that contain "of_get_profile"
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 <[email protected]>
54M: Peter Maydell <[email protected]>
55
56Responsible Disclosure, Reporting Security Issues
57------------------------------
58W: http://wiki.qemu.org/SecurityProcess
59M: Michael S. Tsirkin <[email protected]>
60M: Anthony Liguori <[email protected]>
61L: [email protected]
62
63Guest CPU cores (TCG):
64----------------------
65Overall
66L: [email protected]
67S: Odd fixes
68F: cpu-exec.c
69F: cputlb.c
70F: softmmu_template.h
71F: translate-all.c
72F: include/exec/cpu_ldst.h
73F: include/exec/cpu_ldst_template.h
74F: include/exec/helper*.h
75
76Alpha
77M: Richard Henderson <[email protected]>
78S: Maintained
79F: target-alpha/
80F: hw/alpha/
81F: tests/tcg/alpha/
82
83ARM
84M: Peter Maydell <[email protected]>
85S: Maintained
86F: target-arm/
87F: hw/arm/
88F: hw/cpu/a*mpcore.c
89
90CRIS
91M: Edgar E. Iglesias <[email protected]>
92S: Maintained
93F: target-cris/
94F: hw/cris/
95F: tests/tcg/cris/
96
97LM32
98M: Michael Walle <[email protected]>
99S: Maintained
100F: target-lm32/
101F: disas/lm32.c
102F: hw/lm32/
103F: hw/*/lm32_*
104F: hw/*/milkymist-*
105F: include/hw/char/lm32_juart.h
106F: include/hw/lm32/
107F: tests/tcg/lm32/
108
109M68K
110S: Orphan
111F: target-m68k/
112F: hw/m68k/
113
114MicroBlaze
115M: Edgar E. Iglesias <[email protected]>
116S: Maintained
117F: target-microblaze/
118F: hw/microblaze/
119
120MIPS
121M: Aurelien Jarno <[email protected]>
122M: Leon Alrae <[email protected]>
123S: Maintained
124F: target-mips/
125F: hw/mips/
126F: tests/tcg/mips/
127
128Moxie
129M: Anthony Green <[email protected]>
130S: Maintained
131F: target-moxie/
132
133OpenRISC
134M: Jia Liu <[email protected]>
135S: Maintained
136F: target-openrisc/
137F: hw/openrisc/
138F: tests/tcg/openrisc/
139
140PowerPC
141M: Alexander Graf <[email protected]>
142L: [email protected]
143S: Maintained
144F: target-ppc/
145F: hw/ppc/
146
147S390
148M: Richard Henderson <[email protected]>
149M: Alexander Graf <[email protected]>
150S: Maintained
151F: target-s390x/
152F: hw/s390x/
153
154SH4
155M: Aurelien Jarno <[email protected]>
156S: Odd Fixes
157F: target-sh4/
158F: hw/sh4/
159
160SPARC
161M: Blue Swirl <[email protected]>
162S: Maintained
163F: target-sparc/
164F: hw/sparc/
165F: hw/sparc64/
166
167UniCore32
168M: Guan Xuetao <[email protected]>
169S: Maintained
170F: target-unicore32/
171F: hw/unicore32/
172
173X86
174M: Paolo Bonzini <[email protected]>
175M: Richard Henderson <[email protected]>
176S: Odd Fixes
177F: target-i386/
178F: hw/i386/
179
180Xtensa
181M: Max Filippov <[email protected]>
182W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
183S: Maintained
184F: target-xtensa/
185F: hw/xtensa/
186F: tests/tcg/xtensa/
187
188TriCore
189M: Bastian Koppelmann <[email protected]>
190S: Maintained
191F: target-tricore/
192F: hw/tricore/
193
194Guest CPU Cores (KVM):
195----------------------
196
197Overall
198M: Paolo Bonzini <[email protected]>
199L: [email protected]
200S: Supported
201F: kvm-*
202F: */kvm.*
203
204ARM
205M: Peter Maydell <[email protected]>
206S: Maintained
207F: target-arm/kvm.c
208
209MIPS
210M: James Hogan <[email protected]>
211S: Maintained
212F: target-mips/kvm.c
213
214PPC
215M: Alexander Graf <[email protected]>
216S: Maintained
217F: target-ppc/kvm.c
218
219S390
220M: Christian Borntraeger <[email protected]>
221M: Cornelia Huck <[email protected]>
222M: Alexander Graf <[email protected]>
223S: Maintained
224F: target-s390x/kvm.c
225F: hw/intc/s390_flic.c
226F: hw/intc/s390_flic_kvm.c
227F: include/hw/s390x/s390_flic.h
228
229X86
230M: Paolo Bonzini <[email protected]>
231M: Marcelo Tosatti <[email protected]>
232L: [email protected]
233S: Supported
234F: target-i386/kvm.c
235
236Guest CPU Cores (Xen):
237----------------------
238
239X86
240M: Stefano Stabellini <[email protected]>
241L: [email protected]
242S: Supported
243F: xen-*
244F: */xen*
245
246Hosts:
247------
248
249LINUX
250L: [email protected]
251S: Maintained
252F: linux-*
253F: linux-headers/
254
255POSIX
256L: [email protected]
257S: Maintained
258F: *posix*
259
260W32, W64
261L: [email protected]
262M: Stefan Weil <[email protected]>
263S: Maintained
264F: *win32*
265
266ARM Machines
267------------
268Allwinner-a10
269M: Li Guang <[email protected]>
270S: Maintained
271F: hw/*/allwinner-a10*
272F: include/hw/*/allwinner-a10*
273F: hw/arm/cubieboard.c
274
275Exynos
276M: Evgeny Voevodin <[email protected]>
277M: Maksim Kozlov <[email protected]>
278M: Igor Mitsyanko <[email protected]>
279M: Dmitry Solodkiy <[email protected]>
280S: Maintained
281F: hw/*/exynos*
282
283Calxeda Highbank
284M: Rob Herring <[email protected]>
285S: Maintained
286F: hw/arm/highbank.c
287F: hw/net/xgmac.c
288
289Canon DIGIC
290M: Antony Pavlov <[email protected]>
291S: Maintained
292F: include/hw/arm/digic.h
293F: hw/*/digic*
294
295Gumstix
296L: [email protected]
297S: Orphan
298F: hw/arm/gumstix.c
299
300i.MX31
301M: Peter Chubb <[email protected]>
302S: Odd fixes
303F: hw/*/imx*
304F: hw/arm/kzm.c
305
306Integrator CP
307M: Peter Maydell <[email protected]>
308S: Maintained
309F: hw/arm/integratorcp.c
310
311Mainstone
312L: [email protected]
313S: Orphan
314F: hw/arm/mainstone.c
315
316Musicpal
317M: Jan Kiszka <[email protected]>
318S: Maintained
319F: hw/arm/musicpal.c
320
321nSeries
322M: Andrzej Zaborowski <[email protected]>
323S: Maintained
324F: hw/arm/nseries.c
325
326Palm
327M: Andrzej Zaborowski <[email protected]>
328S: Maintained
329F: hw/arm/palm.c
330
331Real View
332M: Peter Maydell <[email protected]>
333S: Maintained
334F: hw/arm/realview*
335
336Spitz
337M: Andrzej Zaborowski <[email protected]>
338S: Maintained
339F: hw/arm/spitz.c
340
341Stellaris
342M: Peter Maydell <[email protected]>
343S: Maintained
344F: hw/*/stellaris*
345
346Versatile PB
347M: Peter Maydell <[email protected]>
348S: Maintained
349F: hw/*/versatile*
350
351Xilinx Zynq
352M: Peter Crosthwaite <[email protected]>
353S: Maintained
354F: hw/arm/xilinx_zynq.c
355F: hw/misc/zynq_slcr.c
356F: hw/*/cadence_*
357F: hw/ssi/xilinx_spips.c
358
359CRIS Machines
360-------------
361Axis Dev88
362M: Edgar E. Iglesias <[email protected]>
363S: Maintained
364F: hw/cris/axis_dev88.c
365F: hw/*/etraxfs_*.c
366
367LM32 Machines
368-------------
369EVR32 and uclinux BSP
370M: Michael Walle <[email protected]>
371S: Maintained
372F: hw/lm32/lm32_boards.c
373
374milkymist
375M: Michael Walle <[email protected]>
376S: Maintained
377F: hw/lm32/milkymist.c
378
379M68K Machines
380-------------
381an5206
382S: Orphan
383F: hw/m68k/an5206.c
384
385dummy_m68k
386S: Orphan
387F: hw/m68k/dummy_m68k.c
388
389mcf5208
390S: Orphan
391F: hw/m68k/mcf5208.c
392
393MicroBlaze Machines
394-------------------
395petalogix_s3adsp1800
396M: Edgar E. Iglesias <[email protected]>
397S: Maintained
398F: hw/microblaze/petalogix_s3adsp1800_mmu.c
399
400petalogix_ml605
401M: Peter Crosthwaite <[email protected]>
402S: Maintained
403F: hw/microblaze/petalogix_ml605_mmu.c
404
405MIPS Machines
406-------------
407Jazz
408M: Hervé Poussineau <[email protected]>
409S: Maintained
410F: hw/mips/mips_jazz.c
411
412Malta
413M: Aurelien Jarno <[email protected]>
414S: Maintained
415F: hw/mips/mips_malta.c
416
417Mipssim
418L: [email protected]
419S: Orphan
420F: hw/mips/mips_mipssim.c
421
422R4000
423M: Aurelien Jarno <[email protected]>
424S: Maintained
425F: hw/mips/mips_r4k.c
426
427OpenRISC Machines
428-----------------
429or1k-sim
430M: Jia Liu <[email protected]>
431S: Maintained
432F: hw/openrisc/openrisc_sim.c
433
434PowerPC Machines
435----------------
436405
437M: Alexander Graf <[email protected]>
438L: [email protected]
439S: Odd Fixes
440F: hw/ppc/ppc405_boards.c
441
442Bamboo
443M: Alexander Graf <[email protected]>
444L: [email protected]
445S: Odd Fixes
446F: hw/ppc/ppc440_bamboo.c
447
448e500
449M: Alexander Graf <[email protected]>
450M: Scott Wood <[email protected]>
451L: [email protected]
452S: Supported
453F: hw/ppc/e500.[hc]
454F: hw/ppc/e500plat.c
455
456mpc8544ds
457M: Alexander Graf <[email protected]>
458M: Scott Wood <[email protected]>
459L: [email protected]
460S: Supported
461F: hw/ppc/mpc8544ds.c
462F: hw/ppc/mpc8544_guts.c
463
464New World
465M: Alexander Graf <[email protected]>
466L: [email protected]
467S: Maintained
468F: hw/ppc/mac_newworld.c
469F: hw/pci-host/uninorth.c
470F: hw/pci-bridge/dec.[hc]
471F: hw/misc/macio/
472
473Old World
474M: Alexander Graf <[email protected]>
475L: [email protected]
476S: Maintained
477F: hw/ppc/mac_oldworld.c
478F: hw/pci-host/grackle.c
479F: hw/misc/macio/
480
481PReP
482M: Andreas Färber <[email protected]>
483L: [email protected]
484S: Odd Fixes
485F: hw/ppc/prep.c
486F: hw/pci-host/prep.[hc]
487F: hw/isa/pc87312.[hc]
488
489sPAPR
490M: Alexander Graf <[email protected]>
491L: [email protected]
492S: Supported
493F: hw/*/spapr*
494F: include/hw/*/spapr*
495F: hw/*/xics*
496F: include/hw/*/xics*
497F: pc-bios/spapr-rtas/*
498
499virtex_ml507
500M: Edgar E. Iglesias <[email protected]>
501L: [email protected]
502S: Odd Fixes
503F: hw/ppc/virtex_ml507.c
504
505SH4 Machines
506------------
507R2D
508M: Magnus Damm <[email protected]>
509S: Maintained
510F: hw/sh4/r2d.c
511
512Shix
513M: Magnus Damm <[email protected]>
514S: Orphan
515F: hw/sh4/shix.c
516
517SPARC Machines
518--------------
519Sun4m
520M: Blue Swirl <[email protected]>
521S: Maintained
522F: hw/sparc/sun4m.c
523
524Sun4u
525M: Blue Swirl <[email protected]>
526S: Maintained
527F: hw/sparc64/sun4u.c
528
529Leon3
530M: Fabien Chouteau <[email protected]>
531S: Maintained
532F: hw/sparc/leon3.c
533F: hw/*/grlib*
534
535S390 Machines
536-------------
537S390 Virtio
538M: Alexander Graf <[email protected]>
539S: Maintained
540F: hw/s390x/s390-*.c
541
542S390 Virtio-ccw
543M: Cornelia Huck <[email protected]>
544M: Christian Borntraeger <[email protected]>
545M: Alexander Graf <[email protected]>
546S: Supported
547F: hw/s390x/s390-virtio-ccw.c
548F: hw/s390x/css.[hc]
549F: hw/s390x/sclp*.[hc]
550F: hw/s390x/ipl*.[hc]
551F: include/hw/s390x/
552F: pc-bios/s390-ccw/
553T: git git://github.com/cohuck/qemu virtio-ccw-upstr
554
555UniCore32 Machines
556-------------
557PKUnity-3 SoC initramfs-with-busybox
558M: Guan Xuetao <[email protected]>
559S: Maintained
560F: hw/*/puv3*
561F: hw/unicore32/
562
563X86 Machines
564------------
565PC
566M: Anthony Liguori <[email protected]>
567M: Michael S. Tsirkin <[email protected]>
568S: Supported
569F: include/hw/i386/
570F: hw/i386/
571F: hw/pci-host/piix.c
572F: hw/pci-host/q35.c
573F: hw/pci-host/pam.c
574F: include/hw/pci-host/q35.h
575F: include/hw/pci-host/pam.h
576F: hw/isa/piix4.c
577F: hw/isa/lpc_ich9.c
578F: hw/i2c/smbus_ich9.c
579F: hw/acpi/piix4.c
580F: hw/acpi/ich9.c
581F: include/hw/acpi/ich9.h
582F: include/hw/acpi/piix.h
583
584
585Xtensa Machines
586---------------
587sim
588M: Max Filippov <[email protected]>
589S: Maintained
590F: hw/xtensa/sim.c
591
592XTFPGA (LX60, LX200, ML605, KC705)
593M: Max Filippov <[email protected]>
594S: Maintained
595F: hw/xtensa/xtfpga.c
596F: hw/net/opencores_eth.c
597
598Devices
599-------
600IDE
601M: Kevin Wolf <[email protected]>
602M: Stefan Hajnoczi <[email protected]>
603S: Odd Fixes
604F: include/hw/ide.h
605F: hw/ide/
606
607OMAP
608M: Peter Maydell <[email protected]>
609S: Maintained
610F: hw/*/omap*
611
612PCI
613M: Michael S. Tsirkin <[email protected]>
614S: Supported
615F: include/hw/pci/*
616F: hw/pci/*
617F: hw/acpi/*
618
619ppc4xx
620M: Alexander Graf <[email protected]>
621L: [email protected]
622S: Odd Fixes
623F: hw/ppc/ppc4*.c
624
625ppce500
626M: Alexander Graf <[email protected]>
627M: Scott Wood <[email protected]>
628L: [email protected]
629S: Supported
630F: hw/ppc/e500*
631
632SCSI
633M: Paolo Bonzini <[email protected]>
634S: Supported
635F: include/hw/scsi*
636F: hw/scsi/*
637T: git git://github.com/bonzini/qemu.git scsi-next
638
639LSI53C895A
640S: Orphan
641F: hw/scsi/lsi53c895a.c
642
643SSI
644M: Peter Crosthwaite <[email protected]>
645S: Maintained
646F: hw/ssi/*
647F: hw/block/m25p80.c
648
649USB
650M: Gerd Hoffmann <[email protected]>
651S: Maintained
652F: hw/usb/*
653F: tests/usb-*-test.c
654
655USB (serial adapter)
656M: Gerd Hoffmann <[email protected]>
657M: Samuel Thibault <[email protected]>
658S: Maintained
659F: hw/usb/dev-serial.c
660
661VFIO
662M: Alex Williamson <[email protected]>
663S: Supported
664F: hw/vfio/*
665
666vhost
667M: Michael S. Tsirkin <[email protected]>
668S: Supported
669F: hw/*/*vhost*
670
671virtio
672M: Anthony Liguori <[email protected]>
673M: Michael S. Tsirkin <[email protected]>
674S: Supported
675F: hw/*/virtio*
676
677virtio-9p
678M: Aneesh Kumar K.V <[email protected]>
679S: Supported
680F: hw/9pfs/
681F: fsdev/
682F: tests/virtio-9p-test.c
683T: git git://github.com/kvaneesh/QEMU.git
684
685virtio-blk
686M: Kevin Wolf <[email protected]>
687M: Stefan Hajnoczi <[email protected]>
688S: Supported
689F: hw/block/virtio-blk.c
690
691virtio-ccw
692M: Cornelia Huck <[email protected]>
693M: Christian Borntraeger <[email protected]>
694S: Supported
695F: hw/s390x/virtio-ccw.[hc]
696T: git git://github.com/cohuck/qemu virtio-ccw-upstr
697
698virtio-serial
699M: Amit Shah <[email protected]>
700S: Supported
701F: hw/char/virtio-serial-bus.c
702F: hw/char/virtio-console.c
703F: include/hw/virtio/virtio-serial.h
704
705virtio-rng
706M: Amit Shah <[email protected]>
707S: Supported
708F: hw/virtio/virtio-rng.c
709F: include/hw/virtio/virtio-rng.h
710F: backends/rng*.c
711
712nvme
713M: Keith Busch <[email protected]>
714S: Supported
715F: hw/block/nvme*
716F: tests/nvme-test.c
717
718megasas
719M: Hannes Reinecke <[email protected]>
720S: Supported
721F: hw/scsi/megasas.c
722F: hw/scsi/mfi.h
723
724Xilinx EDK
725M: Peter Crosthwaite <[email protected]>
726M: Edgar E. Iglesias <[email protected]>
727S: Maintained
728F: hw/*/xilinx_*
729F: include/hw/xilinx.h
730
731Vmware
732M: Dmitry Fleytman <[email protected]>
733S: Maintained
734F: hw/net/vmxnet*
735F: hw/scsi/vmw_pvscsi*
736
737Subsystems
738----------
739Audio
740M: Vassili Karpov (malc) <[email protected]>
741M: Gerd Hoffmann <[email protected]>
742S: Maintained
743F: audio/
744F: hw/audio/
745F: tests/ac97-test.c
746F: tests/es1370-test.c
747F: tests/intel-hda-test.c
748
749Block
750M: Kevin Wolf <[email protected]>
751M: Stefan Hajnoczi <[email protected]>
752S: Supported
753F: async.c
754F: aio-*.c
755F: block*
756F: block/
757F: hw/block/
758F: qemu-img*
759F: qemu-io*
760F: tests/image-fuzzer/
761F: tests/qemu-iotests/
762T: git git://repo.or.cz/qemu/kevin.git block
763T: git git://github.com/stefanha/qemu.git block
764
765Character Devices
766M: Anthony Liguori <[email protected]>
767M: Paolo Bonzini <[email protected]>
768S: Maintained
769F: qemu-char.c
770F: backends/msmouse.c
771F: backends/testdev.c
772
773Character Devices (Braille)
774M: Samuel Thibault <[email protected]>
775S: Maintained
776F: backends/baum.c
777
778CPU
779M: Andreas Färber <[email protected]>
780S: Supported
781F: qom/cpu.c
782F: include/qom/cpu.h
783F: target-i386/cpu.c
784
785ICC Bus
786M: Igor Mammedov <[email protected]>
787S: Supported
788F: include/hw/cpu/icc_bus.h
789F: hw/cpu/icc_bus.c
790
791Device Tree
792M: Peter Crosthwaite <[email protected]>
793M: Alexander Graf <[email protected]>
794S: Maintained
795F: device_tree.[ch]
796
797GDB stub
798L: [email protected]
799S: Odd Fixes
800F: gdbstub*
801F: gdb-xml/
802
803Memory API
804M: Paolo Bonzini <[email protected]>
805S: Supported
806F: include/exec/ioport.h
807F: ioport.c
808F: include/exec/memory.h
809F: memory.c
810F: include/exec/memory-internal.h
811F: exec.c
812
813SPICE
814M: Gerd Hoffmann <[email protected]>
815S: Supported
816F: include/ui/qemu-spice.h
817F: ui/spice-*.c
818F: audio/spiceaudio.c
819F: hw/display/qxl*
820
821Graphics
822M: Anthony Liguori <[email protected]>
823M: Gerd Hoffmann <[email protected]>
824S: Odd Fixes
825F: ui/
826
827Cocoa graphics
828M: Andreas Färber <[email protected]>
829M: Peter Maydell <[email protected]>
830S: Odd Fixes
831F: ui/cocoa.m
832
833Main loop
834M: Anthony Liguori <[email protected]>
835M: Paolo Bonzini <[email protected]>
836S: Maintained
837F: cpus.c
838F: main-loop.c
839F: qemu-timer.c
840F: vl.c
841
842Human Monitor (HMP)
843M: Luiz Capitulino <[email protected]>
844S: Maintained
845F: monitor.c
846F: hmp.c
847F: hmp-commands.hx
848T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
849
850Network device layer
851M: Anthony Liguori <[email protected]>
852M: Stefan Hajnoczi <[email protected]>
853S: Maintained
854F: net/
855T: git git://github.com/stefanha/qemu.git net
856
857Netmap network backend
858M: Luigi Rizzo <[email protected]>
859M: Giuseppe Lettieri <[email protected]>
860M: Vincenzo Maffione <[email protected]>
861W: http://info.iet.unipi.it/~luigi/netmap/
862S: Maintained
863F: net/netmap.c
864
865Network Block Device (NBD)
866M: Paolo Bonzini <[email protected]>
867S: Odd Fixes
868F: block/nbd.c
869F: nbd.*
870F: qemu-nbd.c
871T: git git://github.com/bonzini/qemu.git nbd-next
872
873QAPI
874M: Luiz Capitulino <[email protected]>
875M: Michael Roth <[email protected]>
876S: Maintained
877F: qapi/
878F: tests/qapi-schema/
879T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
880
881QAPI Schema
882M: Eric Blake <[email protected]>
883M: Luiz Capitulino <[email protected]>
884M: Markus Armbruster <[email protected]>
885S: Supported
886F: qapi-schema.json
887T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
888
889QObject
890M: Luiz Capitulino <[email protected]>
891S: Maintained
892F: qobject/
893T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
894
895QEMU Guest Agent
896M: Michael Roth <[email protected]>
897S: Maintained
898F: qga/
899T: git git://github.com/mdroth/qemu.git qga
900
901QOM
902M: Anthony Liguori <[email protected]>
903M: Andreas Färber <[email protected]>
904S: Supported
905T: git git://github.com/afaerber/qemu-cpu.git qom-next
906F: include/qom/
907X: include/qom/cpu.h
908F: qom/
909X: qom/cpu.c
910F: tests/qom-test.c
911
912QMP
913M: Luiz Capitulino <[email protected]>
914S: Maintained
915F: qmp.c
916F: monitor.c
917F: qmp-commands.hx
918F: QMP/
919T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
920
921SLIRP
922M: Jan Kiszka <[email protected]>
923S: Maintained
924F: slirp/
925T: git git://git.kiszka.org/qemu.git queues/slirp
926
927Tracing
928M: Stefan Hajnoczi <[email protected]>
929S: Maintained
930F: trace/
931F: scripts/tracetool.py
932F: scripts/tracetool/
933F: docs/tracing.txt
934T: git git://github.com/stefanha/qemu.git tracing
935
936Checkpatch
937M: Blue Swirl <[email protected]>
938S: Odd Fixes
939F: scripts/checkpatch.pl
940
941Migration
942M: Juan Quintela <[email protected]>
943M: Amit Shah <[email protected]>
944S: Maintained
945F: include/migration/
946F: migration/
947F: savevm.c
948F: arch_init.c
949F: scripts/vmstate-static-checker.py
950F: tests/vmstate-static-checker-data/
951
952Seccomp
953M: Eduardo Otubo <[email protected]>
954S: Supported
955F: qemu-seccomp.c
956F: include/sysemu/seccomp.h
957
958Usermode Emulation
959------------------
960Overall
961M: Riku Voipio <[email protected]>
962S: Maintained
963F: thunk.c
964F: user-exec.c
965
966BSD user
967M: Blue Swirl <[email protected]>
968S: Maintained
969F: bsd-user/
970
971Linux user
972M: Riku Voipio <[email protected]>
973S: Maintained
974F: linux-user/
975
976Tiny Code Generator (TCG)
977-------------------------
978Common code
979M: Richard Henderson <[email protected]>
980S: Maintained
981F: tcg/
982
983AArch64 target
984M: Claudio Fontana <[email protected]>
985M: Claudio Fontana <[email protected]>
986S: Maintained
987F: tcg/aarch64/
988
989ARM target
990M: Andrzej Zaborowski <[email protected]>
991S: Maintained
992F: tcg/arm/
993
994i386 target
995L: [email protected]
996S: Maintained
997F: tcg/i386/
998
999IA64 target
1000M: Aurelien Jarno <[email protected]>
1001S: Maintained
1002F: tcg/ia64/
1003
1004MIPS target
1005M: Aurelien Jarno <[email protected]>
1006S: Maintained
1007F: tcg/mips/
1008
1009PPC
1010M: Vassili Karpov (malc) <[email protected]>
1011S: Maintained
1012F: tcg/ppc/
1013
1014PPC64 target
1015M: Vassili Karpov (malc) <[email protected]>
1016S: Maintained
1017F: tcg/ppc64/
1018
1019S390 target
1020M: Alexander Graf <[email protected]>
1021M: Richard Henderson <[email protected]>
1022S: Maintained
1023F: tcg/s390/
1024
1025SPARC target
1026M: Blue Swirl <[email protected]>
1027S: Maintained
1028F: tcg/sparc/
1029
1030TCI target
1031M: Stefan Weil <[email protected]>
1032S: Maintained
1033F: tcg/tci/
1034F: tci.c
1035
1036Stable branches
1037---------------
1038Stable 1.0
1039L: [email protected]
1040T: git git://git.qemu-project.org/qemu-stable-1.0.git
1041S: Orphan
1042
1043Stable 0.15
1044L: [email protected]
1045M: Andreas Färber <[email protected]>
1046T: git git://git.qemu-project.org/qemu-stable-0.15.git
1047S: Supported
1048
1049Stable 0.14
1050L: [email protected]
1051T: git git://git.qemu-project.org/qemu-stable-0.14.git
1052S: Orphan
1053
1054Stable 0.10
1055L: [email protected]
1056T: git git://git.qemu-project.org/qemu-stable-0.10.git
1057S: Orphan
1058
1059Block drivers
1060-------------
1061VMDK
1062M: Fam Zheng <[email protected]>
1063S: Supported
1064F: block/vmdk.c
1065
1066RBD
1067M: Josh Durgin <[email protected]>
1068S: Supported
1069F: block/rbd.c
1070
1071Sheepdog
1072M: Hitoshi Mitake <[email protected]>
1073M: Liu Yuan <[email protected]>
1074L: [email protected]
1075S: Supported
1076F: block/sheepdog.c
1077
1078VHDX
1079M: Jeff Cody <[email protected]>
1080S: Supported
1081F: block/vhdx*
1082
1083VDI
1084M: Stefan Weil <[email protected]>
1085S: Maintained
1086F: block/vdi.c
1087
1088iSCSI
1089M: Ronnie Sahlberg <[email protected]>
1090M: Paolo Bonzini <[email protected]>
1091M: Peter Lieven <[email protected]>
1092S: Supported
1093F: block/iscsi.c
1094
1095NFS
1096M: Peter Lieven <[email protected]>
1097S: Maintained
1098F: block/nfs.c
1099
1100SSH
1101M: Richard W.M. Jones <[email protected]>
1102S: Supported
1103F: block/ssh.c
1104
1105ARCHIPELAGO
1106M: Chrysostomos Nanakos <[email protected]>
1107M: Chrysostomos Nanakos <[email protected]>
1108S: Maintained
1109F: block/archipelago.c
1110
1111Bootdevice
1112M: Gonglei <[email protected]>
1113S: Maintained
1114F: bootdevice.c
This page took 0.032047 seconds and 4 git commands to generate.