4 The intention of this file is not to establish who owns what portions of the
5 code base, but to provide a set of names that developers can consult when they
6 have a question about a particular subset and also to provide a set of names
7 to be CC'd when submitting a patch to obtain appropriate review.
9 In general, if you have a question about inclusion of a patch, you should
10 consult qemu-devel and not any specific individual privately.
12 Descriptions of section entries:
14 M: Mail patches to: FullName <address@domain>
15 R: Designated reviewer: FullName <address@domain>
16 These reviewers should be CCed on patches.
17 L: Mailing list that is relevant to this area
18 W: Web-page with status/info
19 Q: Patchwork web based patch tracking system site
20 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
21 S: Status, one of the following:
22 Supported: Someone is actually paid to look after this.
23 Maintained: Someone actually looks after it.
24 Odd Fixes: It has a maintainer but they don't have time to do
25 much other than throw the odd patch in. See below.
26 Orphan: No current maintainer [but maybe you could take the
27 role as you write your new code].
28 Obsolete: Old code. Something tagged obsolete generally means
29 it has been replaced by a better system and you
31 F: Files and directories with wildcard patterns.
32 A trailing slash includes all files and subdirectory files.
33 F: drivers/net/ all files in and below drivers/net
34 F: drivers/net/* all files in drivers/net, but not below
35 F: */net/* all files in "any top level directory"/net
36 One pattern per line. Multiple F: lines acceptable.
37 X: Files and directories that are NOT maintained, same rules as F:
38 Files exclusions are tested before file matches.
39 Can be useful for excluding a specific subdirectory, for instance:
42 matches all files in and below net excluding net/ipv6/
43 K: Keyword perl extended regex pattern to match content in a
44 patch or file. For instance:
46 matches patches or files that contain "of_get_profile"
47 K: \b(printk|pr_(info|err))\b
48 matches patches or files that contain one or more of the words
49 printk, pr_info or pr_err
50 One regex pattern per line. Multiple K: lines acceptable.
53 General Project Administration
54 ------------------------------
62 Responsible Disclosure, Reporting Security Issues
63 ------------------------------
64 W: https://wiki.qemu.org/SecurityProcess
75 K: ^Subject:.*(?i)trivial
76 T: git git://git.corpit.ru/qemu.git trivial-patches
77 T: git git://github.com/vivier/qemu.git trivial-patches
84 F: default-configs/s390x-softmmu.mak
87 F: hw/char/terminal3270.c
88 F: hw/intc/s390_flic.c
89 F: hw/intc/s390_flic_kvm.c
92 F: hw/watchdog/wdt_diag288.c
94 F: include/hw/watchdog/wdt_diag288.h
96 F: pc-bios/s390-ccw.img
98 K: ^Subject:.*(?i)s390x?
99 T: git git://github.com/cohuck/qemu.git s390-next
102 Guest CPU cores (TCG):
103 ----------------------
113 F: include/exec/cpu*.h
114 F: include/exec/exec-all.h
115 F: include/exec/helper*.h
116 F: include/exec/tb-hash.h
117 F: include/sysemu/cpus.h
139 F: tests/tcg/aarch64/
142 F: include/hw/cpu/a*mpcore.h
171 F: include/hw/char/lm32_juart.h
184 F: target/microblaze/
186 F: disas/microblaze.c
195 F: hw/intc/mips_gic.c
196 F: hw/timer/mips_gictimer.c
198 F: include/hw/misc/mips_*
199 F: include/hw/intc/mips_gic.h
200 F: include/hw/timer/mips_gictimer.h
210 F: default-configs/moxie-softmmu.mak
225 F: tests/tcg/openrisc/
280 F: include/hw/unicore32/
292 T: git git://github.com/ehabkost/qemu.git x86-next
296 W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
308 F: include/hw/tricore/
310 Multiarch Linux User Tests
312 F: tests/tcg/multiarch/
314 Guest CPU Cores (KVM):
315 ----------------------
323 F: include/sysemu/kvm*.h
346 F: target/s390x/kvm.c
347 F: target/s390x/kvm_s390x.h
348 F: target/s390x/kvm-stub.c
349 F: target/s390x/ioinst.[ch]
350 F: target/s390x/machine.c
351 F: target/s390x/sigp.c
352 F: hw/intc/s390_flic.c
353 F: hw/intc/s390_flic_kvm.c
354 F: include/hw/s390x/s390_flic.h
356 T: git git://github.com/cohuck/qemu.git s390-next
357 T: git git://github.com/borntraeger/qemu.git s390-next
367 Guest CPU Cores (Xen):
368 ----------------------
376 F: hw/9pfs/xen-9p-backend.c
377 F: hw/char/xen_console.c
378 F: hw/display/xenfb.c
385 F: include/sysemu/xen-mapcache.h
405 K: ^Subject:.*(?i)NetBSD
411 K: ^Subject:.*(?i)OpenBSD
427 F: hw/isa/smc37c669-superio.c
436 F: include/hw/*/allwinner*
437 F: hw/arm/cubieboard.c
439 ARM PrimeCell and CMSDK devices
444 F: include/hw/char/pl011.h
453 F: include/hw/arm/primecell.h
454 F: hw/timer/cmsdk-apb-timer.c
455 F: include/hw/timer/cmsdk-apb-timer.h
456 F: hw/char/cmsdk-apb-uart.c
457 F: include/hw/char/cmsdk-apb-uart.h
459 F: include/hw/misc/tz-ppc.h
461 F: include/hw/misc/tz-mpc.h
468 F: hw/intc/gic_internal.h
470 F: hw/misc/arm11scu.c
471 F: hw/timer/a9gtimer*
473 F: include/hw/arm/arm*.h
474 F: include/hw/intc/arm*
475 F: include/hw/misc/a9scu.h
476 F: include/hw/misc/arm11scu.h
477 F: include/hw/timer/a9gtimer.h
478 F: include/hw/timer/arm_mptimer.h
479 F: include/hw/timer/armv7m_systick.h
480 F: tests/test-arm-mptimer.c
487 F: include/hw/arm/exynos4210.h
500 F: include/hw/arm/digic.h
517 F: include/hw/arm/fsl-imx31.h
523 F: hw/arm/integratorcp.c
524 F: hw/misc/arm_integrator_debug.c
533 F: include/hw/misc/mps2-*.h
535 F: include/hw/arm/iotkit.h
560 F: hw/cpu/realview_mpcore.c
561 F: hw/intc/realview_gic.c
562 F: include/hw/intc/realview_gic.h
568 F: hw/arm/mainstone.c
573 F: hw/misc/mst_fpga.c
574 F: include/hw/arm/pxa.h
587 F: hw/misc/arm_sysctl.c
597 F: include/hw/misc/zynq*
606 F: include/hw/*/xlnx*.h
613 F: hw/arm/virt-acpi-build.c
618 F: hw/arm/stm32f205_soc.c
619 F: hw/misc/stm32f2xx_syscfg.c
620 F: hw/char/stm32f2xx_usart.c
621 F: hw/timer/stm32f2xx_timer.c
623 F: hw/ssi/stm32f2xx_spi.c
624 F: include/hw/*/stm32*.h
629 F: hw/arm/netduino2.c
635 F: hw/misc/msf2-sysreg.c
636 F: hw/timer/mss-timer.c
638 F: include/hw/arm/msf2-soc.h
639 F: include/hw/misc/msf2-sysreg.h
640 F: include/hw/timer/mss-timer.h
641 F: include/hw/ssi/mss-spi.h
655 F: include/hw/*/*aspeed*
656 F: hw/net/ftgmac100.c
657 F: include/hw/net/ftgmac100.h
664 F: hw/cris/axis_dev88.c
669 EVR32 and uclinux BSP
672 F: hw/lm32/lm32_boards.c
677 F: hw/lm32/milkymist.c
691 F: hw/m68k/mcf_intc.c
692 F: hw/char/mcf_uart.c
694 F: include/hw/m68k/mcf*.h
701 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
706 F: hw/microblaze/petalogix_ml605_mmu.c
713 F: hw/mips/mips_jazz.c
718 F: hw/mips/mips_malta.c
723 F: hw/mips/mips_mipssim.c
729 F: hw/mips/mips_r4k.c
734 F: hw/mips/mips_fulong2e.c
737 F: include/hw/isa/vt82c686.h
742 F: hw/core/loader-fit.c
744 F: hw/pci-host/xilinx-pcie.c
751 F: hw/openrisc/openrisc_sim.c
759 F: hw/ppc/ppc405_boards.c
765 F: hw/ppc/ppc440_bamboo.c
773 F: include/hw/ppc/ppc_e500.h
774 F: include/hw/pci-host/ppce500.h
775 F: pc-bios/u-boot.e500
781 F: hw/ppc/mpc8544ds.c
782 F: hw/ppc/mpc8544_guts.c
788 F: hw/ppc/mac_newworld.c
789 F: hw/pci-host/uninorth.c
790 F: hw/pci-bridge/dec.[hc]
793 F: hw/nvram/mac_nvram.c
794 F: include/hw/misc/macio/
795 F: include/hw/misc/mos6522.h
796 F: include/hw/ppc/mac_dbdma.h
802 F: hw/ppc/mac_oldworld.c
803 F: hw/pci-host/grackle.c
805 F: hw/intc/heathrow_pic.c
813 F: hw/ppc/prep_systemio.c
814 F: hw/ppc/rs6000_mc.c
815 F: hw/pci-host/prep.[hc]
819 F: hw/timer/m48t59-isa.c
820 F: include/hw/isa/pc87312.h
821 F: include/hw/timer/m48t59.h
822 F: pc-bios/ppc_rom.bin
830 F: include/hw/*/spapr*
832 F: include/hw/*/xics*
833 F: pc-bios/spapr-rtas/*
834 F: pc-bios/spapr-rtas.bin
836 F: pc-bios/skiboot.lid
837 F: docs/specs/ppc-spapr-hcalls.txt
838 F: docs/specs/ppc-spapr-hotplug.txt
840 F: tests/libqos/*spapr*
842 F: tests/libqos/rtas*
848 F: hw/ppc/virtex_ml507.c
864 F: hw/timer/sh_timer.c
877 F: hw/dma/sparc32_dma.c
878 F: hw/dma/sun4m_iommu.c
879 F: hw/misc/eccmemctl.c
880 F: hw/misc/slavio_misc.c
881 F: include/hw/sparc/sparc32_dma.h
882 F: include/hw/sparc/sun4m.h
883 F: pc-bios/openbios-sparc32
888 F: hw/sparc64/sun4u.c
889 F: pc-bios/openbios-sparc64
894 F: hw/sparc64/niagara.c
895 F: hw/timer/sun4v-rtc.c
896 F: include/hw/timer/sun4v-rtc.h
903 F: include/hw/sparc/grlib.h
912 F: hw/char/sclp*.[hc]
913 F: hw/char/terminal3270.c
916 F: hw/watchdog/wdt_diag288.c
917 F: include/hw/watchdog/wdt_diag288.h
918 F: default-configs/s390x-softmmu.mak
919 T: git git://github.com/cohuck/qemu.git s390-next
920 T: git git://github.com/borntraeger/qemu.git s390-next
928 F: pc-bios/s390-ccw.img
929 T: git git://github.com/borntraeger/qemu.git s390-next
934 PKUnity-3 SoC initramfs-with-busybox
948 F: hw/pci-host/piix.c
951 F: include/hw/pci-host/q35.h
952 F: include/hw/pci-host/pam.h
955 F: hw/i2c/smbus_ich9.c
958 F: include/hw/acpi/ich9.h
959 F: include/hw/acpi/piix4.h
966 F: hw/char/debugcon.c
975 F: hw/isa/isa-superio.c
976 F: hw/misc/debugexit.c
977 F: hw/misc/pc-testdev.c
980 F: hw/timer/mc146818rtc*
981 F: hw/watchdog/wdt_ib700.c
982 F: include/hw/display/vga.h
983 F: include/hw/char/parallel.h
984 F: include/hw/dma/i8257.h
985 F: include/hw/i2c/pm_smbus.h
986 F: include/hw/input/i8042.h
987 F: include/hw/isa/superio.h
988 F: include/hw/timer/hpet.h
989 F: include/hw/timer/i8254*
990 F: include/hw/timer/mc146818rtc*
997 F: hw/core/null-machine.c
998 F: include/hw/boards.h
999 T: git git://github.com/ehabkost/qemu.git machine-next
1008 XTFPGA (LX60, LX200, ML605, KC705)
1011 F: hw/xtensa/xtfpga.c
1012 F: hw/net/opencores_eth.c
1030 F: hw/block/hd-geometry.c
1032 F: tests/ahci-test.c
1033 F: tests/cdrom-test.c
1034 F: tests/libqos/ahci*
1035 T: git git://github.com/jnsnow/qemu.git ide
1040 F: include/hw/ipmi/*
1042 F: hw/smbios/smbios_type_38.c
1044 T: git git://github.com/cminyard/qemu.git master-ipmi-rebase
1051 F: include/hw/block/fdc.h
1053 T: git git://github.com/jnsnow/qemu.git ide
1059 F: include/hw/arm/omap.h
1064 F: hw/char/ipoctal232.c
1072 F: hw/misc/pci-testdev.c
1077 F: default-configs/pci.mak
1083 F: include/hw/acpi/*
1084 F: include/hw/smbios/*
1088 F: hw/i386/acpi-build.[hc]
1089 F: hw/arm/virt-acpi-build.c
1090 F: tests/bios-tables-test.c
1091 F: tests/acpi-utils.[hc]
1098 F: hw/i2c/ppc4xx_i2c.c
1099 F: include/hw/ppc/ppc4xx.h
1100 F: include/hw/i2c/ppc4xx_i2c.h
1107 F: hw/pci-host/ppce500.c
1108 F: hw/net/fsl_etsec/
1120 F: tests/virtio-net-test.c
1121 T: git git://github.com/jasowang/qemu.git net
1127 F: include/hw/scsi/*
1129 F: tests/virtio-scsi-test.c
1130 T: git git://github.com/bonzini/qemu.git scsi-next
1137 F: hw/block/m25p80.c
1138 F: include/hw/ssi/ssi.h
1140 F: tests/m25p80-test.c
1151 F: include/hw/sd/sd*
1160 F: tests/usb-*-test.c
1162 F: docs/usb-storage.txt
1165 F: default-configs/usb.mak
1167 USB (serial adapter)
1171 F: hw/usb/dev-serial.c
1183 F: hw/s390x/s390-ccw.c
1184 F: include/hw/s390x/s390-ccw.h
1185 T: git git://github.com/cohuck/qemu.git s390-next
1192 F: docs/interop/vhost-user.txt
1198 F: hw/virtio/Makefile.objs
1199 F: hw/virtio/trace-events
1201 F: include/hw/virtio/
1202 F: tests/virtio-balloon-test.c
1209 F: tests/virtio-9p-test.c
1210 T: git git://github.com/gkurz/qemu.git 9p-next
1216 F: hw/block/virtio-blk.c
1217 F: hw/block/dataplane/*
1218 F: tests/virtio-blk-test.c
1219 T: git git://github.com/stefanha/qemu.git block
1225 F: hw/s390x/virtio-ccw.[hc]
1226 T: git git://github.com/cohuck/qemu.git s390-next
1227 T: git git://github.com/borntraeger/qemu.git s390-next
1233 F: hw/input/virtio-input*.c
1234 F: include/hw/virtio/virtio-input.h
1239 F: hw/char/virtio-serial-bus.c
1240 F: hw/char/virtio-console.c
1241 F: include/hw/virtio/virtio-serial.h
1242 F: tests/virtio-console-test.c
1243 F: tests/virtio-serial-test.c
1248 F: hw/virtio/virtio-rng.c
1249 F: include/hw/virtio/virtio-rng.h
1250 F: include/sysemu/rng*.h
1252 F: tests/virtio-rng-test.c
1257 F: hw/virtio/virtio-crypto.c
1258 F: hw/virtio/virtio-crypto-pci.c
1259 F: include/hw/virtio/virtio-crypto.h
1266 F: tests/nvme-test.c
1272 F: hw/scsi/megasas.c
1274 F: tests/megasas-test.c
1276 Network packet abstractions
1279 F: include/net/eth.h
1281 F: hw/net/net_rx_pkt*
1282 F: hw/net/net_tx_pkt*
1288 F: hw/scsi/vmw_pvscsi*
1289 F: tests/vmxnet3-test.c
1296 F: docs/specs/rocker.txt
1303 F: include/hw/mem/nvdimm.h
1318 F: hw/net/eepro100.c
1323 F: hw/core/generic-loader.c
1324 F: include/hw/core/generic-loader.h
1325 F: docs/generic-loader.txt
1327 Intel Hexadecimal Object File Loader
1330 F: tests/hexloader-test.c
1331 F: tests/hex-loader-check-data/test.hex
1336 F: hw/nvram/chrp_nvram.c
1337 F: include/hw/nvram/chrp_nvram.h
1338 F: tests/prom-env-test.c
1343 F: hw/acpi/vmgenid.c
1344 F: include/hw/acpi/vmgenid.h
1345 F: docs/specs/vmgenid.txt
1346 F: tests/vmgenid-test.c
1349 Unimplemented device
1353 F: include/hw/misc/unimp.h
1360 F: hw/display/bochs-display.c
1361 F: include/hw/display/vga.h
1362 F: include/hw/display/bochs-vbe.h
1367 F: hw/display/ramfb*.c
1368 F: include/hw/display/ramfb.h
1373 F: hw/display/virtio-gpu*
1374 F: hw/display/virtio-vga.c
1375 F: include/hw/virtio/virtio-gpu.h
1380 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1381 F: hw/display/cirrus*
1390 F: include/hw/audio/
1391 F: tests/ac97-test.c
1392 F: tests/es1370-test.c
1393 F: tests/intel-hda-test.c
1406 F: tests/qemu-iotests/
1407 F: util/qemu-progress.c
1408 F: qobject/block-qdict.c
1409 F: test/check-block-qdict.c
1410 T: git git://repo.or.cz/qemu/kevin.git block
1421 F: include/block/aio.h
1422 F: include/block/aio-wait.h
1423 F: scripts/qemugdb/aio.py
1424 T: git git://github.com/stefanha/qemu.git block
1426 Block SCSI subsystem
1439 F: include/block/blockjob.h
1442 F: include/block/job.h
1448 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1450 Block QAPI, monitor, command line
1456 F: qapi/transaction.json
1457 T: git git://repo.or.cz/qemu/armbru.git block-next
1465 F: block/dirty-bitmap.c
1466 F: include/qemu/hbitmap.h
1467 F: include/block/dirty-bitmap.h
1468 F: tests/test-hbitmap.c
1469 F: docs/interop/bitmaps.rst
1470 T: git git://github.com/famz/qemu.git bitmaps
1471 T: git git://github.com/jnsnow/qemu.git bitmaps
1473 Character device backends
1481 Character Devices (Braille)
1486 Command line option argument parsing
1489 F: include/qemu/option.h
1490 F: tests/test-keyval.c
1491 F: tests/test-qemu-opts.c
1493 F: util/qemu-option.c
1498 F: scripts/coverity-model.c
1504 F: include/qom/cpu.h
1511 F: include/sysemu/device_tree.h
1517 F: hw/misc/vmcoreinfo.c
1518 F: include/hw/misc/vmcoreinfo.h
1519 F: include/sysemu/dump-arch.h
1520 F: include/sysemu/dump.h
1521 F: scripts/dump-guest-memory.py
1527 F: include/qapi/error.h
1528 F: include/qemu/error-report.h
1530 F: util/qemu-error.c
1541 F: include/exec/ioport.h
1543 F: include/exec/memory.h
1544 F: include/exec/ram_addr.h
1546 F: include/exec/memory-internal.h
1552 F: include/ui/qemu-spice.h
1553 F: include/ui/spice-display.h
1555 F: audio/spiceaudio.c
1576 F: util/qemu-timer.c
1578 F: qapi/run-state.json
1586 F: include/monitor/hmp-target.h
1589 Network device backends
1594 T: git git://github.com/jasowang/qemu.git net
1597 Netmap network backend
1601 W: http://info.iet.unipi.it/~luigi/netmap/
1609 F: include/sysemu/numa.h
1610 T: git git://github.com/ehabkost/qemu.git machine-next
1612 Host Memory Backends
1616 F: backends/hostmem*.c
1617 F: include/sysemu/hostmem.h
1618 T: git git://github.com/ehabkost/qemu.git machine-next
1623 F: include/sysemu/cryptodev*.h
1624 F: backends/cryptodev*.c
1641 X: include/qapi/qmp/
1642 F: include/qapi/qmp/dispatch.h
1643 F: tests/qapi-schema/
1644 F: tests/test-*-visitor.c
1645 F: tests/test-qapi-*.c
1646 F: tests/test-qmp-*.c
1647 F: tests/test-visitor-serialization.c
1648 F: scripts/qapi-gen.py
1651 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1659 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1665 F: include/qapi/qmp/
1666 X: include/qapi/qmp/dispatch.h
1667 F: scripts/coccinelle/qobject.cocci
1668 F: tests/check-qdict.c
1669 F: tests/check-qnum.c
1670 F: tests/check-qjson.c
1671 F: tests/check-qlist.c
1672 F: tests/check-qstring.c
1673 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1680 F: scripts/qemu-guest-agent/
1682 F: docs/interop/qemu-ga-ref.texi
1683 T: git git://github.com/mdroth/qemu.git qga
1688 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1690 X: include/qom/cpu.h
1693 F: tests/check-qom-interface.c
1694 F: tests/check-qom-proplist.c
1702 F: docs/devel/*qmp-*
1705 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1710 F: hw/core/register.c
1711 F: include/hw/register.h
1712 F: include/hw/registerfields.h
1720 F: include/net/slirp.h
1721 T: git https://people.debian.org/~sthibault/qemu.git slirp
1722 T: git git://git.kiszka.org/qemu.git queues/slirp
1734 F: qemu-option-trace.texi
1735 F: scripts/tracetool.py
1736 F: scripts/tracetool/
1737 F: docs/devel/tracing.txt
1738 T: git git://github.com/stefanha/qemu.git tracing
1746 F: include/hw/acpi/tpm.h
1747 F: include/sysemu/tpm*
1751 T: git git://github.com/stefanberger/qemu-tpm.git tpm-next
1755 F: scripts/checkpatch.pl
1761 F: include/migration/
1763 F: scripts/vmstate-static-checker.py
1764 F: tests/vmstate-static-checker-data/
1765 F: tests/migration-test.c
1766 F: docs/devel/migration.txt
1767 F: qapi/migration.json
1773 F: include/sysemu/seccomp.h
1780 F: tests/test-crypto-*
1781 F: tests/benchmark-crypto-*
1788 F: include/qemu/coroutine*
1789 F: tests/test-coroutine.c
1795 F: include/qemu/buffer.h
1809 F: include/qemu/sockets.h
1810 F: util/qemu-sockets.c
1811 F: qapi/sockets.json
1813 Throttling infrastructure
1816 F: block/throttle-groups.c
1817 F: include/block/throttle-groups.h
1818 F: include/qemu/throttle*.h
1820 F: docs/throttle.txt
1821 F: tests/test-throttle.c
1828 F: include/qemu/uuid.h
1829 F: tests/test-uuid.c
1835 F: include/migration/colo.h
1836 F: include/migration/failover.h
1843 F: docs/colo-proxy.txt
1845 F: net/filter-rewriter.c
1846 F: net/filter-mirror.c
1851 W: https://wiki.qemu.org/Features/record-replay
1854 F: block/blkreplay.c
1855 F: net/filter-replay.c
1856 F: include/sysemu/replay.h
1863 F: include/qemu/iova-tree.h
1872 F: accel/tcg/user-exec*.c
1877 F: default-configs/*-bsd-user.mak
1884 F: default-configs/*-linux-user.mak
1885 F: scripts/qemu-binfmt-conf.sh
1887 Tiny Code Generator (TCG)
1888 -------------------------
1962 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1972 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1979 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1994 F: block/iscsi-opts.c
1996 Network Block Device (NBD)
2003 F: include/block/nbd*
2006 F: docs/interop/nbd.txt
2007 T: git git://repo.or.cz/qemu/ericb.git nbd
2015 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2023 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2030 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2037 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2066 F: block/blklogwrites.c
2072 F: block/blkverify.c
2097 F: block/parallels.c
2098 F: docs/interop/parallels.txt
2110 F: block/linux-aio.c
2111 F: include/block/raw-aio.h
2112 F: block/raw-format.c
2113 F: block/file-posix.c
2114 F: block/file-win32.c
2115 F: block/win32-aio.c
2123 F: docs/interop/qcow2.txt
2154 F: tests/image-fuzzer/
2161 F: block/replication.c
2162 F: tests/test-replication.c
2163 F: docs/block-replication.txt
2173 Build and test automation
2174 -------------------------
2175 Build and test automation
2186 W: https://travis-ci.org/qemu/qemu
2187 W: https://app.shippable.com/github/qemu/qemu
2188 W: http://patchew.org/QEMU/
2190 Guest Test Compilation Support
2193 F: tests/tcg/Makefile
2194 F: tests/tcg/Makefile.include
2199 Build system architecture
2202 F: docs/devel/build-system.txt
2204 Incompatible changes
2206 F: qemu-deprecated.texi
2213 F: scripts/git-submodule.sh