History log of /qemu/nbd/ (Results 101 – 125 of 377)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
9b562c6424-Sep-2020 Kevin Wolf <kwolf@redhat.com>

block/export: Remove magic from block-export-add

nbd-server-add tries to be convenient and adds two questionable
features that we don't want to share in block-export-add, even for NBD
exports:

1. W

block/export: Remove magic from block-export-add

nbd-server-add tries to be convenient and adds two questionable
features that we don't want to share in block-export-add, even for NBD
exports:

1. When requesting a writable export of a read-only device, the export
is silently downgraded to read-only. This should be an error in the
context of block-export-add.

2. When using a BlockBackend name, unplugging the device from the guest
will automatically stop the NBD server, too. This may sometimes be
what you want, but it could also be very surprising. Let's keep
things explicit with block-export-add. If the user wants to stop the
export, they should tell us so.

Move these things into the nbd-server-add QMP command handler so that
they apply only there.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Message-Id: <20200924152717.287415-8-kwolf@redhat.com>
Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>

show more ...

b57e4de024-Sep-2020 Kevin Wolf <kwolf@redhat.com>

qemu-nbd: Use raw block driver for --offset

Instead of implementing qemu-nbd --offset in the NBD code, just put a
raw block node with the requested offset on top of the user image and
rely on that d

qemu-nbd: Use raw block driver for --offset

Instead of implementing qemu-nbd --offset in the NBD code, just put a
raw block node with the requested offset on top of the user image and
rely on that doing the job.

This does not only simplify the nbd_export_new() interface and bring it
closer to the set of options that the nbd-server-add QMP command offers,
but in fact it also eliminates a potential source for bugs in the NBD
code which previously had to add the offset manually in all relevant
places.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <20200924152717.287415-7-kwolf@redhat.com>
Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>

show more ...

56ee862624-Sep-2020 Kevin Wolf <kwolf@redhat.com>

block/export: Add BlockExport infrastructure and block-export-add

We want to have a common set of commands for all types of block exports.
Currently, this is only NBD, but we're going to add more ty

block/export: Add BlockExport infrastructure and block-export-add

We want to have a common set of commands for all types of block exports.
Currently, this is only NBD, but we're going to add more types.

This patch adds the basic BlockExport and BlockExportDriver structs and
a QMP command block-export-add that creates a new export based on the
given BlockExportOptions.

qmp_nbd_server_add() becomes a wrapper around qmp_block_export_add().

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Message-Id: <20200924152717.287415-5-kwolf@redhat.com>
Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>

show more ...

8760366c24-Sep-2020 Kevin Wolf <kwolf@redhat.com>

nbd: Remove unused nbd_export_get_blockdev()

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <20200924

nbd: Remove unused nbd_export_get_blockdev()

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <20200924152717.287415-2-kwolf@redhat.com>
Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>

show more ...


/qemu/.cirrus.yml
/qemu/.gitignore
/qemu/.gitlab-ci.d/containers.yml
/qemu/.gitlab-ci.d/crossbuilds.yml
/qemu/.gitlab-ci.yml
/qemu/.gitmodules
/qemu/.shippable.yml
/qemu/.travis.yml
/qemu/CODING_STYLE.rst
/qemu/Changelog
/qemu/Kconfig.host
/qemu/MAINTAINERS
/qemu/Makefile
/qemu/accel/kvm/kvm-all.c
/qemu/accel/stubs/xen-stub.c
/qemu/accel/tcg/atomic_template.h
/qemu/accel/tcg/cpu-exec.c
/qemu/accel/tcg/cputlb.c
/qemu/accel/tcg/meson.build
/qemu/accel/tcg/tcg-all.c
/qemu/accel/tcg/translate-all.c
/qemu/accel/tcg/user-exec.c
/qemu/audio/audio.c
/qemu/audio/jackaudio.c
/qemu/audio/meson.build
/qemu/audio/spiceaudio.c
/qemu/audio/trace-events
/qemu/authz/list.c
/qemu/authz/listfile.c
/qemu/authz/pamacct.c
/qemu/authz/simple.c
/qemu/backends/cryptodev-builtin.c
/qemu/backends/cryptodev-vhost-user.c
/qemu/backends/cryptodev.c
/qemu/backends/dbus-vmstate.c
/qemu/backends/hostmem-file.c
/qemu/backends/hostmem-memfd.c
/qemu/backends/rng-builtin.c
/qemu/backends/rng-egd.c
/qemu/backends/rng-random.c
/qemu/backends/tpm/tpm_emulator.c
/qemu/backends/tpm/tpm_passthrough.c
/qemu/backends/vhost-user.c
/qemu/block.c
/qemu/block/backup-top.c
/qemu/block/blkdebug.c
/qemu/block/blklogwrites.c
/qemu/block/block-backend.c
/qemu/block/commit.c
/qemu/block/copy-on-read.c
/qemu/block/file-posix.c
/qemu/block/file-win32.c
/qemu/block/filter-compress.c
/qemu/block/io.c
/qemu/block/iscsi.c
/qemu/block/mirror.c
/qemu/block/nfs.c
/qemu/block/nvme.c
/qemu/block/qapi.c
/qemu/block/qcow.c
/qemu/block/qcow2-bitmap.c
/qemu/block/qcow2-cluster.c
/qemu/block/qcow2-refcount.c
/qemu/block/qcow2-snapshot.c
/qemu/block/qcow2.c
/qemu/block/qcow2.h
/qemu/block/quorum.c
/qemu/block/rbd.c
/qemu/block/sheepdog.c
/qemu/block/throttle-groups.c
/qemu/block/throttle.c
/qemu/block/trace-events
/qemu/block/vhdx.c
/qemu/block/vvfat.c
/qemu/blockdev.c
/qemu/blockjob.c
/qemu/chardev/baum.c
/qemu/chardev/char-fd.c
/qemu/chardev/char-pipe.c
/qemu/chardev/char-pty.c
/qemu/chardev/char-ringbuf.c
/qemu/chardev/char-socket.c
/qemu/chardev/char-udp.c
/qemu/chardev/char-win-stdio.c
/qemu/chardev/char.c
/qemu/chardev/chardev-internal.h
/qemu/chardev/meson.build
/qemu/chardev/msmouse.c
/qemu/chardev/testdev.c
/qemu/chardev/wctablet.c
/qemu/configure
/qemu/contrib/gitdm/filetypes.txt
/qemu/contrib/ivshmem-client/ivshmem-client.h
/qemu/contrib/libvhost-user/libvhost-user.c
/qemu/contrib/libvhost-user/libvhost-user.h
/qemu/contrib/plugins/Makefile
/qemu/contrib/plugins/hotblocks.c
/qemu/contrib/plugins/hotpages.c
/qemu/contrib/plugins/howvec.c
/qemu/contrib/plugins/lockstep.c
/qemu/cpus-common.c
/qemu/crypto/aes.c
/qemu/crypto/afalgpriv.h
/qemu/crypto/cipher-afalg.c
/qemu/crypto/cipher-builtin.c.inc
/qemu/crypto/cipher-gcrypt.c.inc
/qemu/crypto/cipher-nettle.c.inc
/qemu/crypto/cipher.c
/qemu/crypto/cipherpriv.h
/qemu/crypto/meson.build
/qemu/crypto/secret_keyring.c
/qemu/default-configs/arm-softmmu.mak
/qemu/default-configs/riscv64-softmmu.mak
/qemu/disas/hppa.c
/qemu/disas/m68k.c
/qemu/disas/meson.build
/qemu/disas/ppc.c
/qemu/docs/COLO-FT.txt
/qemu/docs/can.txt
/qemu/docs/conf.py
/qemu/docs/devel/atomics.rst
/qemu/docs/devel/blkdebug.txt
/qemu/docs/devel/build-system.rst
/qemu/docs/devel/index.rst
/qemu/docs/devel/lockcnt.txt
/qemu/docs/devel/migration.rst
/qemu/docs/devel/qapi-code-gen.txt
/qemu/docs/devel/qom.rst
/qemu/docs/devel/rcu.txt
/qemu/docs/devel/tcg-plugins.rst
/qemu/docs/devel/testing.rst
/qemu/docs/devel/tracing.txt
/qemu/docs/hyperv.txt
/qemu/docs/index.html.in
/qemu/docs/interop/bitmaps.rst
/qemu/docs/interop/conf.py
/qemu/docs/interop/dbus.rst
/qemu/docs/interop/index.rst
/qemu/docs/interop/nbd.txt
/qemu/docs/interop/qemu-ga-ref.rst
/qemu/docs/interop/qemu-qmp-ref.rst
/qemu/docs/interop/vhost-user-gpu.rst
/qemu/docs/interop/vhost-user.rst
/qemu/docs/meson.build
/qemu/docs/rdma.txt
/qemu/docs/specs/ppc-spapr-hotplug.txt
/qemu/docs/specs/ppc-spapr-xive.rst
/qemu/docs/sphinx/qapidoc.py
/qemu/docs/system/arm/aspeed.rst
/qemu/docs/system/arm/mps2.rst
/qemu/docs/system/arm/nuvoton.rst
/qemu/docs/system/deprecated.rst
/qemu/docs/system/device-url-syntax.rst.inc
/qemu/docs/system/target-arm.rst
/qemu/docs/system/target-avr.rst
/qemu/docs/throttle.txt
/qemu/docs/tools/virtiofsd.rst
/qemu/dump/dump.c
/qemu/exec.c
/qemu/fsdev/file-op-9p.h
/qemu/fsdev/virtfs-proxy-helper.c
/qemu/hmp-commands.hx
/qemu/hw/9pfs/9p-synth.c
/qemu/hw/9pfs/9p.c
/qemu/hw/9pfs/virtio-9p.h
/qemu/hw/acpi/aml-build.c
/qemu/hw/acpi/core.c
/qemu/hw/acpi/cpu.c
/qemu/hw/acpi/generic_event_device.c
/qemu/hw/acpi/ich9.c
/qemu/hw/acpi/memory_hotplug.c
/qemu/hw/acpi/pcihp.c
/qemu/hw/acpi/piix4.c
/qemu/hw/acpi/tco.c
/qemu/hw/acpi/vmgenid.c
/qemu/hw/alpha/dp264.c
/qemu/hw/alpha/typhoon.c
/qemu/hw/arm/Kconfig
/qemu/hw/arm/armv7m.c
/qemu/hw/arm/aspeed.c
/qemu/hw/arm/aspeed_ast2600.c
/qemu/hw/arm/aspeed_soc.c
/qemu/hw/arm/bcm2835_peripherals.c
/qemu/hw/arm/collie.c
/qemu/hw/arm/exynos4210.c
/qemu/hw/arm/highbank.c
/qemu/hw/arm/integratorcp.c
/qemu/hw/arm/meson.build
/qemu/hw/arm/microbit.c
/qemu/hw/arm/mps2-tz.c
/qemu/hw/arm/mps2.c
/qemu/hw/arm/musca.c
/qemu/hw/arm/musicpal.c
/qemu/hw/arm/npcm7xx.c
/qemu/hw/arm/npcm7xx_boards.c
/qemu/hw/arm/palm.c
/qemu/hw/arm/pxa2xx.c
/qemu/hw/arm/pxa2xx_gpio.c
/qemu/hw/arm/pxa2xx_pic.c
/qemu/hw/arm/raspi.c
/qemu/hw/arm/realview.c
/qemu/hw/arm/sbsa-ref.c
/qemu/hw/arm/spitz.c
/qemu/hw/arm/stellaris.c
/qemu/hw/arm/strongarm.c
/qemu/hw/arm/tosa.c
/qemu/hw/arm/versatilepb.c
/qemu/hw/arm/vexpress.c
/qemu/hw/arm/virt-acpi-build.c
/qemu/hw/arm/virt.c
/qemu/hw/arm/xilinx_zynq.c
/qemu/hw/arm/xlnx-versal-virt.c
/qemu/hw/arm/xlnx-versal.c
/qemu/hw/arm/xlnx-zcu102.c
/qemu/hw/arm/xlnx-zynqmp.c
/qemu/hw/arm/z2.c
/qemu/hw/audio/ac97.c
/qemu/hw/audio/adlib.c
/qemu/hw/audio/cs4231.c
/qemu/hw/audio/cs4231a.c
/qemu/hw/audio/es1370.c
/qemu/hw/audio/gus.c
/qemu/hw/audio/hda-codec.c
/qemu/hw/audio/intel-hda.c
/qemu/hw/audio/intel-hda.h
/qemu/hw/audio/marvell_88w8618.c
/qemu/hw/audio/milkymist-ac97.c
/qemu/hw/audio/pcspk.c
/qemu/hw/audio/pl041.c
/qemu/hw/audio/sb16.c
/qemu/hw/audio/wm8750.c
/qemu/hw/avr/arduino.c
/qemu/hw/avr/atmega.c
/qemu/hw/avr/atmega.h
/qemu/hw/block/fdc.c
/qemu/hw/block/m25p80.c
/qemu/hw/block/nand.c
/qemu/hw/block/onenand.c
/qemu/hw/block/trace-events
/qemu/hw/block/vhost-user-blk.c
/qemu/hw/block/virtio-blk.c
/qemu/hw/char/Kconfig
/qemu/hw/char/debugcon.c
/qemu/hw/char/etraxfs_ser.c
/qemu/hw/char/exynos4210_uart.c
/qemu/hw/char/grlib_apbuart.c
/qemu/hw/char/ipoctal232.c
/qemu/hw/char/lm32_juart.c
/qemu/hw/char/lm32_uart.c
/qemu/hw/char/mcf_uart.c
/qemu/hw/char/mchp_pfsoc_mmuart.c
/qemu/hw/char/meson.build
/qemu/hw/char/milkymist-uart.c
/qemu/hw/char/parallel.c
/qemu/hw/char/riscv_htif.c
/qemu/hw/char/sclpconsole-lm.c
/qemu/hw/char/sclpconsole.c
/qemu/hw/char/serial-isa.c
/qemu/hw/char/serial-pci.c
/qemu/hw/char/serial.c
/qemu/hw/char/sifive_uart.c
/qemu/hw/char/spapr_vty.c
/qemu/hw/char/terminal3270.c
/qemu/hw/char/trace-events
/qemu/hw/char/virtio-console.c
/qemu/hw/char/xilinx_uartlite.c
/qemu/hw/core/cpu.c
/qemu/hw/core/irq.c
/qemu/hw/core/machine-hmp-cmds.c
/qemu/hw/core/machine-qmp-cmds.c
/qemu/hw/core/machine.c
/qemu/hw/core/numa.c
/qemu/hw/core/qdev-properties-system.c
/qemu/hw/core/qdev-properties.c
/qemu/hw/core/register.c
/qemu/hw/core/sysbus.c
/qemu/hw/cpu/a15mpcore.c
/qemu/hw/cpu/a9mpcore.c
/qemu/hw/cpu/core.c
/qemu/hw/cpu/realview_mpcore.c
/qemu/hw/cris/boot.c
/qemu/hw/display/ads7846.c
/qemu/hw/display/artist.c
/qemu/hw/display/ati_int.h
/qemu/hw/display/bochs-display.c
/qemu/hw/display/cg3.c
/qemu/hw/display/cirrus_vga.c
/qemu/hw/display/cirrus_vga_isa.c
/qemu/hw/display/edid-generate.c
/qemu/hw/display/exynos4210_fimd.c
/qemu/hw/display/g364fb.c
/qemu/hw/display/jazz_led.c
/qemu/hw/display/meson.build
/qemu/hw/display/milkymist-tmu2.c
/qemu/hw/display/milkymist-vgafb.c
/qemu/hw/display/next-fb.c
/qemu/hw/display/pl110.c
/qemu/hw/display/qxl.c
/qemu/hw/display/qxl.h
/qemu/hw/display/ramfb-standalone.c
/qemu/hw/display/sii9022.c
/qemu/hw/display/sm501.c
/qemu/hw/display/ssd0303.c
/qemu/hw/display/ssd0323.c
/qemu/hw/display/tcx.c
/qemu/hw/display/trace-events
/qemu/hw/display/vga-isa.c
/qemu/hw/display/vga-pci.c
/qemu/hw/display/vhost-user-gpu-pci.c
/qemu/hw/display/vhost-user-vga.c
/qemu/hw/display/virtio-gpu-3d.c
/qemu/hw/display/virtio-gpu-base.c
/qemu/hw/display/virtio-gpu-pci.c
/qemu/hw/display/virtio-gpu.c
/qemu/hw/display/virtio-vga.c
/qemu/hw/display/virtio-vga.h
/qemu/hw/display/vmware_vga.c
/qemu/hw/dma/Kconfig
/qemu/hw/dma/i82374.c
/qemu/hw/dma/meson.build
/qemu/hw/dma/pl330.c
/qemu/hw/dma/puv3_dma.c
/qemu/hw/dma/pxa2xx_dma.c
/qemu/hw/dma/rc4030.c
/qemu/hw/dma/sifive_pdma.c
/qemu/hw/dma/sparc32_dma.c
/qemu/hw/dma/xilinx_axidma.c
/qemu/hw/dma/xlnx_dpdma.c
/qemu/hw/gpio/Kconfig
/qemu/hw/gpio/gpio_key.c
/qemu/hw/gpio/max7310.c
/qemu/hw/gpio/meson.build
/qemu/hw/gpio/mpc8xxx.c
/qemu/hw/gpio/omap_gpio.c
/qemu/hw/gpio/pl061.c
/qemu/hw/gpio/puv3_gpio.c
/qemu/hw/gpio/sifive_gpio.c
/qemu/hw/gpio/trace-events
/qemu/hw/gpio/zaurus.c
/qemu/hw/hppa/dino.c
/qemu/hw/hppa/hppa_hardware.h
/qemu/hw/hppa/lasi.c
/qemu/hw/hppa/machine.c
/qemu/hw/hyperv/hyperv.c
/qemu/hw/hyperv/hyperv_testdev.c
/qemu/hw/hyperv/trace-events
/qemu/hw/hyperv/vmbus.c
/qemu/hw/i2c/bitbang_i2c.c
/qemu/hw/i2c/exynos4210_i2c.c
/qemu/hw/i2c/mpc_i2c.c
/qemu/hw/i2c/smbus_eeprom.c
/qemu/hw/i2c/smbus_ich9.c
/qemu/hw/i2c/versatile_i2c.c
/qemu/hw/i386/Kconfig
/qemu/hw/i386/acpi-build.c
/qemu/hw/i386/acpi-microvm.c
/qemu/hw/i386/acpi-microvm.h
/qemu/hw/i386/amd_iommu.h
/qemu/hw/i386/generic_event_device_x86.c
/qemu/hw/i386/kvm/clock.c
/qemu/hw/i386/kvm/i8254.c
/qemu/hw/i386/kvm/i8259.c
/qemu/hw/i386/kvmvapic.c
/qemu/hw/i386/meson.build
/qemu/hw/i386/microvm.c
/qemu/hw/i386/pc.c
/qemu/hw/i386/pc_piix.c
/qemu/hw/i386/pc_q35.c
/qemu/hw/i386/port92.c
/qemu/hw/i386/vmmouse.c
/qemu/hw/i386/vmport.c
/qemu/hw/i386/x86.c
/qemu/hw/i386/xen/xen-hvm.c
/qemu/hw/i386/xen/xen_platform.c
/qemu/hw/i386/xen/xen_pvdevice.c
/qemu/hw/ide/ahci.c
/qemu/hw/ide/core.c
/qemu/hw/ide/ich.c
/qemu/hw/ide/ioport.c
/qemu/hw/ide/isa.c
/qemu/hw/ide/macio.c
/qemu/hw/ide/microdrive.c
/qemu/hw/ide/mmio.c
/qemu/hw/ide/pci.c
/qemu/hw/ide/sii3112.c
/qemu/hw/ide/trace-events
/qemu/hw/input/adb-kbd.c
/qemu/hw/input/adb-mouse.c
/qemu/hw/input/adb.c
/qemu/hw/input/lm832x.c
/qemu/hw/input/milkymist-softusb.c
/qemu/hw/input/pl050.c
/qemu/hw/intc/Kconfig
/qemu/hw/intc/apic.c
/qemu/hw/intc/arm_gic_kvm.c
/qemu/hw/intc/arm_gicv2m.c
/qemu/hw/intc/arm_gicv3_its_kvm.c
/qemu/hw/intc/arm_gicv3_kvm.c
/qemu/hw/intc/armv7m_nvic.c
/qemu/hw/intc/etraxfs_pic.c
/qemu/hw/intc/exynos4210_combiner.c
/qemu/hw/intc/exynos4210_gic.c
/qemu/hw/intc/grlib_irqmp.c
/qemu/hw/intc/i8259.c
/qemu/hw/intc/lm32_pic.c
/qemu/hw/intc/loongson_liointc.c
/qemu/hw/intc/meson.build
/qemu/hw/intc/nios2_iic.c
/qemu/hw/intc/omap_intc.c
/qemu/hw/intc/ompic.c
/qemu/hw/intc/openpic_kvm.c
/qemu/hw/intc/pl190.c
/qemu/hw/intc/puv3_intc.c
/qemu/hw/intc/rx_icu.c
/qemu/hw/intc/s390_flic_kvm.c
/qemu/hw/intc/sifive_clint.c
/qemu/hw/intc/sifive_plic.c
/qemu/hw/intc/sifive_plic.h
/qemu/hw/intc/slavio_intctl.c
/qemu/hw/intc/spapr_xive.c
/qemu/hw/intc/spapr_xive_kvm.c
/qemu/hw/intc/xilinx_intc.c
/qemu/hw/ipack/tpci200.c
/qemu/hw/ipmi/ipmi_bmc_extern.c
/qemu/hw/ipmi/isa_ipmi_bt.c
/qemu/hw/ipmi/isa_ipmi_kcs.c
/qemu/hw/ipmi/pci_ipmi_bt.c
/qemu/hw/ipmi/pci_ipmi_kcs.c
/qemu/hw/ipmi/smbus_ipmi.c
/qemu/hw/isa/i82378.c
/qemu/hw/isa/isa-bus.c
/qemu/hw/isa/lpc_ich9.c
/qemu/hw/isa/pc87312.c
/qemu/hw/isa/piix4.c
/qemu/hw/isa/vt82c686.c
/qemu/hw/m68k/mcf_intc.c
/qemu/hw/m68k/next-cube.c
/qemu/hw/m68k/next-kbd.c
/qemu/hw/m68k/q800.c
/qemu/hw/mem/meson.build
/qemu/hw/mem/npcm7xx_mc.c
/qemu/hw/microblaze/boot.c
/qemu/hw/microblaze/petalogix_ml605_mmu.c
/qemu/hw/microblaze/xlnx-zynqmp-pmu.c
/qemu/hw/mips/boston.c
/qemu/hw/mips/cps.c
/qemu/hw/mips/fuloong2e.c
/qemu/hw/mips/gt64xxx_pci.c
/qemu/hw/mips/jazz.c
/qemu/hw/mips/malta.c
/qemu/hw/mips/meson.build
/qemu/hw/mips/mipssim.c
/qemu/hw/mips/trace-events
/qemu/hw/misc/Kconfig
/qemu/hw/misc/a9scu.c
/qemu/hw/misc/applesmc.c
/qemu/hw/misc/arm_integrator_debug.c
/qemu/hw/misc/arm_l2x0.c
/qemu/hw/misc/arm_sysctl.c
/qemu/hw/misc/aspeed_scu.c
/qemu/hw/misc/debugexit.c
/qemu/hw/misc/eccmemctl.c
/qemu/hw/misc/edu.c
/qemu/hw/misc/empty_slot.c
/qemu/hw/misc/exynos4210_clk.c
/qemu/hw/misc/exynos4210_pmu.c
/qemu/hw/misc/exynos4210_rng.c
/qemu/hw/misc/iotkit-sysctl.c
/qemu/hw/misc/ivshmem.c
/qemu/hw/misc/meson.build
/qemu/hw/misc/milkymist-hpdmc.c
/qemu/hw/misc/milkymist-pfpu.c
/qemu/hw/misc/mst_fpga.c
/qemu/hw/misc/npcm7xx_clk.c
/qemu/hw/misc/npcm7xx_gcr.c
/qemu/hw/misc/pc-testdev.c
/qemu/hw/misc/pca9552.c
/qemu/hw/misc/pci-testdev.c
/qemu/hw/misc/puv3_pm.c
/qemu/hw/misc/pvpanic.c
/qemu/hw/misc/sga.c
/qemu/hw/misc/sifive_e_prci.c
/qemu/hw/misc/sifive_test.c
/qemu/hw/misc/sifive_u_otp.c
/qemu/hw/misc/sifive_u_prci.c
/qemu/hw/misc/slavio_misc.c
/qemu/hw/misc/tmp105.h
/qemu/hw/misc/tmp421.c
/qemu/hw/misc/trace-events
/qemu/hw/misc/zynq_slcr.c
/qemu/hw/moxie/moxiesim.c
/qemu/hw/net/Kconfig
/qemu/hw/net/cadence_gem.c
/qemu/hw/net/can/can_kvaser_pci.c
/qemu/hw/net/can/can_mioe3680_pci.c
/qemu/hw/net/can/can_pcm3680_pci.c
/qemu/hw/net/can/can_sja1000.c
/qemu/hw/net/can/ctu_can_fd_frame.h
/qemu/hw/net/can/ctu_can_fd_regs.h
/qemu/hw/net/can/ctucan_core.c
/qemu/hw/net/can/ctucan_core.h
/qemu/hw/net/can/ctucan_pci.c
/qemu/hw/net/can/meson.build
/qemu/hw/net/dp8393x.c
/qemu/hw/net/e1000.c
/qemu/hw/net/e1000e.c
/qemu/hw/net/e1000e_core.c
/qemu/hw/net/etraxfs_eth.c
/qemu/hw/net/fsl_etsec/etsec.c
/qemu/hw/net/fsl_etsec/etsec.h
/qemu/hw/net/fsl_etsec/rings.c
/qemu/hw/net/lan9118.c
/qemu/hw/net/milkymist-minimac2.c
/qemu/hw/net/mipsnet.c
/qemu/hw/net/ne2000-isa.c
/qemu/hw/net/opencores_eth.c
/qemu/hw/net/pcnet-pci.c
/qemu/hw/net/rocker/rocker.h
/qemu/hw/net/rtl8139.c
/qemu/hw/net/smc91c111.c
/qemu/hw/net/spapr_llan.c
/qemu/hw/net/stellaris_enet.c
/qemu/hw/net/sungem.c
/qemu/hw/net/sunhme.c
/qemu/hw/net/tulip.h
/qemu/hw/net/virtio-net.c
/qemu/hw/net/vmxnet3.c
/qemu/hw/net/vmxnet3_defs.h
/qemu/hw/net/xgmac.c
/qemu/hw/net/xilinx_axienet.c
/qemu/hw/net/xilinx_ethlite.c
/qemu/hw/nios2/boot.c
/qemu/hw/nvram/ds1225y.c
/qemu/hw/nvram/eeprom_at24c.c
/qemu/hw/nvram/fw_cfg.c
/qemu/hw/nvram/meson.build
/qemu/hw/nvram/npcm7xx_otp.c
/qemu/hw/nvram/spapr_nvram.c
/qemu/hw/pci-bridge/dec.c
/qemu/hw/pci-bridge/gen_pcie_root_port.c
/qemu/hw/pci-bridge/pci_bridge_dev.c
/qemu/hw/pci-bridge/pci_expander_bridge.c
/qemu/hw/pci-bridge/pcie_pci_bridge.c
/qemu/hw/pci-host/bonito.c
/qemu/hw/pci-host/gpex-acpi.c
/qemu/hw/pci-host/grackle.c
/qemu/hw/pci-host/i440fx.c
/qemu/hw/pci-host/meson.build
/qemu/hw/pci-host/pnv_phb3.c
/qemu/hw/pci-host/pnv_phb4.c
/qemu/hw/pci-host/ppce500.c
/qemu/hw/pci-host/prep.c
/qemu/hw/pci-host/sabre.c
/qemu/hw/pci-host/versatile.c
/qemu/hw/pci/pci-stub.c
/qemu/hw/pci/pci.c
/qemu/hw/ppc/e500-ccsr.h
/qemu/hw/ppc/e500.c
/qemu/hw/ppc/e500.h
/qemu/hw/ppc/mac.h
/qemu/hw/ppc/mac_newworld.c
/qemu/hw/ppc/mac_oldworld.c
/qemu/hw/ppc/meson.build
/qemu/hw/ppc/mpc8544_guts.c
/qemu/hw/ppc/pnv_bmc.c
/qemu/hw/ppc/pnv_lpc.c
/qemu/hw/ppc/ppc440_bamboo.c
/qemu/hw/ppc/ppc440_pcix.c
/qemu/hw/ppc/ppc440_uc.c
/qemu/hw/ppc/ppc4xx_pci.c
/qemu/hw/ppc/ppce500_spin.c
/qemu/hw/ppc/prep_systemio.c
/qemu/hw/ppc/rs6000_mc.c
/qemu/hw/ppc/sam460ex.c
/qemu/hw/ppc/spapr.c
/qemu/hw/ppc/spapr_cpu_core.c
/qemu/hw/ppc/spapr_hcall.c
/qemu/hw/ppc/spapr_irq.c
/qemu/hw/ppc/spapr_numa.c
/qemu/hw/ppc/spapr_nvdimm.c
/qemu/hw/ppc/spapr_pci.c
/qemu/hw/ppc/spapr_pci_nvlink2.c
/qemu/hw/ppc/spapr_rng.c
/qemu/hw/ppc/trace-events
/qemu/hw/ppc/virtex_ml507.c
/qemu/hw/rdma/rdma_backend.c
/qemu/hw/rdma/rdma_rm.c
/qemu/hw/rdma/vmw/pvrdma.h
/qemu/hw/rdma/vmw/pvrdma_dev_ring.c
/qemu/hw/riscv/Kconfig
/qemu/hw/riscv/boot.c
/qemu/hw/riscv/meson.build
/qemu/hw/riscv/microchip_pfsoc.c
/qemu/hw/riscv/opentitan.c
/qemu/hw/riscv/riscv_hart.c
/qemu/hw/riscv/sifive_e.c
/qemu/hw/riscv/sifive_u.c
/qemu/hw/riscv/spike.c
/qemu/hw/riscv/virt.c
/qemu/hw/rtc/ds1338.c
/qemu/hw/rtc/exynos4210_rtc.c
/qemu/hw/rtc/m41t80.c
/qemu/hw/rtc/m48t59-isa.c
/qemu/hw/rtc/m48t59.c
/qemu/hw/rtc/sun4v-rtc.c
/qemu/hw/rtc/trace-events
/qemu/hw/rtc/twl92230.c
/qemu/hw/rx/rx-gdbsim.c
/qemu/hw/rx/rx62n.c
/qemu/hw/s390x/ap-device.c
/qemu/hw/s390x/ccw-device.h
/qemu/hw/s390x/ipl.h
/qemu/hw/s390x/meson.build
/qemu/hw/s390x/s390-pci-bus.c
/qemu/hw/s390x/s390-pci-bus.h
/qemu/hw/s390x/s390-skeys.c
/qemu/hw/s390x/s390-virtio-ccw.c
/qemu/hw/s390x/vhost-user-fs-ccw.c
/qemu/hw/s390x/vhost-vsock-ccw.c
/qemu/hw/s390x/virtio-ccw.c
/qemu/hw/s390x/virtio-ccw.h
/qemu/hw/scsi/esp-pci.c
/qemu/hw/scsi/esp.c
/qemu/hw/scsi/lsi53c895a.c
/qemu/hw/scsi/megasas.c
/qemu/hw/scsi/mptsas.h
/qemu/hw/scsi/scsi-bus.c
/qemu/hw/scsi/scsi-disk.c
/qemu/hw/scsi/scsi-generic.c
/qemu/hw/scsi/spapr_vscsi.c
/qemu/hw/scsi/vhost-scsi-common.c
/qemu/hw/scsi/vmw_pvscsi.c
/qemu/hw/sd/Kconfig
/qemu/hw/sd/allwinner-sdhost.c
/qemu/hw/sd/bcm2835_sdhost.c
/qemu/hw/sd/cadence_sdhci.c
/qemu/hw/sd/meson.build
/qemu/hw/sd/milkymist-memcard.c
/qemu/hw/sd/pl181.c
/qemu/hw/sd/pxa2xx_mmci.c
/qemu/hw/sd/sd.c
/qemu/hw/sd/sdhci.c
/qemu/hw/sd/ssi-sd.c
/qemu/hw/sh4/sh_pci.c
/qemu/hw/smbios/smbios.c
/qemu/hw/sparc/sun4m.c
/qemu/hw/sparc64/sun4u.c
/qemu/hw/ssi/meson.build
/qemu/hw/ssi/npcm7xx_fiu.c
/qemu/hw/ssi/ssi.c
/qemu/hw/ssi/trace-events
/qemu/hw/ssi/xilinx_spi.c
/qemu/hw/timer/altera_timer.c
/qemu/hw/timer/arm_timer.c
/qemu/hw/timer/armv7m_systick.c
/qemu/hw/timer/cadence_ttc.c
/qemu/hw/timer/etraxfs_timer.c
/qemu/hw/timer/exynos4210_mct.c
/qemu/hw/timer/exynos4210_pwm.c
/qemu/hw/timer/grlib_gptimer.c
/qemu/hw/timer/hpet.c
/qemu/hw/timer/i8254.c
/qemu/hw/timer/lm32_timer.c
/qemu/hw/timer/meson.build
/qemu/hw/timer/milkymist-sysctl.c
/qemu/hw/timer/npcm7xx_timer.c
/qemu/hw/timer/puv3_ost.c
/qemu/hw/timer/pxa2xx_timer.c
/qemu/hw/timer/slavio_timer.c
/qemu/hw/timer/trace-events
/qemu/hw/timer/xilinx_timer.c
/qemu/hw/tpm/tpm_crb.c
/qemu/hw/tpm/tpm_spapr.c
/qemu/hw/tpm/tpm_tis_isa.c
/qemu/hw/tpm/tpm_tis_sysbus.c
/qemu/hw/tpm/trace-events
/qemu/hw/usb/Kconfig
/qemu/hw/usb/ccid-card-emulated.c
/qemu/hw/usb/ccid-card-passthru.c
/qemu/hw/usb/ccid.h
/qemu/hw/usb/dev-audio.c
/qemu/hw/usb/dev-hid.c
/qemu/hw/usb/dev-hub.c
/qemu/hw/usb/dev-mtp.c
/qemu/hw/usb/dev-network.c
/qemu/hw/usb/dev-serial.c
/qemu/hw/usb/dev-smartcard-reader.c
/qemu/hw/usb/dev-storage.c
/qemu/hw/usb/dev-uas.c
/qemu/hw/usb/dev-wacom.c
/qemu/hw/usb/hcd-dwc2.h
/qemu/hw/usb/hcd-ehci.h
/qemu/hw/usb/hcd-ohci-pci.c
/qemu/hw/usb/hcd-ohci.c
/qemu/hw/usb/hcd-ohci.h
/qemu/hw/usb/hcd-uhci.c
/qemu/hw/usb/hcd-xhci-nec.c
/qemu/hw/usb/hcd-xhci-pci.c
/qemu/hw/usb/hcd-xhci-pci.h
/qemu/hw/usb/hcd-xhci-sysbus.c
/qemu/hw/usb/hcd-xhci-sysbus.h
/qemu/hw/usb/hcd-xhci.c
/qemu/hw/usb/hcd-xhci.h
/qemu/hw/usb/host-libusb.c
/qemu/hw/usb/meson.build
/qemu/hw/usb/redirect.c
/qemu/hw/usb/trace-events
/qemu/hw/usb/tusb6010.c
/qemu/hw/usb/u2f-emulated.c
/qemu/hw/usb/u2f-passthru.c
/qemu/hw/vfio/ap.c
/qemu/hw/vfio/common.c
/qemu/hw/vfio/pci.c
/qemu/hw/vfio/pci.h
/qemu/hw/vfio/trace-events
/qemu/hw/virtio/trace-events
/qemu/hw/virtio/vhost-backend.c
/qemu/hw/virtio/vhost-scsi-pci.c
/qemu/hw/virtio/vhost-user-blk-pci.c
/qemu/hw/virtio/vhost-user-fs-pci.c
/qemu/hw/virtio/vhost-user-input-pci.c
/qemu/hw/virtio/vhost-user-scsi-pci.c
/qemu/hw/virtio/vhost-user-vsock-pci.c
/qemu/hw/virtio/vhost-vdpa.c
/qemu/hw/virtio/vhost-vsock-pci.c
/qemu/hw/virtio/vhost.c
/qemu/hw/virtio/virtio-9p-pci.c
/qemu/hw/virtio/virtio-balloon-pci.c
/qemu/hw/virtio/virtio-balloon.c
/qemu/hw/virtio/virtio-blk-pci.c
/qemu/hw/virtio/virtio-crypto-pci.c
/qemu/hw/virtio/virtio-crypto.c
/qemu/hw/virtio/virtio-input-host-pci.c
/qemu/hw/virtio/virtio-input-pci.c
/qemu/hw/virtio/virtio-iommu-pci.c
/qemu/hw/virtio/virtio-iommu.c
/qemu/hw/virtio/virtio-mem-pci.c
/qemu/hw/virtio/virtio-mem-pci.h
/qemu/hw/virtio/virtio-mem.c
/qemu/hw/virtio/virtio-mmio.c
/qemu/hw/virtio/virtio-net-pci.c
/qemu/hw/virtio/virtio-pci.c
/qemu/hw/virtio/virtio-pci.h
/qemu/hw/virtio/virtio-pmem-pci.c
/qemu/hw/virtio/virtio-pmem-pci.h
/qemu/hw/virtio/virtio-pmem.c
/qemu/hw/virtio/virtio-rng-pci.c
/qemu/hw/virtio/virtio-scsi-pci.c
/qemu/hw/virtio/virtio-serial-pci.c
/qemu/hw/virtio/virtio.c
/qemu/hw/watchdog/wdt_i6300esb.c
/qemu/hw/watchdog/wdt_ib700.c
/qemu/hw/xen/xen_pt.h
/qemu/hw/xtensa/pic_cpu.c
/qemu/hw/xtensa/sim.c
/qemu/hw/xtensa/xtfpga.c
/qemu/include/authz/base.h
/qemu/include/authz/list.h
/qemu/include/authz/listfile.h
/qemu/include/authz/pamacct.h
/qemu/include/authz/simple.h
/qemu/include/block/aio-wait.h
/qemu/include/block/aio.h
/qemu/include/block/block_int.h
/qemu/include/block/nbd.h
/qemu/include/block/throttle-groups.h
/qemu/include/chardev/char-fd.h
/qemu/include/chardev/char-win.h
/qemu/include/chardev/char.h
/qemu/include/chardev/spice.h
/qemu/include/crypto/aes.h
/qemu/include/crypto/cipher.h
/qemu/include/crypto/secret.h
/qemu/include/crypto/secret_common.h
/qemu/include/crypto/secret_keyring.h
/qemu/include/crypto/tls-cipher-suites.h
/qemu/include/crypto/tlscreds.h
/qemu/include/crypto/tlscredsanon.h
/qemu/include/crypto/tlscredspsk.h
/qemu/include/crypto/tlscredsx509.h
/qemu/include/exec/cpu_ldst.h
/qemu/include/exec/exec-all.h
/qemu/include/exec/hwaddr.h
/qemu/include/exec/log.h
/qemu/include/exec/memory.h
/qemu/include/exec/ram_addr.h
/qemu/include/exec/ramlist.h
/qemu/include/exec/tb-lookup.h
/qemu/include/hw/acpi/acpi_dev_interface.h
/qemu/include/hw/acpi/aml-build.h
/qemu/include/hw/acpi/cpu.h
/qemu/include/hw/acpi/generic_event_device.h
/qemu/include/hw/acpi/vmgenid.h
/qemu/include/hw/adc/stm32f2xx_adc.h
/qemu/include/hw/arm/allwinner-a10.h
/qemu/include/hw/arm/allwinner-h3.h
/qemu/include/hw/arm/armsse.h
/qemu/include/hw/arm/armv7m.h
/qemu/include/hw/arm/aspeed.h
/qemu/include/hw/arm/aspeed_soc.h
/qemu/include/hw/arm/bcm2835_peripherals.h
/qemu/include/hw/arm/bcm2836.h
/qemu/include/hw/arm/digic.h
/qemu/include/hw/arm/exynos4210.h
/qemu/include/hw/arm/fsl-imx25.h
/qemu/include/hw/arm/fsl-imx31.h
/qemu/include/hw/arm/fsl-imx6.h
/qemu/include/hw/arm/fsl-imx6ul.h
/qemu/include/hw/arm/fsl-imx7.h
/qemu/include/hw/arm/linux-boot-if.h
/qemu/include/hw/arm/msf2-soc.h
/qemu/include/hw/arm/npcm7xx.h
/qemu/include/hw/arm/nrf51_soc.h
/qemu/include/hw/arm/omap.h
/qemu/include/hw/arm/pxa.h
/qemu/include/hw/arm/raspi_platform.h
/qemu/include/hw/arm/smmu-common.h
/qemu/include/hw/arm/smmuv3.h
/qemu/include/hw/arm/stm32f205_soc.h
/qemu/include/hw/arm/stm32f405_soc.h
/qemu/include/hw/arm/virt.h
/qemu/include/hw/arm/xlnx-versal.h
/qemu/include/hw/arm/xlnx-zynqmp.h
/qemu/include/hw/block/flash.h
/qemu/include/hw/block/swim.h
/qemu/include/hw/boards.h
/qemu/include/hw/char/avr_usart.h
/qemu/include/hw/char/bcm2835_aux.h
/qemu/include/hw/char/cadence_uart.h
/qemu/include/hw/char/cmsdk-apb-uart.h
/qemu/include/hw/char/digic-uart.h
/qemu/include/hw/char/escc.h
/qemu/include/hw/char/ibex_uart.h
/qemu/include/hw/char/imx_serial.h
/qemu/include/hw/char/mchp_pfsoc_mmuart.h
/qemu/include/hw/char/nrf51_uart.h
/qemu/include/hw/char/pl011.h
/qemu/include/hw/char/renesas_sci.h
/qemu/include/hw/char/riscv_htif.h
/qemu/include/hw/char/serial.h
/qemu/include/hw/char/sifive_uart.h
/qemu/include/hw/char/stm32f2xx_usart.h
/qemu/include/hw/clock.h
/qemu/include/hw/core/cpu.h
/qemu/include/hw/core/generic-loader.h
/qemu/include/hw/core/split-irq.h
/qemu/include/hw/cpu/a15mpcore.h
/qemu/include/hw/cpu/a9mpcore.h
/qemu/include/hw/cpu/arm11mpcore.h
/qemu/include/hw/cpu/cluster.h
/qemu/include/hw/cpu/core.h
/qemu/include/hw/display/bcm2835_fb.h
/qemu/include/hw/display/dpcd.h
/qemu/include/hw/display/edid.h
/qemu/include/hw/display/i2c-ddc.h
/qemu/include/hw/display/macfb.h
/qemu/include/hw/display/xlnx_dp.h
/qemu/include/hw/dma/bcm2835_dma.h
/qemu/include/hw/dma/i8257.h
/qemu/include/hw/dma/pl080.h
/qemu/include/hw/dma/sifive_pdma.h
/qemu/include/hw/dma/xlnx-zdma.h
/qemu/include/hw/dma/xlnx-zynq-devcfg.h
/qemu/include/hw/dma/xlnx_dpdma.h
/qemu/include/hw/fw-path-provider.h
/qemu/include/hw/gpio/aspeed_gpio.h
/qemu/include/hw/gpio/bcm2835_gpio.h
/qemu/include/hw/gpio/imx_gpio.h
/qemu/include/hw/gpio/nrf51_gpio.h
/qemu/include/hw/gpio/sifive_gpio.h
/qemu/include/hw/hotplug.h
/qemu/include/hw/hyperv/vmbus-bridge.h
/qemu/include/hw/hyperv/vmbus.h
/qemu/include/hw/i2c/arm_sbcon_i2c.h
/qemu/include/hw/i2c/aspeed_i2c.h
/qemu/include/hw/i2c/i2c.h
/qemu/include/hw/i2c/imx_i2c.h
/qemu/include/hw/i2c/microbit_i2c.h
/qemu/include/hw/i2c/ppc4xx_i2c.h
/qemu/include/hw/i2c/smbus_slave.h
/qemu/include/hw/i386/apic_internal.h
/qemu/include/hw/i386/ich9.h
/qemu/include/hw/i386/intel_iommu.h
/qemu/include/hw/i386/ioapic_internal.h
/qemu/include/hw/i386/microvm.h
/qemu/include/hw/i386/pc.h
/qemu/include/hw/i386/vmport.h
/qemu/include/hw/i386/x86-iommu.h
/qemu/include/hw/i386/x86.h
/qemu/include/hw/ide/ahci.h
/qemu/include/hw/ide/internal.h
/qemu/include/hw/ide/pci.h
/qemu/include/hw/input/adb.h
/qemu/include/hw/input/i8042.h
/qemu/include/hw/input/tsc2xxx.h
/qemu/include/hw/intc/allwinner-a10-pic.h
/qemu/include/hw/intc/arm_gic.h
/qemu/include/hw/intc/arm_gic_common.h
/qemu/include/hw/intc/arm_gicv3.h
/qemu/include/hw/intc/arm_gicv3_common.h
/qemu/include/hw/intc/arm_gicv3_its_common.h
/qemu/include/hw/intc/armv7m_nvic.h
/qemu/include/hw/intc/aspeed_vic.h
/qemu/include/hw/intc/bcm2835_ic.h
/qemu/include/hw/intc/bcm2836_control.h
/qemu/include/hw/intc/heathrow_pic.h
/qemu/include/hw/intc/ibex_plic.h
/qemu/include/hw/intc/imx_avic.h
/qemu/include/hw/intc/imx_gpcv2.h
/qemu/include/hw/intc/intc.h
/qemu/include/hw/intc/mips_gic.h
/qemu/include/hw/intc/realview_gic.h
/qemu/include/hw/intc/rx_icu.h
/qemu/include/hw/intc/sifive_clint.h
/qemu/include/hw/intc/xlnx-pmu-iomod-intc.h
/qemu/include/hw/intc/xlnx-zynqmp-ipi.h
/qemu/include/hw/ipack/ipack.h
/qemu/include/hw/ipmi/ipmi.h
/qemu/include/hw/isa/i8259_internal.h
/qemu/include/hw/isa/isa.h
/qemu/include/hw/isa/pc87312.h
/qemu/include/hw/isa/superio.h
/qemu/include/hw/kvm/clock.h
/qemu/include/hw/m68k/mcf_fec.h
/qemu/include/hw/mem/memory-device.h
/qemu/include/hw/mem/npcm7xx_mc.h
/qemu/include/hw/mem/nvdimm.h
/qemu/include/hw/mem/pc-dimm.h
/qemu/include/hw/mips/cps.h
/qemu/include/hw/misc/a9scu.h
/qemu/include/hw/misc/allwinner-cpucfg.h
/qemu/include/hw/misc/allwinner-h3-ccu.h
/qemu/include/hw/misc/allwinner-h3-dramc.h
/qemu/include/hw/misc/allwinner-h3-sysctrl.h
/qemu/include/hw/misc/allwinner-sid.h
/qemu/include/hw/misc/arm11scu.h
/qemu/include/hw/misc/armsse-cpuid.h
/qemu/include/hw/misc/armsse-mhu.h
/qemu/include/hw/misc/aspeed_scu.h
/qemu/include/hw/misc/aspeed_sdmc.h
/qemu/include/hw/misc/aspeed_xdma.h
/qemu/include/hw/misc/auxbus.h
/qemu/include/hw/misc/avr_power.h
/qemu/include/hw/misc/bcm2835_mbox.h
/qemu/include/hw/misc/bcm2835_mphi.h
/qemu/include/hw/misc/bcm2835_property.h
/qemu/include/hw/misc/bcm2835_rng.h
/qemu/include/hw/misc/bcm2835_thermal.h
/qemu/include/hw/misc/grlib_ahb_apb_pnp.h
/qemu/include/hw/misc/imx25_ccm.h
/qemu/include/hw/misc/imx31_ccm.h
/qemu/include/hw/misc/imx6_ccm.h
/qemu/include/hw/misc/imx6_src.h
/qemu/include/hw/misc/imx6ul_ccm.h
/qemu/include/hw/misc/imx7_ccm.h
/qemu/include/hw/misc/imx7_gpr.h
/qemu/include/hw/misc/imx7_snvs.h
/qemu/include/hw/misc/imx_ccm.h
/qemu/include/hw/misc/imx_rngc.h
/qemu/include/hw/misc/iotkit-secctl.h
/qemu/include/hw/misc/iotkit-sysctl.h
/qemu/include/hw/misc/iotkit-sysinfo.h
/qemu/include/hw/misc/mac_via.h
/qemu/include/hw/misc/macio/cuda.h
/qemu/include/hw/misc/macio/gpio.h
/qemu/include/hw/misc/macio/macio.h
/qemu/include/hw/misc/macio/pmu.h
/qemu/include/hw/misc/max111x.h
/qemu/include/hw/misc/mips_cmgcr.h
/qemu/include/hw/misc/mips_cpc.h
/qemu/include/hw/misc/mips_itu.h
/qemu/include/hw/misc/mos6522.h
/qemu/include/hw/misc/mps2-fpgaio.h
/qemu/include/hw/misc/mps2-scc.h
/qemu/include/hw/misc/msf2-sysreg.h
/qemu/include/hw/misc/npcm7xx_clk.h
/qemu/include/hw/misc/npcm7xx_gcr.h
/qemu/include/hw/misc/nrf51_rng.h
/qemu/include/hw/misc/pca9552.h
/qemu/include/hw/misc/sifive_e_prci.h
/qemu/include/hw/misc/sifive_test.h
/qemu/include/hw/misc/sifive_u_otp.h
/qemu/include/hw/misc/sifive_u_prci.h
/qemu/include/hw/misc/stm32f2xx_syscfg.h
/qemu/include/hw/misc/stm32f4xx_exti.h
/qemu/include/hw/misc/stm32f4xx_syscfg.h
/qemu/include/hw/misc/tz-mpc.h
/qemu/include/hw/misc/tz-msc.h
/qemu/include/hw/misc/tz-ppc.h
/qemu/include/hw/misc/unimp.h
/qemu/include/hw/misc/vmcoreinfo.h
/qemu/include/hw/misc/zynq-xadc.h
/qemu/include/hw/net/allwinner-sun8i-emac.h
/qemu/include/hw/net/allwinner_emac.h
/qemu/include/hw/net/cadence_gem.h
/qemu/include/hw/net/ftgmac100.h
/qemu/include/hw/net/imx_fec.h
/qemu/include/hw/net/lance.h
/qemu/include/hw/net/lasi_82596.h
/qemu/include/hw/net/msf2-emac.h
/qemu/include/hw/nmi.h
/qemu/include/hw/nubus/mac-nubus-bridge.h
/qemu/include/hw/nubus/nubus.h
/qemu/include/hw/nvram/fw_cfg.h
/qemu/include/hw/nvram/npcm7xx_otp.h
/qemu/include/hw/nvram/nrf51_nvm.h
/qemu/include/hw/or-irq.h
/qemu/include/hw/pci-bridge/simba.h
/qemu/include/hw/pci-host/designware.h
/qemu/include/hw/pci-host/gpex.h
/qemu/include/hw/pci-host/i440fx.h
/qemu/include/hw/pci-host/pnv_phb3.h
/qemu/include/hw/pci-host/pnv_phb4.h
/qemu/include/hw/pci-host/q35.h
/qemu/include/hw/pci-host/sabre.h
/qemu/include/hw/pci-host/spapr.h
/qemu/include/hw/pci-host/uninorth.h
/qemu/include/hw/pci-host/xilinx-pcie.h
/qemu/include/hw/pci/pci.h
/qemu/include/hw/pci/pci_bridge.h
/qemu/include/hw/pci/pci_host.h
/qemu/include/hw/pci/pcie_host.h
/qemu/include/hw/pci/pcie_port.h
/qemu/include/hw/pcmcia.h
/qemu/include/hw/platform-bus.h
/qemu/include/hw/ppc/mac_dbdma.h
/qemu/include/hw/ppc/openpic.h
/qemu/include/hw/ppc/pnv.h
/qemu/include/hw/ppc/pnv_core.h
/qemu/include/hw/ppc/pnv_homer.h
/qemu/include/hw/ppc/pnv_lpc.h
/qemu/include/hw/ppc/pnv_occ.h
/qemu/include/hw/ppc/pnv_pnor.h
/qemu/include/hw/ppc/pnv_psi.h
/qemu/include/hw/ppc/pnv_xive.h
/qemu/include/hw/ppc/pnv_xscom.h
/qemu/include/hw/ppc/spapr.h
/qemu/include/hw/ppc/spapr_cpu_core.h
/qemu/include/hw/ppc/spapr_drc.h
/qemu/include/hw/ppc/spapr_irq.h
/qemu/include/hw/ppc/spapr_numa.h
/qemu/include/hw/ppc/spapr_nvdimm.h
/qemu/include/hw/ppc/spapr_tpm_proxy.h
/qemu/include/hw/ppc/spapr_vio.h
/qemu/include/hw/ppc/spapr_xive.h
/qemu/include/hw/ppc/xics.h
/qemu/include/hw/ppc/xics_spapr.h
/qemu/include/hw/ppc/xive.h
/qemu/include/hw/qdev-core.h
/qemu/include/hw/rdma/rdma.h
/qemu/include/hw/register.h
/qemu/include/hw/resettable.h
/qemu/include/hw/riscv/microchip_pfsoc.h
/qemu/include/hw/riscv/opentitan.h
/qemu/include/hw/riscv/riscv_hart.h
/qemu/include/hw/riscv/sifive_e.h
/qemu/include/hw/riscv/sifive_u.h
/qemu/include/hw/riscv/spike.h
/qemu/include/hw/riscv/virt.h
/qemu/include/hw/rtc/allwinner-rtc.h
/qemu/include/hw/rtc/aspeed_rtc.h
/qemu/include/hw/rtc/goldfish_rtc.h
/qemu/include/hw/rtc/m48t59.h
/qemu/include/hw/rtc/mc146818rtc.h
/qemu/include/hw/rtc/pl031.h
/qemu/include/hw/rtc/xlnx-zynqmp-rtc.h
/qemu/include/hw/rx/rx62n.h
/qemu/include/hw/s390x/3270-ccw.h
/qemu/include/hw/s390x/ap-device.h
/qemu/include/hw/s390x/css-bridge.h
/qemu/include/hw/s390x/event-facility.h
/qemu/include/hw/s390x/s390-ccw.h
/qemu/include/hw/s390x/s390-virtio-ccw.h
/qemu/include/hw/s390x/s390_flic.h
/qemu/include/hw/s390x/sclp.h
/qemu/include/hw/s390x/storage-attributes.h
/qemu/include/hw/s390x/storage-keys.h
/qemu/include/hw/s390x/tod.h
/qemu/include/hw/s390x/vfio-ccw.h
/qemu/include/hw/scsi/esp.h
/qemu/include/hw/scsi/scsi.h
/qemu/include/hw/sd/allwinner-sdhost.h
/qemu/include/hw/sd/aspeed_sdhci.h
/qemu/include/hw/sd/bcm2835_sdhost.h
/qemu/include/hw/sd/cadence_sdhci.h
/qemu/include/hw/sd/sd.h
/qemu/include/hw/sd/sdhci.h
/qemu/include/hw/southbridge/piix.h
/qemu/include/hw/sparc/sparc32_dma.h
/qemu/include/hw/sparc/sun4m_iommu.h
/qemu/include/hw/sparc/sun4u_iommu.h
/qemu/include/hw/ssi/aspeed_smc.h
/qemu/include/hw/ssi/imx_spi.h
/qemu/include/hw/ssi/mss-spi.h
/qemu/include/hw/ssi/npcm7xx_fiu.h
/qemu/include/hw/ssi/pl022.h
/qemu/include/hw/ssi/ssi.h
/qemu/include/hw/ssi/stm32f2xx_spi.h
/qemu/include/hw/ssi/xilinx_spips.h
/qemu/include/hw/stream.h
/qemu/include/hw/sysbus.h
/qemu/include/hw/timer/a9gtimer.h
/qemu/include/hw/timer/allwinner-a10-pit.h
/qemu/include/hw/timer/arm_mptimer.h
/qemu/include/hw/timer/armv7m_systick.h
/qemu/include/hw/timer/aspeed_timer.h
/qemu/include/hw/timer/avr_timer16.h
/qemu/include/hw/timer/bcm2835_systmr.h
/qemu/include/hw/timer/cmsdk-apb-dualtimer.h
/qemu/include/hw/timer/cmsdk-apb-timer.h
/qemu/include/hw/timer/digic-timer.h
/qemu/include/hw/timer/i8254.h
/qemu/include/hw/timer/imx_epit.h
/qemu/include/hw/timer/imx_gpt.h
/qemu/include/hw/timer/mss-timer.h
/qemu/include/hw/timer/npcm7xx_timer.h
/qemu/include/hw/timer/nrf51_timer.h
/qemu/include/hw/timer/renesas_cmt.h
/qemu/include/hw/timer/renesas_tmr.h
/qemu/include/hw/timer/stm32f2xx_timer.h
/qemu/include/hw/usb.h
/qemu/include/hw/usb/chipidea.h
/qemu/include/hw/usb/imx-usb-phy.h
/qemu/include/hw/vfio/vfio-amd-xgbe.h
/qemu/include/hw/vfio/vfio-calxeda-xgmac.h
/qemu/include/hw/vfio/vfio-platform.h
/qemu/include/hw/virtio/vhost-backend.h
/qemu/include/hw/virtio/vhost-scsi-common.h
/qemu/include/hw/virtio/vhost-scsi.h
/qemu/include/hw/virtio/vhost-user-blk.h
/qemu/include/hw/virtio/vhost-user-fs.h
/qemu/include/hw/virtio/vhost-user-scsi.h
/qemu/include/hw/virtio/vhost-user-vsock.h
/qemu/include/hw/virtio/vhost-vdpa.h
/qemu/include/hw/virtio/vhost-vsock-common.h
/qemu/include/hw/virtio/vhost-vsock.h
/qemu/include/hw/virtio/vhost.h
/qemu/include/hw/virtio/virtio-balloon.h
/qemu/include/hw/virtio/virtio-blk.h
/qemu/include/hw/virtio/virtio-bus.h
/qemu/include/hw/virtio/virtio-crypto.h
/qemu/include/hw/virtio/virtio-gpu-pci.h
/qemu/include/hw/virtio/virtio-gpu.h
/qemu/include/hw/virtio/virtio-input.h
/qemu/include/hw/virtio/virtio-iommu.h
/qemu/include/hw/virtio/virtio-mem.h
/qemu/include/hw/virtio/virtio-mmio.h
/qemu/include/hw/virtio/virtio-net.h
/qemu/include/hw/virtio/virtio-pmem.h
/qemu/include/hw/virtio/virtio-rng.h
/qemu/include/hw/virtio/virtio-scsi.h
/qemu/include/hw/virtio/virtio-serial.h
/qemu/include/hw/virtio/virtio.h
/qemu/include/hw/vmstate-if.h
/qemu/include/hw/watchdog/cmsdk-apb-watchdog.h
/qemu/include/hw/watchdog/wdt_aspeed.h
/qemu/include/hw/watchdog/wdt_diag288.h
/qemu/include/hw/watchdog/wdt_imx2.h
/qemu/include/hw/xen/xen-block.h
/qemu/include/hw/xen/xen-bus.h
/qemu/include/hw/xen/xen-legacy-backend.h
/qemu/include/hw/xen/xen-x86.h
/qemu/include/hw/xen/xen.h
/qemu/include/io/channel-buffer.h
/qemu/include/io/channel-command.h
/qemu/include/io/channel-file.h
/qemu/include/io/channel-socket.h
/qemu/include/io/channel-tls.h
/qemu/include/io/channel-websock.h
/qemu/include/io/channel.h
/qemu/include/io/dns-resolver.h
/qemu/include/io/net-listener.h
/qemu/include/monitor/hmp.h
/qemu/include/monitor/monitor.h
/qemu/include/net/can_emu.h
/qemu/include/net/can_host.h
/qemu/include/net/filter.h
/qemu/include/net/net.h
/qemu/include/qemu-common.h
/qemu/include/qemu/atomic.h
/qemu/include/qemu/atomic128.h
/qemu/include/qemu/bitops.h
/qemu/include/qemu/coroutine.h
/qemu/include/qemu/cutils.h
/qemu/include/qemu/iov.h
/qemu/include/qemu/log.h
/qemu/include/qemu/osdep.h
/qemu/include/qemu/queue.h
/qemu/include/qemu/rcu.h
/qemu/include/qemu/rcu_queue.h
/qemu/include/qemu/seqlock.h
/qemu/include/qemu/stats64.h
/qemu/include/qemu/thread.h
/qemu/include/qemu/timer.h
/qemu/include/qemu/typedefs.h
/qemu/include/qom/object.h
/qemu/include/qom/object_interfaces.h
/qemu/include/scsi/constants.h
/qemu/include/scsi/pr-manager.h
/qemu/include/standard-headers/drivers/infiniband/hw/vmw_pvrdma/pvrdma_ring.h
/qemu/include/standard-headers/drm/drm_fourcc.h
/qemu/include/standard-headers/linux/ethtool.h
/qemu/include/standard-headers/linux/input-event-codes.h
/qemu/include/standard-headers/linux/vhost_types.h
/qemu/include/standard-headers/linux/virtio_9p.h
/qemu/include/standard-headers/linux/virtio_blk.h
/qemu/include/standard-headers/linux/virtio_config.h
/qemu/include/standard-headers/linux/virtio_console.h
/qemu/include/standard-headers/linux/virtio_net.h
/qemu/include/standard-headers/linux/virtio_scsi.h
/qemu/include/sysemu/balloon.h
/qemu/include/sysemu/cryptodev.h
/qemu/include/sysemu/hostmem.h
/qemu/include/sysemu/hvf.h
/qemu/include/sysemu/iothread.h
/qemu/include/sysemu/kvm.h
/qemu/include/sysemu/numa.h
/qemu/include/sysemu/rng-random.h
/qemu/include/sysemu/rng.h
/qemu/include/sysemu/sysemu.h
/qemu/include/sysemu/tpm.h
/qemu/include/sysemu/tpm_backend.h
/qemu/include/sysemu/vhost-user-backend.h
/qemu/include/sysemu/xen.h
/qemu/include/ui/console.h
/qemu/include/ui/qemu-spice.h
/qemu/io/channel-file.c
/qemu/io/dns-resolver.c
/qemu/io/net-listener.c
/qemu/iothread.c
/qemu/libdecnumber/decNumber.c
/qemu/linux-headers/asm-generic/unistd.h
/qemu/linux-headers/asm-mips/unistd_n32.h
/qemu/linux-headers/asm-mips/unistd_n64.h
/qemu/linux-headers/asm-mips/unistd_o32.h
/qemu/linux-headers/asm-powerpc/kvm.h
/qemu/linux-headers/asm-powerpc/unistd_32.h
/qemu/linux-headers/asm-powerpc/unistd_64.h
/qemu/linux-headers/asm-s390/kvm.h
/qemu/linux-headers/asm-s390/unistd_32.h
/qemu/linux-headers/asm-s390/unistd_64.h
/qemu/linux-headers/asm-x86/unistd_32.h
/qemu/linux-headers/asm-x86/unistd_64.h
/qemu/linux-headers/asm-x86/unistd_x32.h
/qemu/linux-headers/linux/kvm.h
/qemu/linux-headers/linux/vfio.h
/qemu/linux-headers/linux/vhost.h
/qemu/linux-user/aarch64/signal.c
/qemu/linux-user/cris/target_syscall.h
/qemu/linux-user/elfload.c
/qemu/linux-user/flat.h
/qemu/linux-user/flatload.c
/qemu/linux-user/host/ppc64/safe-syscall.inc.S
/qemu/linux-user/hppa/cpu_loop.c
/qemu/linux-user/ppc/termbits.h
/qemu/linux-user/qemu.h
/qemu/linux-user/signal.c
/qemu/linux-user/syscall.c
/qemu/linux-user/syscall_defs.h
/qemu/meson.build
/qemu/meson_options.txt
/qemu/migration/channel.c
/qemu/migration/colo-failover.c
/qemu/migration/colo.c
/qemu/migration/dirtyrate.c
/qemu/migration/dirtyrate.h
/qemu/migration/global_state.c
/qemu/migration/meson.build
/qemu/migration/migration.c
/qemu/migration/migration.h
/qemu/migration/multifd.c
/qemu/migration/multifd.h
/qemu/migration/postcopy-ram.c
/qemu/migration/postcopy-ram.h
/qemu/migration/ram.c
/qemu/migration/ram.h
/qemu/migration/rdma.c
/qemu/migration/savevm.c
/qemu/migration/tls.c
/qemu/migration/tls.h
/qemu/migration/trace-events
/qemu/monitor/hmp-cmds.c
/qemu/monitor/hmp.c
/qemu/monitor/meson.build
/qemu/monitor/misc.c
/qemu/monitor/monitor.c
/qemu/monitor/qmp-cmds.c
server.c
/qemu/net/can/can_core.c
/qemu/net/can/can_socketcan.c
/qemu/net/colo-compare.c
/qemu/net/dump.c
/qemu/net/filter-buffer.c
/qemu/net/filter-mirror.c
/qemu/net/filter-replay.c
/qemu/net/filter-rewriter.c
/qemu/net/net.c
/qemu/net/tap.c
/qemu/net/trace-events
/qemu/net/vhost-user.c
/qemu/net/vhost-vdpa.c
/qemu/os-posix.c
/qemu/os-win32.c
/qemu/pc-bios/README
/qemu/pc-bios/bios-microvm.bin
/qemu/pc-bios/edk2-aarch64-code.fd.bz2
/qemu/pc-bios/edk2-arm-code.fd.bz2
/qemu/pc-bios/edk2-i386-code.fd.bz2
/qemu/pc-bios/edk2-i386-secure-code.fd.bz2
/qemu/pc-bios/edk2-x86_64-code.fd.bz2
/qemu/pc-bios/edk2-x86_64-secure-code.fd.bz2
/qemu/pc-bios/efi-e1000.rom
/qemu/pc-bios/efi-e1000e.rom
/qemu/pc-bios/efi-eepro100.rom
/qemu/pc-bios/efi-ne2k_pci.rom
/qemu/pc-bios/efi-pcnet.rom
/qemu/pc-bios/efi-rtl8139.rom
/qemu/pc-bios/efi-virtio.rom
/qemu/pc-bios/efi-vmxnet3.rom
/qemu/pc-bios/hppa-firmware.img
/qemu/pc-bios/keymaps/meson.build
/qemu/pc-bios/meson.build
/qemu/pc-bios/npcm7xx_bootrom.bin
/qemu/pc-bios/qboot.rom
/qemu/qapi/acpi.json
/qemu/qapi/audio.json
/qemu/qapi/block-core.json
/qemu/qapi/block.json
/qemu/qapi/control.json
/qemu/qapi/crypto.json
/qemu/qapi/machine.json
/qemu/qapi/meson.build
/qemu/qapi/migration.json
/qemu/qapi/misc.json
/qemu/qapi/net.json
/qemu/qapi/pci.json
/qemu/qapi/qapi-schema.json
/qemu/qemu-bridge-helper.c
/qemu/qemu-edid.c
/qemu/qemu-img.c
/qemu/qemu-io-cmds.c
/qemu/qemu-nbd.c
/qemu/qemu-options.hx
/qemu/qemu-seccomp.c
/qemu/qga/channel-posix.c
/qemu/qga/commands-posix.c
/qemu/qga/commands-win32.c
/qemu/qga/commands.c
/qemu/qga/main.c
/qemu/qga/meson.build
/qemu/qga/qapi-schema.json
/qemu/qobject/qdict.c
/qemu/qom/object.c
/qemu/roms/Makefile
/qemu/roms/Makefile.edk2
/qemu/roms/config.seabios-microvm
/qemu/roms/edk2
/qemu/roms/ipxe
/qemu/roms/seabios-hppa
/qemu/roms/vbootrom
/qemu/scripts/analyze-migration.py
/qemu/scripts/checkpatch.pl
/qemu/scripts/clean-header-guards.pl
/qemu/scripts/cleanup-trace-events.pl
/qemu/scripts/codeconverter/codeconverter/__init__.py
/qemu/scripts/codeconverter/codeconverter/patching.py
/qemu/scripts/codeconverter/codeconverter/qom_macros.py
/qemu/scripts/codeconverter/codeconverter/qom_type_info.py
/qemu/scripts/codeconverter/codeconverter/regexps.py
/qemu/scripts/codeconverter/codeconverter/test_patching.py
/qemu/scripts/codeconverter/codeconverter/test_regexps.py
/qemu/scripts/codeconverter/codeconverter/utils.py
/qemu/scripts/codeconverter/converter.py
/qemu/scripts/coverity-scan/coverity-scan.docker
/qemu/scripts/decodetree.py
/qemu/scripts/git.orderfile
/qemu/scripts/kernel-doc
/qemu/scripts/mtest2make.py
/qemu/scripts/ninjatool.py
/qemu/scripts/oss-fuzz/build.sh
/qemu/scripts/qapi-gen.py
/qemu/scripts/qapi/gen.py
/qemu/scripts/qapi/parser.py
/qemu/scripts/simplebench/bench_write_req.py
/qemu/scripts/test-driver.py
/qemu/scripts/tracetool/__init__.py
/qemu/scripts/tracetool/format/d.py
/qemu/scripts/tracetool/vcpu.py
/qemu/scripts/undefsym.py
/qemu/scsi/pr-manager-helper.c
/qemu/scsi/qemu-pr-helper.c
/qemu/softmmu/balloon.c
/qemu/softmmu/cpu-throttle.c
/qemu/softmmu/cpus.c
/qemu/softmmu/ioport.c
/qemu/softmmu/memory.c
/qemu/softmmu/trace-events
/qemu/softmmu/trace.h
/qemu/softmmu/vl.c
/qemu/storage-daemon/qapi/meson.build
/qemu/stubs/cpu-get-icount.c
/qemu/stubs/fdset.c
/qemu/stubs/meson.build
/qemu/stubs/qemu-timer-notify-cb.c
/qemu/stubs/uuid.c
/qemu/stubs/vmgenid.c
/qemu/stubs/xen-hw-stub.c
/qemu/target/alpha/cpu-qom.h
/qemu/target/arm/cpu-qom.h
/qemu/target/arm/cpu.c
/qemu/target/arm/cpu.h
/qemu/target/arm/cpu64.c
/qemu/target/arm/cpu_tcg.c
/qemu/target/arm/helper.c
/qemu/target/arm/idau.h
/qemu/target/arm/kvm-consts.h
/qemu/target/arm/kvm.c
/qemu/target/arm/kvm64.c
/qemu/target/arm/kvm_arm.h
/qemu/target/arm/meson.build
/qemu/target/arm/monitor.c
/qemu/target/arm/mte_helper.c
/qemu/target/arm/neon-dp.decode
/qemu/target/arm/neon-shared.decode
/qemu/target/arm/translate-neon.c.inc
/qemu/target/arm/translate-sve.c
/qemu/target/avr/cpu-qom.h
/qemu/target/cris/cpu-qom.h
/qemu/target/hppa/cpu-qom.h
/qemu/target/hppa/cpu.h
/qemu/target/hppa/insns.decode
/qemu/target/hppa/op_helper.c
/qemu/target/i386/cpu-qom.h
/qemu/target/i386/cpu.c
/qemu/target/i386/cpu.h
/qemu/target/i386/kvm.c
/qemu/target/i386/kvm_i386.h
/qemu/target/i386/machine.c
/qemu/target/i386/mem_helper.c
/qemu/target/i386/seg_helper.c
/qemu/target/i386/sev.c
/qemu/target/i386/whp-dispatch.h
/qemu/target/i386/whpx-all.c
/qemu/target/lm32/cpu-qom.h
/qemu/target/m68k/cpu-qom.h
/qemu/target/microblaze/cpu-qom.h
/qemu/target/microblaze/cpu.c
/qemu/target/microblaze/cpu.h
/qemu/target/microblaze/gdbstub.c
/qemu/target/microblaze/helper.c
/qemu/target/microblaze/machine.c
/qemu/target/microblaze/meson.build
/qemu/target/microblaze/mmu.c
/qemu/target/microblaze/mmu.h
/qemu/target/microblaze/op_helper.c
/qemu/target/microblaze/translate.c
/qemu/target/mips/cpu-qom.h
/qemu/target/mips/translate.c
/qemu/target/moxie/cpu.h
/qemu/target/nios2/cpu.h
/qemu/target/openrisc/cpu.h
/qemu/target/ppc/cpu-qom.h
/qemu/target/ppc/cpu.h
/qemu/target/ppc/trace-events
/qemu/target/ppc/translate_init.c.inc
/qemu/target/riscv/cpu.c
/qemu/target/riscv/cpu.h
/qemu/target/riscv/cpu_helper.c
/qemu/target/riscv/csr.c
/qemu/target/riscv/trace-events
/qemu/target/rx/cpu-qom.h
/qemu/target/s390x/cpu-qom.h
/qemu/target/s390x/cpu.c
/qemu/target/s390x/cpu_models.c
/qemu/target/s390x/internal.h
/qemu/target/s390x/mem_helper.c
/qemu/target/sh4/cpu-qom.h
/qemu/target/sparc/cpu-qom.h
/qemu/target/tilegx/cpu.h
/qemu/target/tricore/cpu-qom.h
/qemu/target/unicore32/cpu-qom.h
/qemu/target/xtensa/cpu-qom.h
/qemu/target/xtensa/exc_helper.c
/qemu/target/xtensa/op_helper.c
/qemu/tcg/aarch64/tcg-target.c.inc
/qemu/tcg/i386/tcg-target.h
/qemu/tcg/mips/tcg-target.c.inc
/qemu/tcg/ppc/tcg-target.c.inc
/qemu/tcg/s390/tcg-target.h
/qemu/tcg/sparc/tcg-target.c.inc
/qemu/tcg/tcg.c
/qemu/tcg/tci.c
/qemu/tcg/tci/tcg-target.h
/qemu/tests/Makefile.include
/qemu/tests/acceptance/avocado_qemu/__init__.py
/qemu/tests/acceptance/boot_linux_console.py
/qemu/tests/acceptance/replay_kernel.py
/qemu/tests/atomic64-bench.c
/qemu/tests/atomic_add-bench.c
/qemu/tests/benchmark-crypto-cipher.c
/qemu/tests/benchmark-crypto-hash.c
/qemu/tests/benchmark-crypto-hmac.c
/qemu/tests/check-block.sh
/qemu/tests/check-qom-interface.c
/qemu/tests/check-qom-proplist.c
/qemu/tests/data/acpi/microvm/APIC
/qemu/tests/data/acpi/microvm/DSDT
/qemu/tests/data/acpi/microvm/DSDT.pcie
/qemu/tests/data/acpi/microvm/FACP
/qemu/tests/data/acpi/pc/DSDT
/qemu/tests/data/acpi/pc/DSDT.acpihmat
/qemu/tests/data/acpi/pc/DSDT.bridge
/qemu/tests/data/acpi/pc/DSDT.cphp
/qemu/tests/data/acpi/pc/DSDT.dimmpxm
/qemu/tests/data/acpi/pc/DSDT.hpbridge
/qemu/tests/data/acpi/pc/DSDT.hpbrroot
/qemu/tests/data/acpi/pc/DSDT.ipmikcs
/qemu/tests/data/acpi/pc/DSDT.memhp
/qemu/tests/data/acpi/pc/DSDT.numamem
/qemu/tests/data/acpi/pc/DSDT.roothp
/qemu/tests/data/acpi/q35/DSDT
/qemu/tests/data/acpi/q35/DSDT.acpihmat
/qemu/tests/data/acpi/q35/DSDT.bridge
/qemu/tests/data/acpi/q35/DSDT.cphp
/qemu/tests/data/acpi/q35/DSDT.dimmpxm
/qemu/tests/data/acpi/q35/DSDT.ipmibt
/qemu/tests/data/acpi/q35/DSDT.memhp
/qemu/tests/data/acpi/q35/DSDT.mmio64
/qemu/tests/data/acpi/q35/DSDT.numamem
/qemu/tests/data/acpi/q35/DSDT.tis
/qemu/tests/data/acpi/virt/DSDT
/qemu/tests/data/acpi/virt/DSDT.memhp
/qemu/tests/data/acpi/virt/DSDT.numamem
/qemu/tests/data/acpi/virt/SSDT.memhp
/qemu/tests/decode/succ_ident1.decode
/qemu/tests/docker/Makefile.include
/qemu/tests/docker/docker.py
/qemu/tests/docker/dockerfiles/centos7.docker
/qemu/tests/docker/dockerfiles/centos8.docker
/qemu/tests/docker/dockerfiles/debian-tricore-cross.docker
/qemu/tests/docker/dockerfiles/debian10.docker
/qemu/tests/docker/dockerfiles/fedora-win32-cross.docker
/qemu/tests/docker/dockerfiles/fedora-win64-cross.docker
/qemu/tests/docker/dockerfiles/fedora.docker
/qemu/tests/docker/dockerfiles/ubuntu.docker
/qemu/tests/docker/dockerfiles/ubuntu1804.docker
/qemu/tests/docker/dockerfiles/ubuntu2004.docker
/qemu/tests/fp/meson.build
/qemu/tests/include/meson.build
/qemu/tests/iothread.c
/qemu/tests/meson.build
/qemu/tests/migration/initrd-stress.sh
/qemu/tests/migration/meson.build
/qemu/tests/migration/stress.c
/qemu/tests/plugin/meson.build
/qemu/tests/qapi-schema/doc-bad-indent.err
/qemu/tests/qapi-schema/doc-bad-indent.json
/qemu/tests/qapi-schema/doc-bad-indent.out
/qemu/tests/qapi-schema/doc-bad-section.err
/qemu/tests/qapi-schema/doc-bad-section.json
/qemu/tests/qapi-schema/doc-bad-section.out
/qemu/tests/qapi-schema/doc-good.json
/qemu/tests/qapi-schema/doc-good.out
/qemu/tests/qapi-schema/doc-good.rst
/qemu/tests/qapi-schema/doc-good.txt
/qemu/tests/qapi-schema/meson.build
/qemu/tests/qemu-iotests/020
/qemu/tests/qemu-iotests/020.out
/qemu/tests/qemu-iotests/030
/qemu/tests/qemu-iotests/040
/qemu/tests/qemu-iotests/040.out
/qemu/tests/qemu-iotests/041
/qemu/tests/qemu-iotests/041.out
/qemu/tests/qemu-iotests/125
/qemu/tests/qemu-iotests/125.out
/qemu/tests/qemu-iotests/194
/qemu/tests/qemu-iotests/204.out
/qemu/tests/qemu-iotests/208
/qemu/tests/qemu-iotests/222
/qemu/tests/qemu-iotests/228
/qemu/tests/qemu-iotests/228.out
/qemu/tests/qemu-iotests/244
/qemu/tests/qemu-iotests/244.out
/qemu/tests/qemu-iotests/245
/qemu/tests/qemu-iotests/251
/qemu/tests/qemu-iotests/257
/qemu/tests/qemu-iotests/273.out
/qemu/tests/qemu-iotests/291
/qemu/tests/qemu-iotests/291.out
/qemu/tests/qemu-iotests/305
/qemu/tests/qemu-iotests/305.out
/qemu/tests/qemu-iotests/check
/qemu/tests/qemu-iotests/group
/qemu/tests/qemu-iotests/iotests.py
/qemu/tests/qemu-iotests/meson.build
/qemu/tests/qht-bench.c
/qemu/tests/qtest/bios-tables-test.c
/qemu/tests/qtest/cpu-plug-test.c
/qemu/tests/qtest/fuzz/fuzz.c
/qemu/tests/qtest/fuzz/meson.build
/qemu/tests/qtest/libqos/meson.build
/qemu/tests/qtest/meson.build
/qemu/tests/qtest/qmp-cmd-test.c
/qemu/tests/qtest/test-hmp.c
/qemu/tests/qtest/vhost-user-test.c
/qemu/tests/rcutorture.c
/qemu/tests/requirements.txt
/qemu/tests/socket-helpers.c
/qemu/tests/tcg/Makefile.qemu
/qemu/tests/tcg/Makefile.target
/qemu/tests/tcg/configure.sh
/qemu/tests/test-aio-multithread.c
/qemu/tests/test-crypto-secret.c
/qemu/tests/test-fdmon-epoll.c
/qemu/tests/test-io-channel-file.c
/qemu/tests/test-io-channel-socket.c
/qemu/tests/test-iov.c
/qemu/tests/test-logging.c
/qemu/tests/test-qdev-global-props.c
/qemu/tests/test-qga.c
/qemu/tests/test-rcu-list.c
/qemu/tests/test-replication.c
/qemu/tests/test-thread-pool.c
/qemu/tests/test-util-filemonitor.c
/qemu/tests/test-util-sockets.c
/qemu/tests/test-vmstate.c
/qemu/tests/uefi-test-tools/Makefile
/qemu/tools/virtiofsd/fuse_virtio.c
/qemu/tools/virtiofsd/helper.c
/qemu/tools/virtiofsd/passthrough_ll.c
/qemu/tools/virtiofsd/passthrough_seccomp.c
/qemu/trace-events
/qemu/trace/meson.build
/qemu/ui/console.c
/qemu/ui/gtk.c
/qemu/ui/input-barrier.c
/qemu/ui/input-linux.c
/qemu/ui/meson.build
/qemu/ui/sdl2.c
/qemu/ui/shader/meson.build
/qemu/ui/spice-app.c
/qemu/ui/spice-core.c
/qemu/ui/spice-display.c
/qemu/ui/spice-input.c
/qemu/ui/trace-events
/qemu/util/aio-posix.c
/qemu/util/aio-wait.c
/qemu/util/aio-win32.c
/qemu/util/async.c
/qemu/util/atomic64.c
/qemu/util/bitmap.c
/qemu/util/cacheinfo.c
/qemu/util/cutils.c
/qemu/util/fdmon-epoll.c
/qemu/util/fdmon-io_uring.c
/qemu/util/fdmon-poll.c
/qemu/util/hexdump.c
/qemu/util/iov.c
/qemu/util/lockcnt.c
/qemu/util/log.c
/qemu/util/main-loop.c
/qemu/util/module.c
/qemu/util/osdep.c
/qemu/util/oslib-posix.c
/qemu/util/oslib-win32.c
/qemu/util/qemu-coroutine-lock.c
/qemu/util/qemu-coroutine-sleep.c
/qemu/util/qemu-coroutine.c
/qemu/util/qemu-progress.c
/qemu/util/qemu-sockets.c
/qemu/util/qemu-thread-posix.c
/qemu/util/qemu-thread-win32.c
/qemu/util/qemu-timer.c
/qemu/util/qht.c
/qemu/util/qsp.c
/qemu/util/rcu.c
/qemu/util/stats64.c
/qemu/util/trace-events
ee2f94ca12-Jun-2019 Max Reitz <mreitz@redhat.com>

nbd: Use CAF when looking for dirty bitmap

When looking for a dirty bitmap to share, we should handle filters by
just including them in the search (so they do not break backing chains).

Signed-off-

nbd: Use CAF when looking for dirty bitmap

When looking for a dirty bitmap to share, we should handle filters by
just including them in the search (so they do not break backing chains).

Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Andrey Shinkevich <andrey.shinkevich@virtuozzo.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>

show more ...


/qemu/.cirrus.yml
/qemu/.gitignore
/qemu/.gitlab-ci.d/opensbi.yml
/qemu/.gitlab-ci.yml
/qemu/.mailmap
/qemu/.travis.yml
/qemu/MAINTAINERS
/qemu/Makefile
/qemu/Makefile.objs
/qemu/accel/kvm/meson.build
/qemu/accel/meson.build
/qemu/accel/stubs/meson.build
/qemu/accel/tcg/cputlb.c
/qemu/accel/tcg/meson.build
/qemu/accel/xen/meson.build
/qemu/audio/meson.build
/qemu/backends/meson.build
/qemu/backends/tpm/meson.build
/qemu/block.c
/qemu/block/backup-top.c
/qemu/block/backup.c
/qemu/block/block-backend.c
/qemu/block/block-copy.c
/qemu/block/commit.c
/qemu/block/copy-on-read.c
/qemu/block/io.c
/qemu/block/meson.build
/qemu/block/mirror.c
/qemu/block/monitor/block-hmp-cmds.c
/qemu/block/nbd.c
/qemu/block/null.c
/qemu/block/nvme.c
/qemu/block/qapi.c
/qemu/block/qcow2-cluster.c
/qemu/block/qcow2-refcount.c
/qemu/block/qcow2.c
/qemu/block/qcow2.h
/qemu/block/snapshot.c
/qemu/block/stream.c
/qemu/block/throttle-groups.c
/qemu/block/throttle.c
/qemu/block/trace-events
/qemu/block/vmdk.c
/qemu/blockdev.c
/qemu/bsd-user/meson.build
/qemu/chardev/meson.build
/qemu/configure
/qemu/contrib/vhost-user-gpu/meson.build
/qemu/crypto/tls-cipher-suites.c
/qemu/disas/libvixl/meson.build
/qemu/disas/meson.build
/qemu/docs/amd-memory-encryption.txt
/qemu/docs/conf.py
/qemu/docs/devel/blkverify.txt
/qemu/docs/devel/build-system.rst
/qemu/docs/devel/index.rst
/qemu/docs/devel/qapi-code-gen.txt
/qemu/docs/devel/testing.rst
/qemu/docs/index.html.in
/qemu/docs/interop/live-block-operations.rst
/qemu/docs/interop/qcow2.txt
/qemu/docs/interop/qemu-ga-ref.texi
/qemu/docs/interop/qemu-qmp-ref.texi
/qemu/docs/interop/qmp-spec.txt
/qemu/docs/meson.build
/qemu/docs/pvrdma.txt
/qemu/docs/qcow2-cache.txt
/qemu/docs/qdev-device-use.txt
/qemu/docs/specs/index.rst
/qemu/docs/specs/ppc-spapr-numa.rst
/qemu/docs/specs/ppc-spapr-xive.rst
/qemu/docs/sphinx/depfile.py
/qemu/docs/system/arm/xlnx-versal-virt.rst
/qemu/docs/system/build-platforms.rst
/qemu/docs/system/s390x/bootdevices.rst
/qemu/docs/system/target-arm.rst
/qemu/docs/system/target-avr.rst
/qemu/docs/system/target-s390x.rst
/qemu/docs/system/usb.rst
/qemu/docs/tools/virtiofsd.rst
/qemu/docs/u2f.txt
/qemu/dump/meson.build
/qemu/fpu/softfloat-specialize.c.inc
/qemu/fpu/softfloat.c
/qemu/fsdev/meson.build
/qemu/hw/9pfs/9p.c
/qemu/hw/9pfs/9p.h
/qemu/hw/9pfs/Kconfig
/qemu/hw/9pfs/codir.c
/qemu/hw/9pfs/coth.h
/qemu/hw/9pfs/meson.build
/qemu/hw/acpi/meson.build
/qemu/hw/acpi/pcihp.c
/qemu/hw/acpi/piix4.c
/qemu/hw/adc/meson.build
/qemu/hw/alpha/meson.build
/qemu/hw/arm/allwinner-a10.c
/qemu/hw/arm/allwinner-h3.c
/qemu/hw/arm/armsse.c
/qemu/hw/arm/aspeed.c
/qemu/hw/arm/aspeed_ast2600.c
/qemu/hw/arm/aspeed_soc.c
/qemu/hw/arm/integratorcp.c
/qemu/hw/arm/meson.build
/qemu/hw/arm/musicpal.c
/qemu/hw/arm/omap1.c
/qemu/hw/arm/orangepi.c
/qemu/hw/arm/pxa2xx.c
/qemu/hw/arm/realview.c
/qemu/hw/arm/sbsa-ref.c
/qemu/hw/arm/smmu-common.c
/qemu/hw/arm/smmu-internal.h
/qemu/hw/arm/smmuv3-internal.h
/qemu/hw/arm/smmuv3.c
/qemu/hw/arm/tosa.c
/qemu/hw/arm/trace-events
/qemu/hw/arm/versatilepb.c
/qemu/hw/arm/vexpress.c
/qemu/hw/arm/virt-acpi-build.c
/qemu/hw/arm/virt.c
/qemu/hw/arm/xilinx_zynq.c
/qemu/hw/arm/xlnx-zcu102.c
/qemu/hw/audio/hda-codec.c
/qemu/hw/audio/meson.build
/qemu/hw/avr/meson.build
/qemu/hw/block/dataplane/meson.build
/qemu/hw/block/m25p80.c
/qemu/hw/block/meson.build
/qemu/hw/block/nvme.c
/qemu/hw/block/nvme.h
/qemu/hw/block/pflash_cfi01.c
/qemu/hw/block/swim.c
/qemu/hw/block/trace-events
/qemu/hw/block/vhost-user-blk.c
/qemu/hw/block/virtio-blk.c
/qemu/hw/char/meson.build
/qemu/hw/char/sclpconsole-lm.c
/qemu/hw/char/sclpconsole.c
/qemu/hw/char/virtio-serial-bus.c
/qemu/hw/core/clock.c
/qemu/hw/core/machine-qmp-cmds.c
/qemu/hw/core/machine.c
/qemu/hw/core/meson.build
/qemu/hw/core/numa.c
/qemu/hw/core/qdev-clock.c
/qemu/hw/core/sysbus.c
/qemu/hw/cpu/a9mpcore.c
/qemu/hw/cpu/meson.build
/qemu/hw/cris/meson.build
/qemu/hw/display/artist.c
/qemu/hw/display/cirrus_vga.c
/qemu/hw/display/macfb.c
/qemu/hw/display/meson.build
/qemu/hw/display/pl110.c
/qemu/hw/display/qxl-logger.c
/qemu/hw/display/vga.c
/qemu/hw/display/vhost-user-gpu.c
/qemu/hw/dma/i8257.c
/qemu/hw/dma/meson.build
/qemu/hw/gpio/max7310.c
/qemu/hw/gpio/meson.build
/qemu/hw/hppa/hppa_hardware.h
/qemu/hw/hppa/lasi.c
/qemu/hw/hppa/machine.c
/qemu/hw/hppa/meson.build
/qemu/hw/hyperv/meson.build
/qemu/hw/hyperv/vmbus.c
/qemu/hw/i2c/meson.build
/qemu/hw/i386/acpi-build.c
/qemu/hw/i386/amd_iommu.c
/qemu/hw/i386/intel_iommu.c
/qemu/hw/i386/kvm/ioapic.c
/qemu/hw/i386/kvm/meson.build
/qemu/hw/i386/meson.build
/qemu/hw/i386/pc.c
/qemu/hw/i386/pc_piix.c
/qemu/hw/i386/pc_q35.c
/qemu/hw/i386/x86-iommu.c
/qemu/hw/i386/x86.c
/qemu/hw/i386/xen/meson.build
/qemu/hw/ide/ahci-allwinner.c
/qemu/hw/ide/ahci.c
/qemu/hw/ide/ahci_internal.h
/qemu/hw/ide/atapi.c
/qemu/hw/ide/core.c
/qemu/hw/ide/meson.build
/qemu/hw/ide/pci.c
/qemu/hw/input/meson.build
/qemu/hw/input/pckbd.c
/qemu/hw/input/pxa2xx_keypad.c
/qemu/hw/intc/armv7m_nvic.c
/qemu/hw/intc/exynos4210_combiner.c
/qemu/hw/intc/ibex_plic.c
/qemu/hw/intc/meson.build
/qemu/hw/intc/nios2_iic.c
/qemu/hw/intc/s390_flic_kvm.c
/qemu/hw/intc/spapr_xive.c
/qemu/hw/intc/spapr_xive_kvm.c
/qemu/hw/intc/xive.c
/qemu/hw/ipack/meson.build
/qemu/hw/ipmi/meson.build
/qemu/hw/isa/isa-superio.c
/qemu/hw/isa/meson.build
/qemu/hw/isa/piix3.c
/qemu/hw/lm32/meson.build
/qemu/hw/lm32/milkymist-hw.h
/qemu/hw/lm32/milkymist.c
/qemu/hw/m68k/an5206.c
/qemu/hw/m68k/mcf5206.c
/qemu/hw/m68k/meson.build
/qemu/hw/mem/Kconfig
/qemu/hw/mem/meson.build
/qemu/hw/meson.build
/qemu/hw/microblaze/meson.build
/qemu/hw/mips/meson.build
/qemu/hw/misc/aspeed_scu.c
/qemu/hw/misc/aspeed_sdmc.c
/qemu/hw/misc/auxbus.c
/qemu/hw/misc/imx_ccm.c
/qemu/hw/misc/mac_via.c
/qemu/hw/misc/macio/cuda.c
/qemu/hw/misc/macio/meson.build
/qemu/hw/misc/macio/pmu.c
/qemu/hw/misc/meson.build
/qemu/hw/misc/mos6522.c
/qemu/hw/misc/sbsa_ec.c
/qemu/hw/misc/unimp.c
/qemu/hw/moxie/meson.build
/qemu/hw/net/allwinner-sun8i-emac.c
/qemu/hw/net/can/can_sja1000.c
/qemu/hw/net/can/meson.build
/qemu/hw/net/e1000.c
/qemu/hw/net/fsl_etsec/etsec.c
/qemu/hw/net/ftgmac100.c
/qemu/hw/net/lan9118.c
/qemu/hw/net/mcf_fec.c
/qemu/hw/net/meson.build
/qemu/hw/net/rocker/rocker.c
/qemu/hw/net/rocker/rocker.h
/qemu/hw/net/tulip.c
/qemu/hw/net/tulip.h
/qemu/hw/net/virtio-net.c
/qemu/hw/net/xilinx_axienet.c
/qemu/hw/nios2/meson.build
/qemu/hw/nubus/meson.build
/qemu/hw/nvram/chrp_nvram.c
/qemu/hw/nvram/mac_nvram.c
/qemu/hw/nvram/meson.build
/qemu/hw/nvram/spapr_nvram.c
/qemu/hw/openrisc/meson.build
/qemu/hw/pci-bridge/meson.build
/qemu/hw/pci-host/meson.build
/qemu/hw/pci-host/ppce500.c
/qemu/hw/pci-host/versatile.c
/qemu/hw/pci/meson.build
/qemu/hw/pcmcia/meson.build
/qemu/hw/pcmcia/pxa2xx.c
/qemu/hw/ppc/meson.build
/qemu/hw/ppc/spapr.c
/qemu/hw/ppc/spapr_caps.c
/qemu/hw/ppc/spapr_irq.c
/qemu/hw/ppc/spapr_pci.c
/qemu/hw/rdma/meson.build
/qemu/hw/rdma/vmw/pvrdma_main.c
/qemu/hw/riscv/meson.build
/qemu/hw/riscv/numa.c
/qemu/hw/riscv/opentitan.c
/qemu/hw/riscv/sifive_clint.c
/qemu/hw/riscv/sifive_e.c
/qemu/hw/riscv/sifive_plic.c
/qemu/hw/riscv/sifive_u.c
/qemu/hw/riscv/spike.c
/qemu/hw/riscv/virt.c
/qemu/hw/rtc/meson.build
/qemu/hw/rx/meson.build
/qemu/hw/rx/rx-gdbsim.c
/qemu/hw/s390x/meson.build
/qemu/hw/s390x/s390-virtio-ccw.c
/qemu/hw/s390x/virtio-ccw-input.c
/qemu/hw/s390x/virtio-ccw.c
/qemu/hw/s390x/virtio-ccw.h
/qemu/hw/scsi/esp-pci.c
/qemu/hw/scsi/megasas.c
/qemu/hw/scsi/meson.build
/qemu/hw/scsi/mptsas.c
/qemu/hw/scsi/mptsas.h
/qemu/hw/scsi/scsi-disk.c
/qemu/hw/scsi/vhost-scsi.c
/qemu/hw/scsi/vhost-user-scsi.c
/qemu/hw/scsi/virtio-scsi.c
/qemu/hw/scsi/vmw_pvscsi.c
/qemu/hw/sd/allwinner-sdhost.c
/qemu/hw/sd/aspeed_sdhci.c
/qemu/hw/sd/bcm2835_sdhost.c
/qemu/hw/sd/core.c
/qemu/hw/sd/meson.build
/qemu/hw/sd/milkymist-memcard.c
/qemu/hw/sd/omap_mmc.c
/qemu/hw/sd/pl181.c
/qemu/hw/sd/pxa2xx_mmci.c
/qemu/hw/sd/sd.c
/qemu/hw/sd/sdhci.c
/qemu/hw/sd/ssi-sd.c
/qemu/hw/sd/trace-events
/qemu/hw/semihosting/meson.build
/qemu/hw/sh4/meson.build
/qemu/hw/smbios/meson.build
/qemu/hw/smbios/smbios.c
/qemu/hw/sparc/meson.build
/qemu/hw/sparc/sun4m.c
/qemu/hw/sparc64/meson.build
/qemu/hw/sparc64/sun4u.c
/qemu/hw/ssi/aspeed_smc.c
/qemu/hw/ssi/meson.build
/qemu/hw/timer/meson.build
/qemu/hw/tpm/meson.build
/qemu/hw/tricore/meson.build
/qemu/hw/unicore32/meson.build
/qemu/hw/usb/Kconfig
/qemu/hw/usb/bus.c
/qemu/hw/usb/ccid-card-emulated.c
/qemu/hw/usb/core.c
/qemu/hw/usb/dev-hid.c
/qemu/hw/usb/dev-wacom.c
/qemu/hw/usb/hcd-dwc2.c
/qemu/hw/usb/hcd-dwc2.h
/qemu/hw/usb/hcd-ehci.c
/qemu/hw/usb/hcd-xhci.c
/qemu/hw/usb/host-libusb.c
/qemu/hw/usb/meson.build
/qemu/hw/usb/u2f-emulated.c
/qemu/hw/usb/u2f-passthru.c
/qemu/hw/usb/u2f.c
/qemu/hw/usb/u2f.h
/qemu/hw/vfio/ap.c
/qemu/hw/vfio/meson.build
/qemu/hw/vfio/pci.c
/qemu/hw/vfio/pci.h
/qemu/hw/vfio/platform.c
/qemu/hw/virtio/meson.build
/qemu/hw/virtio/vhost-scsi-pci.c
/qemu/hw/virtio/vhost-user-blk-pci.c
/qemu/hw/virtio/vhost-user-scsi-pci.c
/qemu/hw/virtio/vhost-user.c
/qemu/hw/virtio/virtio-blk-pci.c
/qemu/hw/virtio/virtio-pci.c
/qemu/hw/virtio/virtio-pci.h
/qemu/hw/virtio/virtio-scsi-pci.c
/qemu/hw/watchdog/meson.build
/qemu/hw/xen/meson.build
/qemu/hw/xenpv/meson.build
/qemu/hw/xtensa/meson.build
/qemu/hw/xtensa/pic_cpu.c
/qemu/include/block/block.h
/qemu/include/block/block_int.h
/qemu/include/block/nvme.h
/qemu/include/block/throttle-groups.h
/qemu/include/crypto/block.h
/qemu/include/elf.h
/qemu/include/exec/user/thunk.h
/qemu/include/fpu/softfloat-helpers.h
/qemu/include/fpu/softfloat-types.h
/qemu/include/fpu/softfloat.h
/qemu/include/hw/acpi/pcihp.h
/qemu/include/hw/arm/allwinner-h3.h
/qemu/include/hw/arm/armsse.h
/qemu/include/hw/arm/aspeed_soc.h
/qemu/include/hw/arm/pxa.h
/qemu/include/hw/arm/smmu-common.h
/qemu/include/hw/arm/smmuv3.h
/qemu/include/hw/block/swim.h
/qemu/include/hw/boards.h
/qemu/include/hw/char/cadence_uart.h
/qemu/include/hw/clock.h
/qemu/include/hw/display/macfb.h
/qemu/include/hw/dma/i8257.h
/qemu/include/hw/hyperv/vmbus-bridge.h
/qemu/include/hw/hyperv/vmbus.h
/qemu/include/hw/i2c/i2c.h
/qemu/include/hw/i386/pc.h
/qemu/include/hw/i386/topology.h
/qemu/include/hw/i386/x86-iommu.h
/qemu/include/hw/i386/x86.h
/qemu/include/hw/ide/ahci.h
/qemu/include/hw/input/i8042.h
/qemu/include/hw/intc/ibex_plic.h
/qemu/include/hw/m68k/mcf.h
/qemu/include/hw/m68k/mcf_fec.h
/qemu/include/hw/misc/aspeed_scu.h
/qemu/include/hw/misc/aspeed_sdmc.h
/qemu/include/hw/misc/auxbus.h
/qemu/include/hw/misc/imx_ccm.h
/qemu/include/hw/misc/mos6522.h
/qemu/include/hw/misc/unimp.h
/qemu/include/hw/net/allwinner-sun8i-emac.h
/qemu/include/hw/nubus/nubus.h
/qemu/include/hw/nvram/chrp_nvram.h
/qemu/include/hw/pci/pci.h
/qemu/include/hw/pci/pci_bus.h
/qemu/include/hw/platform-bus.h
/qemu/include/hw/ppc/spapr.h
/qemu/include/hw/ppc/spapr_irq.h
/qemu/include/hw/ppc/spapr_xive.h
/qemu/include/hw/ppc/xive.h
/qemu/include/hw/qdev-clock.h
/qemu/include/hw/qdev-properties.h
/qemu/include/hw/rdma/rdma.h
/qemu/include/hw/register.h
/qemu/include/hw/riscv/numa.h
/qemu/include/hw/riscv/opentitan.h
/qemu/include/hw/riscv/sifive_clint.h
/qemu/include/hw/riscv/sifive_plic.h
/qemu/include/hw/riscv/sifive_u.h
/qemu/include/hw/riscv/spike.h
/qemu/include/hw/riscv/virt.h
/qemu/include/hw/s390x/event-facility.h
/qemu/include/hw/s390x/s390-virtio-ccw.h
/qemu/include/hw/s390x/s390_flic.h
/qemu/include/hw/s390x/sclp.h
/qemu/include/hw/sd/allwinner-sdhost.h
/qemu/include/hw/sd/sd.h
/qemu/include/hw/sd/sdcard_legacy.h
/qemu/include/hw/southbridge/piix.h
/qemu/include/hw/timer/aspeed_timer.h
/qemu/include/hw/timer/i8254.h
/qemu/include/hw/timer/i8254_internal.h
/qemu/include/hw/usb/hid.h
/qemu/include/hw/virtio/vhost-user-blk.h
/qemu/include/hw/virtio/virtio-blk.h
/qemu/include/hw/virtio/virtio-gpu.h
/qemu/include/hw/virtio/virtio-scsi.h
/qemu/include/hw/virtio/virtio-serial.h
/qemu/include/hw/xen/xen-legacy-backend.h
/qemu/include/net/can_emu.h
/qemu/include/qemu/int128.h
/qemu/include/qemu/main-loop.h
/qemu/include/sysemu/hvf.h
/qemu/include/sysemu/kvm.h
/qemu/include/sysemu/kvm_int.h
/qemu/include/tcg/tcg.h
/qemu/libdecnumber/meson.build
/qemu/linux-user/aarch64/target_syscall.h
/qemu/linux-user/aarch64/termbits.h
/qemu/linux-user/alpha/meson.build
/qemu/linux-user/alpha/target_syscall.h
/qemu/linux-user/alpha/termbits.h
/qemu/linux-user/arm/meson.build
/qemu/linux-user/arm/nwfpe/meson.build
/qemu/linux-user/arm/target_syscall.h
/qemu/linux-user/arm/termbits.h
/qemu/linux-user/cris/target_syscall.h
/qemu/linux-user/cris/termbits.h
/qemu/linux-user/elfload.c
/qemu/linux-user/generic/termbits.h
/qemu/linux-user/hppa/meson.build
/qemu/linux-user/hppa/target_syscall.h
/qemu/linux-user/hppa/termbits.h
/qemu/linux-user/i386/meson.build
/qemu/linux-user/i386/syscall_nr.h
/qemu/linux-user/i386/target_syscall.h
/qemu/linux-user/i386/termbits.h
/qemu/linux-user/ioctls.h
/qemu/linux-user/m68k/meson.build
/qemu/linux-user/m68k/target_syscall.h
/qemu/linux-user/m68k/termbits.h
/qemu/linux-user/meson.build
/qemu/linux-user/microblaze/cpu_loop.c
/qemu/linux-user/microblaze/meson.build
/qemu/linux-user/microblaze/signal.c
/qemu/linux-user/microblaze/target_syscall.h
/qemu/linux-user/microblaze/termbits.h
/qemu/linux-user/mips/meson.build
/qemu/linux-user/mips/syscall_nr.h
/qemu/linux-user/mips/target_syscall.h
/qemu/linux-user/mips/termbits.h
/qemu/linux-user/mips64/meson.build
/qemu/linux-user/mips64/syscall_nr.h
/qemu/linux-user/mips64/target_syscall.h
/qemu/linux-user/mmap.c
/qemu/linux-user/nios2/target_syscall.h
/qemu/linux-user/nios2/termbits.h
/qemu/linux-user/openrisc/target_syscall.h
/qemu/linux-user/openrisc/termbits.h
/qemu/linux-user/ppc/meson.build
/qemu/linux-user/ppc/target_syscall.h
/qemu/linux-user/ppc/termbits.h
/qemu/linux-user/qemu.h
/qemu/linux-user/riscv/target_syscall.h
/qemu/linux-user/riscv/termbits.h
/qemu/linux-user/s390x/meson.build
/qemu/linux-user/s390x/target_syscall.h
/qemu/linux-user/s390x/termbits.h
/qemu/linux-user/sh4/meson.build
/qemu/linux-user/sh4/target_syscall.h
/qemu/linux-user/sh4/termbits.h
/qemu/linux-user/sparc/meson.build
/qemu/linux-user/sparc/target_syscall.h
/qemu/linux-user/sparc/termbits.h
/qemu/linux-user/sparc64/meson.build
/qemu/linux-user/sparc64/target_syscall.h
/qemu/linux-user/sparc64/termbits.h
/qemu/linux-user/strace.c
/qemu/linux-user/strace.list
/qemu/linux-user/syscall.c
/qemu/linux-user/syscall_defs.h
/qemu/linux-user/syscall_types.h
/qemu/linux-user/tilegx/target_syscall.h
/qemu/linux-user/tilegx/termbits.h
/qemu/linux-user/x86_64/meson.build
/qemu/linux-user/x86_64/syscall_nr.h
/qemu/linux-user/x86_64/target_syscall.h
/qemu/linux-user/x86_64/termbits.h
/qemu/linux-user/xtensa/meson.build
/qemu/linux-user/xtensa/target_syscall.h
/qemu/linux-user/xtensa/termbits.h
/qemu/meson
/qemu/meson.build
/qemu/meson_options.txt
/qemu/migration/block-dirty-bitmap.c
/qemu/migration/meson.build
/qemu/migration/migration.c
/qemu/migration/migration.h
/qemu/migration/savevm.c
/qemu/migration/socket.c
/qemu/migration/socket.h
/qemu/migration/tls.c
/qemu/monitor/hmp-cmds.c
/qemu/monitor/meson.build
server.c
/qemu/net/can/meson.build
/qemu/net/meson.build
/qemu/os-posix.c
/qemu/pc-bios/bios-256k.bin
/qemu/pc-bios/bios.bin
/qemu/pc-bios/descriptors/meson.build
/qemu/pc-bios/hppa-firmware.img
/qemu/pc-bios/keymaps/.gitignore
/qemu/pc-bios/keymaps/ar
/qemu/pc-bios/keymaps/bepo
/qemu/pc-bios/keymaps/cz
/qemu/pc-bios/keymaps/da
/qemu/pc-bios/keymaps/de
/qemu/pc-bios/keymaps/de-ch
/qemu/pc-bios/keymaps/en-gb
/qemu/pc-bios/keymaps/en-us
/qemu/pc-bios/keymaps/es
/qemu/pc-bios/keymaps/et
/qemu/pc-bios/keymaps/fi
/qemu/pc-bios/keymaps/fo
/qemu/pc-bios/keymaps/fr
/qemu/pc-bios/keymaps/fr-be
/qemu/pc-bios/keymaps/fr-ca
/qemu/pc-bios/keymaps/fr-ch
/qemu/pc-bios/keymaps/hr
/qemu/pc-bios/keymaps/hu
/qemu/pc-bios/keymaps/is
/qemu/pc-bios/keymaps/it
/qemu/pc-bios/keymaps/ja
/qemu/pc-bios/keymaps/lt
/qemu/pc-bios/keymaps/lv
/qemu/pc-bios/keymaps/meson.build
/qemu/pc-bios/keymaps/mk
/qemu/pc-bios/keymaps/nl
/qemu/pc-bios/keymaps/no
/qemu/pc-bios/keymaps/pl
/qemu/pc-bios/keymaps/pt
/qemu/pc-bios/keymaps/pt-br
/qemu/pc-bios/keymaps/ru
/qemu/pc-bios/keymaps/th
/qemu/pc-bios/keymaps/tr
/qemu/pc-bios/meson.build
/qemu/pc-bios/opensbi-riscv32-generic-fw_dynamic.bin
/qemu/pc-bios/opensbi-riscv32-generic-fw_dynamic.elf
/qemu/pc-bios/opensbi-riscv64-generic-fw_dynamic.bin
/qemu/pc-bios/opensbi-riscv64-generic-fw_dynamic.elf
/qemu/pc-bios/optionrom/Makefile
/qemu/pc-bios/petalogix-ml605.dtb
/qemu/pc-bios/petalogix-ml605.dts
/qemu/pc-bios/petalogix-s3adsp1800.dtb
/qemu/pc-bios/petalogix-s3adsp1800.dts
/qemu/pc-bios/s390-ccw/Makefile
/qemu/pc-bios/vgabios-ati.bin
/qemu/pc-bios/vgabios-bochs-display.bin
/qemu/pc-bios/vgabios-cirrus.bin
/qemu/pc-bios/vgabios-qxl.bin
/qemu/pc-bios/vgabios-ramfb.bin
/qemu/pc-bios/vgabios-stdvga.bin
/qemu/pc-bios/vgabios-virtio.bin
/qemu/pc-bios/vgabios-vmware.bin
/qemu/pc-bios/vgabios.bin
/qemu/plugins/meson.build
/qemu/po/LINGUAS
/qemu/po/POTFILES
/qemu/po/meson.build
/qemu/qapi/block-core.json
/qemu/qapi/char.json
/qemu/qapi/machine.json
/qemu/qapi/meson.build
/qemu/qapi/migration.json
/qemu/qemu-img.c
/qemu/qemu-io.c
/qemu/qemu-nbd.c
/qemu/qemu-options.hx
/qemu/qga/meson.build
/qemu/qom/meson.build
/qemu/replay/meson.build
/qemu/roms/Makefile
/qemu/roms/opensbi
/qemu/roms/seabios
/qemu/roms/seabios-hppa
/qemu/rules.mak
/qemu/scripts/decodetree.py
/qemu/scripts/device-crash-test
/qemu/scripts/feature_to_c.sh
/qemu/scripts/meson.build
/qemu/scripts/mtest2make.py
/qemu/scripts/ninjatool.py
/qemu/scripts/nsis.py
/qemu/scripts/oss-fuzz/build.sh
/qemu/scripts/qapi/types.py
/qemu/scripts/qemu-version.sh
/qemu/scripts/qmp/qom-fuse
/qemu/scripts/u2f-setup-gen.py
/qemu/scsi/utils.c
/qemu/softmmu/cpus.c
/qemu/softmmu/main.c
/qemu/softmmu/meson.build
/qemu/storage-daemon/meson.build
/qemu/storage-daemon/qapi/meson.build
/qemu/storage-daemon/qemu-storage-daemon.c
/qemu/stubs/cmos.c
/qemu/target/alpha/meson.build
/qemu/target/arm/a32.decode
/qemu/target/arm/cpu-qom.h
/qemu/target/arm/cpu.c
/qemu/target/arm/cpu.h
/qemu/target/arm/cpu64.c
/qemu/target/arm/helper-a64.c
/qemu/target/arm/helper-sve.h
/qemu/target/arm/helper.c
/qemu/target/arm/helper.h
/qemu/target/arm/kvm64.c
/qemu/target/arm/m-nocp.decode
/qemu/target/arm/meson.build
/qemu/target/arm/mte_helper.c
/qemu/target/arm/neon-dp.decode
/qemu/target/arm/sve.decode
/qemu/target/arm/sve_helper.c
/qemu/target/arm/t32.decode
/qemu/target/arm/translate-a64.c
/qemu/target/arm/translate-a64.h
/qemu/target/arm/translate-neon.c.inc
/qemu/target/arm/translate-sve.c
/qemu/target/arm/translate-vfp.c.inc
/qemu/target/arm/translate.c
/qemu/target/arm/translate.h
/qemu/target/arm/vec_helper.c
/qemu/target/arm/vfp-uncond.decode
/qemu/target/arm/vfp.decode
/qemu/target/arm/vfp_helper.c
/qemu/target/avr/disas.c
/qemu/target/avr/meson.build
/qemu/target/avr/translate.c
/qemu/target/cris/meson.build
/qemu/target/cris/translate.c
/qemu/target/cris/translate_v10.c.inc
/qemu/target/hppa/meson.build
/qemu/target/hppa/translate.c
/qemu/target/i386/cpu.c
/qemu/target/i386/cpu.h
/qemu/target/i386/hvf/hvf-i386.h
/qemu/target/i386/hvf/meson.build
/qemu/target/i386/kvm.c
/qemu/target/i386/meson.build
/qemu/target/i386/sev.c
/qemu/target/lm32/meson.build
/qemu/target/m68k/meson.build
/qemu/target/meson.build
/qemu/target/microblaze/cpu-param.h
/qemu/target/microblaze/cpu.c
/qemu/target/microblaze/cpu.h
/qemu/target/microblaze/gdbstub.c
/qemu/target/microblaze/helper.c
/qemu/target/microblaze/helper.h
/qemu/target/microblaze/insns.decode
/qemu/target/microblaze/meson.build
/qemu/target/microblaze/mmu.c
/qemu/target/microblaze/op_helper.c
/qemu/target/microblaze/translate.c
/qemu/target/mips/meson.build
/qemu/target/moxie/meson.build
/qemu/target/nios2/meson.build
/qemu/target/openrisc/disas.c
/qemu/target/openrisc/meson.build
/qemu/target/openrisc/translate.c
/qemu/target/ppc/cpu.h
/qemu/target/ppc/helper.h
/qemu/target/ppc/int_helper.c
/qemu/target/ppc/meson.build
/qemu/target/ppc/misc_helper.c
/qemu/target/ppc/translate.c
/qemu/target/ppc/translate/spe-impl.c.inc
/qemu/target/ppc/translate/vmx-impl.c.inc
/qemu/target/ppc/translate/vmx-ops.c.inc
/qemu/target/ppc/translate_init.c.inc
/qemu/target/riscv/cpu.h
/qemu/target/riscv/cpu_bits.h
/qemu/target/riscv/cpu_helper.c
/qemu/target/riscv/csr.c
/qemu/target/riscv/fpu_helper.c
/qemu/target/riscv/helper.h
/qemu/target/riscv/insn32-64.decode
/qemu/target/riscv/insn32.decode
/qemu/target/riscv/insn_trans/trans_rvd.c.inc
/qemu/target/riscv/insn_trans/trans_rvf.c.inc
/qemu/target/riscv/insn_trans/trans_rvh.c.inc
/qemu/target/riscv/internals.h
/qemu/target/riscv/meson.build
/qemu/target/riscv/op_helper.c
/qemu/target/riscv/pmp.c
/qemu/target/riscv/pmp.h
/qemu/target/riscv/translate.c
/qemu/target/riscv/vector_helper.c
/qemu/target/rx/cpu-qom.h
/qemu/target/rx/cpu.c
/qemu/target/rx/cpu.h
/qemu/target/rx/disas.c
/qemu/target/rx/gdbstub.c
/qemu/target/rx/helper.c
/qemu/target/rx/meson.build
/qemu/target/rx/translate.c
/qemu/target/s390x/meson.build
/qemu/target/sh4/meson.build
/qemu/target/sh4/translate.c
/qemu/target/sparc/meson.build
/qemu/target/tilegx/meson.build
/qemu/target/tricore/meson.build
/qemu/target/unicore32/meson.build
/qemu/target/xtensa/core-de233_fpu.c
/qemu/target/xtensa/core-de233_fpu/core-isa.h
/qemu/target/xtensa/core-de233_fpu/core-matmap.h
/qemu/target/xtensa/core-de233_fpu/gdb-config.c.inc
/qemu/target/xtensa/core-de233_fpu/xtensa-modules.c.inc
/qemu/target/xtensa/core-dsp3400.c
/qemu/target/xtensa/core-dsp3400/core-isa.h
/qemu/target/xtensa/core-dsp3400/core-matmap.h
/qemu/target/xtensa/core-dsp3400/gdb-config.c.inc
/qemu/target/xtensa/core-dsp3400/xtensa-modules.c.inc
/qemu/target/xtensa/cpu.c
/qemu/target/xtensa/cpu.h
/qemu/target/xtensa/exc_helper.c
/qemu/target/xtensa/fpu_helper.c
/qemu/target/xtensa/helper.c
/qemu/target/xtensa/helper.h
/qemu/target/xtensa/meson.build
/qemu/target/xtensa/overlay_tool.h
/qemu/target/xtensa/translate.c
/qemu/tcg/ppc/tcg-target.c.inc
/qemu/tcg/ppc/tcg-target.h
/qemu/tcg/tcg-op-gvec.c
/qemu/tests/Makefile.include
/qemu/tests/acceptance/avocado_qemu/__init__.py
/qemu/tests/acceptance/boot_linux_console.py
/qemu/tests/data/acpi/disassemle-aml.sh
/qemu/tests/data/acpi/pc/DSDT
/qemu/tests/data/acpi/pc/DSDT.acpihmat
/qemu/tests/data/acpi/pc/DSDT.bridge
/qemu/tests/data/acpi/pc/DSDT.cphp
/qemu/tests/data/acpi/pc/DSDT.dimmpxm
/qemu/tests/data/acpi/pc/DSDT.ipmikcs
/qemu/tests/data/acpi/pc/DSDT.memhp
/qemu/tests/data/acpi/pc/DSDT.numamem
/qemu/tests/data/acpi/q35/DSDT
/qemu/tests/data/acpi/q35/DSDT.acpihmat
/qemu/tests/data/acpi/q35/DSDT.bridge
/qemu/tests/data/acpi/q35/DSDT.cphp
/qemu/tests/data/acpi/q35/DSDT.dimmpxm
/qemu/tests/data/acpi/q35/DSDT.ipmibt
/qemu/tests/data/acpi/q35/DSDT.memhp
/qemu/tests/data/acpi/q35/DSDT.mmio64
/qemu/tests/data/acpi/q35/DSDT.numamem
/qemu/tests/data/acpi/q35/DSDT.tis
/qemu/tests/data/acpi/rebuild-expected-aml.sh
/qemu/tests/data/acpi/virt/DSDT
/qemu/tests/data/acpi/virt/DSDT.memhp
/qemu/tests/data/acpi/virt/DSDT.numamem
/qemu/tests/meson.build
/qemu/tests/multiboot/run_test.sh
/qemu/tests/plugin/meson.build
/qemu/tests/qemu-iotests/031.out
/qemu/tests/qemu-iotests/036.out
/qemu/tests/qemu-iotests/049
/qemu/tests/qemu-iotests/049.out
/qemu/tests/qemu-iotests/059.out
/qemu/tests/qemu-iotests/060.out
/qemu/tests/qemu-iotests/061
/qemu/tests/qemu-iotests/061.out
/qemu/tests/qemu-iotests/065
/qemu/tests/qemu-iotests/082.out
/qemu/tests/qemu-iotests/085.out
/qemu/tests/qemu-iotests/144.out
/qemu/tests/qemu-iotests/153.out
/qemu/tests/qemu-iotests/182.out
/qemu/tests/qemu-iotests/184
/qemu/tests/qemu-iotests/184.out
/qemu/tests/qemu-iotests/185.out
/qemu/tests/qemu-iotests/198
/qemu/tests/qemu-iotests/206.out
/qemu/tests/qemu-iotests/242.out
/qemu/tests/qemu-iotests/255.out
/qemu/tests/qemu-iotests/259.out
/qemu/tests/qemu-iotests/267.out
/qemu/tests/qemu-iotests/271
/qemu/tests/qemu-iotests/271.out
/qemu/tests/qemu-iotests/274.out
/qemu/tests/qemu-iotests/280.out
/qemu/tests/qemu-iotests/291.out
/qemu/tests/qemu-iotests/300
/qemu/tests/qemu-iotests/300.out
/qemu/tests/qemu-iotests/302.out
/qemu/tests/qemu-iotests/303
/qemu/tests/qemu-iotests/303.out
/qemu/tests/qemu-iotests/check
/qemu/tests/qemu-iotests/common.filter
/qemu/tests/qemu-iotests/group
/qemu/tests/qemu-iotests/iotests.py
/qemu/tests/qemu-iotests/meson.build
/qemu/tests/qemu-iotests/qcow2.py
/qemu/tests/qemu-iotests/qcow2_format.py
/qemu/tests/qtest/ac97-test.c
/qemu/tests/qtest/acpi-utils.h
/qemu/tests/qtest/ahci-test.c
/qemu/tests/qtest/arm-cpu-features.c
/qemu/tests/qtest/bios-tables-test.c
/qemu/tests/qtest/boot-order-test.c
/qemu/tests/qtest/boot-sector.c
/qemu/tests/qtest/boot-sector.h
/qemu/tests/qtest/boot-serial-test.c
/qemu/tests/qtest/cdrom-test.c
/qemu/tests/qtest/dbus-vmstate-test.c
/qemu/tests/qtest/device-introspect-test.c
/qemu/tests/qtest/device-plug-test.c
/qemu/tests/qtest/drive_del-test.c
/qemu/tests/qtest/ds1338-test.c
/qemu/tests/qtest/e1000-test.c
/qemu/tests/qtest/eepro100-test.c
/qemu/tests/qtest/endianness-test.c
/qemu/tests/qtest/es1370-test.c
/qemu/tests/qtest/fuzz/fuzz.c
/qemu/tests/qtest/fuzz/fuzz.h
/qemu/tests/qtest/fuzz/i440fx_fuzz.c
/qemu/tests/qtest/fuzz/meson.build
/qemu/tests/qtest/fuzz/qos_fuzz.c
/qemu/tests/qtest/fuzz/qtest_wrappers.c
/qemu/tests/qtest/fuzz/virtio_net_fuzz.c
/qemu/tests/qtest/fuzz/virtio_scsi_fuzz.c
/qemu/tests/qtest/fw_cfg-test.c
/qemu/tests/qtest/hd-geo-test.c
/qemu/tests/qtest/hexloader-test.c
/qemu/tests/qtest/ide-test.c
/qemu/tests/qtest/ipmi-kcs-test.c
/qemu/tests/qtest/ipoctal232-test.c
/qemu/tests/qtest/ivshmem-test.c
/qemu/tests/qtest/libqos/aarch64-xlnx-zcu102-machine.c
/qemu/tests/qtest/libqos/ahci.c
/qemu/tests/qtest/libqos/ahci.h
/qemu/tests/qtest/libqos/arm-imx25-pdk-machine.c
/qemu/tests/qtest/libqos/arm-n800-machine.c
/qemu/tests/qtest/libqos/arm-raspi2-machine.c
/qemu/tests/qtest/libqos/arm-sabrelite-machine.c
/qemu/tests/qtest/libqos/arm-smdkc210-machine.c
/qemu/tests/qtest/libqos/arm-virt-machine.c
/qemu/tests/qtest/libqos/arm-xilinx-zynq-a9-machine.c
/qemu/tests/qtest/libqos/e1000e.c
/qemu/tests/qtest/libqos/e1000e.h
/qemu/tests/qtest/libqos/fw_cfg.c
/qemu/tests/qtest/libqos/i2c-imx.c
/qemu/tests/qtest/libqos/i2c-omap.c
/qemu/tests/qtest/libqos/i2c.c
/qemu/tests/qtest/libqos/i2c.h
/qemu/tests/qtest/libqos/libqos-pc.c
/qemu/tests/qtest/libqos/libqos-pc.h
/qemu/tests/qtest/libqos/libqos-spapr.c
/qemu/tests/qtest/libqos/libqos-spapr.h
/qemu/tests/qtest/libqos/libqos.c
/qemu/tests/qtest/libqos/libqos.h
/qemu/tests/qtest/libqos/libqtest.h
/qemu/tests/qtest/libqos/malloc-pc.c
/qemu/tests/qtest/libqos/malloc-pc.h
/qemu/tests/qtest/libqos/malloc-spapr.c
/qemu/tests/qtest/libqos/malloc-spapr.h
/qemu/tests/qtest/libqos/malloc.c
/qemu/tests/qtest/libqos/meson.build
/qemu/tests/qtest/libqos/pci-pc.c
/qemu/tests/qtest/libqos/pci-pc.h
/qemu/tests/qtest/libqos/pci-spapr.c
/qemu/tests/qtest/libqos/pci-spapr.h
/qemu/tests/qtest/libqos/pci.c
/qemu/tests/qtest/libqos/pci.h
/qemu/tests/qtest/libqos/ppc64_pseries-machine.c
/qemu/tests/qtest/libqos/qgraph.c
/qemu/tests/qtest/libqos/qgraph.h
/qemu/tests/qtest/libqos/qgraph_internal.h
/qemu/tests/qtest/libqos/qos_external.c
/qemu/tests/qtest/libqos/qos_external.h
/qemu/tests/qtest/libqos/rtas.c
/qemu/tests/qtest/libqos/rtas.h
/qemu/tests/qtest/libqos/sdhci.c
/qemu/tests/qtest/libqos/sdhci.h
/qemu/tests/qtest/libqos/tpci200.c
/qemu/tests/qtest/libqos/usb.c
/qemu/tests/qtest/libqos/usb.h
/qemu/tests/qtest/libqos/virtio-9p.c
/qemu/tests/qtest/libqos/virtio-9p.h
/qemu/tests/qtest/libqos/virtio-balloon.c
/qemu/tests/qtest/libqos/virtio-balloon.h
/qemu/tests/qtest/libqos/virtio-blk.c
/qemu/tests/qtest/libqos/virtio-blk.h
/qemu/tests/qtest/libqos/virtio-mmio.c
/qemu/tests/qtest/libqos/virtio-mmio.h
/qemu/tests/qtest/libqos/virtio-net.c
/qemu/tests/qtest/libqos/virtio-net.h
/qemu/tests/qtest/libqos/virtio-pci.c
/qemu/tests/qtest/libqos/virtio-pci.h
/qemu/tests/qtest/libqos/virtio-rng.c
/qemu/tests/qtest/libqos/virtio-rng.h
/qemu/tests/qtest/libqos/virtio-scsi.c
/qemu/tests/qtest/libqos/virtio-scsi.h
/qemu/tests/qtest/libqos/virtio-serial.c
/qemu/tests/qtest/libqos/virtio-serial.h
/qemu/tests/qtest/libqos/virtio.c
/qemu/tests/qtest/libqos/virtio.h
/qemu/tests/qtest/libqos/x86_64_pc-machine.c
/qemu/tests/qtest/libqtest-single.h
/qemu/tests/qtest/libqtest.c
/qemu/tests/qtest/m48t59-test.c
/qemu/tests/qtest/machine-none-test.c
/qemu/tests/qtest/megasas-test.c
/qemu/tests/qtest/meson.build
/qemu/tests/qtest/microbit-test.c
/qemu/tests/qtest/migration-helpers.h
/qemu/tests/qtest/migration-test.c
/qemu/tests/qtest/modules-test.c
/qemu/tests/qtest/ne2000-test.c
/qemu/tests/qtest/numa-test.c
/qemu/tests/qtest/nvme-test.c
/qemu/tests/qtest/pca9552-test.c
/qemu/tests/qtest/pci-test.c
/qemu/tests/qtest/pcnet-test.c
/qemu/tests/qtest/pflash-cfi02-test.c
/qemu/tests/qtest/pnv-xscom-test.c
/qemu/tests/qtest/prom-env-test.c
/qemu/tests/qtest/pvpanic-test.c
/qemu/tests/qtest/pxe-test.c
/qemu/tests/qtest/q35-test.c
/qemu/tests/qtest/qmp-cmd-test.c
/qemu/tests/qtest/qmp-test.c
/qemu/tests/qtest/qom-test.c
/qemu/tests/qtest/rtas-test.c
/qemu/tests/qtest/sdhci-test.c
/qemu/tests/qtest/spapr-phb-test.c
/qemu/tests/qtest/tco-test.c
/qemu/tests/qtest/test-filter-mirror.c
/qemu/tests/qtest/test-filter-redirector.c
/qemu/tests/qtest/test-hmp.c
/qemu/tests/qtest/tpm-crb-swtpm-test.c
/qemu/tests/qtest/tpm-tests.c
/qemu/tests/qtest/tpm-tis-device-swtpm-test.c
/qemu/tests/qtest/tpm-tis-swtpm-test.c
/qemu/tests/qtest/tpm-util.c
/qemu/tests/qtest/tulip-test.c
/qemu/tests/qtest/virtio-9p-test.c
/qemu/tests/qtest/virtio-rng-test.c
/qemu/tests/qtest/virtio-test.c
/qemu/tests/qtest/vmgenid-test.c
/qemu/tests/qtest/vmxnet3-test.c
/qemu/tests/qtest/wdt_ib700-test.c
/qemu/tests/tcg/configure.sh
/qemu/tests/tcg/multiarch/float_convs.c
/qemu/tests/tcg/multiarch/float_helpers.h
/qemu/tests/tcg/multiarch/float_madds.c
/qemu/tests/tcg/xtensa/fpu.h
/qemu/tests/tcg/xtensa/macros.inc
/qemu/tests/tcg/xtensa/test_dfp0_arith.S
/qemu/tests/tcg/xtensa/test_fp0_arith.S
/qemu/tests/tcg/xtensa/test_fp0_conv.S
/qemu/tests/tcg/xtensa/test_fp0_div.S
/qemu/tests/tcg/xtensa/test_fp0_sqrt.S
/qemu/tests/tcg/xtensa/test_fp1.S
/qemu/tests/tcg/xtensa/test_lsc.S
/qemu/tests/test-qga.c
/qemu/tests/test-qgraph.c
/qemu/tests/test-qobject-input-visitor.c
/qemu/tests/test-util-sockets.c
/qemu/tests/test-x86-cpuid.c
/qemu/tests/vm/freebsd
/qemu/tests/vm/netbsd
/qemu/tests/vm/openbsd
/qemu/thunk.c
/qemu/tools/virtiofsd/fuse_virtio.c
/qemu/tools/virtiofsd/helper.c
/qemu/tools/virtiofsd/meson.build
/qemu/tools/virtiofsd/passthrough_ll.c
/qemu/trace/meson.build
/qemu/ui/gtk-gl-area.c
/qemu/ui/gtk.c
/qemu/ui/icons/meson.build
/qemu/ui/meson.build
/qemu/ui/shader.c
/qemu/ui/spice-input.c
/qemu/ui/vnc-auth-sasl.c
/qemu/ui/vnc-enc-tight.c
/qemu/util/aio-posix.c
/qemu/util/async.c
/qemu/util/meson.build
/qemu/util/module.c
/qemu/util/qemu-timer.c
/qemu/util/trace-events
/qemu/util/vfio-helpers.c
/qemu/version.texi.in
5e5733e529-Aug-2019 Marc-André Lureau <marcandre.lureau@redhat.com>

meson: convert block

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>


/qemu/.editorconfig
/qemu/.gitignore
/qemu/.gitmodules
/qemu/Makefile
/qemu/Makefile.objs
/qemu/Makefile.target
/qemu/accel/tcg/atomic_common.c.inc
/qemu/accel/tcg/cputlb.c
/qemu/accel/tcg/user-exec.c
/qemu/authz/meson.build
/qemu/block.c
/qemu/block/meson.build
/qemu/block/monitor/meson.build
/qemu/chardev/Makefile.objs
/qemu/chardev/meson.build
/qemu/configure
/qemu/contrib/elf2dmp/meson.build
/qemu/contrib/gitdm/filetypes.txt
/qemu/contrib/ivshmem-client/meson.build
/qemu/contrib/ivshmem-server/meson.build
/qemu/contrib/libvhost-user/meson.build
/qemu/contrib/rdmacm-mux/meson.build
/qemu/contrib/vhost-user-blk/meson.build
/qemu/contrib/vhost-user-gpu/meson.build
/qemu/contrib/vhost-user-input/meson.build
/qemu/contrib/vhost-user-scsi/meson.build
/qemu/contrib/vhost-user-scsi/vhost-user-scsi.c
/qemu/crypto/meson.build
/qemu/docs/devel/testing.rst
/qemu/docs/devel/tracing.txt
/qemu/exec.c
/qemu/fpu/softfloat-specialize.c.inc
/qemu/fpu/softfloat.c
/qemu/fsdev/meson.build
/qemu/hw/i386/fw_cfg.c
/qemu/hw/i386/pc.c
/qemu/hw/i386/pc_piix.c
/qemu/hw/i386/x86.c
/qemu/hw/vfio/pci-quirks.c
/qemu/hw/virtio/virtio-mem.c
/qemu/include/exec/cpu-all.h
/qemu/include/exec/memory.h
/qemu/include/exec/memory_ldst.h.inc
/qemu/include/exec/memory_ldst_cached.h.inc
/qemu/include/exec/memory_ldst_phys.h.inc
/qemu/include/qemu/osdep.h
/qemu/include/tcg/tcg.h
/qemu/io/meson.build
/qemu/memory_ldst.c.inc
/qemu/meson
/qemu/meson.build
meson.build
/qemu/pc-bios/descriptors/meson.build
/qemu/pc-bios/meson.build
/qemu/qapi/Makefile.objs
/qemu/qapi/meson.build
/qemu/qga/installer/qemu-ga.wxs
/qemu/qga/meson.build
/qemu/qga/vss-win32/meson.build
/qemu/qobject/meson.build
/qemu/qom/Makefile.objs
/qemu/qom/meson.build
/qemu/rules.mak
/qemu/scripts/archive-source.sh
/qemu/scripts/check_sparse.py
/qemu/scripts/clean-includes
/qemu/scripts/create_config
/qemu/scripts/grepy.sh
/qemu/scripts/hxtool
/qemu/scripts/minikconf.py
/qemu/scripts/mtest2make.py
/qemu/scripts/ninjatool.py
/qemu/scripts/qapi-gen.py
/qemu/scripts/qemu-version.sh
/qemu/scripts/tracetool.py
/qemu/scripts/tracetool/backend/dtrace.py
/qemu/scripts/tracetool/backend/ust.py
/qemu/scripts/undefsym.sh
/qemu/scsi/meson.build
/qemu/softmmu/Makefile.objs
/qemu/softmmu/qtest.c
/qemu/storage-daemon/Makefile.objs
/qemu/storage-daemon/meson.build
/qemu/storage-daemon/qapi/meson.build
/qemu/stubs/meson.build
/qemu/target/arm/Makefile.objs
/qemu/target/arm/translate-neon.c.inc
/qemu/target/arm/translate-sve.c
/qemu/target/arm/translate-vfp.c.inc
/qemu/target/arm/translate.c
/qemu/target/avr/Makefile.objs
/qemu/target/avr/disas.c
/qemu/target/avr/translate.c
/qemu/target/cris/translate.c
/qemu/target/cris/translate_v10.c.inc
/qemu/target/hppa/Makefile.objs
/qemu/target/hppa/translate.c
/qemu/target/meson.build
/qemu/target/mips/translate.c
/qemu/target/mips/translate_init.c.inc
/qemu/target/openrisc/Makefile.objs
/qemu/target/openrisc/disas.c
/qemu/target/openrisc/translate.c
/qemu/target/ppc/int_helper.c
/qemu/target/ppc/mfrom_table.c.inc
/qemu/target/ppc/translate.c
/qemu/target/ppc/translate/dfp-impl.c.inc
/qemu/target/ppc/translate/dfp-ops.c.inc
/qemu/target/ppc/translate/fp-impl.c.inc
/qemu/target/ppc/translate/fp-ops.c.inc
/qemu/target/ppc/translate/spe-impl.c.inc
/qemu/target/ppc/translate/spe-ops.c.inc
/qemu/target/ppc/translate/vmx-impl.c.inc
/qemu/target/ppc/translate/vmx-ops.c.inc
/qemu/target/ppc/translate/vsx-impl.c.inc
/qemu/target/ppc/translate/vsx-ops.c.inc
/qemu/target/ppc/translate_init.c.inc
/qemu/target/riscv/Makefile.objs
/qemu/target/riscv/insn_trans/trans_privileged.c.inc
/qemu/target/riscv/insn_trans/trans_rva.c.inc
/qemu/target/riscv/insn_trans/trans_rvd.c.inc
/qemu/target/riscv/insn_trans/trans_rvf.c.inc
/qemu/target/riscv/insn_trans/trans_rvh.c.inc
/qemu/target/riscv/insn_trans/trans_rvi.c.inc
/qemu/target/riscv/insn_trans/trans_rvm.c.inc
/qemu/target/riscv/insn_trans/trans_rvv.c.inc
/qemu/target/riscv/translate.c
/qemu/target/rx/Makefile.objs
/qemu/target/rx/disas.c
/qemu/target/rx/translate.c
/qemu/target/s390x/Makefile.objs
/qemu/target/s390x/cpu_features.c
/qemu/target/s390x/cpu_features.h
/qemu/target/s390x/cpu_features_def.h
/qemu/target/s390x/cpu_features_def.h.inc
/qemu/target/s390x/cpu_models.h
/qemu/target/s390x/meson.build
/qemu/target/s390x/translate.c
/qemu/target/s390x/translate_vx.c.inc
/qemu/target/xtensa/core-dc232b.c
/qemu/target/xtensa/core-dc232b/gdb-config.c.inc
/qemu/target/xtensa/core-dc232b/xtensa-modules.c.inc
/qemu/target/xtensa/core-dc233c.c
/qemu/target/xtensa/core-dc233c/gdb-config.c.inc
/qemu/target/xtensa/core-dc233c/xtensa-modules.c.inc
/qemu/target/xtensa/core-de212.c
/qemu/target/xtensa/core-de212/gdb-config.c.inc
/qemu/target/xtensa/core-de212/xtensa-modules.c.inc
/qemu/target/xtensa/core-fsf.c
/qemu/target/xtensa/core-fsf/xtensa-modules.c.inc
/qemu/target/xtensa/core-sample_controller.c
/qemu/target/xtensa/core-sample_controller/gdb-config.c.inc
/qemu/target/xtensa/core-sample_controller/xtensa-modules.c.inc
/qemu/target/xtensa/core-test_kc705_be.c
/qemu/target/xtensa/core-test_kc705_be/gdb-config.c.inc
/qemu/target/xtensa/core-test_kc705_be/xtensa-modules.c.inc
/qemu/target/xtensa/core-test_mmuhifi_c3.c
/qemu/target/xtensa/core-test_mmuhifi_c3/gdb-config.c.inc
/qemu/target/xtensa/core-test_mmuhifi_c3/xtensa-modules.c.inc
/qemu/target/xtensa/import_core.sh
/qemu/tcg/README
/qemu/tcg/aarch64/tcg-target.c.inc
/qemu/tcg/arm/tcg-target.c.inc
/qemu/tcg/i386/tcg-target.c.inc
/qemu/tcg/mips/tcg-target.c.inc
/qemu/tcg/ppc/tcg-target.c.inc
/qemu/tcg/riscv/tcg-target.c.inc
/qemu/tcg/s390/tcg-target.c.inc
/qemu/tcg/sparc/tcg-target.c.inc
/qemu/tcg/tcg-ldst.c.inc
/qemu/tcg/tcg-pool.c.inc
/qemu/tcg/tcg.c
/qemu/tcg/tci/README
/qemu/tcg/tci/tcg-target.c.inc
/qemu/tests/Makefile.include
/qemu/tests/docker/test-static
/qemu/tests/fp/fp-test.c
/qemu/tests/fp/meson.build
/qemu/tests/fp/wrap.c.inc
/qemu/tests/meson.build
/qemu/tests/qapi-schema/meson.build
/qemu/tests/test-qga.c
/qemu/tests/vm/Makefile.include
/qemu/tests/vm/freebsd
/qemu/tests/vm/netbsd
/qemu/tests/vm/openbsd
/qemu/tools/meson.build
/qemu/tools/virtiofsd/meson.build
/qemu/tools/virtiofsd/passthrough_ll.c
/qemu/tools/virtiofsd/passthrough_seccomp.c
/qemu/tools/virtiofsd/passthrough_seccomp.h
/qemu/trace/Makefile.objs
/qemu/trace/meson.build
/qemu/ui/input-keymap.c
/qemu/ui/meson.build
/qemu/ui/shader/meson.build
/qemu/ui/vnc-enc-zrle.c
/qemu/ui/vnc-enc-zrle.c.inc
/qemu/util/meson.build
243af02204-Feb-2020 Paolo Bonzini <pbonzini@redhat.com>

trace: switch position of headers to what Meson requires

Meson doesn't enjoy the same flexibility we have with Make in choosing
the include path. In particular the tracing headers are using
$(build

trace: switch position of headers to what Meson requires

Meson doesn't enjoy the same flexibility we have with Make in choosing
the include path. In particular the tracing headers are using
$(build_root)/$(<D).

In order to keep the include directives unchanged,
the simplest solution is to generate headers with patterns like
"trace/trace-audio.h" and place forwarding headers in the source tree
such that for example "audio/trace.h" includes "trace/trace-audio.h".

This patch is too ugly to be applied to the Makefiles now. It's only
a way to separate the changes to the tracing header files from the
Meson rewrite of the tracing logic.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

show more ...


/qemu/.gitignore
/qemu/.gitlab-ci.yml
/qemu/Makefile
/qemu/Makefile.objs
/qemu/VERSION
/qemu/accel/kvm/trace.h
/qemu/accel/stubs/xen-stub.c
/qemu/accel/tcg/cputlb.c
/qemu/accel/tcg/trace.h
/qemu/accel/tcg/user-exec.c
/qemu/accel/xen/xen-all.c
/qemu/audio/trace.h
/qemu/authz/trace.h
/qemu/backends/tpm/trace.h
/qemu/backends/trace.h
/qemu/block/block-copy.c
/qemu/block/io.c
/qemu/block/nbd.c
/qemu/block/qcow2-bitmap.c
/qemu/block/qcow2-cluster.c
/qemu/block/qcow2.c
/qemu/block/trace-events
/qemu/block/trace.h
/qemu/chardev/trace.h
/qemu/crypto/trace.h
/qemu/dma-helpers.c
/qemu/docs/devel/decodetree.rst
/qemu/docs/interop/firmware.json
/qemu/docs/interop/qcow2.txt
/qemu/docs/interop/vhost-user.json
/qemu/docs/system/arm/virt.rst
/qemu/exec.c
/qemu/gdbstub.c
/qemu/hw/9pfs/trace.h
/qemu/hw/acpi/ghes.c
/qemu/hw/acpi/trace.h
/qemu/hw/alpha/trace.h
/qemu/hw/arm/boot.c
/qemu/hw/arm/msf2-soc.c
/qemu/hw/arm/netduino2.c
/qemu/hw/arm/netduinoplus2.c
/qemu/hw/arm/nrf51_soc.c
/qemu/hw/arm/stellaris.c
/qemu/hw/arm/trace.h
/qemu/hw/audio/trace.h
/qemu/hw/block/dataplane/trace.h
/qemu/hw/block/trace.h
/qemu/hw/char/trace.h
/qemu/hw/core/cpu.c
/qemu/hw/core/trace.h
/qemu/hw/display/trace.h
/qemu/hw/dma/trace.h
/qemu/hw/gpio/trace.h
/qemu/hw/hppa/trace.h
/qemu/hw/hyperv/trace.h
/qemu/hw/i2c/trace.h
/qemu/hw/i386/trace.h
/qemu/hw/i386/xen/trace.h
/qemu/hw/ide/trace.h
/qemu/hw/input/trace.h
/qemu/hw/intc/armv7m_nvic.c
/qemu/hw/intc/trace.h
/qemu/hw/isa/trace.h
/qemu/hw/mem/trace.h
/qemu/hw/mips/trace.h
/qemu/hw/misc/aspeed_sdmc.c
/qemu/hw/misc/macio/trace.h
/qemu/hw/misc/trace.h
/qemu/hw/net/net_tx_pkt.c
/qemu/hw/net/trace.h
/qemu/hw/net/virtio-net.c
/qemu/hw/nvram/trace.h
/qemu/hw/pci-host/trace.h
/qemu/hw/pci/trace.h
/qemu/hw/ppc/trace.h
/qemu/hw/rdma/trace.h
/qemu/hw/rdma/vmw/trace.h
/qemu/hw/riscv/trace.h
/qemu/hw/rtc/trace.h
/qemu/hw/s390x/s390-virtio-ccw.c
/qemu/hw/s390x/trace.h
/qemu/hw/scsi/trace.h
/qemu/hw/sd/trace.h
/qemu/hw/sparc/trace.h
/qemu/hw/sparc64/trace.h
/qemu/hw/ssi/trace.h
/qemu/hw/timer/imx_epit.c
/qemu/hw/timer/trace.h
/qemu/hw/tpm/trace.h
/qemu/hw/usb/trace.h
/qemu/hw/vfio/trace.h
/qemu/hw/virtio/trace.h
/qemu/hw/virtio/virtio-mem.c
/qemu/hw/virtio/virtio-pci.c
/qemu/hw/watchdog/trace.h
/qemu/hw/xen/trace.h
/qemu/include/hw/arm/armv7m.h
/qemu/include/hw/irq.h
/qemu/include/sysemu/xen.h
/qemu/include/user/syscall-trace.h
/qemu/io/trace.h
/qemu/job-qmp.c
/qemu/job.c
/qemu/linux-user/main.c
/qemu/linux-user/syscall.c
/qemu/linux-user/trace.h
/qemu/migration/block-dirty-bitmap.c
/qemu/migration/migration.c
/qemu/migration/migration.h
/qemu/migration/savevm.c
/qemu/migration/trace.h
/qemu/monitor/trace.h
trace.h
/qemu/net/colo-compare.c
/qemu/net/queue.c
/qemu/net/trace.h
/qemu/pc-bios/bios-256k.bin
/qemu/pc-bios/bios.bin
/qemu/pc-bios/optionrom/Makefile
/qemu/pc-bios/s390-ccw/Makefile
/qemu/pc-bios/vgabios-ati.bin
/qemu/pc-bios/vgabios-bochs-display.bin
/qemu/pc-bios/vgabios-cirrus.bin
/qemu/pc-bios/vgabios-qxl.bin
/qemu/pc-bios/vgabios-ramfb.bin
/qemu/pc-bios/vgabios-stdvga.bin
/qemu/pc-bios/vgabios-virtio.bin
/qemu/pc-bios/vgabios-vmware.bin
/qemu/pc-bios/vgabios.bin
/qemu/qapi/authz.json
/qemu/qapi/block-core.json
/qemu/qapi/block.json
/qemu/qapi/char.json
/qemu/qapi/common.json
/qemu/qapi/control.json
/qemu/qapi/crypto.json
/qemu/qapi/dump.json
/qemu/qapi/error.json
/qemu/qapi/introspect.json
/qemu/qapi/job.json
/qemu/qapi/machine-target.json
/qemu/qapi/machine.json
/qemu/qapi/migration.json
/qemu/qapi/misc-target.json
/qemu/qapi/misc.json
/qemu/qapi/net.json
/qemu/qapi/qapi-schema.json
/qemu/qapi/qdev.json
/qemu/qapi/qom.json
/qemu/qapi/rdma.json
/qemu/qapi/rocker.json
/qemu/qapi/run-state.json
/qemu/qapi/sockets.json
/qemu/qapi/tpm.json
/qemu/qapi/trace.h
/qemu/qapi/transaction.json
/qemu/qapi/ui.json
/qemu/qemu-io-cmds.c
/qemu/qga/commands-win32.c
/qemu/qga/qapi-schema.json
/qemu/qom/trace.h
/qemu/roms/seabios
/qemu/scripts/coverity-scan/run-coverity-scan
/qemu/scripts/oss-fuzz/build.sh
/qemu/scripts/tracetool/backend/dtrace.py
/qemu/scripts/tracetool/format/c.py
/qemu/scripts/tracetool/format/tcg_h.py
/qemu/scripts/tracetool/format/tcg_helper_c.py
/qemu/scsi/trace.h
/qemu/slirp
/qemu/softmmu/balloon.c
/qemu/softmmu/ioport.c
/qemu/softmmu/memory.c
/qemu/softmmu/vl.c
/qemu/storage-daemon/qapi/qapi-schema.json
/qemu/target/arm/helper.c
/qemu/target/arm/mte_helper.c
/qemu/target/arm/pauth_helper.c
/qemu/target/arm/trace.h
/qemu/target/arm/translate-a64.c
/qemu/target/hppa/trace.h
/qemu/target/i386/trace.h
/qemu/target/mips/trace.h
/qemu/target/ppc/trace.h
/qemu/target/riscv/trace.h
/qemu/target/riscv/vector_helper.c
/qemu/target/s390x/trace.h
/qemu/target/sparc/trace.h
/qemu/tests/acceptance/machine_rx_gdbsim.py
/qemu/tests/acceptance/replay_kernel.py
/qemu/tests/docker/dockerfiles/debian-amd64.docker
/qemu/tests/qapi-schema/doc-good.json
/qemu/tests/qapi-schema/include/sub-module.json
/qemu/tests/qapi-schema/qapi-schema-test.json
/qemu/tests/qapi-schema/sub-sub-module.json
/qemu/tests/qemu-iotests/028
/qemu/tests/qemu-iotests/028.out
/qemu/tests/qemu-iotests/169
/qemu/tests/qemu-iotests/169.out
/qemu/tests/qemu-iotests/197
/qemu/tests/qemu-iotests/197.out
/qemu/tests/qemu-iotests/199
/qemu/tests/qemu-iotests/199.out
/qemu/tests/qemu-iotests/264
/qemu/tests/qemu-iotests/264.out
/qemu/tests/qemu-iotests/302
/qemu/tests/qemu-iotests/302.out
/qemu/tests/qemu-iotests/304
/qemu/tests/qemu-iotests/304.out
/qemu/tests/qemu-iotests/group
/qemu/tests/qemu-iotests/iotests.py
/qemu/tests/tcg/aarch64/Makefile.target
/qemu/tests/tcg/aarch64/pauth-5.c
/qemu/tests/test-char.c
/qemu/tests/test-util-sockets.c
/qemu/trace/control-target.c
/qemu/trace/control.c
/qemu/ui/trace.h
/qemu/util/trace.h
890cbccb22-Jul-2020 Eric Blake <eblake@redhat.com>

nbd: Fix large trim/zero requests

Although qemu as NBD client limits requests to <2G, the NBD protocol
allows clients to send requests almost all the way up to 4G. But
because our block layer is no

nbd: Fix large trim/zero requests

Although qemu as NBD client limits requests to <2G, the NBD protocol
allows clients to send requests almost all the way up to 4G. But
because our block layer is not yet 64-bit clean, we accidentally wrap
such requests into a negative size, and fail with EIO instead of
performing the intended operation.

The bug is visible in modern systems with something as simple as:

$ qemu-img create -f qcow2 /tmp/image.img 5G
$ sudo qemu-nbd --connect=/dev/nbd0 /tmp/image.img
$ sudo blkdiscard /dev/nbd0

or with user-space only:

$ truncate --size=3G file
$ qemu-nbd -f raw file
$ nbdsh -u nbd://localhost:10809 -c 'h.trim(3*1024*1024*1024,0)'

Although both blk_co_pdiscard and blk_pwrite_zeroes currently return 0
on success, this is also a good time to fix our code to a more robust
paradigm that treats all non-negative values as success.

Alas, our iotests do not currently make it easy to add external
dependencies on blkdiscard or nbdsh, so we have to rely on manual
testing for now.

This patch can be reverted when we later improve the overall block
layer to be 64-bit clean, but for now, a minimal fix was deemed less
risky prior to release.

CC: qemu-stable@nongnu.org
Fixes: 1f4d6d18ed
Fixes: 1c6c4bb7f0
Fixes: https://github.com/systemd/systemd/issues/16242
Signed-off-by: Eric Blake <eblake@redhat.com>
Message-Id: <20200722212231.535072-1-eblake@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
[eblake: rework success tests to use >=0]

show more ...


/qemu/.gitlab-ci.yml
/qemu/.shippable.yml
/qemu/MAINTAINERS
/qemu/Makefile
/qemu/VERSION
/qemu/accel/tcg/cpu-exec.c
/qemu/accel/tcg/cputlb.c
/qemu/accel/tcg/translate-all.c
/qemu/backends/hostmem.c
/qemu/backends/tpm/tpm_emulator.c
/qemu/block.c
/qemu/block/amend.c
/qemu/block/block-backend.c
/qemu/block/crypto.c
/qemu/block/file-posix.c
/qemu/block/qcow2-cluster.c
/qemu/block/throttle-groups.c
/qemu/configure
/qemu/contrib/libvhost-user/libvhost-user.c
/qemu/docs/devel/fuzzing.txt
/qemu/docs/system/arm/collie.rst
/qemu/docs/system/arm/digic.rst
/qemu/docs/system/arm/gumstix.rst
/qemu/docs/system/arm/virt.rst
/qemu/docs/system/s390x/vfio-ccw.rst
/qemu/docs/system/target-arm.rst
/qemu/gdbstub.c
/qemu/hw/acpi/core.c
/qemu/hw/arm/Kconfig
/qemu/hw/arm/allwinner-h3.c
/qemu/hw/arm/armsse.c
/qemu/hw/arm/aspeed.c
/qemu/hw/arm/msf2-soc.c
/qemu/hw/arm/musicpal.c
/qemu/hw/arm/nseries.c
/qemu/hw/arm/pxa2xx.c
/qemu/hw/arm/realview.c
/qemu/hw/arm/spitz.c
/qemu/hw/arm/stellaris.c
/qemu/hw/arm/tosa.c
/qemu/hw/arm/versatilepb.c
/qemu/hw/arm/vexpress.c
/qemu/hw/arm/virt.c
/qemu/hw/arm/xlnx-versal.c
/qemu/hw/arm/xlnx-zynqmp.c
/qemu/hw/arm/z2.c
/qemu/hw/avr/boot.c
/qemu/hw/block/nvme.c
/qemu/hw/core/machine-qmp-cmds.c
/qemu/hw/core/machine.c
/qemu/hw/core/qdev.c
/qemu/hw/display/qxl.c
/qemu/hw/display/sii9022.c
/qemu/hw/dma/sparc32_dma.c
/qemu/hw/i2c/Kconfig
/qemu/hw/i2c/Makefile.objs
/qemu/hw/i2c/aspeed_i2c.c
/qemu/hw/i2c/core.c
/qemu/hw/i386/intel_iommu.c
/qemu/hw/i386/intel_iommu_internal.h
/qemu/hw/i386/pc.c
/qemu/hw/input/virtio-input-hid.c
/qemu/hw/ipmi/ipmi_bmc_sim.c
/qemu/hw/mem/nvdimm.c
/qemu/hw/mem/pc-dimm.c
/qemu/hw/misc/ivshmem.c
/qemu/hw/net/net_tx_pkt.c
/qemu/hw/net/net_tx_pkt.h
/qemu/hw/net/xgmac.c
/qemu/hw/nvram/fw_cfg.c
/qemu/hw/pci/pci_host.c
/qemu/hw/ppc/e500.c
/qemu/hw/ppc/pnv_psi.c
/qemu/hw/ppc/sam460ex.c
/qemu/hw/ppc/spapr.c
/qemu/hw/ppc/spapr_drc.c
/qemu/hw/ppc/spapr_pci.c
/qemu/hw/ppc/spapr_pci_nvlink2.c
/qemu/hw/ppc/spapr_rtas.c
/qemu/hw/ppc/trace-events
/qemu/hw/riscv/sifive_e.c
/qemu/hw/riscv/sifive_u.c
/qemu/hw/rtc/goldfish_rtc.c
/qemu/hw/s390x/ipl.c
/qemu/hw/s390x/s390-virtio-ccw.c
/qemu/hw/s390x/virtio-ccw-crypto.c
/qemu/hw/s390x/virtio-ccw-rng.c
/qemu/hw/s390x/virtio-ccw.c
/qemu/hw/sd/milkymist-memcard.c
/qemu/hw/semihosting/console.c
/qemu/hw/usb/Kconfig
/qemu/hw/usb/hcd-xhci.c
/qemu/hw/virtio/vhost-user.c
/qemu/hw/virtio/vhost-vdpa.c
/qemu/hw/virtio/virtio-balloon.c
/qemu/hw/virtio/virtio-crypto-pci.c
/qemu/hw/virtio/virtio-crypto.c
/qemu/hw/virtio/virtio-mem-pci.c
/qemu/hw/virtio/virtio-mem.c
/qemu/hw/virtio/virtio-pci.c
/qemu/hw/virtio/virtio-pmem.c
/qemu/hw/virtio/virtio-rng-pci.c
/qemu/hw/virtio/virtio.c
/qemu/include/fpu/softfloat.h
/qemu/include/hw/arm/virt.h
/qemu/include/hw/i2c/aspeed_i2c.h
/qemu/include/hw/i2c/i2c.h
/qemu/include/hw/nvram/fw_cfg.h
/qemu/include/hw/pci-host/spapr.h
/qemu/include/hw/pci/pci_host.h
/qemu/include/hw/ppc/spapr.h
/qemu/include/hw/qdev-core.h
/qemu/include/hw/qdev-properties.h
/qemu/include/hw/rtc/goldfish_rtc.h
/qemu/include/hw/virtio/virtio-balloon.h
/qemu/include/hw/virtio/virtio.h
/qemu/include/net/eth.h
/qemu/include/qapi/error.h
/qemu/include/qemu-common.h
/qemu/include/qemu/osdep.h
/qemu/include/qom/object.h
/qemu/include/sysemu/tpm.h
/qemu/iothread.c
/qemu/linux-user/elfload.c
/qemu/linux-user/syscall.c
/qemu/migration/block-dirty-bitmap.c
server.c
/qemu/net/net.c
/qemu/os-posix.c
/qemu/os-win32.c
/qemu/pc-bios/README
/qemu/pc-bios/openbios-ppc
/qemu/pc-bios/openbios-sparc32
/qemu/pc-bios/openbios-sparc64
/qemu/pc-bios/slof.bin
/qemu/python/qemu/console_socket.py
/qemu/python/qemu/machine.py
/qemu/python/qemu/pylintrc
/qemu/qdev-monitor.c
/qemu/qemu-options.hx
/qemu/qom/object.c
/qemu/qom/qom-hmp-cmds.c
/qemu/roms/SLOF
/qemu/roms/openbios
/qemu/scripts/coccinelle/err-bad-newline.cocci
/qemu/scripts/oss-fuzz/build.sh
/qemu/scripts/qapi/visit.py
/qemu/scsi/pr-manager-helper.c
/qemu/scsi/pr-manager.c
/qemu/softmmu/memory.c
/qemu/softmmu/vl.c
/qemu/stubs/tpm.c
/qemu/target/arm/cpu.c
/qemu/target/arm/cpu64.c
/qemu/target/hppa/translate.c
/qemu/target/i386/fpu_helper.c
/qemu/target/i386/kvm.c
/qemu/target/i386/translate.c
/qemu/target/ppc/kvm.c
/qemu/target/ppc/kvm_ppc.h
/qemu/target/ppc/mmu-hash64.c
/qemu/target/riscv/csr.c
/qemu/target/riscv/insn_trans/trans_rvv.inc.c
/qemu/tcg/tcg-op-vec.c
/qemu/tests/docker/Makefile.include
/qemu/tests/docker/docker.py
/qemu/tests/docker/dockerfiles/debian-bootstrap.pre
/qemu/tests/qemu-iotests/122
/qemu/tests/qemu-iotests/122.out
/qemu/tests/qemu-iotests/197
/qemu/tests/qemu-iotests/296
/qemu/tests/qemu-iotests/296.out
/qemu/tests/qemu-iotests/299
/qemu/tests/qemu-iotests/299.out
/qemu/tests/qemu-iotests/check
/qemu/tests/qemu-iotests/group
/qemu/tests/qtest/bios-tables-test.c
/qemu/tests/qtest/fuzz/fuzz.c
/qemu/tests/qtest/fuzz/fuzz.h
/qemu/tests/qtest/fuzz/i440fx_fuzz.c
/qemu/tests/qtest/fuzz/qos_fuzz.c
/qemu/tests/qtest/qmp-cmd-test.c
/qemu/tests/vm/basevm.py
/qemu/tpm.c
/qemu/util/module.c
/qemu/util/oslib-posix.c
/qemu/util/oslib-win32.c
453cc6be14-Jul-2020 Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>

nbd: make nbd_export_close_all() synchronous

Consider nbd_export_close_all(). The call-stack looks like this:
nbd_export_close_all() -> nbd_export_close -> call client_close() for
each client.

cli

nbd: make nbd_export_close_all() synchronous

Consider nbd_export_close_all(). The call-stack looks like this:
nbd_export_close_all() -> nbd_export_close -> call client_close() for
each client.

client_close() doesn't guarantee that client is closed: nbd_trip()
keeps reference to it. So, nbd_export_close_all() just reduce
reference counter on export and removes it from the list, but doesn't
guarantee that nbd_trip() finished neither export actually removed.

Let's wait for all exports actually removed.

Without this fix, the following crash is possible:

- export bitmap through internal Qemu NBD server
- connect a client
- shutdown Qemu

On shutdown nbd_export_close_all is called, but it actually don't wait
for nbd_trip() to finish and to release its references. So, export is
not release, and exported bitmap remains busy, and on try to remove the
bitmap (which is part of bdrv_close()) the assertion fails:

bdrv_release_dirty_bitmap_locked: Assertion `!bdrv_dirty_bitmap_busy(bitmap)' failed

Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <20200714162234.13113-2-vsementsov@virtuozzo.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>

show more ...


/qemu/.cirrus.yml
/qemu/.gitignore
/qemu/.gitlab-ci.d/containers.yml
/qemu/.gitlab-ci.d/edk2.yml
/qemu/.gitlab-ci.d/opensbi.yml
/qemu/.gitlab-ci.yml
/qemu/.shippable.yml
/qemu/.travis.yml
/qemu/Kconfig
/qemu/Kconfig.host
/qemu/MAINTAINERS
/qemu/Makefile
/qemu/Makefile.target
/qemu/VERSION
/qemu/accel/Kconfig
/qemu/accel/stubs/tcg-stub.c
/qemu/accel/tcg/cputlb.c
/qemu/audio/ossaudio.c
/qemu/block.c
/qemu/block/Makefile.objs
/qemu/block/block-backend.c
/qemu/block/file-posix.c
/qemu/block/iscsi.c
/qemu/block/nbd.c
/qemu/block/qcow.c
/qemu/block/qcow2.c
/qemu/block/sheepdog.c
/qemu/block/stream.c
/qemu/block/trace-events
/qemu/block/vmdk.c
/qemu/blockdev.c
/qemu/chardev/Makefile.objs
/qemu/chardev/char-fe.c
/qemu/chardev/char-mux.c
/qemu/chardev/char-socket.c
/qemu/chardev/char.c
/qemu/chardev/chardev-internal.h
/qemu/chardev/chardev-sysemu.c
/qemu/configure
/qemu/cpus-common.c
/qemu/default-configs/avr-softmmu.mak
/qemu/disas/sh4.c
/qemu/docs/devel/fuzzing.txt
/qemu/docs/devel/index.rst
/qemu/docs/devel/multi-thread-tcg.rst
/qemu/docs/devel/tcg-icount.rst
/qemu/docs/qdev-device-use.txt
/qemu/docs/system/arm/orangepi.rst
/qemu/docs/system/deprecated.rst
/qemu/docs/system/gdb.rst
/qemu/docs/system/s390x/3270.rst
/qemu/docs/system/target-avr.rst
/qemu/docs/system/targets.rst
/qemu/docs/tools/qemu-img.rst
/qemu/exec.c
/qemu/fpu/softfloat-specialize.inc.c
/qemu/fsdev/qemu-fsdev.c
/qemu/gdb-xml/avr-cpu.xml
/qemu/hw/Kconfig
/qemu/hw/arm/aspeed.c
/qemu/hw/arm/fsl-imx25.c
/qemu/hw/arm/fsl-imx6.c
/qemu/hw/arm/fsl-imx7.c
/qemu/hw/arm/palm.c
/qemu/hw/arm/tosa.c
/qemu/hw/avr/Kconfig
/qemu/hw/avr/Makefile.objs
/qemu/hw/avr/arduino.c
/qemu/hw/avr/atmega.c
/qemu/hw/avr/atmega.h
/qemu/hw/avr/boot.c
/qemu/hw/avr/boot.h
/qemu/hw/block/dataplane/xen-block.c
/qemu/hw/block/xen-block.c
/qemu/hw/char/Kconfig
/qemu/hw/char/Makefile.objs
/qemu/hw/char/avr_usart.c
/qemu/hw/char/ibex_uart.c
/qemu/hw/core/null-machine.c
/qemu/hw/display/Makefile.objs
/qemu/hw/i386/pc_piix.c
/qemu/hw/i386/pc_sysfw.c
/qemu/hw/intc/apic.c
/qemu/hw/intc/apic_common.c
/qemu/hw/misc/Kconfig
/qemu/hw/misc/Makefile.objs
/qemu/hw/misc/avr_power.c
/qemu/hw/misc/trace-events
/qemu/hw/net/ftgmac100.c
/qemu/hw/net/net_tx_pkt.c
/qemu/hw/net/virtio-net.c
/qemu/hw/nios2/cpu_pic.c
/qemu/hw/pci-host/xen_igd_pt.c
/qemu/hw/riscv/boot.c
/qemu/hw/riscv/sifive_u.c
/qemu/hw/riscv/spike.c
/qemu/hw/riscv/virt.c
/qemu/hw/sd/sd.c
/qemu/hw/timer/Kconfig
/qemu/hw/timer/Makefile.objs
/qemu/hw/timer/avr_timer16.c
/qemu/hw/timer/trace-events
/qemu/hw/tpm/tpm_spapr.c
/qemu/hw/usb/dev-storage.c
/qemu/hw/usb/host-libusb.c
/qemu/hw/vfio/display.c
/qemu/hw/virtio/vhost-vdpa.c
/qemu/hw/virtio/virtio-iommu.c
/qemu/hw/xen/xen-backend.c
/qemu/hw/xen/xen-bus.c
/qemu/hw/xen/xen-host-pci-device.c
/qemu/hw/xen/xen-legacy-backend.c
/qemu/hw/xen/xen_pt.c
/qemu/hw/xen/xen_pt_config_init.c
/qemu/include/block/block.h
/qemu/include/block/block_int.h
/qemu/include/disas/dis-asm.h
/qemu/include/elf.h
/qemu/include/hw/arm/bcm2836.h
/qemu/include/hw/arm/fsl-imx25.h
/qemu/include/hw/arm/fsl-imx6.h
/qemu/include/hw/arm/fsl-imx7.h
/qemu/include/hw/char/avr_usart.h
/qemu/include/hw/char/ibex_uart.h
/qemu/include/hw/core/cpu.h
/qemu/include/hw/i386/apic_internal.h
/qemu/include/hw/i386/pc.h
/qemu/include/hw/misc/avr_power.h
/qemu/include/hw/riscv/boot.h
/qemu/include/hw/riscv/boot_opensbi.h
/qemu/include/hw/timer/avr_timer16.h
/qemu/include/qemu/bswap.h
/qemu/include/qemu/error-report.h
/qemu/include/qemu/main-loop.h
/qemu/include/qemu/osdep.h
/qemu/include/qemu/sockets.h
/qemu/include/qemu/typedefs.h
/qemu/include/qom/object.h
/qemu/include/sysemu/arch_init.h
/qemu/include/sysemu/cpu-throttle.h
/qemu/include/sysemu/hvf.h
/qemu/include/sysemu/hw_accel.h
/qemu/include/ui/gtk.h
/qemu/include/ui/qemu-pixman.h
/qemu/linux-headers/asm-arm/unistd-common.h
/qemu/linux-headers/asm-x86/kvm.h
/qemu/linux-user/elfload.c
/qemu/linux-user/fd-trans.c
/qemu/linux-user/strace.c
/qemu/linux-user/syscall.c
/qemu/migration/migration.c
/qemu/migration/ram.c
/qemu/migration/savevm.c
/qemu/monitor/misc.c
server.c
/qemu/net/colo-compare.c
/qemu/net/socket.c
/qemu/net/tap-bsd.c
/qemu/net/tap-linux.c
/qemu/net/tap-solaris.c
/qemu/net/tap-stub.c
/qemu/net/tap.c
/qemu/net/tap_int.h
/qemu/os-posix.c
/qemu/pc-bios/openbios-ppc
/qemu/pc-bios/openbios-sparc32
/qemu/pc-bios/openbios-sparc64
/qemu/python/qemu/console_socket.py
/qemu/python/qemu/machine.py
/qemu/python/qemu/qmp.py
/qemu/qapi/block-core.json
/qemu/qapi/machine.json
/qemu/qemu-img.c
/qemu/qemu-options.hx
/qemu/qga/commands.c
/qemu/qga/main.c
/qemu/qga/vss-win32/install.cpp
/qemu/qom/object.c
/qemu/qom/object_interfaces.c
/qemu/roms/openbios
/qemu/scripts/checkpatch.pl
/qemu/scripts/ci/gitlab-pipeline-status
/qemu/scripts/decodetree.py
/qemu/scripts/performance/dissect.py
/qemu/scripts/render_block_graph.py
/qemu/scripts/tap-driver.pl
/qemu/softmmu/Makefile.objs
/qemu/softmmu/arch_init.c
/qemu/softmmu/balloon.c
/qemu/softmmu/cpu-throttle.c
/qemu/softmmu/cpus.c
/qemu/softmmu/ioport.c
/qemu/softmmu/memory.c
/qemu/softmmu/memory_mapping.c
/qemu/softmmu/qtest.c
/qemu/softmmu/vl.c
/qemu/target/arm/helper.c
/qemu/target/arm/translate-sve.c
/qemu/target/avr/Makefile.objs
/qemu/target/avr/cpu-param.h
/qemu/target/avr/cpu-qom.h
/qemu/target/avr/cpu.c
/qemu/target/avr/cpu.h
/qemu/target/avr/disas.c
/qemu/target/avr/gdbstub.c
/qemu/target/avr/helper.c
/qemu/target/avr/helper.h
/qemu/target/avr/insn.decode
/qemu/target/avr/machine.c
/qemu/target/avr/translate.c
/qemu/target/i386/Makefile.objs
/qemu/target/i386/cpu.c
/qemu/target/i386/cpu.h
/qemu/target/i386/excp_helper.c
/qemu/target/i386/fpu_helper.c
/qemu/target/i386/gdbstub.c
/qemu/target/i386/hax-posix.c
/qemu/target/i386/helper.c
/qemu/target/i386/helper.h
/qemu/target/i386/hvf/hvf.c
/qemu/target/i386/hvf/vmx.h
/qemu/target/i386/kvm.c
/qemu/target/i386/kvm_i386.h
/qemu/target/i386/machine.c
/qemu/target/i386/monitor.c
/qemu/target/i386/ops_sse.h
/qemu/target/i386/sev-stub.c
/qemu/target/i386/sev.c
/qemu/target/i386/sev_i386.h
/qemu/target/i386/svm.h
/qemu/target/i386/svm_helper.c
/qemu/target/i386/tcg-stub.c
/qemu/target/i386/translate.c
/qemu/target/mips/cp0_helper.c
/qemu/target/mips/fpu_helper.c
/qemu/target/nios2/translate.c
/qemu/target/riscv/cpu.h
/qemu/target/riscv/insn_trans/trans_rvv.inc.c
/qemu/target/riscv/pmp.c
/qemu/tcg/riscv/tcg-target.inc.c
/qemu/tests/Makefile.include
/qemu/tests/acceptance/boot_linux.py
/qemu/tests/acceptance/boot_linux_console.py
/qemu/tests/acceptance/linux_initrd.py
/qemu/tests/acceptance/linux_ssh_mips_malta.py
/qemu/tests/acceptance/machine_avr6.py
/qemu/tests/acceptance/machine_mips_malta.py
/qemu/tests/acceptance/machine_rx_gdbsim.py
/qemu/tests/acceptance/replay_kernel.py
/qemu/tests/crypto-tls-x509-helpers.c
/qemu/tests/docker/Makefile.include
/qemu/tests/docker/common.rc
/qemu/tests/docker/docker.py
/qemu/tests/docker/dockerfiles/debian-all-test-cross.docker
/qemu/tests/docker/dockerfiles/debian-alpha-cross.docker
/qemu/tests/docker/dockerfiles/debian-amd64-cross.docker
/qemu/tests/docker/dockerfiles/debian-amd64.docker
/qemu/tests/docker/dockerfiles/debian-arm64-cross.docker
/qemu/tests/docker/dockerfiles/debian-arm64-test-cross.docker
/qemu/tests/docker/dockerfiles/debian-armel-cross.docker
/qemu/tests/docker/dockerfiles/debian-armhf-cross.docker
/qemu/tests/docker/dockerfiles/debian-hppa-cross.docker
/qemu/tests/docker/dockerfiles/debian-m68k-cross.docker
/qemu/tests/docker/dockerfiles/debian-mips-cross.docker
/qemu/tests/docker/dockerfiles/debian-mips64-cross.docker
/qemu/tests/docker/dockerfiles/debian-mips64el-cross.docker
/qemu/tests/docker/dockerfiles/debian-mipsel-cross.docker
/qemu/tests/docker/dockerfiles/debian-powerpc-cross.docker
/qemu/tests/docker/dockerfiles/debian-ppc64-cross.docker
/qemu/tests/docker/dockerfiles/debian-ppc64el-cross.docker
/qemu/tests/docker/dockerfiles/debian-riscv64-cross.docker
/qemu/tests/docker/dockerfiles/debian-s390x-cross.docker
/qemu/tests/docker/dockerfiles/debian-sh4-cross.docker
/qemu/tests/docker/dockerfiles/debian-sparc64-cross.docker
/qemu/tests/docker/dockerfiles/debian-tricore-cross.docker
/qemu/tests/docker/dockerfiles/debian-win32-cross.docker
/qemu/tests/docker/dockerfiles/debian-win64-cross.docker
/qemu/tests/docker/dockerfiles/debian-xtensa-cross.docker
/qemu/tests/docker/dockerfiles/debian9-mxe.docker
/qemu/tests/docker/dockerfiles/fedora.docker
/qemu/tests/docker/dockerfiles/ubuntu2004.docker
/qemu/tests/plugin/Makefile
/qemu/tests/plugin/bb.c
/qemu/tests/qemu-iotests/017
/qemu/tests/qemu-iotests/017.out
/qemu/tests/qemu-iotests/018
/qemu/tests/qemu-iotests/018.out
/qemu/tests/qemu-iotests/019
/qemu/tests/qemu-iotests/019.out
/qemu/tests/qemu-iotests/020
/qemu/tests/qemu-iotests/020.out
/qemu/tests/qemu-iotests/024
/qemu/tests/qemu-iotests/024.out
/qemu/tests/qemu-iotests/028
/qemu/tests/qemu-iotests/028.out
/qemu/tests/qemu-iotests/029
/qemu/tests/qemu-iotests/030
/qemu/tests/qemu-iotests/034
/qemu/tests/qemu-iotests/034.out
/qemu/tests/qemu-iotests/037
/qemu/tests/qemu-iotests/037.out
/qemu/tests/qemu-iotests/038
/qemu/tests/qemu-iotests/038.out
/qemu/tests/qemu-iotests/039
/qemu/tests/qemu-iotests/039.out
/qemu/tests/qemu-iotests/040
/qemu/tests/qemu-iotests/041
/qemu/tests/qemu-iotests/042
/qemu/tests/qemu-iotests/043
/qemu/tests/qemu-iotests/043.out
/qemu/tests/qemu-iotests/046
/qemu/tests/qemu-iotests/046.out
/qemu/tests/qemu-iotests/049.out
/qemu/tests/qemu-iotests/050
/qemu/tests/qemu-iotests/050.out
/qemu/tests/qemu-iotests/051
/qemu/tests/qemu-iotests/051.out
/qemu/tests/qemu-iotests/051.pc.out
/qemu/tests/qemu-iotests/054.out
/qemu/tests/qemu-iotests/056
/qemu/tests/qemu-iotests/059
/qemu/tests/qemu-iotests/059.out
/qemu/tests/qemu-iotests/060
/qemu/tests/qemu-iotests/060.out
/qemu/tests/qemu-iotests/061
/qemu/tests/qemu-iotests/061.out
/qemu/tests/qemu-iotests/069
/qemu/tests/qemu-iotests/069.out
/qemu/tests/qemu-iotests/073
/qemu/tests/qemu-iotests/073.out
/qemu/tests/qemu-iotests/079.out
/qemu/tests/qemu-iotests/082
/qemu/tests/qemu-iotests/082.out
/qemu/tests/qemu-iotests/085
/qemu/tests/qemu-iotests/085.out
/qemu/tests/qemu-iotests/089
/qemu/tests/qemu-iotests/089.out
/qemu/tests/qemu-iotests/095
/qemu/tests/qemu-iotests/095.out
/qemu/tests/qemu-iotests/097
/qemu/tests/qemu-iotests/097.out
/qemu/tests/qemu-iotests/098
/qemu/tests/qemu-iotests/098.out
/qemu/tests/qemu-iotests/106
/qemu/tests/qemu-iotests/110
/qemu/tests/qemu-iotests/110.out
/qemu/tests/qemu-iotests/111.out
/qemu/tests/qemu-iotests/112.out
/qemu/tests/qemu-iotests/114
/qemu/tests/qemu-iotests/114.out
/qemu/tests/qemu-iotests/122
/qemu/tests/qemu-iotests/122.out
/qemu/tests/qemu-iotests/126
/qemu/tests/qemu-iotests/126.out
/qemu/tests/qemu-iotests/127
/qemu/tests/qemu-iotests/127.out
/qemu/tests/qemu-iotests/129
/qemu/tests/qemu-iotests/130
/qemu/tests/qemu-iotests/133
/qemu/tests/qemu-iotests/133.out
/qemu/tests/qemu-iotests/134
/qemu/tests/qemu-iotests/139
/qemu/tests/qemu-iotests/141
/qemu/tests/qemu-iotests/141.out
/qemu/tests/qemu-iotests/142
/qemu/tests/qemu-iotests/142.out
/qemu/tests/qemu-iotests/153
/qemu/tests/qemu-iotests/153.out
/qemu/tests/qemu-iotests/154
/qemu/tests/qemu-iotests/154.out
/qemu/tests/qemu-iotests/155
/qemu/tests/qemu-iotests/156
/qemu/tests/qemu-iotests/156.out
/qemu/tests/qemu-iotests/158
/qemu/tests/qemu-iotests/158.out
/qemu/tests/qemu-iotests/161
/qemu/tests/qemu-iotests/161.out
/qemu/tests/qemu-iotests/175
/qemu/tests/qemu-iotests/176
/qemu/tests/qemu-iotests/176.out
/qemu/tests/qemu-iotests/177
/qemu/tests/qemu-iotests/177.out
/qemu/tests/qemu-iotests/179
/qemu/tests/qemu-iotests/179.out
/qemu/tests/qemu-iotests/189
/qemu/tests/qemu-iotests/189.out
/qemu/tests/qemu-iotests/191
/qemu/tests/qemu-iotests/191.out
/qemu/tests/qemu-iotests/195
/qemu/tests/qemu-iotests/195.out
/qemu/tests/qemu-iotests/198
/qemu/tests/qemu-iotests/198.out
/qemu/tests/qemu-iotests/204
/qemu/tests/qemu-iotests/204.out
/qemu/tests/qemu-iotests/216
/qemu/tests/qemu-iotests/224
/qemu/tests/qemu-iotests/225
/qemu/tests/qemu-iotests/225.out
/qemu/tests/qemu-iotests/228
/qemu/tests/qemu-iotests/243
/qemu/tests/qemu-iotests/245
/qemu/tests/qemu-iotests/249
/qemu/tests/qemu-iotests/249.out
/qemu/tests/qemu-iotests/252
/qemu/tests/qemu-iotests/257
/qemu/tests/qemu-iotests/259.out
/qemu/tests/qemu-iotests/267
/qemu/tests/qemu-iotests/267.out
/qemu/tests/qemu-iotests/270
/qemu/tests/qemu-iotests/270.out
/qemu/tests/qemu-iotests/273
/qemu/tests/qemu-iotests/273.out
/qemu/tests/qemu-iotests/274
/qemu/tests/qemu-iotests/274.out
/qemu/tests/qemu-iotests/279
/qemu/tests/qemu-iotests/279.out
/qemu/tests/qemu-iotests/282
/qemu/tests/qemu-iotests/282.out
/qemu/tests/qemu-iotests/290
/qemu/tests/qemu-iotests/290.out
/qemu/tests/qemu-iotests/301
/qemu/tests/qemu-iotests/301.out
/qemu/tests/qemu-iotests/check
/qemu/tests/qemu-iotests/common.filter
/qemu/tests/qemu-iotests/common.rc
/qemu/tests/qemu-iotests/common.tls
/qemu/tests/qemu-iotests/group
/qemu/tests/qemu-iotests/iotests.py
/qemu/tests/qht-bench.c
/qemu/tests/qtest/Makefile.include
/qemu/tests/qtest/boot-serial-test.c
/qemu/tests/qtest/device-introspect-test.c
/qemu/tests/qtest/fuzz/fuzz.c
/qemu/tests/qtest/fuzz/virtio_scsi_fuzz.c
/qemu/tests/qtest/machine-none-test.c
/qemu/tests/qtest/qmp-cmd-test.c
/qemu/tests/qtest/tpm-util.c
/qemu/tests/tcg/Makefile.qemu
/qemu/tests/tcg/configure.sh
/qemu/tests/tcg/i386/Makefile.target
/qemu/tests/tcg/i386/test-i386-sse-exceptions.c
/qemu/tests/test-char.c
/qemu/tests/vm/Makefile.include
/qemu/tests/vm/aarch64vm.py
/qemu/tests/vm/basevm.py
/qemu/tests/vm/centos-8-aarch64.ks
/qemu/tests/vm/centos.aarch64
/qemu/tests/vm/conf_example_aarch64.yml
/qemu/tests/vm/conf_example_x86.yml
/qemu/tests/vm/fedora
/qemu/tests/vm/freebsd
/qemu/tests/vm/netbsd
/qemu/tests/vm/openbsd
/qemu/tests/vm/ubuntu.aarch64
/qemu/tests/vm/ubuntu.i386
/qemu/tests/vm/ubuntuvm.py
/qemu/ui/cocoa.m
/qemu/ui/console.c
/qemu/ui/gtk.c
/qemu/util/compatfd.c
/qemu/util/coroutine-ucontext.c
/qemu/util/drm.c
/qemu/util/module.c
/qemu/util/oslib-posix.c
/qemu/util/oslib-win32.c
/qemu/util/qemu-error.c
/qemu/util/qemu-openpty.c
795d946d07-Jul-2020 Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>

nbd: Use ERRP_GUARD()

If we want to check error after errp-function call, we need to
introduce local_err and then propagate it to errp. Instead, use
the ERRP_GUARD() macro, benefits are:
1. No need

nbd: Use ERRP_GUARD()

If we want to check error after errp-function call, we need to
introduce local_err and then propagate it to errp. Instead, use
the ERRP_GUARD() macro, benefits are:
1. No need of explicit error_propagate call
2. No need of explicit local_err variable: use errp directly
3. ERRP_GUARD() leaves errp as is if it's not NULL or
&error_fatal, this means that we don't break error_abort
(we'll abort on error_set, not on error_propagate)

If we want to add some info to errp (by error_prepend() or
error_append_hint()), we must use the ERRP_GUARD() macro.
Otherwise, this info will not be added when errp == &error_fatal
(the program will exit prior to the error_append_hint() or
error_prepend() call). Fix several such cases, e.g. in nbd_read().

This commit is generated by command

sed -n '/^Network Block Device (NBD)$/,/^$/{s/^F: //p}' \
MAINTAINERS | \
xargs git ls-files | grep '\.[hc]$' | \
xargs spatch \
--sp-file scripts/coccinelle/errp-guard.cocci \
--macro-file scripts/cocci-macro-file.h \
--in-place --no-show-diff --max-width 80

Reported-by: Kevin Wolf <kwolf@redhat.com>
Reported-by: Greg Kurz <groug@kaod.org>
Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
[Commit message tweaked]
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20200707165037.1026246-8-armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
[ERRP_AUTO_PROPAGATE() renamed to ERRP_GUARD(), and
auto-propagated-errp.cocci to errp-guard.cocci. Commit message
tweaked again.]

show more ...


/qemu/.cirrus.yml
/qemu/.gitignore
/qemu/.mailmap
/qemu/.travis.yml
/qemu/MAINTAINERS
/qemu/Makefile
/qemu/Makefile.objs
/qemu/Makefile.target
/qemu/accel/Makefile.objs
/qemu/accel/kvm/kvm-all.c
/qemu/accel/kvm/trace-events
/qemu/accel/stubs/Makefile.objs
/qemu/accel/stubs/xen-stub.c
/qemu/accel/tcg/cputlb.c
/qemu/accel/tcg/tcg-all.c
/qemu/accel/tcg/translate-all.c
/qemu/accel/xen/Makefile.objs
/qemu/accel/xen/xen-all.c
/qemu/audio/audio_legacy.c
/qemu/audio/jackaudio.c
/qemu/backends/Kconfig
/qemu/backends/Makefile.objs
/qemu/backends/cryptodev-vhost-user.c
/qemu/backends/cryptodev.c
/qemu/backends/hostmem-file.c
/qemu/backends/hostmem-memfd.c
/qemu/backends/hostmem.c
/qemu/backends/rng.c
/qemu/backends/tpm/Kconfig
/qemu/backends/tpm/Makefile.objs
/qemu/backends/tpm/tpm_backend.c
/qemu/backends/tpm/tpm_emulator.c
/qemu/backends/tpm/tpm_int.h
/qemu/backends/tpm/tpm_ioctl.h
/qemu/backends/tpm/tpm_passthrough.c
/qemu/backends/tpm/tpm_util.c
/qemu/backends/tpm/trace-events
/qemu/balloon.c
/qemu/block.c
/qemu/block/Makefile.objs
/qemu/block/amend.c
/qemu/block/blkdebug.c
/qemu/block/blklogwrites.c
/qemu/block/blkverify.c
/qemu/block/block-copy.c
/qemu/block/crypto.c
/qemu/block/crypto.h
/qemu/block/curl.c
/qemu/block/file-posix.c
/qemu/block/file-win32.c
/qemu/block/gluster.c
/qemu/block/io.c
/qemu/block/iscsi.c
/qemu/block/nbd.c
/qemu/block/nfs.c
/qemu/block/nvme.c
/qemu/block/parallels.c
/qemu/block/qcow.c
/qemu/block/qcow2-bitmap.c
/qemu/block/qcow2.c
/qemu/block/qed.c
/qemu/block/qed.h
/qemu/block/quorum.c
/qemu/block/raw-format.c
/qemu/block/rbd.c
/qemu/block/replication.c
/qemu/block/sheepdog.c
/qemu/block/ssh.c
/qemu/block/throttle-groups.c
/qemu/block/throttle.c
/qemu/block/trace-events
/qemu/block/vdi.c
/qemu/block/vhdx.c
/qemu/block/vmdk.c
/qemu/block/vpc.c
/qemu/block/vvfat.c
/qemu/block/vxhs.c
/qemu/blockdev.c
/qemu/bootdevice.c
/qemu/bsd-user/main.c
/qemu/chardev/Makefile.objs
/qemu/chardev/char-socket.c
/qemu/chardev/char.c
/qemu/configure
/qemu/contrib/ivshmem-server/main.c
/qemu/contrib/libvhost-user/libvhost-user.c
/qemu/contrib/libvhost-user/libvhost-user.h
/qemu/contrib/vhost-user-blk/vhost-user-blk.c
/qemu/cpus-common.c
/qemu/cpus.c
/qemu/crypto/Makefile.objs
/qemu/crypto/block-luks.c
/qemu/crypto/block.c
/qemu/crypto/blockpriv.h
/qemu/crypto/init.c
/qemu/crypto/random-none.c
/qemu/crypto/secret.c
/qemu/crypto/secret_common.c
/qemu/crypto/secret_keyring.c
/qemu/crypto/tls-cipher-suites.c
/qemu/crypto/tlscredsanon.c
/qemu/crypto/tlscredspsk.c
/qemu/crypto/tlscredsx509.c
/qemu/crypto/trace-events
/qemu/default-configs/rx-softmmu.mak
/qemu/default-configs/unicore32-softmmu.mak
/qemu/disas.c
/qemu/dma-helpers.c
/qemu/docs/devel/qapi-code-gen.txt
/qemu/docs/devel/testing.rst
/qemu/docs/index.html.in
/qemu/docs/interop/index.rst
/qemu/docs/interop/vhost-user.rst
/qemu/docs/interop/vhost-vdpa.rst
/qemu/docs/nvdimm.txt
/qemu/docs/qdev-device-use.txt
/qemu/docs/specs/fw_cfg.txt
/qemu/docs/specs/tpm.rst
/qemu/docs/system/deprecated.rst
/qemu/docs/system/s390x/vfio-ap.rst
/qemu/docs/system/target-i386-desc.rst.inc
/qemu/docs/system/target-rx.rst
/qemu/docs/system/targets.rst
/qemu/docs/tools/qemu-img.rst
/qemu/docs/tools/virtiofsd.rst
/qemu/docs/xbzrle.txt
/qemu/dtc
/qemu/dump/dump.c
/qemu/exec.c
/qemu/fpu/softfloat.c
/qemu/hmp-commands-info.hx
/qemu/hmp-commands.hx
/qemu/hw/9pfs/9p-local.c
/qemu/hw/9pfs/9p.c
/qemu/hw/Kconfig
/qemu/hw/Makefile.objs
/qemu/hw/acpi/aml-build.c
/qemu/hw/acpi/core.c
/qemu/hw/acpi/cpu_hotplug.c
/qemu/hw/acpi/generic_event_device.c
/qemu/hw/acpi/ich9.c
/qemu/hw/acpi/nvdimm.c
/qemu/hw/acpi/pcihp.c
/qemu/hw/acpi/piix4.c
/qemu/hw/alpha/typhoon.c
/qemu/hw/arm/Kconfig
/qemu/hw/arm/allwinner-a10.c
/qemu/hw/arm/allwinner-h3.c
/qemu/hw/arm/armsse.c
/qemu/hw/arm/armv7m.c
/qemu/hw/arm/aspeed.c
/qemu/hw/arm/aspeed_ast2600.c
/qemu/hw/arm/aspeed_soc.c
/qemu/hw/arm/bcm2835_peripherals.c
/qemu/hw/arm/bcm2836.c
/qemu/hw/arm/cubieboard.c
/qemu/hw/arm/digic.c
/qemu/hw/arm/digic_boards.c
/qemu/hw/arm/exynos4210.c
/qemu/hw/arm/exynos4_boards.c
/qemu/hw/arm/fsl-imx25.c
/qemu/hw/arm/fsl-imx31.c
/qemu/hw/arm/fsl-imx6.c
/qemu/hw/arm/fsl-imx6ul.c
/qemu/hw/arm/fsl-imx7.c
/qemu/hw/arm/highbank.c
/qemu/hw/arm/imx25_pdk.c
/qemu/hw/arm/integratorcp.c
/qemu/hw/arm/kzm.c
/qemu/hw/arm/mcimx6ul-evk.c
/qemu/hw/arm/mcimx7d-sabre.c
/qemu/hw/arm/microbit.c
/qemu/hw/arm/mps2-tz.c
/qemu/hw/arm/mps2.c
/qemu/hw/arm/msf2-soc.c
/qemu/hw/arm/msf2-som.c
/qemu/hw/arm/musca.c
/qemu/hw/arm/musicpal.c
/qemu/hw/arm/netduino2.c
/qemu/hw/arm/netduinoplus2.c
/qemu/hw/arm/nrf51_soc.c
/qemu/hw/arm/nseries.c
/qemu/hw/arm/omap1.c
/qemu/hw/arm/omap2.c
/qemu/hw/arm/orangepi.c
/qemu/hw/arm/pxa2xx.c
/qemu/hw/arm/pxa2xx_gpio.c
/qemu/hw/arm/pxa2xx_pic.c
/qemu/hw/arm/raspi.c
/qemu/hw/arm/realview.c
/qemu/hw/arm/sabrelite.c
/qemu/hw/arm/sbsa-ref.c
/qemu/hw/arm/spitz.c
/qemu/hw/arm/stellaris.c
/qemu/hw/arm/stm32f205_soc.c
/qemu/hw/arm/stm32f405_soc.c
/qemu/hw/arm/strongarm.c
/qemu/hw/arm/versatilepb.c
/qemu/hw/arm/vexpress.c
/qemu/hw/arm/virt-acpi-build.c
/qemu/hw/arm/virt.c
/qemu/hw/arm/xilinx_zynq.c
/qemu/hw/arm/xlnx-versal-virt.c
/qemu/hw/arm/xlnx-versal.c
/qemu/hw/arm/xlnx-zcu102.c
/qemu/hw/arm/xlnx-zynqmp.c
/qemu/hw/arm/z2.c
/qemu/hw/audio/ac97.c
/qemu/hw/audio/adlib.c
/qemu/hw/audio/cs4231a.c
/qemu/hw/audio/es1370.c
/qemu/hw/audio/gus.c
/qemu/hw/audio/gusemu_hal.c
/qemu/hw/audio/gusemu_mixer.c
/qemu/hw/audio/intel-hda.c
/qemu/hw/audio/pcspk.c
/qemu/hw/audio/sb16.c
/qemu/hw/audio/soundhw.c
/qemu/hw/block/block.c
/qemu/hw/block/dataplane/virtio-blk.c
/qemu/hw/block/fdc.c
/qemu/hw/block/nand.c
/qemu/hw/block/nvme.c
/qemu/hw/block/nvme.h
/qemu/hw/block/pflash_cfi01.c
/qemu/hw/block/pflash_cfi02.c
/qemu/hw/block/swim.c
/qemu/hw/block/trace-events
/qemu/hw/block/vhost-user-blk.c
/qemu/hw/block/virtio-blk.c
/qemu/hw/block/xen-block.c
/qemu/hw/char/Kconfig
/qemu/hw/char/Makefile.objs
/qemu/hw/char/exynos4210_uart.c
/qemu/hw/char/ibex_uart.c
/qemu/hw/char/mcf_uart.c
/qemu/hw/char/parallel-isa.c
/qemu/hw/char/parallel.c
/qemu/hw/char/renesas_sci.c
/qemu/hw/char/serial-isa.c
/qemu/hw/char/serial-pci-multi.c
/qemu/hw/char/serial-pci.c
/qemu/hw/char/serial.c
/qemu/hw/char/spapr_vty.c
/qemu/hw/char/virtio-serial-bus.c
/qemu/hw/core/bus.c
/qemu/hw/core/cpu.c
/qemu/hw/core/machine.c
/qemu/hw/core/numa.c
/qemu/hw/core/platform-bus.c
/qemu/hw/core/qdev-properties-system.c
/qemu/hw/core/qdev-properties.c
/qemu/hw/core/qdev.c
/qemu/hw/core/sysbus.c
/qemu/hw/cpu/a15mpcore.c
/qemu/hw/cpu/a9mpcore.c
/qemu/hw/cpu/arm11mpcore.c
/qemu/hw/cpu/core.c
/qemu/hw/cpu/realview_mpcore.c
/qemu/hw/cris/axis_dev88.c
/qemu/hw/display/Makefile.objs
/qemu/hw/display/ads7846.c
/qemu/hw/display/ati.c
/qemu/hw/display/ati_dbg.c
/qemu/hw/display/ati_regs.h
/qemu/hw/display/bcm2835_fb.c
/qemu/hw/display/milkymist-tmu2.c
/qemu/hw/display/sm501.c
/qemu/hw/display/ssd0323.c
/qemu/hw/display/trace-events
/qemu/hw/display/virtio-gpu-base.c
/qemu/hw/display/virtio-gpu-pci.c
/qemu/hw/display/virtio-vga.c
/qemu/hw/display/xlnx_dp.c
/qemu/hw/dma/bcm2835_dma.c
/qemu/hw/dma/i8257.c
/qemu/hw/dma/puv3_dma.c
/qemu/hw/dma/pxa2xx_dma.c
/qemu/hw/dma/rc4030.c
/qemu/hw/dma/sparc32_dma.c
/qemu/hw/dma/xilinx_axidma.c
/qemu/hw/gpio/aspeed_gpio.c
/qemu/hw/gpio/bcm2835_gpio.c
/qemu/hw/gpio/puv3_gpio.c
/qemu/hw/gpio/zaurus.c
/qemu/hw/hppa/dino.c
/qemu/hw/hppa/lasi.c
/qemu/hw/hppa/machine.c
/qemu/hw/hyperv/Kconfig
/qemu/hw/hyperv/Makefile.objs
/qemu/hw/hyperv/hyperv.c
/qemu/hw/hyperv/trace-events
/qemu/hw/hyperv/vmbus.c
/qemu/hw/i2c/core.c
/qemu/hw/i2c/smbus_eeprom.c
/qemu/hw/i2c/versatile_i2c.c
/qemu/hw/i386/Kconfig
/qemu/hw/i386/Makefile.objs
/qemu/hw/i386/acpi-build.c
/qemu/hw/i386/acpi-common.c
/qemu/hw/i386/acpi-common.h
/qemu/hw/i386/amd_iommu.c
/qemu/hw/i386/fw_cfg.c
/qemu/hw/i386/fw_cfg.h
/qemu/hw/i386/intel_iommu.c
/qemu/hw/i386/microvm.c
/qemu/hw/i386/pc.c
/qemu/hw/i386/pc_piix.c
/qemu/hw/i386/pc_q35.c
/qemu/hw/i386/pc_sysfw.c
/qemu/hw/i386/vmmouse.c
/qemu/hw/i386/vmport.c
/qemu/hw/i386/x86.c
/qemu/hw/i386/xen/xen-hvm.c
/qemu/hw/i386/xen/xen_platform.c
/qemu/hw/ide/ahci.c
/qemu/hw/ide/core.c
/qemu/hw/ide/isa.c
/qemu/hw/ide/macio.c
/qemu/hw/ide/microdrive.c
/qemu/hw/ide/pci.c
/qemu/hw/ide/qdev.c
/qemu/hw/input/adb-kbd.c
/qemu/hw/input/adb-mouse.c
/qemu/hw/input/adb.c
/qemu/hw/input/pckbd.c
/qemu/hw/input/trace-events
/qemu/hw/intc/Kconfig
/qemu/hw/intc/Makefile.objs
/qemu/hw/intc/apic_common.c
/qemu/hw/intc/arm_gic_kvm.c
/qemu/hw/intc/arm_gicv3_its_kvm.c
/qemu/hw/intc/arm_gicv3_kvm.c
/qemu/hw/intc/armv7m_nvic.c
/qemu/hw/intc/exynos4210_gic.c
/qemu/hw/intc/i8259_common.c
/qemu/hw/intc/ibex_plic.c
/qemu/hw/intc/ioapic.c
/qemu/hw/intc/loongson_liointc.c
/qemu/hw/intc/nios2_iic.c
/qemu/hw/intc/pnv_xive.c
/qemu/hw/intc/puv3_intc.c
/qemu/hw/intc/realview_gic.c
/qemu/hw/intc/rx_icu.c
/qemu/hw/intc/s390_flic.c
/qemu/hw/intc/spapr_xive.c
/qemu/hw/intc/xics.c
/qemu/hw/intc/xics_kvm.c
/qemu/hw/intc/xive.c
/qemu/hw/isa/apm.c
/qemu/hw/isa/i82378.c
/qemu/hw/isa/isa-bus.c
/qemu/hw/isa/isa-superio.c
/qemu/hw/isa/piix3.c
/qemu/hw/isa/piix4.c
/qemu/hw/isa/trace-events
/qemu/hw/isa/vt82c686.c
/qemu/hw/lm32/lm32.h
/qemu/hw/lm32/milkymist-hw.h
/qemu/hw/m68k/mcf5206.c
/qemu/hw/m68k/mcf5208.c
/qemu/hw/m68k/mcf_intc.c
/qemu/hw/m68k/next-cube.c
/qemu/hw/m68k/q800.c
/qemu/hw/mem/nvdimm.c
/qemu/hw/mem/pc-dimm.c
/qemu/hw/microblaze/petalogix_ml605_mmu.c
/qemu/hw/microblaze/petalogix_s3adsp1800_mmu.c
/qemu/hw/microblaze/xlnx-zynqmp-pmu.c
/qemu/hw/mips/boston.c
/qemu/hw/mips/cps.c
/qemu/hw/mips/fuloong2e.c
/qemu/hw/mips/gt64xxx_pci.c
/qemu/hw/mips/jazz.c
/qemu/hw/mips/malta.c
/qemu/hw/mips/mipssim.c
/qemu/hw/misc/aspeed_sdmc.c
/qemu/hw/misc/auxbus.c
/qemu/hw/misc/bcm2835_mbox.c
/qemu/hw/misc/bcm2835_property.c
/qemu/hw/misc/empty_slot.c
/qemu/hw/misc/imx6ul_ccm.c
/qemu/hw/misc/iotkit-sysctl.c
/qemu/hw/misc/ivshmem.c
/qemu/hw/misc/mac_via.c
/qemu/hw/misc/macio/cuda.c
/qemu/hw/misc/macio/macio.c
/qemu/hw/misc/macio/pmu.c
/qemu/hw/misc/max111x.c
/qemu/hw/misc/pca9552.c
/qemu/hw/misc/puv3_pm.c
/qemu/hw/misc/tmp105.c
/qemu/hw/misc/tmp421.c
/qemu/hw/misc/trace-events
/qemu/hw/net/Makefile.objs
/qemu/hw/net/cadence_gem.c
/qemu/hw/net/e1000e_core.c
/qemu/hw/net/etraxfs_eth.c
/qemu/hw/net/fsl_etsec/etsec.c
/qemu/hw/net/ftgmac100.c
/qemu/hw/net/imx_fec.c
/qemu/hw/net/lan9118.c
/qemu/hw/net/lasi_i82596.c
/qemu/hw/net/ne2000-isa.c
/qemu/hw/net/smc91c111.c
/qemu/hw/net/spapr_llan.c
/qemu/hw/net/trace-events
/qemu/hw/net/tulip.c
/qemu/hw/net/tulip.h
/qemu/hw/net/vhost_net-stub.c
/qemu/hw/net/vhost_net.c
/qemu/hw/net/virtio-net.c
/qemu/hw/net/xilinx_axienet.c
/qemu/hw/nios2/10m50_devboard.c
/qemu/hw/nvram/fw_cfg.c
/qemu/hw/openrisc/openrisc_sim.c
/qemu/hw/pci-bridge/dec.c
/qemu/hw/pci-bridge/pci_expander_bridge.c
/qemu/hw/pci-host/bonito.c
/qemu/hw/pci-host/designware.c
/qemu/hw/pci-host/gpex.c
/qemu/hw/pci-host/i440fx.c
/qemu/hw/pci-host/pam.c
/qemu/hw/pci-host/pnv_phb3.c
/qemu/hw/pci-host/pnv_phb4.c
/qemu/hw/pci-host/pnv_phb4_pec.c
/qemu/hw/pci-host/prep.c
/qemu/hw/pci-host/q35.c
/qemu/hw/pci-host/sabre.c
/qemu/hw/pci-host/versatile.c
/qemu/hw/pci-host/xilinx-pcie.c
/qemu/hw/pci/msix.c
/qemu/hw/pci/pci.c
/qemu/hw/pci/pci_bridge.c
/qemu/hw/pci/pcie.c
/qemu/hw/pci/shpc.c
/qemu/hw/pcmcia/pxa2xx.c
/qemu/hw/ppc/e500.c
/qemu/hw/ppc/mac_newworld.c
/qemu/hw/ppc/mac_oldworld.c
/qemu/hw/ppc/pnv.c
/qemu/hw/ppc/pnv_bmc.c
/qemu/hw/ppc/pnv_core.c
/qemu/hw/ppc/pnv_psi.c
/qemu/hw/ppc/ppc440_uc.c
/qemu/hw/ppc/prep.c
/qemu/hw/ppc/rs6000_mc.c
/qemu/hw/ppc/sam460ex.c
/qemu/hw/ppc/spapr.c
/qemu/hw/ppc/spapr_caps.c
/qemu/hw/ppc/spapr_cpu_core.c
/qemu/hw/ppc/spapr_drc.c
/qemu/hw/ppc/spapr_hcall.c
/qemu/hw/ppc/spapr_iommu.c
/qemu/hw/ppc/spapr_irq.c
/qemu/hw/ppc/spapr_pci.c
/qemu/hw/ppc/spapr_pci_nvlink2.c
/qemu/hw/ppc/spapr_vio.c
/qemu/hw/ppc/virtex_ml507.c
/qemu/hw/riscv/Kconfig
/qemu/hw/riscv/opentitan.c
/qemu/hw/riscv/riscv_hart.c
/qemu/hw/riscv/sifive_clint.c
/qemu/hw/riscv/sifive_e.c
/qemu/hw/riscv/sifive_e_prci.c
/qemu/hw/riscv/sifive_gpio.c
/qemu/hw/riscv/sifive_plic.c
/qemu/hw/riscv/sifive_test.c
/qemu/hw/riscv/sifive_u.c
/qemu/hw/riscv/spike.c
/qemu/hw/riscv/virt.c
/qemu/hw/rtc/m48t59-isa.c
/qemu/hw/rtc/m48t59.c
/qemu/hw/rtc/mc146818rtc.c
/qemu/hw/rtc/sun4v-rtc.c
/qemu/hw/rx/Kconfig
/qemu/hw/rx/Makefile.objs
/qemu/hw/rx/rx-gdbsim.c
/qemu/hw/rx/rx62n.c
/qemu/hw/s390x/ap-bridge.c
/qemu/hw/s390x/css-bridge.c
/qemu/hw/s390x/css.c
/qemu/hw/s390x/event-facility.c
/qemu/hw/s390x/ipl.c
/qemu/hw/s390x/s390-ccw.c
/qemu/hw/s390x/s390-pci-bus.c
/qemu/hw/s390x/s390-skeys.c
/qemu/hw/s390x/s390-stattrib.c
/qemu/hw/s390x/s390-virtio-ccw.c
/qemu/hw/s390x/sclp.c
/qemu/hw/s390x/tod.c
/qemu/hw/s390x/vhost-vsock-ccw.c
/qemu/hw/s390x/virtio-ccw-9p.c
/qemu/hw/s390x/virtio-ccw-balloon.c
/qemu/hw/s390x/virtio-ccw-blk.c
/qemu/hw/s390x/virtio-ccw-crypto.c
/qemu/hw/s390x/virtio-ccw-gpu.c
/qemu/hw/s390x/virtio-ccw-input.c
/qemu/hw/s390x/virtio-ccw-net.c
/qemu/hw/s390x/virtio-ccw-rng.c
/qemu/hw/s390x/virtio-ccw-scsi.c
/qemu/hw/s390x/virtio-ccw-serial.c
/qemu/hw/s390x/virtio-ccw.c
/qemu/hw/scsi/megasas.c
/qemu/hw/scsi/scsi-bus.c
/qemu/hw/scsi/scsi-disk.c
/qemu/hw/scsi/spapr_vscsi.c
/qemu/hw/scsi/vhost-scsi.c
/qemu/hw/scsi/vhost-user-scsi.c
/qemu/hw/scsi/virtio-scsi.c
/qemu/hw/scsi/vmw_pvscsi.c
/qemu/hw/sd/aspeed_sdhci.c
/qemu/hw/sd/milkymist-memcard.c
/qemu/hw/sd/pxa2xx_mmci.c
/qemu/hw/sd/sd.c
/qemu/hw/sd/sdhci-internal.h
/qemu/hw/sd/sdhci-pci.c
/qemu/hw/sd/sdhci.c
/qemu/hw/sd/ssi-sd.c
/qemu/hw/semihosting/console.c
/qemu/hw/sh4/r2d.c
/qemu/hw/sh4/sh7750.c
/qemu/hw/smbios/smbios.c
/qemu/hw/sparc/leon3.c
/qemu/hw/sparc/sun4m.c
/qemu/hw/sparc64/sun4u.c
/qemu/hw/ssi/aspeed_smc.c
/qemu/hw/ssi/imx_spi.c
/qemu/hw/ssi/mss-spi.c
/qemu/hw/ssi/ssi.c
/qemu/hw/ssi/xilinx_spi.c
/qemu/hw/ssi/xilinx_spips.c
/qemu/hw/timer/Kconfig
/qemu/hw/timer/Makefile.objs
/qemu/hw/timer/puv3_ost.c
/qemu/hw/timer/renesas_cmt.c
/qemu/hw/timer/renesas_tmr.c
/qemu/hw/timer/sh_timer.c
/qemu/hw/tpm/Kconfig
/qemu/hw/tpm/Makefile.objs
/qemu/hw/tpm/tpm_crb.c
/qemu/hw/tpm/tpm_ppi.c
/qemu/hw/tpm/tpm_ppi.h
/qemu/hw/tpm/tpm_prop.h
/qemu/hw/tpm/tpm_spapr.c
/qemu/hw/tpm/tpm_tis.h
/qemu/hw/tpm/tpm_tis_common.c
/qemu/hw/tpm/tpm_tis_isa.c
/qemu/hw/tpm/tpm_tis_sysbus.c
/qemu/hw/tpm/trace-events
/qemu/hw/unicore32/puv3.c
/qemu/hw/usb/Makefile.objs
/qemu/hw/usb/bus.c
/qemu/hw/usb/dev-mtp.c
/qemu/hw/usb/dev-serial.c
/qemu/hw/usb/dev-smartcard-reader.c
/qemu/hw/usb/dev-storage.c
/qemu/hw/usb/hcd-dwc2.c
/qemu/hw/usb/hcd-musb.c
/qemu/hw/usb/hcd-xhci.h
/qemu/hw/usb/host-libusb.c
/qemu/hw/usb/trace-events
/qemu/hw/usb/tusb6010.c
/qemu/hw/vfio/ap.c
/qemu/hw/vfio/ccw.c
/qemu/hw/vfio/common.c
/qemu/hw/vfio/pci-quirks.c
/qemu/hw/vfio/pci.c
/qemu/hw/virtio/Kconfig
/qemu/hw/virtio/Makefile.objs
/qemu/hw/virtio/trace-events
/qemu/hw/virtio/vhost-backend.c
/qemu/hw/virtio/vhost-scsi-pci.c
/qemu/hw/virtio/vhost-user-blk-pci.c
/qemu/hw/virtio/vhost-user-fs-pci.c
/qemu/hw/virtio/vhost-user-scsi-pci.c
/qemu/hw/virtio/vhost-user-vsock-pci.c
/qemu/hw/virtio/vhost-user-vsock.c
/qemu/hw/virtio/vhost-user.c
/qemu/hw/virtio/vhost-vdpa.c
/qemu/hw/virtio/vhost-vsock-common.c
/qemu/hw/virtio/vhost-vsock-pci.c
/qemu/hw/virtio/vhost-vsock.c
/qemu/hw/virtio/vhost.c
/qemu/hw/virtio/virtio-9p-pci.c
/qemu/hw/virtio/virtio-balloon-pci.c
/qemu/hw/virtio/virtio-balloon.c
/qemu/hw/virtio/virtio-blk-pci.c
/qemu/hw/virtio/virtio-crypto-pci.c
/qemu/hw/virtio/virtio-input-pci.c
/qemu/hw/virtio/virtio-iommu-pci.c
/qemu/hw/virtio/virtio-iommu.c
/qemu/hw/virtio/virtio-mem-pci.c
/qemu/hw/virtio/virtio-mem-pci.h
/qemu/hw/virtio/virtio-mem.c
/qemu/hw/virtio/virtio-net-pci.c
/qemu/hw/virtio/virtio-pci.c
/qemu/hw/virtio/virtio-pmem-pci.c
/qemu/hw/virtio/virtio-rng-pci.c
/qemu/hw/virtio/virtio-rng.c
/qemu/hw/virtio/virtio-scsi-pci.c
/qemu/hw/virtio/virtio-serial-pci.c
/qemu/hw/virtio/virtio.c
/qemu/hw/watchdog/cmsdk-apb-watchdog.c
/qemu/hw/watchdog/trace-events
/qemu/hw/xen/Makefile.objs
/qemu/hw/xen/xen-bus.c
/qemu/hw/xen/xen-legacy-backend.c
/qemu/hw/xen/xen_pt.c
/qemu/hw/xen/xen_pt.h
/qemu/hw/xen/xen_pt_config_init.c
/qemu/hw/xen/xen_pt_stub.c
/qemu/hw/xtensa/virt.c
/qemu/hw/xtensa/xtfpga.c
/qemu/include/block/block.h
/qemu/include/block/block_int.h
/qemu/include/block/nbd.h
/qemu/include/block/nvme.h
/qemu/include/crypto/block.h
/qemu/include/crypto/secret.h
/qemu/include/crypto/secret_common.h
/qemu/include/crypto/secret_keyring.h
/qemu/include/crypto/tls-cipher-suites.h
/qemu/include/exec/cpu-all.h
/qemu/include/exec/cpu-common.h
/qemu/include/exec/cpu-defs.h
/qemu/include/exec/exec-all.h
/qemu/include/exec/memory.h
/qemu/include/exec/ram_addr.h
/qemu/include/exec/user/thunk.h
/qemu/include/fpu/softfloat.h
/qemu/include/hw/acpi/acpi-defs.h
/qemu/include/hw/acpi/aml-build.h
/qemu/include/hw/acpi/generic_event_device.h
/qemu/include/hw/arm/aspeed.h
/qemu/include/hw/arm/aspeed_soc.h
/qemu/include/hw/arm/fsl-imx6ul.h
/qemu/include/hw/arm/pxa.h
/qemu/include/hw/arm/sharpsl.h
/qemu/include/hw/arm/virt.h
/qemu/include/hw/audio/pcspk.h
/qemu/include/hw/audio/soundhw.h
/qemu/include/hw/block/block.h
/qemu/include/hw/block/fdc.h
/qemu/include/hw/boards.h
/qemu/include/hw/char/cadence_uart.h
/qemu/include/hw/char/cmsdk-apb-uart.h
/qemu/include/hw/char/ibex_uart.h
/qemu/include/hw/char/pl011.h
/qemu/include/hw/char/renesas_sci.h
/qemu/include/hw/char/xilinx_uartlite.h
/qemu/include/hw/core/cpu.h
/qemu/include/hw/cris/etraxfs.h
/qemu/include/hw/display/edid.h
/qemu/include/hw/elf_ops.h
/qemu/include/hw/hyperv/hyperv.h
/qemu/include/hw/hyperv/vmbus-bridge.h
/qemu/include/hw/hyperv/vmbus-proto.h
/qemu/include/hw/hyperv/vmbus.h
/qemu/include/hw/i2c/arm_sbcon_i2c.h
/qemu/include/hw/i2c/i2c.h
/qemu/include/hw/i386/microvm.h
/qemu/include/hw/i386/pc.h
/qemu/include/hw/i386/vmport.h
/qemu/include/hw/i386/x86.h
/qemu/include/hw/ide/internal.h
/qemu/include/hw/input/adb.h
/qemu/include/hw/intc/ibex_plic.h
/qemu/include/hw/intc/rx_icu.h
/qemu/include/hw/isa/isa.h
/qemu/include/hw/mem/nvdimm.h
/qemu/include/hw/misc/auxbus.h
/qemu/include/hw/misc/mac_via.h
/qemu/include/hw/misc/macio/cuda.h
/qemu/include/hw/misc/macio/pmu.h
/qemu/include/hw/misc/max111x.h
/qemu/include/hw/misc/pca9552.h
/qemu/include/hw/misc/unimp.h
/qemu/include/hw/net/cadence_gem.h
/qemu/include/hw/net/imx_fec.h
/qemu/include/hw/net/ne2000-isa.h
/qemu/include/hw/nvram/fw_cfg.h
/qemu/include/hw/pci/pci.h
/qemu/include/hw/ppc/pnv_psi.h
/qemu/include/hw/ppc/xive_regs.h
/qemu/include/hw/qdev-core.h
/qemu/include/hw/qdev-properties.h
/qemu/include/hw/riscv/opentitan.h
/qemu/include/hw/riscv/sifive_e.h
/qemu/include/hw/riscv/sifive_gpio.h
/qemu/include/hw/riscv/sifive_u.h
/qemu/include/hw/rx/rx62n.h
/qemu/include/hw/s390x/css.h
/qemu/include/hw/s390x/s390-ccw.h
/qemu/include/hw/sd/sdhci.h
/qemu/include/hw/sh4/sh.h
/qemu/include/hw/ssi/ssi.h
/qemu/include/hw/sysbus.h
/qemu/include/hw/timer/cmsdk-apb-timer.h
/qemu/include/hw/timer/i8254.h
/qemu/include/hw/timer/renesas_cmt.h
/qemu/include/hw/timer/renesas_tmr.h
/qemu/include/hw/timer/tmu012.h
/qemu/include/hw/usb.h
/qemu/include/hw/usb/hcd-musb.h
/qemu/include/hw/vfio/vfio-common.h
/qemu/include/hw/virtio/vhost-backend.h
/qemu/include/hw/virtio/vhost-user-vsock.h
/qemu/include/hw/virtio/vhost-user.h
/qemu/include/hw/virtio/vhost-vdpa.h
/qemu/include/hw/virtio/vhost-vsock-common.h
/qemu/include/hw/virtio/vhost-vsock.h
/qemu/include/hw/virtio/vhost.h
/qemu/include/hw/virtio/virtio-balloon.h
/qemu/include/hw/virtio/virtio-blk.h
/qemu/include/hw/virtio/virtio-bus.h
/qemu/include/hw/virtio/virtio-iommu.h
/qemu/include/hw/virtio/virtio-mem.h
/qemu/include/hw/virtio/virtio-net.h
/qemu/include/hw/xen/xen.h
/qemu/include/io/task.h
/qemu/include/migration/colo.h
/qemu/include/migration/misc.h
/qemu/include/migration/vmstate.h
/qemu/include/net/net.h
/qemu/include/net/vhost-vdpa.h
/qemu/include/net/vhost_net.h
/qemu/include/qapi/clone-visitor.h
/qemu/include/qapi/error.h
/qemu/include/qapi/visitor-impl.h
/qemu/include/qapi/visitor.h
/qemu/include/qemu/coroutine_int.h
/qemu/include/qemu/host-utils.h
/qemu/include/qemu/module.h
/qemu/include/qemu/option.h
/qemu/include/qemu/osdep.h
/qemu/include/qemu/qemu-plugin.h
/qemu/include/qemu/thread.h
/qemu/include/qemu/tsan.h
/qemu/include/qemu/typedefs.h
/qemu/include/qom/object.h
/qemu/include/qom/object_interfaces.h
/qemu/include/qom/qom-qobject.h
/qemu/include/standard-headers/asm-x86/kvm_para.h
/qemu/include/standard-headers/drm/drm_fourcc.h
/qemu/include/standard-headers/linux/ethtool.h
/qemu/include/standard-headers/linux/virtio_ids.h
/qemu/include/standard-headers/linux/virtio_mem.h
/qemu/include/standard-headers/linux/virtio_ring.h
/qemu/include/sysemu/accel.h
/qemu/include/sysemu/balloon.h
/qemu/include/sysemu/blockdev.h
/qemu/include/sysemu/hvf.h
/qemu/include/sysemu/kvm.h
/qemu/include/sysemu/sysemu.h
/qemu/include/sysemu/tcg.h
/qemu/include/sysemu/tpm.h
/qemu/include/sysemu/tpm_util.h
/qemu/include/sysemu/xen.h
/qemu/include/tcg/tcg.h
/qemu/io/task.c
/qemu/iothread.c
/qemu/linux-headers/asm-arm64/mman.h
/qemu/linux-headers/asm-generic/unistd.h
/qemu/linux-headers/asm-mips/unistd_n32.h
/qemu/linux-headers/asm-mips/unistd_n64.h
/qemu/linux-headers/asm-mips/unistd_o32.h
/qemu/linux-headers/asm-powerpc/unistd_32.h
/qemu/linux-headers/asm-powerpc/unistd_64.h
/qemu/linux-headers/asm-s390/unistd_32.h
/qemu/linux-headers/asm-s390/unistd_64.h
/qemu/linux-headers/asm-x86/kvm.h
/qemu/linux-headers/asm-x86/unistd.h
/qemu/linux-headers/asm-x86/unistd_32.h
/qemu/linux-headers/asm-x86/unistd_64.h
/qemu/linux-headers/asm-x86/unistd_x32.h
/qemu/linux-headers/linux/kvm.h
/qemu/linux-headers/linux/psp-sev.h
/qemu/linux-headers/linux/vfio.h
/qemu/linux-headers/linux/vfio_ccw.h
/qemu/linux-headers/linux/vhost.h
/qemu/linux-user/elfload.c
/qemu/linux-user/ioctls.h
/qemu/linux-user/mmap.c
/qemu/linux-user/qemu.h
/qemu/linux-user/sparc/cpu_loop.c
/qemu/linux-user/strace.c
/qemu/linux-user/strace.list
/qemu/linux-user/syscall.c
/qemu/linux-user/syscall_defs.h
/qemu/linux-user/syscall_types.h
/qemu/memory.c
/qemu/migration/migration.c
/qemu/migration/multifd.c
/qemu/migration/postcopy-ram.c
/qemu/migration/qemu-file.c
/qemu/migration/ram.c
/qemu/migration/rdma.c
/qemu/migration/savevm.c
/qemu/monitor/hmp-cmds.c
/qemu/monitor/misc.c
/qemu/monitor/monitor.c
client.c
server.c
/qemu/net/Makefile.objs
/qemu/net/clients.h
/qemu/net/colo-compare.c
/qemu/net/colo.c
/qemu/net/colo.h
/qemu/net/dump.c
/qemu/net/filter-buffer.c
/qemu/net/filter.c
/qemu/net/net.c
/qemu/net/tap-solaris.c
/qemu/net/tap.c
/qemu/net/trace-events
/qemu/net/vhost-vdpa.c
/qemu/pc-bios/bios-256k.bin
/qemu/pc-bios/bios.bin
/qemu/pc-bios/s390-ccw.img
/qemu/pc-bios/s390-ccw/Makefile
/qemu/pc-bios/s390-ccw/bootmap.c
/qemu/pc-bios/s390-ccw/cio.c
/qemu/pc-bios/s390-ccw/cio.h
/qemu/pc-bios/s390-ccw/helper.h
/qemu/pc-bios/s390-ccw/jump2ipl.c
/qemu/pc-bios/s390-ccw/main.c
/qemu/pc-bios/s390-ccw/menu.c
/qemu/pc-bios/s390-ccw/netboot.mak
/qemu/pc-bios/s390-ccw/netmain.c
/qemu/pc-bios/s390-ccw/s390-arch.h
/qemu/pc-bios/s390-ccw/s390-ccw.h
/qemu/pc-bios/s390-ccw/s390-time.h
/qemu/pc-bios/s390-ccw/start.S
/qemu/pc-bios/s390-ccw/virtio-net.c
/qemu/pc-bios/s390-ccw/virtio-scsi.c
/qemu/pc-bios/s390-ccw/virtio.c
/qemu/pc-bios/s390-netboot.img
/qemu/pc-bios/vgabios-ati.bin
/qemu/pc-bios/vgabios-bochs-display.bin
/qemu/pc-bios/vgabios-cirrus.bin
/qemu/pc-bios/vgabios-qxl.bin
/qemu/pc-bios/vgabios-ramfb.bin
/qemu/pc-bios/vgabios-stdvga.bin
/qemu/pc-bios/vgabios-virtio.bin
/qemu/pc-bios/vgabios-vmware.bin
/qemu/pc-bios/vgabios.bin
/qemu/po/sv.po
/qemu/qapi/block-core.json
/qemu/qapi/crypto.json
/qemu/qapi/job.json
/qemu/qapi/misc.json
/qemu/qapi/net.json
/qemu/qapi/opts-visitor.c
/qemu/qapi/qapi-clone-visitor.c
/qemu/qapi/qapi-dealloc-visitor.c
/qemu/qapi/qapi-visit-core.c
/qemu/qapi/qobject-input-visitor.c
/qemu/qapi/qobject-output-visitor.c
/qemu/qapi/string-input-visitor.c
/qemu/qapi/string-output-visitor.c
/qemu/qdev-monitor.c
/qemu/qemu-img-cmds.hx
/qemu/qemu-img.c
/qemu/qemu-options.hx
/qemu/qemu-storage-daemon.c
/qemu/qga/commands-posix.c
/qemu/qga/commands-win32.c
/qemu/qom/container.c
/qemu/qom/object.c
/qemu/qom/object_interfaces.c
/qemu/qom/qom-hmp-cmds.c
/qemu/qom/qom-qmp-cmds.c
/qemu/qom/qom-qobject.c
/qemu/replay/replay-internal.c
/qemu/replay/replay.c
/qemu/roms/config.seabios-128k
/qemu/roms/seabios
/qemu/scripts/checkpatch.pl
/qemu/scripts/clean-includes
/qemu/scripts/coccinelle/errp-guard.cocci
/qemu/scripts/coverity-scan/coverity-scan.docker
/qemu/scripts/coverity-scan/run-coverity-scan
/qemu/scripts/decodetree.py
/qemu/scripts/minikconf.py
/qemu/scripts/oss-fuzz/build.sh
/qemu/scripts/performance/topN_callgrind.py
/qemu/scripts/performance/topN_perf.py
/qemu/scripts/qapi/commands.py
/qemu/scripts/qapi/visit.py
/qemu/scripts/tracetool.py
/qemu/scripts/tracetool/__init__.py
/qemu/scripts/tracetool/backend/__init__.py
/qemu/scripts/tracetool/backend/dtrace.py
/qemu/scripts/tracetool/backend/log.py
/qemu/scripts/tracetool/backend/simple.py
/qemu/scripts/tracetool/backend/ust.py
/qemu/scripts/tracetool/format/__init__.py
/qemu/scripts/tracetool/format/c.py
/qemu/scripts/tracetool/format/d.py
/qemu/scripts/tracetool/format/h.py
/qemu/scripts/tracetool/format/stap.py
/qemu/scripts/tracetool/format/tcg_h.py
/qemu/scripts/tracetool/format/tcg_helper_c.py
/qemu/scripts/tracetool/format/tcg_helper_h.py
/qemu/scripts/tracetool/format/tcg_helper_wrapper_h.py
/qemu/scripts/tracetool/transform.py
/qemu/scripts/tracetool/vcpu.py
/qemu/softmmu/vl.c
/qemu/stubs/Makefile.objs
/qemu/stubs/cmos.c
/qemu/stubs/isa-bus.c
/qemu/stubs/pci-bus.c
/qemu/stubs/qmp_memory_device.c
/qemu/target/arm/Makefile.objs
/qemu/target/arm/cpu.c
/qemu/target/arm/cpu.h
/qemu/target/arm/cpu64.c
/qemu/target/arm/helper-a64.c
/qemu/target/arm/helper-a64.h
/qemu/target/arm/helper-sve.h
/qemu/target/arm/helper.c
/qemu/target/arm/helper.h
/qemu/target/arm/internals.h
/qemu/target/arm/kvm.c
/qemu/target/arm/kvm32.c
/qemu/target/arm/kvm64.c
/qemu/target/arm/kvm_arm.h
/qemu/target/arm/m_helper.c
/qemu/target/arm/monitor.c
/qemu/target/arm/mte_helper.c
/qemu/target/arm/neon-dp.decode
/qemu/target/arm/op_helper.c
/qemu/target/arm/sve_helper.c
/qemu/target/arm/t32.decode
/qemu/target/arm/tlb_helper.c
/qemu/target/arm/translate-a64.c
/qemu/target/arm/translate-a64.h
/qemu/target/arm/translate-neon.inc.c
/qemu/target/arm/translate-sve.c
/qemu/target/arm/translate-vfp.inc.c
/qemu/target/arm/translate.c
/qemu/target/arm/translate.h
/qemu/target/i386/cpu.c
/qemu/target/i386/cpu.h
/qemu/target/i386/fpu_helper.c
/qemu/target/i386/hax-all.c
/qemu/target/i386/hax-i386.h
/qemu/target/i386/hvf/hvf-i386.h
/qemu/target/i386/hvf/hvf.c
/qemu/target/i386/hvf/x86.c
/qemu/target/i386/hvf/x86.h
/qemu/target/i386/hvf/x86_decode.c
/qemu/target/i386/hvf/x86_emu.c
/qemu/target/i386/hvf/x86_flags.c
/qemu/target/i386/hvf/x86_task.c
/qemu/target/i386/hvf/x86hvf.c
/qemu/target/i386/kvm.c
/qemu/target/i386/misc_helper.c
/qemu/target/i386/ops_sse.h
/qemu/target/i386/sev.c
/qemu/target/i386/sev_i386.h
/qemu/target/m68k/helper.c
/qemu/target/m68k/softfloat.c
/qemu/target/m68k/softfloat.h
/qemu/target/mips/Makefile.objs
/qemu/target/mips/cpu.h
/qemu/target/mips/fpu_helper.c
/qemu/target/mips/helper.h
/qemu/target/mips/internal.h
/qemu/target/mips/kvm.c
/qemu/target/mips/kvm_mips.h
/qemu/target/mips/lmmi_helper.c
/qemu/target/mips/mips-defs.h
/qemu/target/mips/msa_helper.c
/qemu/target/mips/translate.c
/qemu/target/mips/translate_init.inc.c
/qemu/target/ppc/compat.c
/qemu/target/ppc/cpu.h
/qemu/target/ppc/kvm_ppc.h
/qemu/target/ppc/translate_init.inc.c
/qemu/target/riscv/Makefile.objs
/qemu/target/riscv/cpu.c
/qemu/target/riscv/cpu.h
/qemu/target/riscv/cpu_bits.h
/qemu/target/riscv/cpu_helper.c
/qemu/target/riscv/csr.c
/qemu/target/riscv/fpu_helper.c
/qemu/target/riscv/helper.h
/qemu/target/riscv/insn32-64.decode
/qemu/target/riscv/insn32.decode
/qemu/target/riscv/insn_trans/trans_privileged.inc.c
/qemu/target/riscv/insn_trans/trans_rvf.inc.c
/qemu/target/riscv/insn_trans/trans_rvh.inc.c
/qemu/target/riscv/insn_trans/trans_rvv.inc.c
/qemu/target/riscv/internals.h
/qemu/target/riscv/op_helper.c
/qemu/target/riscv/pmp.c
/qemu/target/riscv/translate.c
/qemu/target/riscv/vector_helper.c
/qemu/target/s390x/cpu_models.c
/qemu/target/s390x/insn-data.def
/qemu/target/s390x/ioinst.c
/qemu/target/sparc/cpu.c
/qemu/target/sparc/translate.c
/qemu/target/unicore32/helper.c
/qemu/target/xtensa/cpu.h
/qemu/target/xtensa/overlay_tool.h
/qemu/target/xtensa/translate.c
/qemu/tcg/ppc/tcg-target.inc.c
/qemu/tcg/tcg-op.c
/qemu/tcg/tcg.c
/qemu/tests/Makefile.include
/qemu/tests/acceptance/boot_linux_console.py
/qemu/tests/acceptance/machine_rx_gdbsim.py
/qemu/tests/acceptance/machine_sparc64_sun4u.py
/qemu/tests/acceptance/replay_kernel.py
/qemu/tests/check-block-qdict.c
/qemu/tests/check-block.sh
/qemu/tests/check-qobject.c
/qemu/tests/check-qom-proplist.c
/qemu/tests/data/acpi/disassemle-aml.sh
/qemu/tests/data/acpi/pc/DSDT
/qemu/tests/data/acpi/pc/DSDT.acpihmat
/qemu/tests/data/acpi/pc/DSDT.bridge
/qemu/tests/data/acpi/pc/DSDT.cphp
/qemu/tests/data/acpi/pc/DSDT.dimmpxm
/qemu/tests/data/acpi/pc/DSDT.ipmikcs
/qemu/tests/data/acpi/pc/DSDT.memhp
/qemu/tests/data/acpi/pc/DSDT.numamem
/qemu/tests/data/acpi/pc/SRAT.dimmpxm
/qemu/tests/data/acpi/q35/DSDT
/qemu/tests/data/acpi/q35/DSDT.acpihmat
/qemu/tests/data/acpi/q35/DSDT.bridge
/qemu/tests/data/acpi/q35/DSDT.cphp
/qemu/tests/data/acpi/q35/DSDT.dimmpxm
/qemu/tests/data/acpi/q35/DSDT.ipmibt
/qemu/tests/data/acpi/q35/DSDT.memhp
/qemu/tests/data/acpi/q35/DSDT.mmio64
/qemu/tests/data/acpi/q35/DSDT.numamem
/qemu/tests/data/acpi/q35/DSDT.tis
/qemu/tests/data/acpi/q35/SRAT.dimmpxm
/qemu/tests/data/acpi/q35/TPM2.tis
/qemu/tests/data/acpi/rebuild-expected-aml.sh
/qemu/tests/data/acpi/virt/DSDT
/qemu/tests/data/acpi/virt/DSDT.memhp
/qemu/tests/data/acpi/virt/DSDT.numamem
/qemu/tests/data/acpi/virt/SRAT.memhp
/qemu/tests/decode/err_pattern_group_nest1.decode
/qemu/tests/decode/err_pattern_group_nest2.decode
/qemu/tests/decode/err_pattern_group_nest3.decode
/qemu/tests/decode/succ_pattern_group_nest2.decode
/qemu/tests/decode/succ_pattern_group_nest3.decode
/qemu/tests/decode/succ_pattern_group_nest4.decode
/qemu/tests/docker/Makefile.include
/qemu/tests/docker/docker.py
/qemu/tests/docker/dockerfiles/centos7.docker
/qemu/tests/docker/dockerfiles/centos8.docker
/qemu/tests/docker/dockerfiles/debian-xtensa-cross.docker
/qemu/tests/docker/dockerfiles/debian10.docker
/qemu/tests/docker/dockerfiles/debian9.docker
/qemu/tests/docker/dockerfiles/fedora.docker
/qemu/tests/docker/dockerfiles/ubuntu.docker
/qemu/tests/docker/dockerfiles/ubuntu1804.docker
/qemu/tests/docker/dockerfiles/ubuntu2004.docker
/qemu/tests/docker/test-tsan
/qemu/tests/migration/stress.c
/qemu/tests/plugin/Makefile
/qemu/tests/plugin/lockstep.c
/qemu/tests/plugin/mem.c
/qemu/tests/qemu-iotests/031.out
/qemu/tests/qemu-iotests/036.out
/qemu/tests/qemu-iotests/041
/qemu/tests/qemu-iotests/049.out
/qemu/tests/qemu-iotests/051.pc.out
/qemu/tests/qemu-iotests/061.out
/qemu/tests/qemu-iotests/082.out
/qemu/tests/qemu-iotests/085.out
/qemu/tests/qemu-iotests/087
/qemu/tests/qemu-iotests/087.out
/qemu/tests/qemu-iotests/112.out
/qemu/tests/qemu-iotests/118
/qemu/tests/qemu-iotests/125
/qemu/tests/qemu-iotests/125.out
/qemu/tests/qemu-iotests/134.out
/qemu/tests/qemu-iotests/141
/qemu/tests/qemu-iotests/144.out
/qemu/tests/qemu-iotests/146
/qemu/tests/qemu-iotests/146.out
/qemu/tests/qemu-iotests/153
/qemu/tests/qemu-iotests/158.out
/qemu/tests/qemu-iotests/172
/qemu/tests/qemu-iotests/172.out
/qemu/tests/qemu-iotests/178
/qemu/tests/qemu-iotests/182.out
/qemu/tests/qemu-iotests/185.out
/qemu/tests/qemu-iotests/188
/qemu/tests/qemu-iotests/188.out
/qemu/tests/qemu-iotests/189
/qemu/tests/qemu-iotests/189.out
/qemu/tests/qemu-iotests/190
/qemu/tests/qemu-iotests/198
/qemu/tests/qemu-iotests/198.out
/qemu/tests/qemu-iotests/206
/qemu/tests/qemu-iotests/229
/qemu/tests/qemu-iotests/255.out
/qemu/tests/qemu-iotests/263
/qemu/tests/qemu-iotests/263.out
/qemu/tests/qemu-iotests/274.out
/qemu/tests/qemu-iotests/280.out
/qemu/tests/qemu-iotests/284
/qemu/tests/qemu-iotests/284.out
/qemu/tests/qemu-iotests/291
/qemu/tests/qemu-iotests/291.out
/qemu/tests/qemu-iotests/292
/qemu/tests/qemu-iotests/293
/qemu/tests/qemu-iotests/293.out
/qemu/tests/qemu-iotests/294
/qemu/tests/qemu-iotests/294.out
/qemu/tests/qemu-iotests/295
/qemu/tests/qemu-iotests/295.out
/qemu/tests/qemu-iotests/296
/qemu/tests/qemu-iotests/296.out
/qemu/tests/qemu-iotests/common.filter
/qemu/tests/qemu-iotests/common.rc
/qemu/tests/qemu-iotests/group
/qemu/tests/qemu-iotests/iotests.py
/qemu/tests/qemu-iotests/qcow2.py
/qemu/tests/qemu-iotests/qcow2_format.py
/qemu/tests/qht-bench.c
/qemu/tests/qtest/Makefile.include
/qemu/tests/qtest/arm-cpu-features.c
/qemu/tests/qtest/bios-tables-test.c
/qemu/tests/qtest/device-introspect-test.c
/qemu/tests/qtest/e1000e-test.c
/qemu/tests/qtest/fuzz/Makefile.include
/qemu/tests/qtest/fuzz/fork_fuzz.c
/qemu/tests/qtest/fuzz/fuzz.c
/qemu/tests/qtest/fuzz/fuzz.h
/qemu/tests/qtest/fuzz/qos_fuzz.c
/qemu/tests/qtest/fuzz/qtest_wrappers.c
/qemu/tests/qtest/libqos/aarch64-xlnx-zcu102-machine.c
/qemu/tests/qtest/libqos/arm-imx25-pdk-machine.c
/qemu/tests/qtest/libqos/arm-n800-machine.c
/qemu/tests/qtest/libqos/arm-raspi2-machine.c
/qemu/tests/qtest/libqos/arm-sabrelite-machine.c
/qemu/tests/qtest/libqos/arm-smdkc210-machine.c
/qemu/tests/qtest/libqos/arm-virt-machine.c
/qemu/tests/qtest/libqos/arm-xilinx-zynq-a9-machine.c
/qemu/tests/qtest/libqos/e1000e.c
/qemu/tests/qtest/libqos/e1000e.h
/qemu/tests/qtest/libqos/pci-pc.c
/qemu/tests/qtest/libqos/ppc64_pseries-machine.c
/qemu/tests/qtest/libqos/qgraph.c
/qemu/tests/qtest/libqos/qgraph.h
/qemu/tests/qtest/libqos/qgraph_internal.h
/qemu/tests/qtest/libqos/qos_external.c
/qemu/tests/qtest/libqos/qos_external.h
/qemu/tests/qtest/libqos/sdhci.c
/qemu/tests/qtest/libqos/sdhci.h
/qemu/tests/qtest/libqos/virtio-9p.c
/qemu/tests/qtest/libqos/virtio-9p.h
/qemu/tests/qtest/libqos/virtio-balloon.c
/qemu/tests/qtest/libqos/virtio-balloon.h
/qemu/tests/qtest/libqos/virtio-blk.c
/qemu/tests/qtest/libqos/virtio-blk.h
/qemu/tests/qtest/libqos/virtio-net.c
/qemu/tests/qtest/libqos/virtio-net.h
/qemu/tests/qtest/libqos/virtio-rng.c
/qemu/tests/qtest/libqos/virtio-rng.h
/qemu/tests/qtest/libqos/virtio-scsi.c
/qemu/tests/qtest/libqos/virtio-scsi.h
/qemu/tests/qtest/libqos/virtio-serial.c
/qemu/tests/qtest/libqos/virtio-serial.h
/qemu/tests/qtest/libqos/x86_64_pc-machine.c
/qemu/tests/qtest/libqtest.c
/qemu/tests/qtest/machine-none-test.c
/qemu/tests/qtest/migration-test.c
/qemu/tests/qtest/qom-test.c
/qemu/tests/qtest/qos-test.c
/qemu/tests/qtest/test-hmp.c
/qemu/tests/qtest/test-x86-cpuid-compat.c
/qemu/tests/qtest/tpm-emu.c
/qemu/tests/qtest/tpm-emu.h
/qemu/tests/qtest/usb-hcd-ehci-test.c
/qemu/tests/tcg/Makefile.target
/qemu/tests/tcg/aarch64/Makefile.target
/qemu/tests/tcg/arm/Makefile.target
/qemu/tests/tcg/arm/commpage.c
/qemu/tests/tcg/i386/Makefile.target
/qemu/tests/tcg/i386/test-i386-f2xm1.c
/qemu/tests/tcg/i386/test-i386-fbstp.c
/qemu/tests/tcg/i386/test-i386-fisttp.c
/qemu/tests/tcg/i386/test-i386-fldcst.c
/qemu/tests/tcg/i386/test-i386-fp-exceptions.c
/qemu/tests/tcg/i386/test-i386-fpatan.c
/qemu/tests/tcg/i386/test-i386-fscale.c
/qemu/tests/tcg/i386/test-i386-fxam.c
/qemu/tests/tcg/i386/test-i386-fxtract.c
/qemu/tests/tcg/i386/test-i386-fyl2x.c
/qemu/tests/tcg/i386/test-i386-fyl2xp1.c
/qemu/tests/tcg/i386/test-i386-pcmpistri.c
/qemu/tests/test-base64.c
/qemu/tests/test-bdrv-graph-mod.c
/qemu/tests/test-block-iothread.c
/qemu/tests/test-crypto-cipher.c
/qemu/tests/test-crypto-secret.c
/qemu/tests/test-io-task.c
/qemu/tests/test-logging.c
/qemu/tests/test-qdev-global-props.c
/qemu/tests/test-qemu-opts.c
/qemu/tests/test-replication.c
/qemu/tests/test-string-input-visitor.c
/qemu/tests/test-string-output-visitor.c
/qemu/tests/test-util-filemonitor.c
/qemu/tests/tsan/blacklist.tsan
/qemu/tests/tsan/suppressions.tsan
/qemu/tests/vm/fedora
/qemu/tests/vm/freebsd
/qemu/tests/vm/netbsd
/qemu/tests/vm/openbsd
/qemu/tests/vm/ubuntu.i386
/qemu/thunk.c
/qemu/tools/virtiofsd/helper.c
/qemu/tools/virtiofsd/passthrough_ll.c
/qemu/tools/virtiofsd/seccomp.c
/qemu/tpm.c
/qemu/trace/simple.c
/qemu/trace/simple.h
/qemu/ui/console.c
/qemu/ui/vnc.c
/qemu/util/coroutine-sigaltstack.c
/qemu/util/coroutine-ucontext.c
/qemu/util/getauxval.c
/qemu/util/main-loop.c
/qemu/util/module.c
/qemu/util/oslib-posix.c
/qemu/util/qemu-config.c
/qemu/util/qemu-openpty.c
/qemu/util/qemu-option.c
/qemu/util/qemu-thread-posix.c
/qemu/util/qemu-timer.c
/qemu/util/qht.c
5c4fe01808-Jun-2020 Eric Blake <eblake@redhat.com>

nbd/server: Avoid long error message assertions CVE-2020-10761

Ever since commit 36683283 (v2.8), the server code asserts that error
strings sent to the client are well-formed per the protocol by no

nbd/server: Avoid long error message assertions CVE-2020-10761

Ever since commit 36683283 (v2.8), the server code asserts that error
strings sent to the client are well-formed per the protocol by not
exceeding the maximum string length of 4096. At the time the server
first started sending error messages, the assertion could not be
triggered, because messages were completely under our control.
However, over the years, we have added latent scenarios where a client
could trigger the server to attempt an error message that would
include the client's information if it passed other checks first:

- requesting NBD_OPT_INFO/GO on an export name that is not present
(commit 0cfae925 in v2.12 echoes the name)

- requesting NBD_OPT_LIST/SET_META_CONTEXT on an export name that is
not present (commit e7b1948d in v2.12 echoes the name)

At the time, those were still safe because we flagged names larger
than 256 bytes with a different message; but that changed in commit
93676c88 (v4.2) when we raised the name limit to 4096 to match the NBD
string limit. (That commit also failed to change the magic number
4096 in nbd_negotiate_send_rep_err to the just-introduced named
constant.) So with that commit, long client names appended to server
text can now trigger the assertion, and thus be used as a denial of
service attack against a server. As a mitigating factor, if the
server requires TLS, the client cannot trigger the problematic paths
unless it first supplies TLS credentials, and such trusted clients are
less likely to try to intentionally crash the server.

We may later want to further sanitize the user-supplied strings we
place into our error messages, such as scrubbing out control
characters, but that is less important to the CVE fix, so it can be a
later patch to the new nbd_sanitize_name.

Consideration was given to changing the assertion in
nbd_negotiate_send_rep_verr to instead merely log a server error and
truncate the message, to avoid leaving a latent path that could
trigger a future CVE DoS on any new error message. However, this
merely complicates the code for something that is already (correctly)
flagging coding errors, and now that we are aware of the long message
pitfall, we are less likely to introduce such errors in the future,
which would make such error handling dead code.

Reported-by: Xueqiang Wei <xuwei@redhat.com>
CC: qemu-stable@nongnu.org
Fixes: https://bugzilla.redhat.com/1843684 CVE-2020-10761
Fixes: 93676c88d7
Signed-off-by: Eric Blake <eblake@redhat.com>
Message-Id: <20200610163741.3745251-2-eblake@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>

show more ...


/qemu/.cirrus.yml
/qemu/.github/lockdown.yml
/qemu/.gitlab-ci.d/edk2.yml
/qemu/.gitlab-ci.d/opensbi.yml
/qemu/.gitlab-ci.yml
/qemu/.mailmap
/qemu/.travis.yml
/qemu/MAINTAINERS
/qemu/Makefile
/qemu/Makefile.objs
/qemu/Makefile.target
/qemu/VERSION
/qemu/accel/kvm/kvm-all.c
/qemu/accel/tcg/cputlb.c
/qemu/accel/tcg/tcg-all.c
/qemu/accel/tcg/tcg-runtime-gvec.c
/qemu/accel/tcg/tcg-runtime.h
/qemu/accel/tcg/trace-events
/qemu/accel/tcg/translate-all.c
/qemu/accel/tcg/user-exec.c
/qemu/arch_init.c
/qemu/audio/Makefile.objs
/qemu/audio/audio.c
/qemu/audio/audio.h
/qemu/audio/audio_template.h
/qemu/audio/dsoundaudio.c
/qemu/audio/jackaudio.c
/qemu/audio/mixeng.c
/qemu/audio/wavcapture.c
/qemu/authz/list.c
/qemu/authz/listfile.c
/qemu/authz/pamacct.c
/qemu/authz/simple.c
/qemu/backends/cryptodev-builtin.c
/qemu/backends/cryptodev-vhost-user.c
/qemu/backends/cryptodev.c
/qemu/backends/dbus-vmstate.c
/qemu/backends/hostmem-file.c
/qemu/backends/hostmem-memfd.c
/qemu/backends/hostmem.c
/qemu/backends/rng-egd.c
/qemu/backends/rng-random.c
/qemu/backends/rng.c
/qemu/backends/vhost-user.c
/qemu/block.c
/qemu/block/backup-top.c
/qemu/block/backup.c
/qemu/block/blkdebug.c
/qemu/block/blklogwrites.c
/qemu/block/blkreplay.c
/qemu/block/blkverify.c
/qemu/block/block-backend.c
/qemu/block/block-copy.c
/qemu/block/bochs.c
/qemu/block/cloop.c
/qemu/block/commit.c
/qemu/block/copy-on-read.c
/qemu/block/crypto.c
/qemu/block/dirty-bitmap.c
/qemu/block/dmg.c
/qemu/block/file-posix.c
/qemu/block/file-win32.c
/qemu/block/filter-compress.c
/qemu/block/gluster.c
/qemu/block/io.c
/qemu/block/io_uring.c
/qemu/block/iscsi.c
/qemu/block/mirror.c
/qemu/block/monitor/Makefile.objs
/qemu/block/monitor/bitmap-qmp-cmds.c
/qemu/block/monitor/block-hmp-cmds.c
/qemu/block/nbd.c
/qemu/block/nfs.c
/qemu/block/nvme.c
/qemu/block/parallels.c
/qemu/block/qcow.c
/qemu/block/qcow2-bitmap.c
/qemu/block/qcow2-cluster.c
/qemu/block/qcow2-refcount.c
/qemu/block/qcow2-snapshot.c
/qemu/block/qcow2-threads.c
/qemu/block/qcow2.c
/qemu/block/qcow2.h
/qemu/block/qed.c
/qemu/block/quorum.c
/qemu/block/raw-format.c
/qemu/block/rbd.c
/qemu/block/replication.c
/qemu/block/sheepdog.c
/qemu/block/ssh.c
/qemu/block/throttle-groups.c
/qemu/block/throttle.c
/qemu/block/vdi.c
/qemu/block/vhdx-log.c
/qemu/block/vhdx.c
/qemu/block/vmdk.c
/qemu/block/vpc.c
/qemu/block/vvfat.c
/qemu/blockdev.c
/qemu/blockjob.c
/qemu/bootdevice.c
/qemu/bsd-user/main.c
/qemu/chardev/char-serial.c
/qemu/chardev/char-socket.c
/qemu/chardev/char.c
/qemu/configure
/qemu/contrib/vhost-user-gpu/vhost-user-gpu.c
/qemu/contrib/vhost-user-gpu/virgl.c
/qemu/cpus-common.c
/qemu/cpus.c
/qemu/crypto/cipher-builtin.c
/qemu/crypto/secret.c
/qemu/crypto/tlscreds.c
/qemu/crypto/tlscredsanon.c
/qemu/crypto/tlscredspsk.c
/qemu/crypto/tlscredsx509.c
/qemu/default-configs/arm-softmmu.mak
/qemu/default-configs/mips64el-softmmu.mak
/qemu/default-configs/riscv32-softmmu.mak
/qemu/default-configs/riscv64-softmmu.mak
/qemu/default-configs/rx-softmmu.mak
/qemu/device_tree.c
/qemu/disas.c
/qemu/docs/conf.py
/qemu/docs/devel/atomics.rst
/qemu/docs/devel/clocks.rst
/qemu/docs/devel/index.rst
/qemu/docs/devel/loads-stores.rst
/qemu/docs/devel/migration.rst
/qemu/docs/devel/qapi-code-gen.txt
/qemu/docs/devel/rcu.txt
/qemu/docs/interop/qcow2.txt
/qemu/docs/interop/qemu-ga.rst
/qemu/docs/specs/acpi_hest_ghes.rst
/qemu/docs/specs/acpi_hw_reduced_hotplug.rst
/qemu/docs/specs/index.rst
/qemu/docs/sphinx/kerneldoc.py
/qemu/docs/system/arm/aspeed.rst
/qemu/docs/system/arm/integratorcp.rst
/qemu/docs/system/arm/mps2.rst
/qemu/docs/system/arm/musca.rst
/qemu/docs/system/arm/vexpress.rst
/qemu/docs/system/deprecated.rst
/qemu/docs/system/gdb.rst
/qemu/docs/system/index.rst
/qemu/docs/system/s390x/3270.rst
/qemu/docs/system/s390x/css.rst
/qemu/docs/system/s390x/protvirt.rst
/qemu/docs/system/s390x/vfio-ap.rst
/qemu/docs/system/s390x/vfio-ccw.rst
/qemu/docs/system/target-arm.rst
/qemu/docs/system/target-mips.rst
/qemu/docs/system/target-s390x.rst
/qemu/docs/system/targets.rst
/qemu/docs/tools/qemu-img.rst
/qemu/docs/xbzrle.txt
/qemu/dump/dump.c
/qemu/dump/win_dump.c
/qemu/exec.c
/qemu/fpu/softfloat-specialize.inc.c
/qemu/fpu/softfloat.c
/qemu/gdb-xml/arm-m-profile.xml
/qemu/gdb-xml/m68k-core.xml
/qemu/gdb-xml/rx-core.xml
/qemu/gdbstub.c
/qemu/hmp-commands.hx
/qemu/hw/9pfs/9p-util.h
/qemu/hw/9pfs/9p.c
/qemu/hw/9pfs/9p.h
/qemu/hw/9pfs/virtio-9p-device.c
/qemu/hw/9pfs/xen-9p-backend.c
/qemu/hw/acpi/Kconfig
/qemu/hw/acpi/Makefile.objs
/qemu/hw/acpi/aml-build-stub.c
/qemu/hw/acpi/aml-build.c
/qemu/hw/acpi/cpu.c
/qemu/hw/acpi/generic_event_device.c
/qemu/hw/acpi/ghes.c
/qemu/hw/acpi/ich9.c
/qemu/hw/acpi/nvdimm.c
/qemu/hw/acpi/pcihp.c
/qemu/hw/acpi/piix4.c
/qemu/hw/adc/stm32f2xx_adc.c
/qemu/hw/alpha/dp264.c
/qemu/hw/arm/Kconfig
/qemu/hw/arm/allwinner-a10.c
/qemu/hw/arm/allwinner-h3.c
/qemu/hw/arm/armv7m.c
/qemu/hw/arm/aspeed.c
/qemu/hw/arm/aspeed_ast2600.c
/qemu/hw/arm/aspeed_soc.c
/qemu/hw/arm/bcm2835_peripherals.c
/qemu/hw/arm/bcm2836.c
/qemu/hw/arm/collie.c
/qemu/hw/arm/cubieboard.c
/qemu/hw/arm/fsl-imx25.c
/qemu/hw/arm/fsl-imx31.c
/qemu/hw/arm/fsl-imx6.c
/qemu/hw/arm/fsl-imx6ul.c
/qemu/hw/arm/fsl-imx7.c
/qemu/hw/arm/integratorcp.c
/qemu/hw/arm/mcimx6ul-evk.c
/qemu/hw/arm/mcimx7d-sabre.c
/qemu/hw/arm/mps2-tz.c
/qemu/hw/arm/msf2-soc.c
/qemu/hw/arm/musicpal.c
/qemu/hw/arm/nrf51_soc.c
/qemu/hw/arm/orangepi.c
/qemu/hw/arm/pxa2xx.c
/qemu/hw/arm/pxa2xx_gpio.c
/qemu/hw/arm/raspi.c
/qemu/hw/arm/sabrelite.c
/qemu/hw/arm/sbsa-ref.c
/qemu/hw/arm/vexpress.c
/qemu/hw/arm/virt-acpi-build.c
/qemu/hw/arm/virt.c
/qemu/hw/arm/xilinx_zynq.c
/qemu/hw/arm/xlnx-versal-virt.c
/qemu/hw/arm/xlnx-versal.c
/qemu/hw/arm/xlnx-zcu102.c
/qemu/hw/arm/xlnx-zynqmp.c
/qemu/hw/audio/ac97.c
/qemu/hw/audio/adlib.c
/qemu/hw/audio/es1370.c
/qemu/hw/audio/fmopl.c
/qemu/hw/audio/gus.c
/qemu/hw/audio/intel-hda.c
/qemu/hw/audio/marvell_88w8618.c
/qemu/hw/audio/pcspk.c
/qemu/hw/block/Makefile.objs
/qemu/hw/block/dataplane/xen-block.c
/qemu/hw/block/fdc.c
/qemu/hw/block/nvme.c
/qemu/hw/block/nvme.h
/qemu/hw/block/pflash_cfi01.c
/qemu/hw/block/pflash_cfi02.c
/qemu/hw/block/trace-events
/qemu/hw/block/vhost-user-blk.c
/qemu/hw/block/virtio-blk.c
/qemu/hw/block/xen-block.c
/qemu/hw/char/cadence_uart.c
/qemu/hw/char/serial-pci-multi.c
/qemu/hw/char/serial-pci.c
/qemu/hw/char/serial.c
/qemu/hw/char/trace-events
/qemu/hw/char/virtio-console.c
/qemu/hw/char/virtio-serial-bus.c
/qemu/hw/char/xilinx_uartlite.c
/qemu/hw/core/Makefile.objs
/qemu/hw/core/bus.c
/qemu/hw/core/clock-vmstate.c
/qemu/hw/core/clock.c
/qemu/hw/core/cpu.c
/qemu/hw/core/generic-loader.c
/qemu/hw/core/loader.c
/qemu/hw/core/machine-hmp-cmds.c
/qemu/hw/core/machine-qmp-cmds.c
/qemu/hw/core/machine.c
/qemu/hw/core/qdev-clock.c
/qemu/hw/core/qdev-properties.c
/qemu/hw/core/qdev.c
/qemu/hw/core/register.c
/qemu/hw/core/stream.c
/qemu/hw/core/trace-events
/qemu/hw/cpu/core.c
/qemu/hw/display/artist.c
/qemu/hw/display/ati.c
/qemu/hw/display/ati_2d.c
/qemu/hw/display/bcm2835_fb.c
/qemu/hw/display/blizzard.c
/qemu/hw/display/bochs-display.c
/qemu/hw/display/cg3.c
/qemu/hw/display/cirrus_vga.c
/qemu/hw/display/dpcd.c
/qemu/hw/display/exynos4210_fimd.c
/qemu/hw/display/next-fb.c
/qemu/hw/display/omap_dss.c
/qemu/hw/display/pxa2xx_lcd.c
/qemu/hw/display/qxl.c
/qemu/hw/display/ramfb-standalone.c
/qemu/hw/display/ramfb.c
/qemu/hw/display/sm501.c
/qemu/hw/display/tcx.c
/qemu/hw/display/trace-events
/qemu/hw/display/vga-isa.c
/qemu/hw/display/vga-pci.c
/qemu/hw/display/vhost-user-gpu-pci.c
/qemu/hw/display/vhost-user-gpu.c
/qemu/hw/display/vhost-user-vga.c
/qemu/hw/display/virtio-gpu-base.c
/qemu/hw/display/virtio-vga.c
/qemu/hw/display/vmware_vga.c
/qemu/hw/display/xlnx_dp.c
/qemu/hw/dma/bcm2835_dma.c
/qemu/hw/dma/i8257.c
/qemu/hw/dma/pxa2xx_dma.c
/qemu/hw/dma/rc4030.c
/qemu/hw/dma/sparc32_dma.c
/qemu/hw/dma/xilinx_axidma.c
/qemu/hw/dma/xlnx-zdma.c
/qemu/hw/gpio/aspeed_gpio.c
/qemu/hw/gpio/pl061.c
/qemu/hw/hppa/hppa_sys.h
/qemu/hw/hppa/machine.c
/qemu/hw/hyperv/hyperv.c
/qemu/hw/i2c/imx_i2c.c
/qemu/hw/i2c/microbit_i2c.c
/qemu/hw/i2c/mpc_i2c.c
/qemu/hw/i2c/pm_smbus.c
/qemu/hw/i2c/smbus_eeprom.c
/qemu/hw/i386/acpi-build.c
/qemu/hw/i386/acpi-build.h
/qemu/hw/i386/amd_iommu.c
/qemu/hw/i386/kvm/apic.c
/qemu/hw/i386/microvm.c
/qemu/hw/i386/pc.c
/qemu/hw/i386/pc_piix.c
/qemu/hw/i386/pc_q35.c
/qemu/hw/i386/pc_sysfw.c
/qemu/hw/i386/vmmouse.c
/qemu/hw/i386/vmport.c
/qemu/hw/i386/vmport.h
/qemu/hw/i386/x86.c
/qemu/hw/ide/ahci-allwinner.c
/qemu/hw/ide/ahci.c
/qemu/hw/ide/ahci_internal.h
/qemu/hw/ide/cmd646.c
/qemu/hw/ide/macio.c
/qemu/hw/ide/pci.c
/qemu/hw/ide/piix.c
/qemu/hw/ide/qdev.c
/qemu/hw/ide/sii3112.c
/qemu/hw/ide/via.c
/qemu/hw/input/adb-kbd.c
/qemu/hw/input/pxa2xx_keypad.c
/qemu/hw/input/vhost-user-input.c
/qemu/hw/input/virtio-input-hid.c
/qemu/hw/input/virtio-input-host.c
/qemu/hw/input/virtio-input.c
/qemu/hw/intc/apic.c
/qemu/hw/intc/apic_common.c
/qemu/hw/intc/arm_gicv3_kvm.c
/qemu/hw/intc/bcm2835_ic.c
/qemu/hw/intc/bcm2836_control.c
/qemu/hw/intc/ioapic.c
/qemu/hw/intc/s390_flic.c
/qemu/hw/intc/spapr_xive.c
/qemu/hw/intc/xics.c
/qemu/hw/intc/xive.c
/qemu/hw/ipack/ipack.c
/qemu/hw/ipmi/ipmi.c
/qemu/hw/ipmi/smbus_ipmi.c
/qemu/hw/isa/i82378.c
/qemu/hw/isa/isa-bus.c
/qemu/hw/isa/isa-superio.c
/qemu/hw/isa/lpc_ich9.c
/qemu/hw/isa/piix4.c
/qemu/hw/isa/smc37c669-superio.c
/qemu/hw/isa/vt82c686.c
/qemu/hw/m68k/mcf5206.c
/qemu/hw/m68k/mcf5208.c
/qemu/hw/m68k/mcf_intc.c
/qemu/hw/mem/Kconfig
/qemu/hw/mem/nvdimm.c
/qemu/hw/mem/pc-dimm.c
/qemu/hw/microblaze/petalogix_ml605_mmu.c
/qemu/hw/mips/Kconfig
/qemu/hw/mips/Makefile.objs
/qemu/hw/mips/boston.c
/qemu/hw/mips/fuloong2e.c
/qemu/hw/mips/jazz.c
/qemu/hw/mips/malta.c
/qemu/hw/mips/mips_int.c
/qemu/hw/mips/mipssim.c
/qemu/hw/mips/r4k.c
/qemu/hw/misc/Makefile.objs
/qemu/hw/misc/allwinner-h3-dramc.c
/qemu/hw/misc/aspeed_scu.c
/qemu/hw/misc/aspeed_sdmc.c
/qemu/hw/misc/bcm2835_mbox.c
/qemu/hw/misc/bcm2835_mphi.c
/qemu/hw/misc/bcm2835_property.c
/qemu/hw/misc/edu.c
/qemu/hw/misc/empty_slot.c
/qemu/hw/misc/grlib_ahb_apb_pnp.c
/qemu/hw/misc/ivshmem.c
/qemu/hw/misc/mac_via.c
/qemu/hw/misc/macio/gpio.c
/qemu/hw/misc/macio/macio.c
/qemu/hw/misc/macio/pmu.c
/qemu/hw/misc/pca9552.c
/qemu/hw/misc/tmp105.c
/qemu/hw/misc/tmp421.c
/qemu/hw/misc/trace-events
/qemu/hw/misc/zynq_slcr.c
/qemu/hw/net/Makefile.objs
/qemu/hw/net/allwinner-sun8i-emac.c
/qemu/hw/net/allwinner_emac.c
/qemu/hw/net/cadence_gem.c
/qemu/hw/net/can/can_kvaser_pci.c
/qemu/hw/net/can/can_mioe3680_pci.c
/qemu/hw/net/can/can_pcm3680_pci.c
/qemu/hw/net/can/can_sja1000.c
/qemu/hw/net/can/can_sja1000.h
/qemu/hw/net/dp8393x.c
/qemu/hw/net/e1000.c
/qemu/hw/net/e1000e.c
/qemu/hw/net/e1000e_core.c
/qemu/hw/net/e1000e_core.h
/qemu/hw/net/eepro100.c
/qemu/hw/net/ftgmac100.c
/qemu/hw/net/i82596.c
/qemu/hw/net/i82596.h
/qemu/hw/net/imx_fec.c
/qemu/hw/net/lance.c
/qemu/hw/net/lasi_i82596.c
/qemu/hw/net/mcf_fec.c
/qemu/hw/net/msf2-emac.c
/qemu/hw/net/ne2000-isa.c
/qemu/hw/net/ne2000-pci.c
/qemu/hw/net/opencores_eth.c
/qemu/hw/net/pcnet-pci.c
/qemu/hw/net/rtl8139.c
/qemu/hw/net/smc91c111.c
/qemu/hw/net/spapr_llan.c
/qemu/hw/net/sungem.c
/qemu/hw/net/sunhme.c
/qemu/hw/net/tulip.c
/qemu/hw/net/virtio-net.c
/qemu/hw/net/vmxnet3.c
/qemu/hw/net/xilinx_axienet.c
/qemu/hw/net/xilinx_ethlite.c
/qemu/hw/nios2/10m50_devboard.c
/qemu/hw/nubus/nubus-device.c
/qemu/hw/nvram/fw_cfg.c
/qemu/hw/nvram/mac_nvram.c
/qemu/hw/nvram/trace-events
/qemu/hw/pci-bridge/dec.c
/qemu/hw/pci-host/Kconfig
/qemu/hw/pci-host/Makefile.objs
/qemu/hw/pci-host/bonito.c
/qemu/hw/pci-host/grackle.c
/qemu/hw/pci-host/i440fx.c
/qemu/hw/pci-host/pnv_phb3_msi.c
/qemu/hw/pci-host/pnv_phb3_pbcq.c
/qemu/hw/pci-host/q35.c
/qemu/hw/pci-host/sabre.c
/qemu/hw/pci-host/uninorth.c
/qemu/hw/pci/pci.c
/qemu/hw/pci/pcie.c
/qemu/hw/pci/shpc.c
/qemu/hw/pcmcia/pxa2xx.c
/qemu/hw/ppc/e500.c
/qemu/hw/ppc/mac_newworld.c
/qemu/hw/ppc/mac_oldworld.c
/qemu/hw/ppc/pnv.c
/qemu/hw/ppc/pnv_bmc.c
/qemu/hw/ppc/pnv_core.c
/qemu/hw/ppc/pnv_lpc.c
/qemu/hw/ppc/pnv_psi.c
/qemu/hw/ppc/ppc405_boards.c
/qemu/hw/ppc/ppc440_uc.c
/qemu/hw/ppc/ppc4xx_devs.c
/qemu/hw/ppc/prep.c
/qemu/hw/ppc/sam460ex.c
/qemu/hw/ppc/spapr.c
/qemu/hw/ppc/spapr_caps.c
/qemu/hw/ppc/spapr_cpu_core.c
/qemu/hw/ppc/spapr_drc.c
/qemu/hw/ppc/spapr_events.c
/qemu/hw/ppc/spapr_hcall.c
/qemu/hw/ppc/spapr_iommu.c
/qemu/hw/ppc/spapr_irq.c
/qemu/hw/ppc/spapr_nvdimm.c
/qemu/hw/ppc/spapr_ovec.c
/qemu/hw/ppc/spapr_pci.c
/qemu/hw/ppc/spapr_rng.c
/qemu/hw/ppc/spapr_rtas.c
/qemu/hw/ppc/spapr_rtc.c
/qemu/hw/ppc/spapr_tpm_proxy.c
/qemu/hw/rdma/rdma_backend.c
/qemu/hw/rdma/rdma_backend.h
/qemu/hw/rdma/rdma_rm.c
/qemu/hw/rdma/rdma_utils.c
/qemu/hw/rdma/vmw/pvrdma_dev_ring.c
/qemu/hw/riscv/Kconfig
/qemu/hw/riscv/Makefile.objs
/qemu/hw/riscv/boot.c
/qemu/hw/riscv/opentitan.c
/qemu/hw/riscv/sifive_e.c
/qemu/hw/riscv/sifive_u.c
/qemu/hw/riscv/spike.c
/qemu/hw/riscv/virt.c
/qemu/hw/rtc/mc146818rtc.c
/qemu/hw/s390x/Makefile.objs
/qemu/hw/s390x/ap-bridge.c
/qemu/hw/s390x/css-bridge.c
/qemu/hw/s390x/event-facility.c
/qemu/hw/s390x/ipl.c
/qemu/hw/s390x/ipl.h
/qemu/hw/s390x/pv.c
/qemu/hw/s390x/s390-ccw.c
/qemu/hw/s390x/s390-pci-bus.c
/qemu/hw/s390x/s390-skeys.c
/qemu/hw/s390x/s390-stattrib-kvm.c
/qemu/hw/s390x/s390-stattrib.c
/qemu/hw/s390x/s390-virtio-ccw.c
/qemu/hw/s390x/sclp.c
/qemu/hw/s390x/tod.c
/qemu/hw/s390x/virtio-ccw-balloon.c
/qemu/hw/s390x/virtio-ccw-blk.c
/qemu/hw/s390x/virtio-ccw-net.c
/qemu/hw/s390x/virtio-ccw.c
/qemu/hw/s390x/virtio-ccw.h
/qemu/hw/scsi/esp-pci.c
/qemu/hw/scsi/lsi53c895a.c
/qemu/hw/scsi/scsi-bus.c
/qemu/hw/scsi/scsi-disk.c
/qemu/hw/scsi/spapr_vscsi.c
/qemu/hw/scsi/trace-events
/qemu/hw/scsi/vhost-scsi.c
/qemu/hw/scsi/vhost-user-scsi.c
/qemu/hw/scsi/viosrp.h
/qemu/hw/scsi/virtio-scsi.c
/qemu/hw/scsi/vmw_pvscsi.c
/qemu/hw/sd/pxa2xx_mmci.c
/qemu/hw/sd/sd.c
/qemu/hw/sd/sdhci-internal.h
/qemu/hw/sd/sdhci-pci.c
/qemu/hw/sd/sdhci.c
/qemu/hw/sd/ssi-sd.c
/qemu/hw/sh4/sh_pci.c
/qemu/hw/sparc/Kconfig
/qemu/hw/sparc/leon3.c
/qemu/hw/sparc/sun4m.c
/qemu/hw/sparc64/niagara.c
/qemu/hw/sparc64/sun4u.c
/qemu/hw/ssi/aspeed_smc.c
/qemu/hw/ssi/imx_spi.c
/qemu/hw/ssi/trace-events
/qemu/hw/ssi/xilinx_spips.c
/qemu/hw/timer/exynos4210_mct.c
/qemu/hw/timer/nrf51_timer.c
/qemu/hw/timer/pxa2xx_timer.c
/qemu/hw/timer/stm32f2xx_timer.c
/qemu/hw/timer/trace-events
/qemu/hw/tpm/tpm_tis_common.c
/qemu/hw/tpm/tpm_tis_sysbus.c
/qemu/hw/usb/Kconfig
/qemu/hw/usb/Makefile.objs
/qemu/hw/usb/bus.c
/qemu/hw/usb/ccid-card-emulated.c
/qemu/hw/usb/ccid.h
/qemu/hw/usb/dev-audio.c
/qemu/hw/usb/dev-hid.c
/qemu/hw/usb/dev-hub.c
/qemu/hw/usb/dev-mtp.c
/qemu/hw/usb/dev-network.c
/qemu/hw/usb/dev-smartcard-reader.c
/qemu/hw/usb/dev-storage.c
/qemu/hw/usb/dev-uas.c
/qemu/hw/usb/dev-wacom.c
/qemu/hw/usb/hcd-dwc2.c
/qemu/hw/usb/hcd-dwc2.h
/qemu/hw/usb/hcd-ehci-pci.c
/qemu/hw/usb/hcd-ehci.c
/qemu/hw/usb/hcd-ehci.h
/qemu/hw/usb/host-libusb.c
/qemu/hw/usb/redirect.c
/qemu/hw/usb/trace-events
/qemu/hw/usb/xen-usb.c
/qemu/hw/vfio/ap.c
/qemu/hw/vfio/ccw.c
/qemu/hw/vfio/display.c
/qemu/hw/vfio/pci-quirks.c
/qemu/hw/vfio/pci.c
/qemu/hw/vfio/platform.c
/qemu/hw/vfio/spapr.c
/qemu/hw/virtio/Kconfig
/qemu/hw/virtio/vhost-scsi-pci.c
/qemu/hw/virtio/vhost-user-blk-pci.c
/qemu/hw/virtio/vhost-user-fs.c
/qemu/hw/virtio/vhost-user-input-pci.c
/qemu/hw/virtio/vhost-user-scsi-pci.c
/qemu/hw/virtio/vhost-user.c
/qemu/hw/virtio/vhost-vsock.c
/qemu/hw/virtio/vhost.c
/qemu/hw/virtio/virtio-balloon-pci.c
/qemu/hw/virtio/virtio-balloon.c
/qemu/hw/virtio/virtio-blk-pci.c
/qemu/hw/virtio/virtio-crypto.c
/qemu/hw/virtio/virtio-iommu.c
/qemu/hw/virtio/virtio-net-pci.c
/qemu/hw/virtio/virtio-pci.c
/qemu/hw/virtio/virtio-pmem.c
/qemu/hw/virtio/virtio-rng.c
/qemu/hw/virtio/virtio.c
/qemu/hw/watchdog/Kconfig
/qemu/hw/watchdog/Makefile.objs
/qemu/hw/watchdog/wdt_diag288.c
/qemu/hw/watchdog/wdt_imx2.c
/qemu/hw/xen/xen-bus.c
/qemu/hw/xen/xen-common.c
/qemu/hw/xen/xen-legacy-backend.c
/qemu/hw/xen/xen_pt.c
/qemu/include/block/aio-wait.h
/qemu/include/block/aio.h
/qemu/include/block/block.h
/qemu/include/block/block_int.h
/qemu/include/block/dirty-bitmap.h
/qemu/include/block/nvme.h
/qemu/include/disas/dis-asm.h
/qemu/include/disas/disas.h
/qemu/include/exec/cpu-all.h
/qemu/include/exec/cpu_ldst.h
/qemu/include/exec/exec-all.h
/qemu/include/exec/gdbstub.h
/qemu/include/exec/log.h
/qemu/include/exec/memory.h
/qemu/include/exec/poison.h
/qemu/include/exec/ram_addr.h
/qemu/include/fpu/softfloat-helpers.h
/qemu/include/fpu/softfloat-macros.h
/qemu/include/fpu/softfloat-types.h
/qemu/include/fpu/softfloat.h
/qemu/include/hw/acpi/acpi.h
/qemu/include/hw/acpi/aml-build.h
/qemu/include/hw/acpi/generic_event_device.h
/qemu/include/hw/acpi/ghes.h
/qemu/include/hw/acpi/ich9.h
/qemu/include/hw/arm/bcm2835_peripherals.h
/qemu/include/hw/arm/bcm2836.h
/qemu/include/hw/arm/fsl-imx25.h
/qemu/include/hw/arm/fsl-imx31.h
/qemu/include/hw/arm/fsl-imx6.h
/qemu/include/hw/arm/fsl-imx6ul.h
/qemu/include/hw/arm/fsl-imx7.h
/qemu/include/hw/arm/msf2-soc.h
/qemu/include/hw/arm/nrf51.h
/qemu/include/hw/arm/virt.h
/qemu/include/hw/arm/xlnx-versal.h
/qemu/include/hw/boards.h
/qemu/include/hw/char/bcm2835_aux.h
/qemu/include/hw/char/cadence_uart.h
/qemu/include/hw/clock.h
/qemu/include/hw/core/cpu.h
/qemu/include/hw/display/bcm2835_fb.h
/qemu/include/hw/display/edid.h
/qemu/include/hw/display/ramfb.h
/qemu/include/hw/dma/bcm2835_dma.h
/qemu/include/hw/elf_ops.h
/qemu/include/hw/gpio/nrf51_gpio.h
/qemu/include/hw/i2c/microbit_i2c.h
/qemu/include/hw/i2c/smbus_eeprom.h
/qemu/include/hw/i386/pc.h
/qemu/include/hw/i386/topology.h
/qemu/include/hw/i386/x86.h
/qemu/include/hw/ide.h
/qemu/include/hw/ide/internal.h
/qemu/include/hw/ide/pci.h
/qemu/include/hw/intc/bcm2835_ic.h
/qemu/include/hw/intc/bcm2836_control.h
/qemu/include/hw/isa/isa.h
/qemu/include/hw/isa/superio.h
/qemu/include/hw/mem/nvdimm.h
/qemu/include/hw/misc/aspeed_scu.h
/qemu/include/hw/misc/bcm2835_mbox.h
/qemu/include/hw/misc/bcm2835_mbox_defs.h
/qemu/include/hw/misc/bcm2835_mphi.h
/qemu/include/hw/misc/bcm2835_property.h
/qemu/include/hw/misc/empty_slot.h
/qemu/include/hw/misc/macio/macio.h
/qemu/include/hw/net/msf2-emac.h
/qemu/include/hw/nvram/fw_cfg.h
/qemu/include/hw/ppc/pnv.h
/qemu/include/hw/ppc/spapr.h
/qemu/include/hw/ppc/spapr_cpu_core.h
/qemu/include/hw/ppc/spapr_ovec.h
/qemu/include/hw/qdev-clock.h
/qemu/include/hw/qdev-core.h
/qemu/include/hw/register.h
/qemu/include/hw/registerfields.h
/qemu/include/hw/riscv/boot.h
/qemu/include/hw/riscv/opentitan.h
/qemu/include/hw/riscv/sifive_e.h
/qemu/include/hw/riscv/sifive_u.h
/qemu/include/hw/riscv/spike.h
/qemu/include/hw/rtc/mc146818rtc.h
/qemu/include/hw/s390x/pv.h
/qemu/include/hw/s390x/s390-ccw.h
/qemu/include/hw/s390x/s390-virtio-ccw.h
/qemu/include/hw/s390x/sclp.h
/qemu/include/hw/scsi/scsi.h
/qemu/include/hw/southbridge/piix.h
/qemu/include/hw/stream.h
/qemu/include/hw/timer/nrf51_timer.h
/qemu/include/hw/usb.h
/qemu/include/hw/usb/dwc2-regs.h
/qemu/include/hw/virtio/vhost-user-blk.h
/qemu/include/hw/watchdog/wdt_imx2.h
/qemu/include/hw/xen/xen-block.h
/qemu/include/hw/xen/xen-bus.h
/qemu/include/migration/vmstate.h
/qemu/include/monitor/hmp.h
/qemu/include/net/can_emu.h
/qemu/include/net/net.h
/qemu/include/qapi/qmp/dispatch.h
/qemu/include/qapi/qmp/qdict.h
/qemu/include/qapi/qmp/qlist.h
/qemu/include/qapi/visitor-impl.h
/qemu/include/qapi/visitor.h
/qemu/include/qemu-common.h
/qemu/include/qemu/atomic.h
/qemu/include/qemu/lockable.h
/qemu/include/qemu/option.h
/qemu/include/qemu/osdep.h
/qemu/include/qemu/plugin.h
/qemu/include/qemu/qemu-plugin.h
/qemu/include/qemu/rcu.h
/qemu/include/qemu/selfmap.h
/qemu/include/qemu/thread.h
/qemu/include/qemu/typedefs.h
/qemu/include/qemu/uuid.h
/qemu/include/qom/object.h
/qemu/include/qom/object_interfaces.h
/qemu/include/standard-headers/linux/ethtool.h
/qemu/include/standard-headers/linux/input-event-codes.h
/qemu/include/standard-headers/linux/pci_regs.h
/qemu/include/standard-headers/linux/vhost_types.h
/qemu/include/standard-headers/linux/virtio_balloon.h
/qemu/include/standard-headers/linux/virtio_ids.h
/qemu/include/standard-headers/linux/virtio_net.h
/qemu/include/sysemu/arch_init.h
/qemu/include/sysemu/block-backend.h
/qemu/include/sysemu/device_tree.h
/qemu/include/sysemu/kvm.h
/qemu/include/sysemu/kvm_int.h
/qemu/include/sysemu/sysemu.h
/qemu/include/tcg/tcg-op-gvec.h
/qemu/include/tcg/tcg-op.h
/qemu/include/tcg/tcg-opc.h
/qemu/include/tcg/tcg.h
/qemu/include/ui/win32-kbd-hook.h
/qemu/io/channel-socket.c
/qemu/iothread.c
/qemu/job-qmp.c
/qemu/job.c
/qemu/linux-headers/COPYING
/qemu/linux-headers/asm-x86/kvm.h
/qemu/linux-headers/asm-x86/unistd_32.h
/qemu/linux-headers/asm-x86/unistd_64.h
/qemu/linux-headers/asm-x86/unistd_x32.h
/qemu/linux-headers/linux/kvm.h
/qemu/linux-headers/linux/mman.h
/qemu/linux-headers/linux/userfaultfd.h
/qemu/linux-headers/linux/vfio.h
/qemu/linux-headers/linux/vhost.h
/qemu/linux-user/Makefile.objs
/qemu/linux-user/aarch64/syscall_nr.h
/qemu/linux-user/alpha/Makefile.objs
/qemu/linux-user/alpha/syscall.tbl
/qemu/linux-user/alpha/syscallhdr.sh
/qemu/linux-user/arm/Makefile.objs
/qemu/linux-user/arm/cpu_loop.c
/qemu/linux-user/arm/signal.c
/qemu/linux-user/arm/syscall.tbl
/qemu/linux-user/arm/syscallhdr.sh
/qemu/linux-user/elfload.c
/qemu/linux-user/flatload.c
/qemu/linux-user/generic/fcntl.h
/qemu/linux-user/hppa/Makefile.objs
/qemu/linux-user/hppa/syscall.tbl
/qemu/linux-user/hppa/syscallhdr.sh
/qemu/linux-user/i386/Makefile.objs
/qemu/linux-user/i386/cpu_loop.c
/qemu/linux-user/i386/syscall_32.tbl
/qemu/linux-user/i386/syscallhdr.sh
/qemu/linux-user/i386/target_cpu.h
/qemu/linux-user/m68k/Makefile.objs
/qemu/linux-user/m68k/syscall.tbl
/qemu/linux-user/m68k/syscallhdr.sh
/qemu/linux-user/main.c
/qemu/linux-user/microblaze/Makefile.objs
/qemu/linux-user/microblaze/syscall.tbl
/qemu/linux-user/microblaze/syscallhdr.sh
/qemu/linux-user/mips/Makefile.objs
/qemu/linux-user/mips/cpu_loop.c
/qemu/linux-user/mips/syscall-args-o32.c.inc
/qemu/linux-user/mips/syscall_o32.tbl
/qemu/linux-user/mips/syscallhdr.sh
/qemu/linux-user/mips64/Makefile.objs
/qemu/linux-user/mips64/syscall_n32.tbl
/qemu/linux-user/mips64/syscall_n64.tbl
/qemu/linux-user/mips64/syscallhdr.sh
/qemu/linux-user/mmap.c
/qemu/linux-user/nios2/syscall_nr.h
/qemu/linux-user/openrisc/syscall_nr.h
/qemu/linux-user/ppc/Makefile.objs
/qemu/linux-user/ppc/cpu_loop.c
/qemu/linux-user/ppc/signal.c
/qemu/linux-user/ppc/syscall.tbl
/qemu/linux-user/ppc/syscallhdr.sh
/qemu/linux-user/qemu.h
/qemu/linux-user/riscv/signal.c
/qemu/linux-user/riscv/syscall32_nr.h
/qemu/linux-user/riscv/syscall64_nr.h
/qemu/linux-user/riscv/syscall_nr.h
/qemu/linux-user/s390x/Makefile.objs
/qemu/linux-user/s390x/syscall.tbl
/qemu/linux-user/s390x/syscallhdr.sh
/qemu/linux-user/sh4/Makefile.objs
/qemu/linux-user/sh4/syscall.tbl
/qemu/linux-user/sh4/syscallhdr.sh
/qemu/linux-user/sparc/Makefile.objs
/qemu/linux-user/sparc/syscall.tbl
/qemu/linux-user/sparc/syscallhdr.sh
/qemu/linux-user/sparc64/Makefile.objs
/qemu/linux-user/sparc64/syscall.tbl
/qemu/linux-user/sparc64/syscallhdr.sh
/qemu/linux-user/strace.c
/qemu/linux-user/strace.list
/qemu/linux-user/syscall.c
/qemu/linux-user/x86_64/Makefile.objs
/qemu/linux-user/x86_64/syscall_64.tbl
/qemu/linux-user/x86_64/syscallhdr.sh
/qemu/linux-user/xtensa/Makefile.objs
/qemu/linux-user/xtensa/syscall.tbl
/qemu/linux-user/xtensa/syscallhdr.sh
/qemu/memory.c
/qemu/migration/block-dirty-bitmap.c
/qemu/migration/colo.c
/qemu/migration/migration.c
/qemu/migration/migration.h
/qemu/migration/multifd.c
/qemu/migration/ram.c
/qemu/migration/ram.h
/qemu/migration/rdma.c
/qemu/monitor/hmp-cmds.c
/qemu/monitor/misc.c
/qemu/monitor/monitor-internal.h
/qemu/monitor/qmp-cmds-control.c
/qemu/monitor/qmp.c
server.c
/qemu/net/can/can_host.c
/qemu/net/can/can_socketcan.c
/qemu/net/colo-compare.c
/qemu/net/dump.c
/qemu/net/filter-buffer.c
/qemu/net/filter-mirror.c
/qemu/net/filter-rewriter.c
/qemu/net/filter.c
/qemu/net/hub.c
/qemu/net/net.c
/qemu/pc-bios/README
/qemu/pc-bios/openbios-ppc
/qemu/pc-bios/openbios-sparc32
/qemu/pc-bios/openbios-sparc64
/qemu/pc-bios/opensbi-riscv32-sifive_u-fw_jump.bin
/qemu/pc-bios/opensbi-riscv32-virt-fw_jump.bin
/qemu/pc-bios/opensbi-riscv64-sifive_u-fw_jump.bin
/qemu/pc-bios/opensbi-riscv64-virt-fw_jump.bin
/qemu/pc-bios/slof.bin
/qemu/plugins/api.c
/qemu/python/qemu/.flake8
/qemu/python/qemu/accel.py
/qemu/python/qemu/machine.py
/qemu/python/qemu/pylintrc
/qemu/python/qemu/qmp.py
/qemu/python/qemu/qtest.py
/qemu/qapi/audio.json
/qemu/qapi/block-core.json
/qemu/qapi/block.json
/qemu/qapi/char.json
/qemu/qapi/control.json
/qemu/qapi/introspect.json
/qemu/qapi/machine.json
/qemu/qapi/migration.json
/qemu/qapi/misc.json
/qemu/qapi/net.json
/qemu/qapi/qapi-dealloc-visitor.c
/qemu/qapi/qapi-visit-core.c
/qemu/qapi/qmp-dispatch.c
/qemu/qapi/qmp-registry.c
/qemu/qapi/qobject-input-visitor.c
/qemu/qapi/sockets.json
/qemu/qdev-monitor.c
/qemu/qemu-img-cmds.hx
/qemu/qemu-img.c
/qemu/qemu-io-cmds.c
/qemu/qemu-nbd.c
/qemu/qemu-options.hx
/qemu/qemu-storage-daemon.c
/qemu/qga/commands-common.h
/qemu/qga/commands-posix.c
/qemu/qga/commands-win32.c
/qemu/qga/commands.c
/qemu/qga/installer/qemu-ga.wxs
/qemu/qga/main.c
/qemu/qga/qapi-schema.json
/qemu/qga/vss-win32/install.cpp
/qemu/qobject/json-streamer.c
/qemu/qobject/qdict.c
/qemu/qobject/qjson.c
/qemu/qobject/qlist.c
/qemu/qom/container.c
/qemu/qom/object.c
/qemu/qom/object_interfaces.c
/qemu/qom/qom-hmp-cmds.c
/qemu/qom/qom-qmp-cmds.c
/qemu/roms/SLOF
/qemu/roms/openbios
/qemu/roms/opensbi
/qemu/scripts/analyze-migration.py
/qemu/scripts/checkpatch.pl
/qemu/scripts/coccinelle/cpu-reset.cocci
/qemu/scripts/coccinelle/error-use-after-free.cocci
/qemu/scripts/coverity-scan/coverity-scan.docker
/qemu/scripts/coverity-scan/run-coverity-scan
/qemu/scripts/decodetree.py
/qemu/scripts/gensyscalls.sh
/qemu/scripts/kernel-doc
/qemu/scripts/kvm/vmxcap
/qemu/scripts/modules/module_block.py
/qemu/scripts/qapi/commands.py
/qemu/scripts/qapi/doc.py
/qemu/scripts/qapi/events.py
/qemu/scripts/qapi/expr.py
/qemu/scripts/qapi/introspect.py
/qemu/scripts/qapi/schema.py
/qemu/scripts/qapi/types.py
/qemu/scripts/qapi/visit.py
/qemu/scripts/qemu-gdb.py
/qemu/scripts/qemugdb/__init__.py
/qemu/scripts/qemugdb/aio.py
/qemu/scripts/qemugdb/coroutine.py
/qemu/scripts/qemugdb/mtree.py
/qemu/scripts/qemugdb/tcg.py
/qemu/scripts/qemugdb/timers.py
/qemu/scripts/qmp/qmp
/qemu/scripts/qmp/qmp-shell
/qemu/scripts/qmp/qom-fuse
/qemu/scripts/qmp/qom-get
/qemu/scripts/qmp/qom-list
/qemu/scripts/qmp/qom-set
/qemu/scripts/qmp/qom-tree
/qemu/scripts/simplebench/bench-example.py
/qemu/scripts/simplebench/bench_block_job.py
/qemu/scripts/simplebench/simplebench.py
/qemu/scripts/update-mips-syscall-args.sh
/qemu/scripts/update-syscalltbl.sh
/qemu/scsi/pr-manager-helper.c
/qemu/scsi/qemu-pr-helper.c
/qemu/slirp
/qemu/softmmu/vl.c
/qemu/stubs/Makefile.objs
/qemu/stubs/ramfb.c
/qemu/stubs/win32-kbd-hook.c
/qemu/target/alpha/cpu-param.h
/qemu/target/alpha/cpu-qom.h
/qemu/target/alpha/cpu.h
/qemu/target/alpha/gdbstub.c
/qemu/target/arm/Makefile.objs
/qemu/target/arm/cpu-param.h
/qemu/target/arm/cpu-qom.h
/qemu/target/arm/cpu.c
/qemu/target/arm/cpu.h
/qemu/target/arm/cpu64.c
/qemu/target/arm/cpu_tcg.c
/qemu/target/arm/crypto_helper.c
/qemu/target/arm/gdbstub.c
/qemu/target/arm/gdbstub64.c
/qemu/target/arm/helper-sve.h
/qemu/target/arm/helper.c
/qemu/target/arm/helper.h
/qemu/target/arm/internals.h
/qemu/target/arm/kvm.c
/qemu/target/arm/kvm32.c
/qemu/target/arm/kvm64.c
/qemu/target/arm/monitor.c
/qemu/target/arm/neon-dp.decode
/qemu/target/arm/neon-ls.decode
/qemu/target/arm/neon-shared.decode
/qemu/target/arm/neon_helper.c
/qemu/target/arm/sve_helper.c
/qemu/target/arm/tlb_helper.c
/qemu/target/arm/translate-a64.c
/qemu/target/arm/translate-a64.h
/qemu/target/arm/translate-neon.inc.c
/qemu/target/arm/translate-sve.c
/qemu/target/arm/translate-vfp.inc.c
/qemu/target/arm/translate.c
/qemu/target/arm/translate.h
/qemu/target/arm/vec_helper.c
/qemu/target/arm/vec_internal.h
/qemu/target/arm/vfp_helper.c
/qemu/target/cris/cpu-qom.h
/qemu/target/cris/cpu.c
/qemu/target/cris/cpu.h
/qemu/target/cris/gdbstub.c
/qemu/target/hppa/cpu-qom.h
/qemu/target/hppa/cpu.h
/qemu/target/hppa/gdbstub.c
/qemu/target/hppa/op_helper.c
/qemu/target/i386/cpu-qom.h
/qemu/target/i386/cpu.c
/qemu/target/i386/cpu.h
/qemu/target/i386/fpu_helper.c
/qemu/target/i386/gdbstub.c
/qemu/target/i386/hax-windows.c
/qemu/target/i386/hvf/vmx.h
/qemu/target/i386/kvm.c
/qemu/target/i386/ops_sse.h
/qemu/target/i386/sev.c
/qemu/target/i386/translate.c
/qemu/target/lm32/cpu-qom.h
/qemu/target/lm32/cpu.c
/qemu/target/lm32/cpu.h
/qemu/target/lm32/gdbstub.c
/qemu/target/m68k/cpu-qom.h
/qemu/target/m68k/cpu.c
/qemu/target/m68k/cpu.h
/qemu/target/m68k/fpu_helper.c
/qemu/target/m68k/gdbstub.c
/qemu/target/m68k/helper.c
/qemu/target/m68k/helper.h
/qemu/target/m68k/softfloat.c
/qemu/target/m68k/translate.c
/qemu/target/microblaze/cpu-qom.h
/qemu/target/microblaze/cpu.c
/qemu/target/microblaze/cpu.h
/qemu/target/microblaze/gdbstub.c
/qemu/target/microblaze/op_helper.c
/qemu/target/microblaze/translate.c
/qemu/target/mips/cpu-param.h
/qemu/target/mips/cpu-qom.h
/qemu/target/mips/cpu.c
/qemu/target/mips/gdbstub.c
/qemu/target/mips/internal.h
/qemu/target/mips/kvm.c
/qemu/target/mips/machine.c
/qemu/target/mips/msa_helper.c
/qemu/target/mips/translate.c
/qemu/target/moxie/cpu.c
/qemu/target/moxie/cpu.h
/qemu/target/nios2/cpu.c
/qemu/target/nios2/cpu.h
/qemu/target/openrisc/cpu.c
/qemu/target/openrisc/cpu.h
/qemu/target/openrisc/fpu_helper.c
/qemu/target/openrisc/gdbstub.c
/qemu/target/ppc/compat.c
/qemu/target/ppc/cpu-qom.h
/qemu/target/ppc/cpu.h
/qemu/target/ppc/excp_helper.c
/qemu/target/ppc/gdbstub.c
/qemu/target/ppc/helper.h
/qemu/target/ppc/int_helper.c
/qemu/target/ppc/kvm.c
/qemu/target/ppc/kvm_ppc.h
/qemu/target/ppc/mmu-hash64.c
/qemu/target/ppc/mmu-radix64.c
/qemu/target/ppc/mmu-radix64.h
/qemu/target/ppc/mmu_helper.c
/qemu/target/ppc/timebase_helper.c
/qemu/target/ppc/translate.c
/qemu/target/ppc/translate/vmx-impl.inc.c
/qemu/target/ppc/translate/vsx-impl.inc.c
/qemu/target/ppc/translate_init.inc.c
/qemu/target/riscv/cpu.c
/qemu/target/riscv/cpu.h
/qemu/target/riscv/cpu_helper.c
/qemu/target/riscv/csr.c
/qemu/target/riscv/gdbstub.c
/qemu/target/riscv/insn_trans/trans_privileged.inc.c
/qemu/target/riscv/monitor.c
/qemu/target/riscv/op_helper.c
/qemu/target/rx/Makefile.objs
/qemu/target/rx/cpu-param.h
/qemu/target/rx/cpu-qom.h
/qemu/target/rx/cpu.c
/qemu/target/rx/cpu.h
/qemu/target/rx/disas.c
/qemu/target/rx/gdbstub.c
/qemu/target/rx/helper.c
/qemu/target/rx/helper.h
/qemu/target/rx/insns.decode
/qemu/target/rx/op_helper.c
/qemu/target/rx/translate.c
/qemu/target/s390x/cpu-qom.h
/qemu/target/s390x/cpu.c
/qemu/target/s390x/cpu.h
/qemu/target/s390x/cpu_features_def.inc.h
/qemu/target/s390x/cpu_models.c
/qemu/target/s390x/diag.c
/qemu/target/s390x/fpu_helper.c
/qemu/target/s390x/gdbstub.c
/qemu/target/s390x/gen-features.c
/qemu/target/s390x/helper.c
/qemu/target/s390x/helper.h
/qemu/target/s390x/insn-data.def
/qemu/target/s390x/internal.h
/qemu/target/s390x/ioinst.c
/qemu/target/s390x/kvm-stub.c
/qemu/target/s390x/kvm.c
/qemu/target/s390x/kvm_s390x.h
/qemu/target/s390x/mmu_helper.c
/qemu/target/s390x/translate_vx.inc.c
/qemu/target/s390x/vec_fpu_helper.c
/qemu/target/s390x/vec_int_helper.c
/qemu/target/sh4/cpu-qom.h
/qemu/target/sh4/cpu.c
/qemu/target/sh4/cpu.h
/qemu/target/sh4/gdbstub.c
/qemu/target/sparc/cpu-qom.h
/qemu/target/sparc/cpu.c
/qemu/target/sparc/cpu.h
/qemu/target/sparc/fop_helper.c
/qemu/target/sparc/gdbstub.c
/qemu/target/sparc/int32_helper.c
/qemu/target/tilegx/cpu.c
/qemu/target/tilegx/cpu.h
/qemu/target/tricore/Makefile.objs
/qemu/target/tricore/cpu-qom.h
/qemu/target/tricore/cpu.c
/qemu/target/tricore/cpu.h
/qemu/target/tricore/gdbstub.c
/qemu/target/tricore/helper.c
/qemu/target/tricore/translate.c
/qemu/target/unicore32/ucf64_helper.c
/qemu/target/xtensa/cpu-qom.h
/qemu/target/xtensa/cpu.c
/qemu/target/xtensa/cpu.h
/qemu/target/xtensa/fpu_helper.c
/qemu/target/xtensa/gdbstub.c
/qemu/target/xtensa/helper.c
/qemu/target/xtensa/translate.c
/qemu/tcg/README
/qemu/tcg/aarch64/tcg-target.h
/qemu/tcg/aarch64/tcg-target.inc.c
/qemu/tcg/aarch64/tcg-target.opc.h
/qemu/tcg/i386/tcg-target.h
/qemu/tcg/i386/tcg-target.inc.c
/qemu/tcg/mips/tcg-target.inc.c
/qemu/tcg/ppc/tcg-target.h
/qemu/tcg/ppc/tcg-target.inc.c
/qemu/tcg/ppc/tcg-target.opc.h
/qemu/tcg/tcg-op-gvec.c
/qemu/tcg/tcg-op-vec.c
/qemu/tcg/tcg-op.c
/qemu/tcg/tcg.c
/qemu/tests/.gitignore
/qemu/tests/Makefile.include
/qemu/tests/acceptance/avocado_qemu/__init__.py
/qemu/tests/acceptance/boot_linux.py
/qemu/tests/acceptance/boot_linux_console.py
/qemu/tests/acceptance/machine_arm_canona1100.py
/qemu/tests/acceptance/machine_sparc_leon3.py
/qemu/tests/acceptance/migration.py
/qemu/tests/acceptance/ppc_prep_40p.py
/qemu/tests/benchmark-crypto-hash.c
/qemu/tests/check-qlist.c
/qemu/tests/check-qom-proplist.c
/qemu/tests/data/acpi/pc/DSDT
/qemu/tests/data/acpi/pc/DSDT.acpihmat
/qemu/tests/data/acpi/pc/DSDT.bridge
/qemu/tests/data/acpi/pc/DSDT.cphp
/qemu/tests/data/acpi/pc/DSDT.dimmpxm
/qemu/tests/data/acpi/pc/DSDT.ipmikcs
/qemu/tests/data/acpi/pc/DSDT.memhp
/qemu/tests/data/acpi/pc/DSDT.numamem
/qemu/tests/data/acpi/pc/SSDT.dimmpxm
/qemu/tests/data/acpi/pc/WAET
/qemu/tests/data/acpi/q35/DSDT
/qemu/tests/data/acpi/q35/DSDT.acpihmat
/qemu/tests/data/acpi/q35/DSDT.bridge
/qemu/tests/data/acpi/q35/DSDT.cphp
/qemu/tests/data/acpi/q35/DSDT.dimmpxm
/qemu/tests/data/acpi/q35/DSDT.ipmibt
/qemu/tests/data/acpi/q35/DSDT.memhp
/qemu/tests/data/acpi/q35/DSDT.mmio64
/qemu/tests/data/acpi/q35/DSDT.numamem
/qemu/tests/data/acpi/q35/SSDT.dimmpxm
/qemu/tests/data/acpi/q35/WAET
/qemu/tests/data/acpi/virt/DSDT.memhp
/qemu/tests/data/acpi/virt/NFIT.memhp
/qemu/tests/data/acpi/virt/SSDT.memhp
/qemu/tests/docker/Makefile.include
/qemu/tests/docker/docker.py
/qemu/tests/docker/dockerfiles/centos7.docker
/qemu/tests/docker/dockerfiles/centos8.docker
/qemu/tests/docker/dockerfiles/debian-amd64.docker
/qemu/tests/docker/dockerfiles/debian-arm64-test-cross.docker
/qemu/tests/docker/dockerfiles/debian-win32-cross.docker
/qemu/tests/docker/dockerfiles/debian10.docker
/qemu/tests/docker/dockerfiles/debian11.docker
/qemu/tests/docker/dockerfiles/debian9.docker
/qemu/tests/docker/dockerfiles/fedora.docker
/qemu/tests/docker/dockerfiles/travis.docker
/qemu/tests/docker/dockerfiles/ubuntu.docker
/qemu/tests/docker/dockerfiles/ubuntu1804.docker
/qemu/tests/docker/test-misc
/qemu/tests/fp/fp-test.c
/qemu/tests/guest-debug/run-test.py
/qemu/tests/migration/guestperf-batch.py
/qemu/tests/migration/guestperf-plot.py
/qemu/tests/migration/guestperf.py
/qemu/tests/qapi-schema/alternate-base.err
/qemu/tests/qapi-schema/doc-good.json
/qemu/tests/qapi-schema/doc-good.out
/qemu/tests/qapi-schema/doc-good.texi
/qemu/tests/qapi-schema/features-deprecated-type.err
/qemu/tests/qapi-schema/features-deprecated-type.json
/qemu/tests/qapi-schema/features-deprecated-type.out
/qemu/tests/qapi-schema/qapi-schema-test.json
/qemu/tests/qapi-schema/qapi-schema-test.out
/qemu/tests/qapi-schema/test-qapi.py
/qemu/tests/qemu-iotests/001
/qemu/tests/qemu-iotests/026
/qemu/tests/qemu-iotests/026.out
/qemu/tests/qemu-iotests/026.out.nocache
/qemu/tests/qemu-iotests/030
/qemu/tests/qemu-iotests/031.out
/qemu/tests/qemu-iotests/036
/qemu/tests/qemu-iotests/036.out
/qemu/tests/qemu-iotests/041
/qemu/tests/qemu-iotests/041.out
/qemu/tests/qemu-iotests/046
/qemu/tests/qemu-iotests/046.out
/qemu/tests/qemu-iotests/049.out
/qemu/tests/qemu-iotests/052
/qemu/tests/qemu-iotests/055
/qemu/tests/qemu-iotests/055.out
/qemu/tests/qemu-iotests/059
/qemu/tests/qemu-iotests/060
/qemu/tests/qemu-iotests/060.out
/qemu/tests/qemu-iotests/061
/qemu/tests/qemu-iotests/061.out
/qemu/tests/qemu-iotests/065
/qemu/tests/qemu-iotests/080
/qemu/tests/qemu-iotests/082
/qemu/tests/qemu-iotests/082.out
/qemu/tests/qemu-iotests/085
/qemu/tests/qemu-iotests/085.out
/qemu/tests/qemu-iotests/087
/qemu/tests/qemu-iotests/091
/qemu/tests/qemu-iotests/098.out
/qemu/tests/qemu-iotests/109
/qemu/tests/qemu-iotests/109.out
/qemu/tests/qemu-iotests/113
/qemu/tests/qemu-iotests/134
/qemu/tests/qemu-iotests/138
/qemu/tests/qemu-iotests/138.out
/qemu/tests/qemu-iotests/143
/qemu/tests/qemu-iotests/143.out
/qemu/tests/qemu-iotests/144.out
/qemu/tests/qemu-iotests/148
/qemu/tests/qemu-iotests/149
/qemu/tests/qemu-iotests/153
/qemu/tests/qemu-iotests/153.out
/qemu/tests/qemu-iotests/155
/qemu/tests/qemu-iotests/177
/qemu/tests/qemu-iotests/178.out.qcow2
/qemu/tests/qemu-iotests/178.out.raw
/qemu/tests/qemu-iotests/182.out
/qemu/tests/qemu-iotests/185.out
/qemu/tests/qemu-iotests/188
/qemu/tests/qemu-iotests/190
/qemu/tests/qemu-iotests/190.out
/qemu/tests/qemu-iotests/194
/qemu/tests/qemu-iotests/194.out
/qemu/tests/qemu-iotests/198.out
/qemu/tests/qemu-iotests/202
/qemu/tests/qemu-iotests/203
/qemu/tests/qemu-iotests/206
/qemu/tests/qemu-iotests/206.out
/qemu/tests/qemu-iotests/207
/qemu/tests/qemu-iotests/208
/qemu/tests/qemu-iotests/209
/qemu/tests/qemu-iotests/210
/qemu/tests/qemu-iotests/211
/qemu/tests/qemu-iotests/212
/qemu/tests/qemu-iotests/213
/qemu/tests/qemu-iotests/216
/qemu/tests/qemu-iotests/218
/qemu/tests/qemu-iotests/219
/qemu/tests/qemu-iotests/222
/qemu/tests/qemu-iotests/223
/qemu/tests/qemu-iotests/223.out
/qemu/tests/qemu-iotests/224
/qemu/tests/qemu-iotests/228
/qemu/tests/qemu-iotests/229
/qemu/tests/qemu-iotests/229.out
/qemu/tests/qemu-iotests/234
/qemu/tests/qemu-iotests/235
/qemu/tests/qemu-iotests/236
/qemu/tests/qemu-iotests/237
/qemu/tests/qemu-iotests/238
/qemu/tests/qemu-iotests/242
/qemu/tests/qemu-iotests/242.out
/qemu/tests/qemu-iotests/244
/qemu/tests/qemu-iotests/244.out
/qemu/tests/qemu-iotests/245
/qemu/tests/qemu-iotests/245.out
/qemu/tests/qemu-iotests/246
/qemu/tests/qemu-iotests/248
/qemu/tests/qemu-iotests/254
/qemu/tests/qemu-iotests/255
/qemu/tests/qemu-iotests/255.out
/qemu/tests/qemu-iotests/256
/qemu/tests/qemu-iotests/258
/qemu/tests/qemu-iotests/260
/qemu/tests/qemu-iotests/262
/qemu/tests/qemu-iotests/264
/qemu/tests/qemu-iotests/274
/qemu/tests/qemu-iotests/274.out
/qemu/tests/qemu-iotests/277
/qemu/tests/qemu-iotests/279
/qemu/tests/qemu-iotests/280
/qemu/tests/qemu-iotests/280.out
/qemu/tests/qemu-iotests/283
/qemu/tests/qemu-iotests/283.out
/qemu/tests/qemu-iotests/287
/qemu/tests/qemu-iotests/287.out
/qemu/tests/qemu-iotests/289
/qemu/tests/qemu-iotests/289.out
/qemu/tests/qemu-iotests/290
/qemu/tests/qemu-iotests/290.out
/qemu/tests/qemu-iotests/291
/qemu/tests/qemu-iotests/291.out
/qemu/tests/qemu-iotests/292
/qemu/tests/qemu-iotests/292.out
/qemu/tests/qemu-iotests/297
/qemu/tests/qemu-iotests/297.out
/qemu/tests/qemu-iotests/check
/qemu/tests/qemu-iotests/common.filter
/qemu/tests/qemu-iotests/common.pattern
/qemu/tests/qemu-iotests/common.rc
/qemu/tests/qemu-iotests/group
/qemu/tests/qemu-iotests/iotests.py
/qemu/tests/qemu-iotests/nbd-fault-injector.py
/qemu/tests/qemu-iotests/pylintrc
/qemu/tests/qtest/Makefile.include
/qemu/tests/qtest/bios-tables-test.c
/qemu/tests/qtest/device-introspect-test.c
/qemu/tests/qtest/endianness-test.c
/qemu/tests/qtest/fuzz/Makefile.include
/qemu/tests/qtest/fuzz/fork_fuzz.ld
/qemu/tests/qtest/fuzz/fuzz.c
/qemu/tests/qtest/fuzz/i440fx_fuzz.c
/qemu/tests/qtest/fuzz/qos_fuzz.c
/qemu/tests/qtest/fuzz/virtio_net_fuzz.c
/qemu/tests/qtest/fuzz/virtio_scsi_fuzz.c
/qemu/tests/qtest/hd-geo-test.c
/qemu/tests/qtest/libqos/libqos-spapr.h
/qemu/tests/qtest/libqos/qos_external.c
/qemu/tests/qtest/libqos/qos_external.h
/qemu/tests/qtest/machine-none-test.c
/qemu/tests/qtest/migration-test.c
/qemu/tests/qtest/numa-test.c
/qemu/tests/qtest/qom-test.c
/qemu/tests/qtest/qos-test.c
/qemu/tests/qtest/test-hmp.c
/qemu/tests/qtest/tulip-test.c
/qemu/tests/requirements.txt
/qemu/tests/tcg/aarch64/Makefile.softmmu-target
/qemu/tests/tcg/aarch64/Makefile.target
/qemu/tests/tcg/aarch64/gdbstub/test-sve-ioctl.py
/qemu/tests/tcg/aarch64/gdbstub/test-sve.py
/qemu/tests/tcg/aarch64/sve-ioctls.c
/qemu/tests/tcg/aarch64/sysregs.c
/qemu/tests/tcg/configure.sh
/qemu/tests/tcg/cris/Makefile.target
/qemu/tests/tcg/i386/test-i386-pseudo-denormal.c
/qemu/tests/tcg/i386/test-i386-snan-convert.c
/qemu/tests/tcg/multiarch/Makefile.target
/qemu/tests/tcg/multiarch/gdbstub/sha1.py
/qemu/tests/tcg/multiarch/threadcount.c
/qemu/tests/tcg/x86_64/system/boot.S
/qemu/tests/test-bdrv-drain.c
/qemu/tests/test-bdrv-graph-mod.c
/qemu/tests/test-block-iothread.c
/qemu/tests/test-blockjob.c
/qemu/tests/test-logging.c
/qemu/tests/test-qdev-global-props.c
/qemu/tests/test-qemu-opts.c
/qemu/tests/test-qmp-cmds.c
/qemu/tests/test-qmp-event.c
/qemu/tests/test-qobject-output-visitor.c
/qemu/tests/test-string-output-visitor.c
/qemu/tests/test-util-sockets.c
/qemu/tests/test-x86-cpuid.c
/qemu/tests/vm/Makefile.include
/qemu/tests/vm/basevm.py
/qemu/tests/vm/fedora
/qemu/tests/vm/freebsd
/qemu/tests/vm/netbsd
/qemu/tests/vm/openbsd
/qemu/tests/vm/ubuntu.i386
/qemu/tools/virtiofsd/fuse_lowlevel.h
/qemu/tools/virtiofsd/helper.c
/qemu/tools/virtiofsd/passthrough_ll.c
/qemu/ui/Makefile.objs
/qemu/ui/console.c
/qemu/ui/gtk.c
/qemu/ui/input-barrier.c
/qemu/ui/input-linux.c
/qemu/ui/sdl2-input.c
/qemu/ui/sdl2.c
/qemu/ui/spice-display.c
/qemu/ui/trace-events
/qemu/ui/vnc.c
/qemu/ui/win32-kbd-hook.c
/qemu/util/Makefile.objs
/qemu/util/aio-posix.c
/qemu/util/aio-win32.c
/qemu/util/async.c
/qemu/util/bufferiszero.c
/qemu/util/fdmon-io_uring.c
/qemu/util/log.c
/qemu/util/module.c
/qemu/util/oslib-posix.c
/qemu/util/qemu-option.c
/qemu/util/qemu-sockets.c
/qemu/util/qemu-timer.c
/qemu/util/rcu.c
/qemu/util/selfmap.c
/qemu/util/systemd.c
/qemu/util/thread-pool.c
/qemu/util/vfio-helpers.c
dacbb6eb05-Feb-2020 Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>

nbd/server: use bdrv_dirty_bitmap_next_dirty_area

Use bdrv_dirty_bitmap_next_dirty_area for bitmap_to_extents. Since
bdrv_dirty_bitmap_next_dirty_area is very accurate in its interface,
we'll never

nbd/server: use bdrv_dirty_bitmap_next_dirty_area

Use bdrv_dirty_bitmap_next_dirty_area for bitmap_to_extents. Since
bdrv_dirty_bitmap_next_dirty_area is very accurate in its interface,
we'll never exceed requested region with last chunk. So, we don't need
dont_fragment, and bitmap_to_extents() interface becomes clean enough
to not require any comment.

Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-id: 20200205112041.6003-10-vsementsov@virtuozzo.com
Signed-off-by: John Snow <jsnow@redhat.com>

show more ...

89cbc7e305-Feb-2020 Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>

nbd/server: introduce NBDExtentArray

Introduce NBDExtentArray class, to handle extents list creation in more
controlled way and with fewer OUT parameters in functions.

Signed-off-by: Vladimir Semen

nbd/server: introduce NBDExtentArray

Introduce NBDExtentArray class, to handle extents list creation in more
controlled way and with fewer OUT parameters in functions.

Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-id: 20200205112041.6003-9-vsementsov@virtuozzo.com
Signed-off-by: John Snow <jsnow@redhat.com>

show more ...

642700fd05-Feb-2020 Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>

block/dirty-bitmap: switch _next_dirty_area and _next_zero to int64_t

We are going to introduce bdrv_dirty_bitmap_next_dirty so that same
variable may be used to store its return value and to be its

block/dirty-bitmap: switch _next_dirty_area and _next_zero to int64_t

We are going to introduce bdrv_dirty_bitmap_next_dirty so that same
variable may be used to store its return value and to be its parameter,
so it would int64_t.

Similarly, we are going to refactor hbitmap_next_dirty_area to use
hbitmap_next_dirty together with hbitmap_next_zero, therefore we want
hbitmap_next_zero parameter type to be int64_t too.

So, for convenience update all parameters of *_next_zero and
*_next_dirty_area to be int64_t.

Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Message-id: 20200205112041.6003-6-vsementsov@virtuozzo.com
Signed-off-by: John Snow <jsnow@redhat.com>

show more ...


/qemu/.gitignore
/qemu/.gitlab-ci-opensbi.yml
/qemu/.gitlab-ci.d/opensbi/Dockerfile
/qemu/.gitlab-ci.yml
/qemu/.mailmap
/qemu/.travis.yml
/qemu/MAINTAINERS
/qemu/Makefile
/qemu/Makefile.objs
/qemu/Makefile.target
/qemu/accel/tcg/cpu-exec.c
/qemu/accel/tcg/translate-all.c
/qemu/audio/mixeng.c
/qemu/audio/mixeng_template.h
/qemu/block.c
/qemu/block/Makefile.objs
/qemu/block/backup-top.c
/qemu/block/backup.c
/qemu/block/block-copy.c
/qemu/block/crypto.c
/qemu/block/curl.c
/qemu/block/dirty-bitmap.c
/qemu/block/file-posix.c
/qemu/block/io.c
/qemu/block/linux-aio.c
/qemu/block/monitor/Makefile.objs
/qemu/block/monitor/block-hmp-cmds.c
/qemu/block/nbd.c
/qemu/block/qapi-sysemu.c
/qemu/block/qcow2-cluster.c
/qemu/block/qcow2-threads.c
/qemu/block/qcow2.c
/qemu/block/rbd.c
/qemu/block/replication.c
/qemu/block/stream.c
/qemu/block/trace-events
/qemu/block/vmdk.c
/qemu/blockdev-nbd.c
/qemu/blockdev.c
/qemu/blockjob.c
/qemu/bsd-user/qemu.h
/qemu/chardev/char-pipe.c
/qemu/chardev/char-win.c
/qemu/chardev/char.c
/qemu/configure
/qemu/contrib/libvhost-user/libvhost-user-glib.c
/qemu/contrib/libvhost-user/libvhost-user-glib.h
/qemu/contrib/libvhost-user/libvhost-user.c
/qemu/contrib/libvhost-user/libvhost-user.h
/qemu/contrib/vhost-user-gpu/Makefile.objs
/qemu/contrib/vhost-user-gpu/vhost-user-gpu.c
/qemu/contrib/vhost-user-input/main.c
/qemu/cpus.c
/qemu/crypto/block.c
/qemu/default-configs/arm-softmmu.mak
/qemu/default-configs/i386-softmmu.mak
/qemu/docs/COLO-FT.txt
/qemu/docs/block-replication.txt
/qemu/docs/can.txt
/qemu/docs/conf.py
/qemu/docs/defs.rst.inc
/qemu/docs/devel/atomics.txt
/qemu/docs/devel/index.rst
/qemu/docs/devel/kconfig.rst
/qemu/docs/devel/loads-stores.rst
/qemu/docs/devel/multi-thread-tcg.txt
/qemu/docs/devel/s390-dasd-ipl.rst
/qemu/docs/devel/tcg-plugins.rst
/qemu/docs/devel/tcg.rst
/qemu/docs/index.html.in
/qemu/docs/index.rst
/qemu/docs/interop/vhost-user.rst
/qemu/docs/qemu-option-trace.rst.inc
/qemu/docs/replay.txt
/qemu/docs/specs/acpi_cpu_hotplug.txt
/qemu/docs/specs/fw_cfg.txt
/qemu/docs/specs/ivshmem-spec.txt
/qemu/docs/specs/tpm.rst
/qemu/docs/sphinx/hxtool.py
/qemu/docs/system/arm/cpu-features.rst
/qemu/docs/system/arm/integratorcp.rst
/qemu/docs/system/arm/musicpal.rst
/qemu/docs/system/arm/nseries.rst
/qemu/docs/system/arm/orangepi.rst
/qemu/docs/system/arm/palm.rst
/qemu/docs/system/arm/realview.rst
/qemu/docs/system/arm/stellaris.rst
/qemu/docs/system/arm/sx1.rst
/qemu/docs/system/arm/versatile.rst
/qemu/docs/system/arm/xscale.rst
/qemu/docs/system/build-platforms.rst
/qemu/docs/system/conf.py
/qemu/docs/system/cpu-models-mips.rst.inc
/qemu/docs/system/cpu-models-x86.rst.inc
/qemu/docs/system/deprecated.rst
/qemu/docs/system/device-url-syntax.rst.inc
/qemu/docs/system/gdb.rst
/qemu/docs/system/images.rst
/qemu/docs/system/index.rst
/qemu/docs/system/invocation.rst
/qemu/docs/system/ivshmem.rst
/qemu/docs/system/keys.rst
/qemu/docs/system/keys.rst.inc
/qemu/docs/system/license.rst
/qemu/docs/system/linuxboot.rst
/qemu/docs/system/managed-startup.rst
/qemu/docs/system/monitor.rst
/qemu/docs/system/mux-chardev.rst
/qemu/docs/system/mux-chardev.rst.inc
/qemu/docs/system/net.rst
/qemu/docs/system/qemu-block-drivers.rst
/qemu/docs/system/qemu-block-drivers.rst.inc
/qemu/docs/system/qemu-cpu-models.rst
/qemu/docs/system/qemu-manpage.rst
/qemu/docs/system/quickstart.rst
/qemu/docs/system/security.rst
/qemu/docs/system/target-arm.rst
/qemu/docs/system/target-i386-desc.rst.inc
/qemu/docs/system/target-i386.rst
/qemu/docs/system/target-m68k.rst
/qemu/docs/system/target-mips.rst
/qemu/docs/system/target-ppc.rst
/qemu/docs/system/target-sparc.rst
/qemu/docs/system/target-sparc64.rst
/qemu/docs/system/target-xtensa.rst
/qemu/docs/system/targets.rst
/qemu/docs/system/tls.rst
/qemu/docs/system/usb.rst
/qemu/docs/system/vfio-ap.rst
/qemu/docs/system/vnc-security.rst
/qemu/docs/user/conf.py
/qemu/docs/user/index.rst
/qemu/docs/user/main.rst
/qemu/exec.c
/qemu/fsdev/virtfs-proxy-helper.c
/qemu/gdbstub.c
/qemu/hmp-commands-info.hx
/qemu/hmp-commands.hx
/qemu/hw/9pfs/9p-proxy.c
/qemu/hw/acpi/cpu_hotplug.c
/qemu/hw/acpi/ich9.c
/qemu/hw/acpi/nvdimm.c
/qemu/hw/acpi/pcihp.c
/qemu/hw/acpi/piix4.c
/qemu/hw/alpha/alpha_sys.h
/qemu/hw/alpha/dp264.c
/qemu/hw/arm/Kconfig
/qemu/hw/arm/Makefile.objs
/qemu/hw/arm/allwinner-a10.c
/qemu/hw/arm/allwinner-h3.c
/qemu/hw/arm/cubieboard.c
/qemu/hw/arm/exynos4210.c
/qemu/hw/arm/fsl-imx25.c
/qemu/hw/arm/fsl-imx31.c
/qemu/hw/arm/fsl-imx6.c
/qemu/hw/arm/fsl-imx6ul.c
/qemu/hw/arm/gumstix.c
/qemu/hw/arm/imx25_pdk.c
/qemu/hw/arm/integratorcp.c
/qemu/hw/arm/mainstone.c
/qemu/hw/arm/msf2-soc.c
/qemu/hw/arm/musicpal.c
/qemu/hw/arm/nrf51_soc.c
/qemu/hw/arm/omap_sx1.c
/qemu/hw/arm/orangepi.c
/qemu/hw/arm/palm.c
/qemu/hw/arm/pxa2xx.c
/qemu/hw/arm/sbsa-ref.c
/qemu/hw/arm/smmu-common.c
/qemu/hw/arm/spitz.c
/qemu/hw/arm/stellaris.c
/qemu/hw/arm/stm32f205_soc.c
/qemu/hw/arm/stm32f405_soc.c
/qemu/hw/arm/strongarm.c
/qemu/hw/arm/sysbus-fdt.c
/qemu/hw/arm/tosa.c
/qemu/hw/arm/virt.c
/qemu/hw/arm/xilinx_zynq.c
/qemu/hw/arm/xlnx-versal-virt.c
/qemu/hw/arm/xlnx-versal.c
/qemu/hw/arm/xlnx-zynqmp.c
/qemu/hw/arm/z2.c
/qemu/hw/audio/fmopl.c
/qemu/hw/audio/intel-hda.c
/qemu/hw/block/dataplane/xen-block.c
/qemu/hw/block/m25p80.c
/qemu/hw/block/trace-events
/qemu/hw/block/vhost-user-blk.c
/qemu/hw/block/xen-block.c
/qemu/hw/char/sclpconsole-lm.c
/qemu/hw/char/sclpconsole.c
/qemu/hw/char/serial.c
/qemu/hw/core/loader.c
/qemu/hw/core/platform-bus.c
/qemu/hw/core/qdev-properties.c
/qemu/hw/core/qdev.c
/qemu/hw/cpu/a9mpcore.c
/qemu/hw/cpu/arm11mpcore.c
/qemu/hw/cris/axis_dev88.c
/qemu/hw/display/bochs-display.c
/qemu/hw/display/cg3.c
/qemu/hw/display/edid-generate.c
/qemu/hw/display/exynos4210_fimd.c
/qemu/hw/display/g364fb.c
/qemu/hw/display/macfb.c
/qemu/hw/display/pxa2xx_lcd.c
/qemu/hw/display/qxl.c
/qemu/hw/display/tcx.c
/qemu/hw/display/vga-pci.c
/qemu/hw/dma/i8257.c
/qemu/hw/dma/rc4030.c
/qemu/hw/dma/soc_dma.c
/qemu/hw/dma/xlnx-zdma.c
/qemu/hw/hppa/machine.c
/qemu/hw/i2c/smbus_ich9.c
/qemu/hw/i386/Kconfig
/qemu/hw/i386/acpi-build.c
/qemu/hw/i386/intel_iommu.c
/qemu/hw/i386/pc.c
/qemu/hw/i386/pc_piix.c
/qemu/hw/i386/pc_q35.c
/qemu/hw/i386/x86.c
/qemu/hw/intc/arm_gic.c
/qemu/hw/intc/arm_gic_common.c
/qemu/hw/intc/arm_gic_kvm.c
/qemu/hw/intc/armv7m_nvic.c
/qemu/hw/isa/lpc_ich9.c
/qemu/hw/lm32/lm32_boards.c
/qemu/hw/lm32/milkymist.c
/qemu/hw/m68k/bootinfo.h
/qemu/hw/m68k/mcf5208.c
/qemu/hw/m68k/q800.c
/qemu/hw/microblaze/petalogix_ml605_mmu.c
/qemu/hw/microblaze/petalogix_s3adsp1800_mmu.c
/qemu/hw/mips/mips_fulong2e.c
/qemu/hw/mips/mips_int.c
/qemu/hw/mips/mips_jazz.c
/qemu/hw/mips/mips_malta.c
/qemu/hw/mips/mips_mipssim.c
/qemu/hw/mips/mips_r4k.c
/qemu/hw/misc/Makefile.objs
/qemu/hw/misc/allwinner-cpucfg.c
/qemu/hw/misc/allwinner-h3-ccu.c
/qemu/hw/misc/allwinner-h3-dramc.c
/qemu/hw/misc/allwinner-h3-sysctrl.c
/qemu/hw/misc/allwinner-sid.c
/qemu/hw/misc/edu.c
/qemu/hw/misc/mac_via.c
/qemu/hw/misc/omap_l4.c
/qemu/hw/misc/trace-events
/qemu/hw/moxie/moxiesim.c
/qemu/hw/net/Kconfig
/qemu/hw/net/Makefile.objs
/qemu/hw/net/allwinner-sun8i-emac.c
/qemu/hw/net/cadence_gem.c
/qemu/hw/net/dp8393x.c
/qemu/hw/net/e1000.c
/qemu/hw/net/e1000e_core.c
/qemu/hw/net/imx_fec.c
/qemu/hw/net/net_rx_pkt.c
/qemu/hw/net/net_rx_pkt.h
/qemu/hw/net/trace-events
/qemu/hw/nios2/10m50_devboard.c
/qemu/hw/nvram/eeprom93xx.c
/qemu/hw/openrisc/openrisc_sim.c
/qemu/hw/pci-bridge/pcie_root_port.c
/qemu/hw/pci-bridge/xio3130_downstream.c
/qemu/hw/pci-host/i440fx.c
/qemu/hw/pci-host/prep.c
/qemu/hw/pci-host/q35.c
/qemu/hw/pci/pcie.c
/qemu/hw/pci/pcie_port.c
/qemu/hw/ppc/mac_newworld.c
/qemu/hw/ppc/mac_oldworld.c
/qemu/hw/ppc/ppc405_boards.c
/qemu/hw/ppc/spapr.c
/qemu/hw/ppc/spapr_drc.c
/qemu/hw/rdma/vmw/pvrdma_qp_ops.c
/qemu/hw/riscv/sifive_clint.c
/qemu/hw/riscv/sifive_e.c
/qemu/hw/riscv/sifive_u.c
/qemu/hw/riscv/spike.c
/qemu/hw/riscv/virt.c
/qemu/hw/rtc/Makefile.objs
/qemu/hw/rtc/allwinner-rtc.c
/qemu/hw/rtc/trace-events
/qemu/hw/rtc/twl92230.c
/qemu/hw/s390x/ipl.c
/qemu/hw/s390x/ipl.h
/qemu/hw/s390x/s390-virtio-ccw.c
/qemu/hw/s390x/virtio-ccw.c
/qemu/hw/scsi/scsi-disk.c
/qemu/hw/sd/Makefile.objs
/qemu/hw/sd/allwinner-sdhost.c
/qemu/hw/sd/trace-events
/qemu/hw/sh4/shix.c
/qemu/hw/sparc/leon3.c
/qemu/hw/sparc/sun4m.c
/qemu/hw/sparc64/sun4u.c
/qemu/hw/ssi/aspeed_smc.c
/qemu/hw/ssi/trace-events
/qemu/hw/timer/cadence_ttc.c
/qemu/hw/timer/hpet.c
/qemu/hw/tpm/Kconfig
/qemu/hw/tpm/Makefile.objs
/qemu/hw/tpm/tpm_tis.h
/qemu/hw/tpm/tpm_tis_common.c
/qemu/hw/tpm/tpm_tis_isa.c
/qemu/hw/tpm/tpm_tis_sysbus.c
/qemu/hw/tricore/tricore_testboard.c
/qemu/hw/unicore32/puv3.c
/qemu/hw/usb/Kconfig
/qemu/hw/usb/Makefile.objs
/qemu/hw/usb/dev-network.c
/qemu/hw/usb/dev-serial.c
/qemu/hw/usb/dev-smartcard-reader.c
/qemu/hw/usb/dev-storage.c
/qemu/hw/usb/hcd-ehci-sysbus.c
/qemu/hw/usb/hcd-ehci.c
/qemu/hw/usb/hcd-ehci.h
/qemu/hw/usb/imx-usb-phy.c
/qemu/hw/usb/quirks.c
/qemu/hw/usb/quirks.h
/qemu/hw/virtio/Kconfig
/qemu/hw/virtio/Makefile.objs
/qemu/hw/virtio/trace-events
/qemu/hw/virtio/vhost-user-fs.c
/qemu/hw/virtio/vhost-user.c
/qemu/hw/virtio/vhost-vsock.c
/qemu/hw/virtio/vhost.c
/qemu/hw/virtio/virtio-crypto.c
/qemu/hw/virtio/virtio-iommu-pci.c
/qemu/hw/virtio/virtio-iommu.c
/qemu/hw/virtio/virtio-pmem.c
/qemu/hw/virtio/virtio.c
/qemu/hw/xen/xen-bus.c
/qemu/hw/xen/xen_pt.h
/qemu/hw/xen/xen_pt_load_rom.c
/qemu/include/block/aio.h
/qemu/include/block/block-copy.h
/qemu/include/block/block-hmp-cmds.h
/qemu/include/block/block.h
/qemu/include/block/block_int.h
/qemu/include/block/dirty-bitmap.h
/qemu/include/block/nbd.h
/qemu/include/crypto/block.h
/qemu/include/hw/acpi/acpi-defs.h
/qemu/include/hw/arm/allwinner-a10.h
/qemu/include/hw/arm/allwinner-h3.h
/qemu/include/hw/arm/fsl-imx25.h
/qemu/include/hw/arm/fsl-imx6.h
/qemu/include/hw/arm/fsl-imx6ul.h
/qemu/include/hw/arm/smmu-common.h
/qemu/include/hw/arm/virt.h
/qemu/include/hw/arm/xlnx-versal.h
/qemu/include/hw/boards.h
/qemu/include/hw/i386/ich9.h
/qemu/include/hw/i386/intel_iommu.h
/qemu/include/hw/i386/ioapic_internal.h
/qemu/include/hw/i386/pc.h
/qemu/include/hw/intc/arm_gic.h
/qemu/include/hw/intc/arm_gic_common.h
/qemu/include/hw/misc/allwinner-cpucfg.h
/qemu/include/hw/misc/allwinner-h3-ccu.h
/qemu/include/hw/misc/allwinner-h3-dramc.h
/qemu/include/hw/misc/allwinner-h3-sysctrl.h
/qemu/include/hw/misc/allwinner-sid.h
/qemu/include/hw/net/allwinner-sun8i-emac.h
/qemu/include/hw/nmi.h
/qemu/include/hw/pci-host/q35.h
/qemu/include/hw/pci/pci.h
/qemu/include/hw/pci/pcie.h
/qemu/include/hw/pci/pcie_port.h
/qemu/include/hw/qdev-properties.h
/qemu/include/hw/riscv/sifive_clint.h
/qemu/include/hw/rtc/allwinner-rtc.h
/qemu/include/hw/s390x/event-facility.h
/qemu/include/hw/s390x/sclp.h
/qemu/include/hw/sd/allwinner-sdhost.h
/qemu/include/hw/usb/imx-usb-phy.h
/qemu/include/hw/virtio/vhost-user-blk.h
/qemu/include/hw/virtio/vhost-user-fs.h
/qemu/include/hw/virtio/virtio-iommu.h
/qemu/include/hw/xen/xen-bus.h
/qemu/include/monitor/hmp.h
/qemu/include/monitor/monitor.h
/qemu/include/net/filter.h
/qemu/include/qemu/bitops.h
/qemu/include/qemu/compiler.h
/qemu/include/qemu/cpuid.h
/qemu/include/qemu/hbitmap.h
/qemu/include/qemu/job.h
/qemu/include/qemu/lockable.h
/qemu/include/qemu/module.h
/qemu/include/qemu/progress_meter.h
/qemu/include/qemu/queue.h
/qemu/include/qom/object.h
/qemu/include/qom/object_interfaces.h
/qemu/include/standard-headers/drm/drm_fourcc.h
/qemu/include/standard-headers/linux/ethtool.h
/qemu/include/standard-headers/linux/input.h
/qemu/include/standard-headers/linux/pci_regs.h
/qemu/include/sysemu/arch_init.h
/qemu/include/sysemu/blockdev.h
/qemu/include/sysemu/cryptodev.h
/qemu/include/sysemu/sysemu.h
/qemu/include/sysemu/tpm.h
/qemu/include/sysemu/whpx.h
/qemu/include/tcg/tcg.h
/qemu/job-qmp.c
/qemu/job.c
/qemu/linux-headers/asm-arm/unistd-common.h
/qemu/linux-headers/asm-arm64/kvm.h
/qemu/linux-headers/asm-arm64/unistd.h
/qemu/linux-headers/asm-generic/mman-common.h
/qemu/linux-headers/asm-generic/unistd.h
/qemu/linux-headers/asm-mips/unistd_n32.h
/qemu/linux-headers/asm-mips/unistd_n64.h
/qemu/linux-headers/asm-mips/unistd_o32.h
/qemu/linux-headers/asm-powerpc/unistd_32.h
/qemu/linux-headers/asm-powerpc/unistd_64.h
/qemu/linux-headers/asm-s390/unistd_32.h
/qemu/linux-headers/asm-s390/unistd_64.h
/qemu/linux-headers/asm-x86/unistd_32.h
/qemu/linux-headers/asm-x86/unistd_64.h
/qemu/linux-headers/asm-x86/unistd_x32.h
/qemu/linux-headers/linux/kvm.h
/qemu/linux-user/arm/signal.c
/qemu/linux-user/elfload.c
/qemu/memory.c
/qemu/migration/Makefile.objs
/qemu/migration/block.c
/qemu/migration/colo.c
/qemu/migration/migration.c
/qemu/migration/migration.h
/qemu/migration/multifd-zlib.c
/qemu/migration/multifd-zstd.c
/qemu/migration/multifd.c
/qemu/migration/multifd.h
/qemu/migration/ram.c
/qemu/migration/ram.h
/qemu/migration/savevm.c
/qemu/migration/vmstate.c
/qemu/monitor/Makefile.objs
/qemu/monitor/hmp-cmds.c
/qemu/monitor/hmp.c
/qemu/monitor/misc.c
/qemu/monitor/monitor.c
/qemu/monitor/qmp-cmds.c
/qemu/monitor/qmp.c
server.c
/qemu/net/filter.c
/qemu/net/hub.c
/qemu/net/hub.h
/qemu/net/queue.c
/qemu/net/slirp.c
/qemu/pc-bios/opensbi-riscv32-sifive_u-fw_jump.bin
/qemu/pc-bios/opensbi-riscv32-virt-fw_jump.bin
/qemu/pc-bios/opensbi-riscv64-sifive_u-fw_jump.bin
/qemu/pc-bios/opensbi-riscv64-virt-fw_jump.bin
/qemu/pc-bios/optionrom/pvh_main.c
/qemu/pc-bios/s390-ccw.img
/qemu/pc-bios/s390-ccw/bootmap.h
/qemu/pc-bios/s390-ccw/jump2ipl.c
/qemu/pc-bios/s390-ccw/main.c
/qemu/pc-bios/s390-ccw/netmain.c
/qemu/pc-bios/s390-ccw/s390-arch.h
/qemu/pc-bios/s390-ccw/s390-ccw.h
/qemu/pc-bios/s390-ccw/sclp.h
/qemu/plugins/core.c
/qemu/plugins/loader.c
/qemu/qapi/Makefile.objs
/qemu/qapi/audio.json
/qemu/qapi/block-core.json
/qemu/qapi/block.json
/qemu/qapi/control.json
/qemu/qapi/migration.json
/qemu/qapi/pragma.json
/qemu/qapi/qapi-schema.json
/qemu/qapi/qom.json
/qemu/qapi/transaction.json
/qemu/qdev-monitor.c
/qemu/qemu-img.c
/qemu/qemu-options.hx
/qemu/qemu-storage-daemon.c
/qemu/qemu.nsi
/qemu/qga/channel-win32.c
/qemu/qga/commands-win32.c
/qemu/qom/Makefile.objs
/qemu/qom/object.c
/qemu/qom/qom-qmp-cmds.c
/qemu/qtest.c
/qemu/roms/Makefile
/qemu/roms/opensbi
/qemu/rules.mak
/qemu/scripts/coccinelle/memory-region-housekeeping.cocci
/qemu/scripts/git.orderfile
/qemu/scripts/hxtool
/qemu/scripts/hxtool-conv.pl
/qemu/scripts/qapi/commands.py
/qemu/scripts/qapi/common.py
/qemu/scripts/qapi/error.py
/qemu/scripts/qapi/events.py
/qemu/scripts/qapi/expr.py
/qemu/scripts/qapi/gen.py
/qemu/scripts/qapi/introspect.py
/qemu/scripts/qapi/parser.py
/qemu/scripts/qapi/schema.py
/qemu/scripts/qapi/source.py
/qemu/scripts/qapi/types.py
/qemu/scripts/qapi/visit.py
/qemu/scripts/texi2pod.pl
/qemu/scsi/qemu-pr-helper.c
/qemu/softmmu/vl.c
/qemu/storage-daemon/Makefile.objs
/qemu/storage-daemon/qapi/Makefile.objs
/qemu/storage-daemon/qapi/qapi-schema.json
/qemu/stubs/Makefile.objs
/qemu/stubs/arch_type.c
/qemu/stubs/monitor-core.c
/qemu/stubs/monitor.c
/qemu/target/arm/arch_dump.c
/qemu/target/arm/cpu.c
/qemu/target/arm/cpu.h
/qemu/target/arm/cpu64.c
/qemu/target/arm/helper-a64.c
/qemu/target/arm/helper-a64.h
/qemu/target/arm/helper.c
/qemu/target/arm/helper.h
/qemu/target/arm/internals.h
/qemu/target/arm/kvm.c
/qemu/target/arm/kvm32.c
/qemu/target/arm/kvm64.c
/qemu/target/arm/kvm_arm.h
/qemu/target/arm/m_helper.c
/qemu/target/arm/machine.c
/qemu/target/arm/op_helper.c
/qemu/target/arm/translate-a64.c
/qemu/target/arm/translate-vfp.inc.c
/qemu/target/arm/translate.c
/qemu/target/arm/vfp-uncond.decode
/qemu/target/arm/vfp.decode
/qemu/target/i386/hax-posix.c
/qemu/target/i386/hax-windows.c
/qemu/target/i386/sev.c
/qemu/target/i386/whp-dispatch.h
/qemu/target/i386/whpx-all.c
/qemu/target/riscv/cpu.c
/qemu/target/riscv/cpu.h
/qemu/target/riscv/cpu_bits.h
/qemu/target/riscv/cpu_helper.c
/qemu/target/riscv/csr.c
/qemu/target/riscv/gdbstub.c
/qemu/target/riscv/insn32.decode
/qemu/target/riscv/insn_trans/trans_privileged.inc.c
/qemu/target/riscv/instmap.h
/qemu/target/riscv/op_helper.c
/qemu/target/riscv/translate.c
/qemu/target/s390x/cpu.c
/qemu/target/s390x/cpu.h
/qemu/target/s390x/diag.c
/qemu/target/s390x/helper.c
/qemu/target/s390x/ioinst.c
/qemu/target/s390x/kvm-stub.c
/qemu/target/s390x/kvm.c
/qemu/target/s390x/kvm_s390x.h
/qemu/target/s390x/translate.c
/qemu/tcg/arm/tcg-target.inc.c
/qemu/tcg/tcg-op.c
/qemu/tests/Makefile.include
/qemu/tests/acceptance/boot_linux_console.py
/qemu/tests/acceptance/machine_arm_integratorcp.py
/qemu/tests/acceptance/machine_arm_n8x0.py
/qemu/tests/acceptance/machine_mips_malta.py
/qemu/tests/data/acpi/rebuild-expected-aml.sh
/qemu/tests/docker/dockerfiles/centos7.docker
/qemu/tests/docker/dockerfiles/debian-amd64.docker
/qemu/tests/docker/dockerfiles/fedora-i386-cross.docker
/qemu/tests/docker/dockerfiles/fedora.docker
/qemu/tests/docker/dockerfiles/ubuntu.docker
/qemu/tests/docker/dockerfiles/ubuntu1804.docker
/qemu/tests/plugin/bb.c
/qemu/tests/plugin/howvec.c
/qemu/tests/plugin/insn.c
/qemu/tests/qapi-schema/test-qapi.py
/qemu/tests/qemu-iotests/026
/qemu/tests/qemu-iotests/026.out
/qemu/tests/qemu-iotests/026.out.nocache
/qemu/tests/qemu-iotests/085.out
/qemu/tests/qemu-iotests/155
/qemu/tests/qemu-iotests/155.out
/qemu/tests/qemu-iotests/178
/qemu/tests/qemu-iotests/178.out.qcow2
/qemu/tests/qemu-iotests/178.out.raw
/qemu/tests/qemu-iotests/214
/qemu/tests/qemu-iotests/245
/qemu/tests/qemu-iotests/245.out
/qemu/tests/qemu-iotests/282
/qemu/tests/qemu-iotests/282.out
/qemu/tests/qemu-iotests/288
/qemu/tests/qemu-iotests/288.out
/qemu/tests/qemu-iotests/common.rc
/qemu/tests/qemu-iotests/group
/qemu/tests/qemu-iotests/iotests.py
/qemu/tests/qtest/Makefile.include
/qemu/tests/qtest/bios-tables-test.c
/qemu/tests/qtest/fuzz/fork_fuzz.ld
/qemu/tests/qtest/fuzz/qos_fuzz.c
/qemu/tests/qtest/libqos/ahci.h
/qemu/tests/qtest/migration-test.c
/qemu/tests/qtest/tpm-crb-swtpm-test.c
/qemu/tests/qtest/tpm-crb-test.c
/qemu/tests/qtest/tpm-tests.c
/qemu/tests/qtest/tpm-tests.h
/qemu/tests/qtest/tpm-tis-device-swtpm-test.c
/qemu/tests/qtest/tpm-tis-device-test.c
/qemu/tests/qtest/tpm-tis-swtpm-test.c
/qemu/tests/qtest/tpm-tis-test.c
/qemu/tests/qtest/tpm-tis-util.c
/qemu/tests/qtest/tpm-tis-util.h
/qemu/tests/qtest/tpm-util.c
/qemu/tests/qtest/tpm-util.h
/qemu/tests/rcutorture.c
/qemu/tests/requirements.txt
/qemu/tests/tcg/Makefile.target
/qemu/tests/tcg/aarch64/Makefile.softmmu-target
/qemu/tests/tcg/aarch64/pauth-1.c
/qemu/tests/tcg/aarch64/pauth-4.c
/qemu/tests/tcg/configure.sh
/qemu/tests/test-hbitmap.c
/qemu/tests/test-rcu-list.c
/qemu/tests/test-replication.c
/qemu/tests/test-util-sockets.c
/qemu/tests/test-vmstate.c
/qemu/tests/vm/Makefile.include
/qemu/tests/vm/basevm.py
/qemu/tests/vm/centos
/qemu/tests/vm/fedora
/qemu/tests/vm/freebsd
/qemu/tests/vm/netbsd
/qemu/tests/vm/openbsd
/qemu/tests/vm/ubuntu.i386
/qemu/tools/virtiofsd/fuse_virtio.c
/qemu/tools/virtiofsd/passthrough_ll.c
/qemu/tools/virtiofsd/seccomp.c
/qemu/trace/control.c
/qemu/ui/cocoa.m
/qemu/ui/console.c
/qemu/ui/curses.c
/qemu/util/Makefile.objs
/qemu/util/aio-posix.c
/qemu/util/aio-posix.h
/qemu/util/bufferiszero.c
/qemu/util/fdmon-epoll.c
/qemu/util/fdmon-io_uring.c
/qemu/util/fdmon-poll.c
/qemu/util/hbitmap.c
/qemu/util/module.c
/qemu/util/osdep.c
/qemu/util/oslib-posix.c
/qemu/util/qemu-timer.c
/qemu/util/trace-events
73e064cc06-Feb-2020 Eric Blake <eblake@redhat.com>

nbd: Fix regression with multiple meta contexts

Detected by a hang in the libnbd testsuite. If a client requests
multiple meta contexts (both base:allocation and qemu:dirty-bitmap:x)
at the same ti

nbd: Fix regression with multiple meta contexts

Detected by a hang in the libnbd testsuite. If a client requests
multiple meta contexts (both base:allocation and qemu:dirty-bitmap:x)
at the same time, our attempt to silence a false-positive warning
about a potential uninitialized variable introduced botched logic: we
were short-circuiting the second context, and never sending the
NBD_REPLY_FLAG_DONE. Combining two 'if' into one 'if/else' in
bdf200a55 was wrong (I'm a bit embarrassed that such a change was my
initial suggestion after the v1 patch, then I did not review the v2
patch that actually got committed). Revert that, and instead silence
the false positive warning by replacing 'return ret' with 'return 0'
(the value it always has at that point in the code, even though it
eluded the deduction abilities of the robot that reported the false
positive).

Fixes: bdf200a5535
Signed-off-by: Eric Blake <eblake@redhat.com>
Message-Id: <20200206173832.130004-1-eblake@redhat.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>

show more ...


/qemu/.gitignore
/qemu/.gitlab-ci-edk2.yml
/qemu/.gitlab-ci.d/edk2/Dockerfile
/qemu/.gitlab-ci.yml
/qemu/.gitmodules
/qemu/.mailmap
/qemu/.readthedocs.yml
/qemu/.shippable.yml
/qemu/.travis.yml
/qemu/MAINTAINERS
/qemu/Makefile
/qemu/Makefile.objs
/qemu/Makefile.target
/qemu/accel/accel.c
/qemu/accel/kvm/kvm-all.c
/qemu/accel/tcg/atomic_template.h
/qemu/accel/tcg/cpu-exec.c
/qemu/accel/tcg/cputlb.c
/qemu/accel/tcg/tcg-all.c
/qemu/accel/tcg/tcg-runtime-gvec.c
/qemu/accel/tcg/tcg-runtime.c
/qemu/accel/tcg/translate-all.c
/qemu/accel/tcg/user-exec.c
/qemu/audio/alsaaudio.c
/qemu/audio/audio.c
/qemu/audio/audio_int.h
/qemu/audio/audio_template.h
/qemu/audio/coreaudio.c
/qemu/audio/dsound_template.h
/qemu/audio/dsoundaudio.c
/qemu/audio/mixeng.c
/qemu/audio/mixeng.h
/qemu/audio/noaudio.c
/qemu/audio/ossaudio.c
/qemu/audio/paaudio.c
/qemu/audio/sdlaudio.c
/qemu/audio/wavaudio.c
/qemu/authz/listfile.c
/qemu/backends/cryptodev-vhost-user.c
/qemu/backends/dbus-vmstate.c
/qemu/backends/hostmem-file.c
/qemu/backends/hostmem-memfd.c
/qemu/backends/hostmem-ram.c
/qemu/backends/hostmem.c
/qemu/block.c
/qemu/block/Makefile.objs
/qemu/block/backup-top.c
/qemu/block/backup.c
/qemu/block/blkverify.c
/qemu/block/commit.c
/qemu/block/copy-on-read.c
/qemu/block/file-posix.c
/qemu/block/filter-compress.c
/qemu/block/io.c
/qemu/block/io_uring.c
/qemu/block/iscsi.c
/qemu/block/linux-aio.c
/qemu/block/mirror.c
/qemu/block/nbd.c
/qemu/block/qapi.c
/qemu/block/qcow2-bitmap.c
/qemu/block/qcow2-cluster.c
/qemu/block/qcow2-refcount.c
/qemu/block/qcow2-snapshot.c
/qemu/block/qcow2-threads.c
/qemu/block/qcow2.c
/qemu/block/quorum.c
/qemu/block/replication.c
/qemu/block/throttle.c
/qemu/block/trace-events
/qemu/block/vvfat.c
/qemu/blockdev-nbd.c
/qemu/blockdev.c
/qemu/bsd-user/main.c
/qemu/bsd-user/syscall.c
/qemu/chardev/char-mux.c
/qemu/chardev/char.c
/qemu/chardev/spice.c
/qemu/configure
/qemu/contrib/libvhost-user/libvhost-user.c
/qemu/contrib/libvhost-user/libvhost-user.h
/qemu/contrib/rdmacm-mux/main.c
/qemu/cpus.c
/qemu/default-configs/arm-softmmu.mak
/qemu/default-configs/ppc-softmmu.mak
/qemu/default-configs/ppc64-softmmu.mak
/qemu/disas/mips.c
/qemu/dma-helpers.c
/qemu/docs/arm-cpu-features.rst
/qemu/docs/conf.py
/qemu/docs/devel/fuzzing.txt
/qemu/docs/devel/index.rst
/qemu/docs/devel/loads-stores.rst
/qemu/docs/devel/qapi-code-gen.txt
/qemu/docs/devel/reset.rst
/qemu/docs/devel/stable-process.rst
/qemu/docs/devel/testing.rst
/qemu/docs/devel/tracing.txt
/qemu/docs/index.html.in
/qemu/docs/index.rst
/qemu/docs/interop/conf.py
/qemu/docs/interop/firmware.json
/qemu/docs/interop/qcow2.txt
/qemu/docs/interop/vhost-user.json
/qemu/docs/qemu-option-trace.rst.inc
/qemu/docs/replay.txt
/qemu/docs/specs/acpi_cpu_hotplug.txt
/qemu/docs/specs/index.rst
/qemu/docs/specs/pvpanic.txt
/qemu/docs/specs/tpm.rst
/qemu/docs/sphinx/hxtool.py
/qemu/docs/system/conf.py
/qemu/docs/system/index.rst
/qemu/docs/system/qemu-block-drivers.rst
/qemu/docs/tools/conf.py
/qemu/docs/tools/index.rst
/qemu/docs/tools/qemu-img.rst
/qemu/docs/tools/qemu-nbd.rst
/qemu/docs/tools/qemu-trace-stap.rst
/qemu/docs/tools/virtfs-proxy-helper.rst
/qemu/docs/tools/virtiofsd.rst
/qemu/exec.c
/qemu/fsdev/virtfs-proxy-helper.c
/qemu/gdbstub.c
/qemu/hw/9pfs/9p-local.c
/qemu/hw/9pfs/9p-synth.c
/qemu/hw/9pfs/9p-synth.h
/qemu/hw/9pfs/9p.c
/qemu/hw/9pfs/9p.h
/qemu/hw/9pfs/virtio-9p-device.c
/qemu/hw/9pfs/xen-9p-backend.c
/qemu/hw/acpi/cpu.c
/qemu/hw/acpi/generic_event_device.c
/qemu/hw/acpi/nvdimm.c
/qemu/hw/acpi/piix4.c
/qemu/hw/acpi/trace-events
/qemu/hw/acpi/vmgenid.c
/qemu/hw/adc/Makefile.objs
/qemu/hw/alpha/alpha_sys.h
/qemu/hw/alpha/dp264.c
/qemu/hw/alpha/typhoon.c
/qemu/hw/arm/Kconfig
/qemu/hw/arm/Makefile.objs
/qemu/hw/arm/allwinner-a10.c
/qemu/hw/arm/armsse.c
/qemu/hw/arm/armv7m.c
/qemu/hw/arm/aspeed.c
/qemu/hw/arm/aspeed_ast2600.c
/qemu/hw/arm/aspeed_soc.c
/qemu/hw/arm/bcm2836.c
/qemu/hw/arm/boot.c
/qemu/hw/arm/collie.c
/qemu/hw/arm/cubieboard.c
/qemu/hw/arm/digic_boards.c
/qemu/hw/arm/exynos4210.c
/qemu/hw/arm/fsl-imx25.c
/qemu/hw/arm/fsl-imx6.c
/qemu/hw/arm/highbank.c
/qemu/hw/arm/imx25_pdk.c
/qemu/hw/arm/integratorcp.c
/qemu/hw/arm/kzm.c
/qemu/hw/arm/mainstone.c
/qemu/hw/arm/mcimx6ul-evk.c
/qemu/hw/arm/mcimx7d-sabre.c
/qemu/hw/arm/mps2-tz.c
/qemu/hw/arm/mps2.c
/qemu/hw/arm/msf2-soc.c
/qemu/hw/arm/musicpal.c
/qemu/hw/arm/netduinoplus2.c
/qemu/hw/arm/nrf51_soc.c
/qemu/hw/arm/nseries.c
/qemu/hw/arm/omap1.c
/qemu/hw/arm/omap2.c
/qemu/hw/arm/omap_sx1.c
/qemu/hw/arm/palm.c
/qemu/hw/arm/pxa2xx.c
/qemu/hw/arm/pxa2xx_gpio.c
/qemu/hw/arm/raspi.c
/qemu/hw/arm/sabrelite.c
/qemu/hw/arm/sbsa-ref.c
/qemu/hw/arm/smmu-common.c
/qemu/hw/arm/smmuv3.c
/qemu/hw/arm/spitz.c
/qemu/hw/arm/stellaris.c
/qemu/hw/arm/stm32f205_soc.c
/qemu/hw/arm/stm32f405_soc.c
/qemu/hw/arm/strongarm.c
/qemu/hw/arm/versatilepb.c
/qemu/hw/arm/vexpress.c
/qemu/hw/arm/virt-acpi-build.c
/qemu/hw/arm/virt.c
/qemu/hw/arm/xilinx_zynq.c
/qemu/hw/arm/xlnx-versal-virt.c
/qemu/hw/arm/xlnx-versal.c
/qemu/hw/arm/xlnx-zcu102.c
/qemu/hw/arm/xlnx-zynqmp.c
/qemu/hw/arm/z2.c
/qemu/hw/audio/ac97.c
/qemu/hw/audio/adlib.c
/qemu/hw/audio/cs4231.c
/qemu/hw/audio/cs4231a.c
/qemu/hw/audio/es1370.c
/qemu/hw/audio/gus.c
/qemu/hw/audio/hda-codec.c
/qemu/hw/audio/intel-hda.c
/qemu/hw/audio/milkymist-ac97.c
/qemu/hw/audio/pcspk.c
/qemu/hw/audio/pl041.c
/qemu/hw/audio/sb16.c
/qemu/hw/audio/wm8750.c
/qemu/hw/block/Makefile.objs
/qemu/hw/block/fdc.c
/qemu/hw/block/m25p80.c
/qemu/hw/block/nand.c
/qemu/hw/block/nvme.c
/qemu/hw/block/onenand.c
/qemu/hw/block/pflash_cfi01.c
/qemu/hw/block/pflash_cfi02.c
/qemu/hw/block/swim.c
/qemu/hw/block/vhost-user-blk.c
/qemu/hw/block/virtio-blk.c
/qemu/hw/block/xen-block.c
/qemu/hw/char/Makefile.objs
/qemu/hw/char/bcm2835_aux.c
/qemu/hw/char/cadence_uart.c
/qemu/hw/char/cmsdk-apb-uart.c
/qemu/hw/char/debugcon.c
/qemu/hw/char/digic-uart.c
/qemu/hw/char/escc.c
/qemu/hw/char/etraxfs_ser.c
/qemu/hw/char/exynos4210_uart.c
/qemu/hw/char/grlib_apbuart.c
/qemu/hw/char/imx_serial.c
/qemu/hw/char/ipoctal232.c
/qemu/hw/char/lm32_juart.c
/qemu/hw/char/lm32_uart.c
/qemu/hw/char/mcf_uart.c
/qemu/hw/char/milkymist-uart.c
/qemu/hw/char/nrf51_uart.c
/qemu/hw/char/omap_uart.c
/qemu/hw/char/parallel.c
/qemu/hw/char/pl011.c
/qemu/hw/char/sclpconsole-lm.c
/qemu/hw/char/sclpconsole.c
/qemu/hw/char/serial-isa.c
/qemu/hw/char/serial-pci-multi.c
/qemu/hw/char/serial-pci.c
/qemu/hw/char/serial.c
/qemu/hw/char/sh_serial.c
/qemu/hw/char/spapr_vty.c
/qemu/hw/char/stm32f2xx_usart.c
/qemu/hw/char/terminal3270.c
/qemu/hw/char/trace-events
/qemu/hw/char/virtio-console.c
/qemu/hw/char/virtio-serial-bus.c
/qemu/hw/char/xilinx_uartlite.c
/qemu/hw/core/Makefile.objs
/qemu/hw/core/bus.c
/qemu/hw/core/cpu.c
/qemu/hw/core/generic-loader.c
/qemu/hw/core/loader.c
/qemu/hw/core/machine.c
/qemu/hw/core/null-machine.c
/qemu/hw/core/numa.c
/qemu/hw/core/or-irq.c
/qemu/hw/core/platform-bus.c
/qemu/hw/core/qdev-properties.c
/qemu/hw/core/qdev.c
/qemu/hw/core/resettable.c
/qemu/hw/core/split-irq.c
/qemu/hw/core/sysbus.c
/qemu/hw/core/trace-events
/qemu/hw/cpu/a15mpcore.c
/qemu/hw/cpu/a9mpcore.c
/qemu/hw/cpu/arm11mpcore.c
/qemu/hw/cpu/cluster.c
/qemu/hw/cpu/realview_mpcore.c
/qemu/hw/cris/axis_dev88.c
/qemu/hw/cris/boot.c
/qemu/hw/display/Kconfig
/qemu/hw/display/Makefile.objs
/qemu/hw/display/ads7846.c
/qemu/hw/display/artist.c
/qemu/hw/display/ati.c
/qemu/hw/display/bcm2835_fb.c
/qemu/hw/display/bochs-display.c
/qemu/hw/display/cg3.c
/qemu/hw/display/cirrus_vga.c
/qemu/hw/display/cirrus_vga_isa.c
/qemu/hw/display/exynos4210_fimd.c
/qemu/hw/display/g364fb.c
/qemu/hw/display/i2c-ddc.c
/qemu/hw/display/macfb.c
/qemu/hw/display/milkymist-tmu2.c
/qemu/hw/display/milkymist-vgafb.c
/qemu/hw/display/omap_dss.c
/qemu/hw/display/omap_lcdc.c
/qemu/hw/display/qxl.c
/qemu/hw/display/qxl.h
/qemu/hw/display/ramfb-standalone.c
/qemu/hw/display/ramfb.c
/qemu/hw/display/sm501.c
/qemu/hw/display/tcx.c
/qemu/hw/display/trace-events
/qemu/hw/display/vga-isa.c
/qemu/hw/display/vga-pci.c
/qemu/hw/display/vhost-user-gpu.c
/qemu/hw/display/virtio-gpu-pci.c
/qemu/hw/display/virtio-gpu.c
/qemu/hw/display/virtio-vga.c
/qemu/hw/display/vmware_vga.c
/qemu/hw/dma/Makefile.objs
/qemu/hw/dma/bcm2835_dma.c
/qemu/hw/dma/etraxfs_dma.c
/qemu/hw/dma/i82374.c
/qemu/hw/dma/i8257.c
/qemu/hw/dma/pl080.c
/qemu/hw/dma/pl330.c
/qemu/hw/dma/pxa2xx_dma.c
/qemu/hw/dma/rc4030.c
/qemu/hw/dma/sparc32_dma.c
/qemu/hw/dma/trace-events
/qemu/hw/dma/xilinx_axidma.c
/qemu/hw/dma/xlnx-zdma.c
/qemu/hw/gpio/Makefile.objs
/qemu/hw/gpio/imx_gpio.c
/qemu/hw/gpio/omap_gpio.c
/qemu/hw/hppa/Kconfig
/qemu/hw/hppa/Makefile.objs
/qemu/hw/hppa/dino.c
/qemu/hw/hppa/hppa_hardware.h
/qemu/hw/hppa/hppa_sys.h
/qemu/hw/hppa/lasi.c
/qemu/hw/hppa/machine.c
/qemu/hw/hppa/trace-events
/qemu/hw/hyperv/hyperv.c
/qemu/hw/i2c/Makefile.objs
/qemu/hw/i2c/aspeed_i2c.c
/qemu/hw/i2c/core.c
/qemu/hw/i2c/omap_i2c.c
/qemu/hw/i2c/ppc4xx_i2c.c
/qemu/hw/i2c/smbus_eeprom.c
/qemu/hw/i386/Kconfig
/qemu/hw/i386/acpi-build.c
/qemu/hw/i386/intel_iommu.c
/qemu/hw/i386/kvm/clock.c
/qemu/hw/i386/kvm/i8254.c
/qemu/hw/i386/kvm/ioapic.c
/qemu/hw/i386/microvm.c
/qemu/hw/i386/multiboot.c
/qemu/hw/i386/pc.c
/qemu/hw/i386/vmmouse.c
/qemu/hw/i386/x86-iommu-stub.c
/qemu/hw/i386/x86-iommu.c
/qemu/hw/i386/x86.c
/qemu/hw/i386/xen/xen_pvdevice.c
/qemu/hw/ide/ahci.c
/qemu/hw/ide/cmd646.c
/qemu/hw/ide/core.c
/qemu/hw/ide/isa.c
/qemu/hw/ide/macio.c
/qemu/hw/ide/microdrive.c
/qemu/hw/ide/mmio.c
/qemu/hw/ide/pci.c
/qemu/hw/ide/qdev.c
/qemu/hw/input/Kconfig
/qemu/hw/input/Makefile.objs
/qemu/hw/input/adb.c
/qemu/hw/input/lasips2.c
/qemu/hw/input/milkymist-softusb.c
/qemu/hw/input/pckbd.c
/qemu/hw/input/ps2.c
/qemu/hw/input/stellaris_input.c
/qemu/hw/input/trace-events
/qemu/hw/input/virtio-input-hid.c
/qemu/hw/input/virtio-input-host.c
/qemu/hw/input/virtio-input.c
/qemu/hw/intc/Kconfig
/qemu/hw/intc/apic_common.c
/qemu/hw/intc/arm_gic_common.c
/qemu/hw/intc/arm_gicv2m.c
/qemu/hw/intc/arm_gicv3_common.c
/qemu/hw/intc/arm_gicv3_cpuif.c
/qemu/hw/intc/arm_gicv3_its_kvm.c
/qemu/hw/intc/arm_gicv3_kvm.c
/qemu/hw/intc/armv7m_nvic.c
/qemu/hw/intc/etraxfs_pic.c
/qemu/hw/intc/exynos4210_combiner.c
/qemu/hw/intc/exynos4210_gic.c
/qemu/hw/intc/grlib_irqmp.c
/qemu/hw/intc/i8259_common.c
/qemu/hw/intc/ioapic.c
/qemu/hw/intc/mips_gic.c
/qemu/hw/intc/omap_intc.c
/qemu/hw/intc/ompic.c
/qemu/hw/intc/openpic.c
/qemu/hw/intc/openpic_kvm.c
/qemu/hw/intc/pnv_xive.c
/qemu/hw/intc/s390_flic.c
/qemu/hw/intc/s390_flic_kvm.c
/qemu/hw/intc/spapr_xive.c
/qemu/hw/intc/spapr_xive_kvm.c
/qemu/hw/intc/xics.c
/qemu/hw/intc/xilinx_intc.c
/qemu/hw/intc/xive.c
/qemu/hw/intc/xlnx-pmu-iomod-intc.c
/qemu/hw/ipack/ipack.c
/qemu/hw/ipmi/ipmi.c
/qemu/hw/ipmi/ipmi_bmc_extern.c
/qemu/hw/ipmi/ipmi_bmc_sim.c
/qemu/hw/ipmi/isa_ipmi_bt.c
/qemu/hw/ipmi/isa_ipmi_kcs.c
/qemu/hw/isa/Kconfig
/qemu/hw/isa/lpc_ich9.c
/qemu/hw/isa/pc87312.c
/qemu/hw/isa/vt82c686.c
/qemu/hw/lm32/lm32_boards.c
/qemu/hw/lm32/milkymist.c
/qemu/hw/m68k/an5206.c
/qemu/hw/m68k/mcf5208.c
/qemu/hw/m68k/next-cube.c
/qemu/hw/m68k/q800.c
/qemu/hw/mem/Kconfig
/qemu/hw/mem/nvdimm.c
/qemu/hw/mem/pc-dimm.c
/qemu/hw/microblaze/boot.c
/qemu/hw/mips/boston.c
/qemu/hw/mips/cps.c
/qemu/hw/mips/mips_fulong2e.c
/qemu/hw/mips/mips_jazz.c
/qemu/hw/mips/mips_malta.c
/qemu/hw/mips/mips_mipssim.c
/qemu/hw/mips/mips_r4k.c
/qemu/hw/misc/Kconfig
/qemu/hw/misc/Makefile.objs
/qemu/hw/misc/a9scu.c
/qemu/hw/misc/applesmc.c
/qemu/hw/misc/arm11scu.c
/qemu/hw/misc/arm_l2x0.c
/qemu/hw/misc/arm_sysctl.c
/qemu/hw/misc/armsse-cpuid.c
/qemu/hw/misc/aspeed_scu.c
/qemu/hw/misc/aspeed_sdmc.c
/qemu/hw/misc/bcm2835_property.c
/qemu/hw/misc/debugexit.c
/qemu/hw/misc/eccmemctl.c
/qemu/hw/misc/imx2_wdt.c
/qemu/hw/misc/imx_rngc.c
/qemu/hw/misc/iotkit-secctl.c
/qemu/hw/misc/iotkit-sysctl.c
/qemu/hw/misc/iotkit-sysinfo.c
/qemu/hw/misc/ivshmem.c
/qemu/hw/misc/mac_via.c
/qemu/hw/misc/macio/cuda.c
/qemu/hw/misc/macio/macio.c
/qemu/hw/misc/macio/pmu.c
/qemu/hw/misc/max111x.c
/qemu/hw/misc/mips_cmgcr.c
/qemu/hw/misc/mips_cpc.c
/qemu/hw/misc/mips_itu.c
/qemu/hw/misc/mos6522.c
/qemu/hw/misc/mps2-fpgaio.c
/qemu/hw/misc/mps2-scc.c
/qemu/hw/misc/msf2-sysreg.c
/qemu/hw/misc/nrf51_rng.c
/qemu/hw/misc/pc-testdev.c
/qemu/hw/misc/pca9552.c
/qemu/hw/misc/pci-testdev.c
/qemu/hw/misc/pvpanic.c
/qemu/hw/misc/stm32f4xx_exti.c
/qemu/hw/misc/stm32f4xx_syscfg.c
/qemu/hw/misc/trace-events
/qemu/hw/misc/tz-mpc.c
/qemu/hw/misc/tz-msc.c
/qemu/hw/misc/tz-ppc.c
/qemu/hw/misc/unimp.c
/qemu/hw/moxie/moxiesim.c
/qemu/hw/net/Kconfig
/qemu/hw/net/Makefile.objs
/qemu/hw/net/allwinner_emac.c
/qemu/hw/net/cadence_gem.c
/qemu/hw/net/dp8393x.c
/qemu/hw/net/e1000.c
/qemu/hw/net/e1000e.c
/qemu/hw/net/eepro100.c
/qemu/hw/net/etraxfs_eth.c
/qemu/hw/net/fsl_etsec/etsec.c
/qemu/hw/net/ftgmac100.c
/qemu/hw/net/i82596.c
/qemu/hw/net/i82596.h
/qemu/hw/net/imx_fec.c
/qemu/hw/net/lan9118.c
/qemu/hw/net/lance.c
/qemu/hw/net/lasi_i82596.c
/qemu/hw/net/mcf_fec.c
/qemu/hw/net/milkymist-minimac2.c
/qemu/hw/net/mipsnet.c
/qemu/hw/net/ne2000-isa.c
/qemu/hw/net/ne2000-pci.c
/qemu/hw/net/opencores_eth.c
/qemu/hw/net/pcnet-pci.c
/qemu/hw/net/pcnet.h
/qemu/hw/net/rocker/rocker.c
/qemu/hw/net/rtl8139.c
/qemu/hw/net/smc91c111.c
/qemu/hw/net/spapr_llan.c
/qemu/hw/net/stellaris_enet.c
/qemu/hw/net/sungem.c
/qemu/hw/net/sunhme.c
/qemu/hw/net/trace-events
/qemu/hw/net/tulip.c
/qemu/hw/net/virtio-net.c
/qemu/hw/net/vmxnet3.c
/qemu/hw/net/xgmac.c
/qemu/hw/net/xilinx_axienet.c
/qemu/hw/net/xilinx_ethlite.c
/qemu/hw/nios2/boot.c
/qemu/hw/nvram/Kconfig
/qemu/hw/nvram/Makefile.objs
/qemu/hw/nvram/ds1225y.c
/qemu/hw/nvram/eeprom_at24c.c
/qemu/hw/nvram/fw_cfg.c
/qemu/hw/nvram/mac_nvram.c
/qemu/hw/nvram/nrf51_nvm.c
/qemu/hw/nvram/spapr_nvram.c
/qemu/hw/openrisc/openrisc_sim.c
/qemu/hw/pci-bridge/gen_pcie_root_port.c
/qemu/hw/pci-bridge/pci_bridge_dev.c
/qemu/hw/pci-bridge/pci_expander_bridge.c
/qemu/hw/pci-bridge/pcie_pci_bridge.c
/qemu/hw/pci-bridge/pcie_root_port.c
/qemu/hw/pci-bridge/xio3130_downstream.c
/qemu/hw/pci-host/Makefile.objs
/qemu/hw/pci-host/designware.c
/qemu/hw/pci-host/grackle.c
/qemu/hw/pci-host/i440fx.c
/qemu/hw/pci-host/pnv_phb3.c
/qemu/hw/pci-host/pnv_phb3_msi.c
/qemu/hw/pci-host/pnv_phb3_pbcq.c
/qemu/hw/pci-host/pnv_phb4.c
/qemu/hw/pci-host/pnv_phb4_pec.c
/qemu/hw/pci-host/ppce500.c
/qemu/hw/pci-host/prep.c
/qemu/hw/pci-host/q35.c
/qemu/hw/pci-host/sabre.c
/qemu/hw/pci-host/uninorth.c
/qemu/hw/pci-host/versatile.c
/qemu/hw/pci-host/xilinx-pcie.c
/qemu/hw/pci/pci.c
/qemu/hw/pci/pcie_port.c
/qemu/hw/pcmcia/Makefile.objs
/qemu/hw/ppc/Kconfig
/qemu/hw/ppc/Makefile.objs
/qemu/hw/ppc/e500.c
/qemu/hw/ppc/e500plat.c
/qemu/hw/ppc/mac_newworld.c
/qemu/hw/ppc/mac_oldworld.c
/qemu/hw/ppc/mpc8544ds.c
/qemu/hw/ppc/pnv.c
/qemu/hw/ppc/pnv_bmc.c
/qemu/hw/ppc/pnv_core.c
/qemu/hw/ppc/pnv_homer.c
/qemu/hw/ppc/pnv_lpc.c
/qemu/hw/ppc/pnv_occ.c
/qemu/hw/ppc/pnv_pnor.c
/qemu/hw/ppc/pnv_psi.c
/qemu/hw/ppc/ppc.c
/qemu/hw/ppc/ppc405_boards.c
/qemu/hw/ppc/ppc440_bamboo.c
/qemu/hw/ppc/ppc440_uc.c
/qemu/hw/ppc/ppc4xx_devs.c
/qemu/hw/ppc/prep.c
/qemu/hw/ppc/prep_systemio.c
/qemu/hw/ppc/rs6000_mc.c
/qemu/hw/ppc/sam460ex.c
/qemu/hw/ppc/spapr.c
/qemu/hw/ppc/spapr_caps.c
/qemu/hw/ppc/spapr_cpu_core.c
/qemu/hw/ppc/spapr_drc.c
/qemu/hw/ppc/spapr_events.c
/qemu/hw/ppc/spapr_hcall.c
/qemu/hw/ppc/spapr_irq.c
/qemu/hw/ppc/spapr_nvdimm.c
/qemu/hw/ppc/spapr_pci.c
/qemu/hw/ppc/spapr_rng.c
/qemu/hw/ppc/spapr_rtas.c
/qemu/hw/ppc/spapr_tpm_proxy.c
/qemu/hw/ppc/spapr_vio.c
/qemu/hw/ppc/virtex_ml507.c
/qemu/hw/rdma/vmw/pvrdma_main.c
/qemu/hw/riscv/Kconfig
/qemu/hw/riscv/boot.c
/qemu/hw/riscv/riscv_hart.c
/qemu/hw/riscv/riscv_htif.c
/qemu/hw/riscv/sifive_clint.c
/qemu/hw/riscv/sifive_plic.c
/qemu/hw/riscv/sifive_u.c
/qemu/hw/riscv/sifive_u_otp.c
/qemu/hw/riscv/sifive_uart.c
/qemu/hw/riscv/virt.c
/qemu/hw/rtc/Kconfig
/qemu/hw/rtc/Makefile.objs
/qemu/hw/rtc/goldfish_rtc.c
/qemu/hw/rtc/m48t59-internal.h
/qemu/hw/rtc/m48t59-isa.c
/qemu/hw/rtc/m48t59.c
/qemu/hw/rtc/mc146818rtc.c
/qemu/hw/rtc/pl031.c
/qemu/hw/rtc/trace-events
/qemu/hw/s390x/3270-ccw.c
/qemu/hw/s390x/ccw-device.c
/qemu/hw/s390x/css-bridge.c
/qemu/hw/s390x/css.c
/qemu/hw/s390x/event-facility.c
/qemu/hw/s390x/ipl.c
/qemu/hw/s390x/s390-pci-bus.c
/qemu/hw/s390x/s390-pci-inst.c
/qemu/hw/s390x/s390-virtio-ccw.c
/qemu/hw/s390x/sclp.c
/qemu/hw/s390x/vhost-vsock-ccw.c
/qemu/hw/s390x/virtio-ccw-9p.c
/qemu/hw/s390x/virtio-ccw-balloon.c
/qemu/hw/s390x/virtio-ccw-blk.c
/qemu/hw/s390x/virtio-ccw-crypto.c
/qemu/hw/s390x/virtio-ccw-gpu.c
/qemu/hw/s390x/virtio-ccw-input.c
/qemu/hw/s390x/virtio-ccw-net.c
/qemu/hw/s390x/virtio-ccw-rng.c
/qemu/hw/s390x/virtio-ccw-scsi.c
/qemu/hw/s390x/virtio-ccw-serial.c
/qemu/hw/s390x/virtio-ccw.c
/qemu/hw/scsi/Kconfig
/qemu/hw/scsi/esp.c
/qemu/hw/scsi/megasas.c
/qemu/hw/scsi/mptsas.c
/qemu/hw/scsi/scsi-bus.c
/qemu/hw/scsi/scsi-disk.c
/qemu/hw/scsi/scsi-generic.c
/qemu/hw/scsi/spapr_vscsi.c
/qemu/hw/scsi/vhost-scsi.c
/qemu/hw/scsi/vhost-user-scsi.c
/qemu/hw/scsi/virtio-scsi.c
/qemu/hw/scsi/vmw_pvscsi.c
/qemu/hw/sd/Makefile.objs
/qemu/hw/sd/aspeed_sdhci.c
/qemu/hw/sd/omap_mmc.c
/qemu/hw/sd/pl181.c
/qemu/hw/sd/sd.c
/qemu/hw/sd/sdhci-pci.c
/qemu/hw/sd/sdhci.c
/qemu/hw/semihosting/console.c
/qemu/hw/sh4/r2d.c
/qemu/hw/sh4/sh_pci.c
/qemu/hw/smbios/smbios.c
/qemu/hw/sparc/Kconfig
/qemu/hw/sparc/leon3.c
/qemu/hw/sparc/sun4m.c
/qemu/hw/sparc/sun4m_iommu.c
/qemu/hw/sparc64/Kconfig
/qemu/hw/sparc64/niagara.c
/qemu/hw/sparc64/sun4u.c
/qemu/hw/ssi/Makefile.objs
/qemu/hw/ssi/aspeed_smc.c
/qemu/hw/ssi/xilinx_spi.c
/qemu/hw/ssi/xilinx_spips.c
/qemu/hw/timer/Kconfig
/qemu/hw/timer/a9gtimer.c
/qemu/hw/timer/allwinner-a10-pit.c
/qemu/hw/timer/altera_timer.c
/qemu/hw/timer/arm_mptimer.c
/qemu/hw/timer/arm_timer.c
/qemu/hw/timer/armv7m_systick.c
/qemu/hw/timer/aspeed_timer.c
/qemu/hw/timer/cmsdk-apb-dualtimer.c
/qemu/hw/timer/cmsdk-apb-timer.c
/qemu/hw/timer/grlib_gptimer.c
/qemu/hw/timer/hpet.c
/qemu/hw/timer/i8254.c
/qemu/hw/timer/lm32_timer.c
/qemu/hw/timer/milkymist-sysctl.c
/qemu/hw/timer/mss-timer.c
/qemu/hw/timer/pxa2xx_timer.c
/qemu/hw/timer/slavio_timer.c
/qemu/hw/timer/stm32f2xx_timer.c
/qemu/hw/timer/xilinx_timer.c
/qemu/hw/tpm/Kconfig
/qemu/hw/tpm/Makefile.objs
/qemu/hw/tpm/tpm_crb.c
/qemu/hw/tpm/tpm_emulator.c
/qemu/hw/tpm/tpm_ppi.c
/qemu/hw/tpm/tpm_spapr.c
/qemu/hw/tpm/tpm_tis.c
/qemu/hw/tpm/tpm_util.c
/qemu/hw/tpm/tpm_util.h
/qemu/hw/tpm/trace-events
/qemu/hw/tricore/tricore_testboard.c
/qemu/hw/usb/Makefile.objs
/qemu/hw/usb/bus.c
/qemu/hw/usb/ccid-card-emulated.c
/qemu/hw/usb/ccid-card-passthru.c
/qemu/hw/usb/dev-audio.c
/qemu/hw/usb/dev-hid.c
/qemu/hw/usb/dev-hub.c
/qemu/hw/usb/dev-mtp.c
/qemu/hw/usb/dev-network.c
/qemu/hw/usb/dev-serial.c
/qemu/hw/usb/dev-smartcard-reader.c
/qemu/hw/usb/dev-storage.c
/qemu/hw/usb/dev-uas.c
/qemu/hw/usb/hcd-ehci-pci.c
/qemu/hw/usb/hcd-ehci-sysbus.c
/qemu/hw/usb/hcd-ohci-pci.c
/qemu/hw/usb/hcd-ohci.c
/qemu/hw/usb/hcd-ohci.h
/qemu/hw/usb/hcd-uhci.c
/qemu/hw/usb/hcd-xhci-nec.c
/qemu/hw/usb/hcd-xhci.c
/qemu/hw/usb/host-libusb.c
/qemu/hw/usb/redirect.c
/qemu/hw/usb/trace-events
/qemu/hw/vfio/Kconfig
/qemu/hw/vfio/Makefile.objs
/qemu/hw/vfio/ap.c
/qemu/hw/vfio/ccw.c
/qemu/hw/vfio/common.c
/qemu/hw/vfio/display.c
/qemu/hw/vfio/igd.c
/qemu/hw/vfio/pci-quirks.c
/qemu/hw/vfio/pci.c
/qemu/hw/vfio/pci.h
/qemu/hw/vfio/platform.c
/qemu/hw/virtio/vhost-scsi-pci.c
/qemu/hw/virtio/vhost-user-blk-pci.c
/qemu/hw/virtio/vhost-user-fs-pci.c
/qemu/hw/virtio/vhost-user-fs.c
/qemu/hw/virtio/vhost-user-scsi-pci.c
/qemu/hw/virtio/vhost-user.c
/qemu/hw/virtio/vhost-vsock-pci.c
/qemu/hw/virtio/vhost-vsock.c
/qemu/hw/virtio/vhost.c
/qemu/hw/virtio/virtio-9p-pci.c
/qemu/hw/virtio/virtio-balloon-pci.c
/qemu/hw/virtio/virtio-balloon.c
/qemu/hw/virtio/virtio-blk-pci.c
/qemu/hw/virtio/virtio-crypto-pci.c
/qemu/hw/virtio/virtio-crypto.c
/qemu/hw/virtio/virtio-input-pci.c
/qemu/hw/virtio/virtio-mmio.c
/qemu/hw/virtio/virtio-net-pci.c
/qemu/hw/virtio/virtio-pci.c
/qemu/hw/virtio/virtio-pmem.c
/qemu/hw/virtio/virtio-rng.c
/qemu/hw/virtio/virtio-scsi-pci.c
/qemu/hw/virtio/virtio-serial-pci.c
/qemu/hw/virtio/virtio.c
/qemu/hw/watchdog/cmsdk-apb-watchdog.c
/qemu/hw/watchdog/wdt_aspeed.c
/qemu/hw/xen/xen-bus.c
/qemu/hw/xen/xen-legacy-backend.c
/qemu/hw/xen/xen_pt.c
/qemu/hw/xen/xen_pt_graphics.c
/qemu/hw/xenpv/xen_machine_pv.c
/qemu/hw/xtensa/sim.c
/qemu/hw/xtensa/xtfpga.c
/qemu/include/block/aio.h
/qemu/include/block/block.h
/qemu/include/block/block_int.h
/qemu/include/block/qapi.h
/qemu/include/block/raw-aio.h
/qemu/include/chardev/char-fe.h
/qemu/include/chardev/char-mux.h
/qemu/include/chardev/char.h
/qemu/include/disas/dis-asm.h
/qemu/include/elf.h
/qemu/include/exec/cpu-all.h
/qemu/include/exec/cpu-common.h
/qemu/include/exec/cpu_ldst.h
/qemu/include/exec/helper-gen.h
/qemu/include/exec/helper-head.h
/qemu/include/exec/helper-proto.h
/qemu/include/exec/helper-tcg.h
/qemu/include/exec/memory.h
/qemu/include/exec/ram_addr.h
/qemu/include/exec/ramblock.h
/qemu/include/exec/translator.h
/qemu/include/hw/arm/allwinner-a10.h
/qemu/include/hw/arm/aspeed.h
/qemu/include/hw/arm/aspeed_soc.h
/qemu/include/hw/arm/exynos4210.h
/qemu/include/hw/arm/fsl-imx25.h
/qemu/include/hw/arm/fsl-imx6.h
/qemu/include/hw/arm/omap.h
/qemu/include/hw/arm/stm32f405_soc.h
/qemu/include/hw/arm/virt.h
/qemu/include/hw/boards.h
/qemu/include/hw/char/serial.h
/qemu/include/hw/core/cpu.h
/qemu/include/hw/cris/etraxfs.h
/qemu/include/hw/elf_ops.h
/qemu/include/hw/ide/internal.h
/qemu/include/hw/input/i8042.h
/qemu/include/hw/input/lasips2.h
/qemu/include/hw/input/ps2.h
/qemu/include/hw/loader.h
/qemu/include/hw/mem/nvdimm.h
/qemu/include/hw/misc/aspeed_sdmc.h
/qemu/include/hw/misc/imx_rngc.h
/qemu/include/hw/misc/mos6522.h
/qemu/include/hw/misc/stm32f4xx_exti.h
/qemu/include/hw/misc/stm32f4xx_syscfg.h
/qemu/include/hw/net/lasi_82596.h
/qemu/include/hw/or-irq.h
/qemu/include/hw/pci-host/pnv_phb3.h
/qemu/include/hw/pci-host/pnv_phb3_regs.h
/qemu/include/hw/pci-host/pnv_phb4.h
/qemu/include/hw/pci-host/pnv_phb4_regs.h
/qemu/include/hw/pci-host/q35.h
/qemu/include/hw/pci/pci_bridge.h
/qemu/include/hw/pci/pcie_port.h
/qemu/include/hw/ppc/pnv.h
/qemu/include/hw/ppc/pnv_core.h
/qemu/include/hw/ppc/pnv_pnor.h
/qemu/include/hw/ppc/pnv_xive.h
/qemu/include/hw/ppc/pnv_xscom.h
/qemu/include/hw/ppc/ppc.h
/qemu/include/hw/ppc/ppc4xx.h
/qemu/include/hw/ppc/spapr.h
/qemu/include/hw/ppc/spapr_drc.h
/qemu/include/hw/ppc/spapr_nvdimm.h
/qemu/include/hw/ppc/spapr_vio.h
/qemu/include/hw/ppc/spapr_xive.h
/qemu/include/hw/ppc/xics.h
/qemu/include/hw/ppc/xive.h
/qemu/include/hw/qdev-core.h
/qemu/include/hw/qdev-properties.h
/qemu/include/hw/resettable.h
/qemu/include/hw/riscv/virt.h
/qemu/include/hw/rtc/goldfish_rtc.h
/qemu/include/hw/sd/aspeed_sdhci.h
/qemu/include/hw/semihosting/console.h
/qemu/include/hw/semihosting/semihost.h
/qemu/include/hw/sysbus.h
/qemu/include/hw/virtio/vhost-vsock.h
/qemu/include/migration/register.h
/qemu/include/migration/vmstate.h
/qemu/include/monitor/monitor.h
/qemu/include/qapi/qmp/qstring.h
/qemu/include/qemu/id.h
/qemu/include/qemu/log.h
/qemu/include/qemu/main-loop.h
/qemu/include/qemu/module.h
/qemu/include/qemu/nvdimm-utils.h
/qemu/include/qemu/queue.h
/qemu/include/qemu/rcu_queue.h
/qemu/include/qemu/seqlock.h
/qemu/include/qemu/timer.h
/qemu/include/qom/object.h
/qemu/include/standard-headers/asm-x86/bootparam.h
/qemu/include/standard-headers/drivers/infiniband/hw/vmw_pvrdma/pvrdma_dev_api.h
/qemu/include/standard-headers/drm/drm_fourcc.h
/qemu/include/standard-headers/linux/fuse.h
/qemu/include/standard-headers/linux/input-event-codes.h
/qemu/include/standard-headers/linux/pci_regs.h
/qemu/include/standard-headers/rdma/vmw_pvrdma-abi.h
/qemu/include/sysemu/accel.h
/qemu/include/sysemu/hostmem.h
/qemu/include/sysemu/numa.h
/qemu/include/sysemu/qtest.h
/qemu/include/sysemu/replay.h
/qemu/include/sysemu/runstate.h
/qemu/include/sysemu/sysemu.h
/qemu/include/sysemu/tpm.h
/qemu/include/tcg/tcg-gvec-desc.h
/qemu/include/tcg/tcg-mo.h
/qemu/include/tcg/tcg-op-gvec.h
/qemu/include/tcg/tcg-op.h
/qemu/include/tcg/tcg-opc.h
/qemu/include/tcg/tcg.h
/qemu/include/ui/console.h
/qemu/include/ui/gtk.h
/qemu/include/user/syscall-trace.h
/qemu/io/channel-websock.c
/qemu/linux-headers/linux/kvm.h
/qemu/linux-user/aarch64/cpu_loop.c
/qemu/linux-user/alpha/syscall_nr.h
/qemu/linux-user/arm/cpu_loop.c
/qemu/linux-user/arm/semihost.c
/qemu/linux-user/arm/syscall_nr.h
/qemu/linux-user/elfload.c
/qemu/linux-user/exit.c
/qemu/linux-user/fd-trans.c
/qemu/linux-user/hppa/target_signal.h
/qemu/linux-user/ioctls.h
/qemu/linux-user/m68k/syscall_nr.h
/qemu/linux-user/main.c
/qemu/linux-user/microblaze/syscall_nr.h
/qemu/linux-user/mips/cpu_loop.c
/qemu/linux-user/mips/syscall_nr.h
/qemu/linux-user/mips64/syscall_nr.h
/qemu/linux-user/qemu.h
/qemu/linux-user/sh4/syscall_nr.h
/qemu/linux-user/signal.c
/qemu/linux-user/strace.c
/qemu/linux-user/strace.list
/qemu/linux-user/syscall.c
/qemu/linux-user/syscall_defs.h
/qemu/linux-user/syscall_types.h
/qemu/linux-user/trace-events
/qemu/linux-user/vm86.c
/qemu/linux-user/x86_64/syscall_nr.h
/qemu/linux-user/xtensa/syscall_nr.h
/qemu/memory.c
/qemu/migration/Makefile.objs
/qemu/migration/migration.c
/qemu/migration/migration.h
/qemu/migration/multifd.c
/qemu/migration/multifd.h
/qemu/migration/qemu-file.c
/qemu/migration/ram.c
/qemu/migration/ram.h
/qemu/migration/rdma.c
/qemu/migration/savevm.c
/qemu/migration/savevm.h
/qemu/migration/trace-events
/qemu/migration/vmstate-types.c
/qemu/monitor/Makefile.objs
/qemu/monitor/hmp-cmds.c
/qemu/monitor/hmp.c
/qemu/monitor/misc.c
/qemu/monitor/monitor-internal.h
/qemu/monitor/monitor.c
/qemu/monitor/qmp-cmds-control.c
/qemu/monitor/qmp-cmds.c
/qemu/monitor/qmp.c
server.c
/qemu/net/filter-mirror.c
/qemu/net/vhost-user.c
/qemu/pc-bios/README
/qemu/pc-bios/hppa-firmware.img
/qemu/plugins/api.c
/qemu/python/qemu/accel.py
/qemu/python/qemu/machine.py
/qemu/python/qemu/qmp.py
/qemu/qapi/Makefile.objs
/qemu/qapi/audio.json
/qemu/qapi/block-core.json
/qemu/qapi/block.json
/qemu/qapi/char.json
/qemu/qapi/control.json
/qemu/qapi/dump.json
/qemu/qapi/introspect.json
/qemu/qapi/job.json
/qemu/qapi/machine-target.json
/qemu/qapi/machine.json
/qemu/qapi/migration.json
/qemu/qapi/misc-target.json
/qemu/qapi/misc.json
/qemu/qapi/net.json
/qemu/qapi/qapi-schema.json
/qemu/qapi/qdev.json
/qemu/qapi/qom.json
/qemu/qapi/rocker.json
/qemu/qapi/run-state.json
/qemu/qapi/sockets.json
/qemu/qapi/tpm.json
/qemu/qapi/trace.json
/qemu/qapi/transaction.json
/qemu/qapi/ui.json
/qemu/qdev-monitor.c
/qemu/qemu-deprecated.texi
/qemu/qemu-doc.texi
/qemu/qemu-img-cmds.hx
/qemu/qemu-img.c
/qemu/qemu-io.c
/qemu/qemu-nbd.c
/qemu/qemu-option-trace.texi
/qemu/qemu-options.hx
/qemu/qga/Makefile.objs
/qemu/qga/main.c
/qemu/qga/qapi-schema.json
/qemu/qga/vss-win32/Makefile.objs
/qemu/qobject/qstring.c
/qemu/qom/object.c
/qemu/qom/object_interfaces.c
/qemu/qom/qom-qmp-cmds.c
/qemu/qtest.c
/qemu/replay/Makefile.objs
/qemu/replay/replay-internal.h
/qemu/replay/replay-random.c
/qemu/replay/replay.c
/qemu/roms/edk2-funcs.sh
/qemu/roms/seabios-hppa
/qemu/rules.mak
/qemu/scripts/analyse-9p-simpletrace.py
/qemu/scripts/analyse-locks-simpletrace.py
/qemu/scripts/checkpatch.pl
/qemu/scripts/coccinelle/exec_rw_const.cocci
/qemu/scripts/decodetree.py
/qemu/scripts/device-crash-test
/qemu/scripts/dump-guest-memory.py
/qemu/scripts/get_maintainer.pl
/qemu/scripts/git-submodule.sh
/qemu/scripts/git.orderfile
/qemu/scripts/hxtool
/qemu/scripts/kvm/kvm_flightrecorder
/qemu/scripts/kvm/vmxcap
/qemu/scripts/minikconf.py
/qemu/scripts/modules/module_block.py
/qemu/scripts/qapi-gen.py
/qemu/scripts/qapi/commands.py
/qemu/scripts/qapi/doc.py
/qemu/scripts/qapi/events.py
/qemu/scripts/qapi/gen.py
/qemu/scripts/qapi/schema.py
/qemu/scripts/qapi/types.py
/qemu/scripts/qapi/visit.py
/qemu/scripts/qemu-trace-stap
/qemu/scripts/qmp/qemu-ga-client
/qemu/scripts/qmp/qmp
/qemu/scripts/qmp/qmp-shell
/qemu/scripts/qmp/qom-fuse
/qemu/scripts/qmp/qom-get
/qemu/scripts/qmp/qom-list
/qemu/scripts/qmp/qom-set
/qemu/scripts/qmp/qom-tree
/qemu/scripts/render_block_graph.py
/qemu/scripts/replay-dump.py
/qemu/scripts/signrom.py
/qemu/scripts/simpletrace.py
/qemu/scripts/tracetool.py
/qemu/scripts/tracetool/__init__.py
/qemu/scripts/tracetool/backend/__init__.py
/qemu/scripts/tracetool/backend/dtrace.py
/qemu/scripts/tracetool/backend/ftrace.py
/qemu/scripts/tracetool/backend/log.py
/qemu/scripts/tracetool/backend/simple.py
/qemu/scripts/tracetool/backend/syslog.py
/qemu/scripts/tracetool/backend/ust.py
/qemu/scripts/tracetool/format/__init__.py
/qemu/scripts/tracetool/format/c.py
/qemu/scripts/tracetool/format/d.py
/qemu/scripts/tracetool/format/h.py
/qemu/scripts/tracetool/format/log_stap.py
/qemu/scripts/tracetool/format/simpletrace_stap.py
/qemu/scripts/tracetool/format/stap.py
/qemu/scripts/tracetool/format/tcg_h.py
/qemu/scripts/tracetool/format/tcg_helper_c.py
/qemu/scripts/tracetool/format/tcg_helper_h.py
/qemu/scripts/tracetool/format/tcg_helper_wrapper_h.py
/qemu/scripts/tracetool/format/ust_events_c.py
/qemu/scripts/tracetool/format/ust_events_h.py
/qemu/scripts/tracetool/transform.py
/qemu/scripts/tracetool/vcpu.py
/qemu/scripts/update-linux-headers.sh
/qemu/scripts/vmstate-static-checker.py
/qemu/softmmu/Makefile.objs
/qemu/softmmu/main.c
/qemu/softmmu/vl.c
/qemu/stubs/Makefile.objs
/qemu/stubs/io_uring.c
/qemu/stubs/replay.c
/qemu/stubs/semihost.c
/qemu/stubs/vmstate.c
/qemu/target/alpha/cpu.h
/qemu/target/alpha/translate.c
/qemu/target/arm/arch_dump.c
/qemu/target/arm/arm-semi.c
/qemu/target/arm/cpu-param.h
/qemu/target/arm/cpu-qom.h
/qemu/target/arm/cpu.c
/qemu/target/arm/cpu.h
/qemu/target/arm/cpu64.c
/qemu/target/arm/debug_helper.c
/qemu/target/arm/helper-a64.c
/qemu/target/arm/helper-sve.h
/qemu/target/arm/helper.c
/qemu/target/arm/helper.h
/qemu/target/arm/internals.h
/qemu/target/arm/kvm.c
/qemu/target/arm/kvm32.c
/qemu/target/arm/kvm64.c
/qemu/target/arm/kvm_arm.h
/qemu/target/arm/m_helper.c
/qemu/target/arm/machine.c
/qemu/target/arm/monitor.c
/qemu/target/arm/neon_helper.c
/qemu/target/arm/op_helper.c
/qemu/target/arm/pauth_helper.c
/qemu/target/arm/sve_helper.c
/qemu/target/arm/tlb_helper.c
/qemu/target/arm/translate-a64.c
/qemu/target/arm/translate-sve.c
/qemu/target/arm/translate-vfp.inc.c
/qemu/target/arm/translate.c
/qemu/target/arm/translate.h
/qemu/target/arm/vec_helper.c
/qemu/target/arm/vfp_helper.c
/qemu/target/cris/cpu.c
/qemu/target/cris/cpu.h
/qemu/target/cris/translate.c
/qemu/target/hppa/helper.h
/qemu/target/hppa/op_helper.c
/qemu/target/hppa/translate.c
/qemu/target/i386/cpu.c
/qemu/target/i386/cpu.h
/qemu/target/i386/fpu_helper.c
/qemu/target/i386/gdbstub.c
/qemu/target/i386/hax-all.c
/qemu/target/i386/hvf/vmx.h
/qemu/target/i386/hvf/x86_emu.c
/qemu/target/i386/hvf/x86_mmu.c
/qemu/target/i386/kvm.c
/qemu/target/i386/kvm_i386.h
/qemu/target/i386/mem_helper.c
/qemu/target/i386/misc_helper.c
/qemu/target/i386/seg_helper.c
/qemu/target/i386/translate.c
/qemu/target/i386/whpx-all.c
/qemu/target/lm32/cpu.c
/qemu/target/lm32/translate.c
/qemu/target/m68k/cpu.c
/qemu/target/m68k/cpu.h
/qemu/target/m68k/op_helper.c
/qemu/target/m68k/translate.c
/qemu/target/microblaze/cpu.c
/qemu/target/microblaze/cpu.h
/qemu/target/microblaze/translate.c
/qemu/target/mips/Makefile.objs
/qemu/target/mips/cp0_helper.c
/qemu/target/mips/cpu.c
/qemu/target/mips/cpu.h
/qemu/target/mips/fpu_helper.c
/qemu/target/mips/helper.c
/qemu/target/mips/helper.h
/qemu/target/mips/internal.h
/qemu/target/mips/machine.c
/qemu/target/mips/mips-semi.c
/qemu/target/mips/op_helper.c
/qemu/target/mips/translate.c
/qemu/target/moxie/cpu.c
/qemu/target/moxie/translate.c
/qemu/target/nios2/cpu.c
/qemu/target/nios2/cpu.h
/qemu/target/nios2/translate.c
/qemu/target/openrisc/cpu.c
/qemu/target/openrisc/fpu_helper.c
/qemu/target/openrisc/translate.c
/qemu/target/ppc/cpu.h
/qemu/target/ppc/excp_helper.c
/qemu/target/ppc/fpu_helper.c
/qemu/target/ppc/helper.h
/qemu/target/ppc/kvm.c
/qemu/target/ppc/kvm_ppc.h
/qemu/target/ppc/mem_helper.c
/qemu/target/ppc/misc_helper.c
/qemu/target/ppc/mmu-radix64.c
/qemu/target/ppc/trace-events
/qemu/target/ppc/translate.c
/qemu/target/ppc/translate/fp-impl.inc.c
/qemu/target/ppc/translate_init.inc.c
/qemu/target/riscv/cpu.c
/qemu/target/riscv/cpu.h
/qemu/target/riscv/cpu_helper.c
/qemu/target/riscv/csr.c
/qemu/target/riscv/gdbstub.c
/qemu/target/riscv/insn_trans/trans_rvd.inc.c
/qemu/target/riscv/insn_trans/trans_rvf.inc.c
/qemu/target/riscv/op_helper.c
/qemu/target/riscv/translate.c
/qemu/target/s390x/cpu.c
/qemu/target/s390x/cpu.h
/qemu/target/s390x/excp_helper.c
/qemu/target/s390x/helper.c
/qemu/target/s390x/kvm.c
/qemu/target/s390x/mem_helper.c
/qemu/target/s390x/mmu_helper.c
/qemu/target/s390x/sigp.c
/qemu/target/s390x/translate.c
/qemu/target/s390x/translate_vx.inc.c
/qemu/target/sh4/cpu.c
/qemu/target/sh4/cpu.h
/qemu/target/sh4/translate.c
/qemu/target/sparc/cpu.c
/qemu/target/sparc/ldst_helper.c
/qemu/target/sparc/translate.c
/qemu/target/tilegx/cpu.c
/qemu/target/tilegx/translate.c
/qemu/target/tricore/cpu.c
/qemu/target/tricore/translate.c
/qemu/target/unicore32/cpu.h
/qemu/target/unicore32/translate.c
/qemu/target/xtensa/cpu.c
/qemu/target/xtensa/cpu.h
/qemu/target/xtensa/mmu_helper.c
/qemu/target/xtensa/translate.c
/qemu/tcg/aarch64/tcg-target.inc.c
/qemu/tcg/arm/tcg-target.inc.c
/qemu/tcg/i386/tcg-target.h
/qemu/tcg/i386/tcg-target.inc.c
/qemu/tcg/mips/tcg-target.inc.c
/qemu/tcg/optimize.c
/qemu/tcg/ppc/tcg-target.inc.c
/qemu/tcg/riscv/tcg-target.inc.c
/qemu/tcg/s390/tcg-target.inc.c
/qemu/tcg/sparc/tcg-target.inc.c
/qemu/tcg/tcg-common.c
/qemu/tcg/tcg-op-gvec.c
/qemu/tcg/tcg-op-vec.c
/qemu/tcg/tcg-op.c
/qemu/tcg/tcg.c
/qemu/tcg/tci.c
/qemu/tests/.gitignore
/qemu/tests/Makefile.include
/qemu/tests/acceptance/avocado_qemu/__init__.py
/qemu/tests/acceptance/boot_linux_console.py
/qemu/tests/acceptance/migration.py
/qemu/tests/acceptance/version.py
/qemu/tests/acceptance/virtio_check_params.py
/qemu/tests/acceptance/x86_cpu_model_versions.py
/qemu/tests/check-block.sh
/qemu/tests/data/acpi/q35/DSDT
/qemu/tests/data/acpi/q35/DSDT.acpihmat
/qemu/tests/data/acpi/q35/DSDT.bridge
/qemu/tests/data/acpi/q35/DSDT.cphp
/qemu/tests/data/acpi/q35/DSDT.dimmpxm
/qemu/tests/data/acpi/q35/DSDT.ipmibt
/qemu/tests/data/acpi/q35/DSDT.memhp
/qemu/tests/data/acpi/q35/DSDT.mmio64
/qemu/tests/data/acpi/q35/DSDT.numamem
/qemu/tests/data/acpi/rebuild-expected-aml.sh
/qemu/tests/data/acpi/virt/DSDT
/qemu/tests/data/acpi/virt/DSDT.memhp
/qemu/tests/data/acpi/virt/DSDT.numamem
/qemu/tests/docker/Makefile.include
/qemu/tests/docker/docker.py
/qemu/tests/docker/dockerfiles/debian-amd64.docker
/qemu/tests/docker/dockerfiles/debian-armel-cross.docker
/qemu/tests/docker/dockerfiles/debian-armhf-cross.docker
/qemu/tests/docker/dockerfiles/debian-mips64el-cross.docker
/qemu/tests/docker/dockerfiles/debian-mipsel-cross.docker
/qemu/tests/docker/dockerfiles/debian-ppc64el-cross.docker
/qemu/tests/docker/dockerfiles/debian-s390x-cross.docker
/qemu/tests/docker/travis.py
/qemu/tests/fp/Makefile
/qemu/tests/guest-debug/test-gdbstub.py
/qemu/tests/migration/guestperf/engine.py
/qemu/tests/migration/guestperf/plot.py
/qemu/tests/migration/guestperf/shell.py
/qemu/tests/ptimer-test.c
/qemu/tests/qapi-schema/empty.out
/qemu/tests/qapi-schema/include-repetition.out
/qemu/tests/qapi-schema/qapi-schema-test.out
/qemu/tests/qapi-schema/test-qapi.py
/qemu/tests/qemu-iotests/028
/qemu/tests/qemu-iotests/030
/qemu/tests/qemu-iotests/040
/qemu/tests/qemu-iotests/040.out
/qemu/tests/qemu-iotests/041
/qemu/tests/qemu-iotests/041.out
/qemu/tests/qemu-iotests/044
/qemu/tests/qemu-iotests/045
/qemu/tests/qemu-iotests/055
/qemu/tests/qemu-iotests/056
/qemu/tests/qemu-iotests/057
/qemu/tests/qemu-iotests/058
/qemu/tests/qemu-iotests/065
/qemu/tests/qemu-iotests/089
/qemu/tests/qemu-iotests/091
/qemu/tests/qemu-iotests/093
/qemu/tests/qemu-iotests/096
/qemu/tests/qemu-iotests/109
/qemu/tests/qemu-iotests/118
/qemu/tests/qemu-iotests/122
/qemu/tests/qemu-iotests/122.out
/qemu/tests/qemu-iotests/124
/qemu/tests/qemu-iotests/127
/qemu/tests/qemu-iotests/129
/qemu/tests/qemu-iotests/132
/qemu/tests/qemu-iotests/136
/qemu/tests/qemu-iotests/139
/qemu/tests/qemu-iotests/141.out
/qemu/tests/qemu-iotests/147
/qemu/tests/qemu-iotests/148
/qemu/tests/qemu-iotests/149
/qemu/tests/qemu-iotests/151
/qemu/tests/qemu-iotests/152
/qemu/tests/qemu-iotests/155
/qemu/tests/qemu-iotests/163
/qemu/tests/qemu-iotests/165
/qemu/tests/qemu-iotests/169
/qemu/tests/qemu-iotests/181
/qemu/tests/qemu-iotests/183
/qemu/tests/qemu-iotests/185
/qemu/tests/qemu-iotests/185.out
/qemu/tests/qemu-iotests/194
/qemu/tests/qemu-iotests/196
/qemu/tests/qemu-iotests/199
/qemu/tests/qemu-iotests/200
/qemu/tests/qemu-iotests/201
/qemu/tests/qemu-iotests/202
/qemu/tests/qemu-iotests/203
/qemu/tests/qemu-iotests/205
/qemu/tests/qemu-iotests/206
/qemu/tests/qemu-iotests/207
/qemu/tests/qemu-iotests/208
/qemu/tests/qemu-iotests/209
/qemu/tests/qemu-iotests/210
/qemu/tests/qemu-iotests/211
/qemu/tests/qemu-iotests/212
/qemu/tests/qemu-iotests/213
/qemu/tests/qemu-iotests/216
/qemu/tests/qemu-iotests/218
/qemu/tests/qemu-iotests/219
/qemu/tests/qemu-iotests/219.out
/qemu/tests/qemu-iotests/222
/qemu/tests/qemu-iotests/223
/qemu/tests/qemu-iotests/223.out
/qemu/tests/qemu-iotests/224
/qemu/tests/qemu-iotests/228
/qemu/tests/qemu-iotests/234
/qemu/tests/qemu-iotests/235
/qemu/tests/qemu-iotests/236
/qemu/tests/qemu-iotests/237
/qemu/tests/qemu-iotests/238
/qemu/tests/qemu-iotests/242
/qemu/tests/qemu-iotests/244
/qemu/tests/qemu-iotests/244.out
/qemu/tests/qemu-iotests/245
/qemu/tests/qemu-iotests/246
/qemu/tests/qemu-iotests/248
/qemu/tests/qemu-iotests/254
/qemu/tests/qemu-iotests/255
/qemu/tests/qemu-iotests/256
/qemu/tests/qemu-iotests/257
/qemu/tests/qemu-iotests/258
/qemu/tests/qemu-iotests/259
/qemu/tests/qemu-iotests/259.out
/qemu/tests/qemu-iotests/260
/qemu/tests/qemu-iotests/262
/qemu/tests/qemu-iotests/264
/qemu/tests/qemu-iotests/266
/qemu/tests/qemu-iotests/267
/qemu/tests/qemu-iotests/277
/qemu/tests/qemu-iotests/279
/qemu/tests/qemu-iotests/280
/qemu/tests/qemu-iotests/281
/qemu/tests/qemu-iotests/281.out
/qemu/tests/qemu-iotests/283
/qemu/tests/qemu-iotests/283.out
/qemu/tests/qemu-iotests/284
/qemu/tests/qemu-iotests/284.out
/qemu/tests/qemu-iotests/286
/qemu/tests/qemu-iotests/286.out
/qemu/tests/qemu-iotests/check
/qemu/tests/qemu-iotests/common.rc
/qemu/tests/qemu-iotests/group
/qemu/tests/qemu-iotests/iotests.py
/qemu/tests/qemu-iotests/nbd-fault-injector.py
/qemu/tests/qemu-iotests/qcow2.py
/qemu/tests/qemu-iotests/qed.py
/qemu/tests/qtest/Makefile.include
/qemu/tests/qtest/ac97-test.c
/qemu/tests/qtest/acpi-utils.c
/qemu/tests/qtest/acpi-utils.h
/qemu/tests/qtest/ahci-test.c
/qemu/tests/qtest/arm-cpu-features.c
/qemu/tests/qtest/bios-tables-test-allowed-diff.h
/qemu/tests/qtest/bios-tables-test.c
/qemu/tests/qtest/boot-order-test.c
/qemu/tests/qtest/boot-sector.c
/qemu/tests/qtest/boot-sector.h
/qemu/tests/qtest/boot-serial-test.c
/qemu/tests/qtest/cdrom-test.c
/qemu/tests/qtest/cpu-plug-test.c
/qemu/tests/qtest/dbus-vmstate-test.c
/qemu/tests/qtest/dbus-vmstate1.xml
/qemu/tests/qtest/device-introspect-test.c
/qemu/tests/qtest/device-plug-test.c
/qemu/tests/qtest/display-vga-test.c
/qemu/tests/qtest/drive_del-test.c
/qemu/tests/qtest/ds1338-test.c
/qemu/tests/qtest/e1000-test.c
/qemu/tests/qtest/e1000e-test.c
/qemu/tests/qtest/eepro100-test.c
/qemu/tests/qtest/endianness-test.c
/qemu/tests/qtest/es1370-test.c
/qemu/tests/qtest/fdc-test.c
/qemu/tests/qtest/fuzz/Makefile.include
/qemu/tests/qtest/fuzz/fork_fuzz.c
/qemu/tests/qtest/fuzz/fork_fuzz.h
/qemu/tests/qtest/fuzz/fork_fuzz.ld
/qemu/tests/qtest/fuzz/fuzz.c
/qemu/tests/qtest/fuzz/fuzz.h
/qemu/tests/qtest/fuzz/i440fx_fuzz.c
/qemu/tests/qtest/fuzz/qos_fuzz.c
/qemu/tests/qtest/fuzz/qos_fuzz.h
/qemu/tests/qtest/fuzz/virtio_net_fuzz.c
/qemu/tests/qtest/fuzz/virtio_scsi_fuzz.c
/qemu/tests/qtest/fw_cfg-test.c
/qemu/tests/qtest/hd-geo-test.c
/qemu/tests/qtest/hexloader-test.c
/qemu/tests/qtest/i440fx-test.c
/qemu/tests/qtest/i82801b11-test.c
/qemu/tests/qtest/ide-test.c
/qemu/tests/qtest/intel-hda-test.c
/qemu/tests/qtest/ioh3420-test.c
/qemu/tests/qtest/ipmi-bt-test.c
/qemu/tests/qtest/ipmi-kcs-test.c
/qemu/tests/qtest/ipoctal232-test.c
/qemu/tests/qtest/ivshmem-test.c
/qemu/tests/qtest/libqos/aarch64-xlnx-zcu102-machine.c
/qemu/tests/qtest/libqos/ahci.c
/qemu/tests/qtest/libqos/ahci.h
/qemu/tests/qtest/libqos/arm-imx25-pdk-machine.c
/qemu/tests/qtest/libqos/arm-n800-machine.c
/qemu/tests/qtest/libqos/arm-raspi2-machine.c
/qemu/tests/qtest/libqos/arm-sabrelite-machine.c
/qemu/tests/qtest/libqos/arm-smdkc210-machine.c
/qemu/tests/qtest/libqos/arm-virt-machine.c
/qemu/tests/qtest/libqos/arm-xilinx-zynq-a9-machine.c
/qemu/tests/qtest/libqos/e1000e.c
/qemu/tests/qtest/libqos/e1000e.h
/qemu/tests/qtest/libqos/fw_cfg.c
/qemu/tests/qtest/libqos/fw_cfg.h
/qemu/tests/qtest/libqos/i2c-imx.c
/qemu/tests/qtest/libqos/i2c-omap.c
/qemu/tests/qtest/libqos/i2c.c
/qemu/tests/qtest/libqos/i2c.h
/qemu/tests/qtest/libqos/libqos-pc.c
/qemu/tests/qtest/libqos/libqos-pc.h
/qemu/tests/qtest/libqos/libqos-spapr.c
/qemu/tests/qtest/libqos/libqos-spapr.h
/qemu/tests/qtest/libqos/libqos.c
/qemu/tests/qtest/libqos/libqos.h
/qemu/tests/qtest/libqos/malloc-pc.c
/qemu/tests/qtest/libqos/malloc-pc.h
/qemu/tests/qtest/libqos/malloc-spapr.c
/qemu/tests/qtest/libqos/malloc-spapr.h
/qemu/tests/qtest/libqos/malloc.c
/qemu/tests/qtest/libqos/malloc.h
/qemu/tests/qtest/libqos/pci-pc.c
/qemu/tests/qtest/libqos/pci-pc.h
/qemu/tests/qtest/libqos/pci-spapr.c
/qemu/tests/qtest/libqos/pci-spapr.h
/qemu/tests/qtest/libqos/pci.c
/qemu/tests/qtest/libqos/pci.h
/qemu/tests/qtest/libqos/ppc64_pseries-machine.c
/qemu/tests/qtest/libqos/qgraph.c
/qemu/tests/qtest/libqos/qgraph.h
/qemu/tests/qtest/libqos/qgraph_internal.h
/qemu/tests/qtest/libqos/qos_external.c
/qemu/tests/qtest/libqos/qos_external.h
/qemu/tests/qtest/libqos/rtas.c
/qemu/tests/qtest/libqos/rtas.h
/qemu/tests/qtest/libqos/sdhci.c
/qemu/tests/qtest/libqos/sdhci.h
/qemu/tests/qtest/libqos/tpci200.c
/qemu/tests/qtest/libqos/usb.c
/qemu/tests/qtest/libqos/usb.h
/qemu/tests/qtest/libqos/virtio-9p.c
/qemu/tests/qtest/libqos/virtio-9p.h
/qemu/tests/qtest/libqos/virtio-balloon.c
/qemu/tests/qtest/libqos/virtio-balloon.h
/qemu/tests/qtest/libqos/virtio-blk.c
/qemu/tests/qtest/libqos/virtio-blk.h
/qemu/tests/qtest/libqos/virtio-mmio.c
/qemu/tests/qtest/libqos/virtio-mmio.h
/qemu/tests/qtest/libqos/virtio-net.c
/qemu/tests/qtest/libqos/virtio-net.h
/qemu/tests/qtest/libqos/virtio-pci-modern.c
/qemu/tests/qtest/libqos/virtio-pci-modern.h
/qemu/tests/qtest/libqos/virtio-pci.c
/qemu/tests/qtest/libqos/virtio-pci.h
/qemu/tests/qtest/libqos/virtio-rng.c
/qemu/tests/qtest/libqos/virtio-rng.h
/qemu/tests/qtest/libqos/virtio-scsi.c
/qemu/tests/qtest/libqos/virtio-scsi.h
/qemu/tests/qtest/libqos/virtio-serial.c
/qemu/tests/qtest/libqos/virtio-serial.h
/qemu/tests/qtest/libqos/virtio.c
/qemu/tests/qtest/libqos/virtio.h
/qemu/tests/qtest/libqos/x86_64_pc-machine.c
/qemu/tests/qtest/libqtest-single.h
/qemu/tests/qtest/libqtest.c
/qemu/tests/qtest/libqtest.h
/qemu/tests/qtest/m25p80-test.c
/qemu/tests/qtest/m48t59-test.c
/qemu/tests/qtest/machine-none-test.c
/qemu/tests/qtest/megasas-test.c
/qemu/tests/qtest/microbit-test.c
/qemu/tests/qtest/migration-helpers.c
/qemu/tests/qtest/migration-helpers.h
/qemu/tests/qtest/migration-test.c
/qemu/tests/qtest/modules-test.c
/qemu/tests/qtest/ne2000-test.c
/qemu/tests/qtest/numa-test.c
/qemu/tests/qtest/nvme-test.c
/qemu/tests/qtest/pca9552-test.c
/qemu/tests/qtest/pci-test.c
/qemu/tests/qtest/pcnet-test.c
/qemu/tests/qtest/pflash-cfi02-test.c
/qemu/tests/qtest/pnv-xscom-test.c
/qemu/tests/qtest/prom-env-test.c
/qemu/tests/qtest/pvpanic-test.c
/qemu/tests/qtest/pxe-test.c
/qemu/tests/qtest/q35-test.c
/qemu/tests/qtest/qmp-cmd-test.c
/qemu/tests/qtest/qmp-test.c
/qemu/tests/qtest/qom-test.c
/qemu/tests/qtest/qos-test.c
/qemu/tests/qtest/rtas-test.c
/qemu/tests/qtest/rtc-test.c
/qemu/tests/qtest/rtl8139-test.c
/qemu/tests/qtest/sdhci-test.c
/qemu/tests/qtest/spapr-phb-test.c
/qemu/tests/qtest/tco-test.c
/qemu/tests/qtest/test-arm-mptimer.c
/qemu/tests/qtest/test-filter-mirror.c
/qemu/tests/qtest/test-filter-redirector.c
/qemu/tests/qtest/test-hmp.c
/qemu/tests/qtest/test-netfilter.c
/qemu/tests/qtest/test-x86-cpuid-compat.c
/qemu/tests/qtest/tmp105-test.c
/qemu/tests/qtest/tpm-crb-swtpm-test.c
/qemu/tests/qtest/tpm-crb-test.c
/qemu/tests/qtest/tpm-emu.c
/qemu/tests/qtest/tpm-emu.h
/qemu/tests/qtest/tpm-tests.c
/qemu/tests/qtest/tpm-tests.h
/qemu/tests/qtest/tpm-tis-swtpm-test.c
/qemu/tests/qtest/tpm-tis-test.c
/qemu/tests/qtest/tpm-util.c
/qemu/tests/qtest/tpm-util.h
/qemu/tests/qtest/usb-hcd-ehci-test.c
/qemu/tests/qtest/usb-hcd-ohci-test.c
/qemu/tests/qtest/usb-hcd-uhci-test.c
/qemu/tests/qtest/usb-hcd-xhci-test.c
/qemu/tests/qtest/vhost-user-test.c
/qemu/tests/qtest/virtio-9p-test.c
/qemu/tests/qtest/virtio-blk-test.c
/qemu/tests/qtest/virtio-ccw-test.c
/qemu/tests/qtest/virtio-net-test.c
/qemu/tests/qtest/virtio-rng-test.c
/qemu/tests/qtest/virtio-scsi-test.c
/qemu/tests/qtest/virtio-serial-test.c
/qemu/tests/qtest/virtio-test.c
/qemu/tests/qtest/vmgenid-test.c
/qemu/tests/qtest/vmxnet3-test.c
/qemu/tests/qtest/wdt_ib700-test.c
/qemu/tests/tcg/aarch64/Makefile.softmmu-target
/qemu/tests/tcg/aarch64/Makefile.target
/qemu/tests/tcg/aarch64/pauth-1.c
/qemu/tests/tcg/aarch64/pauth-2.c
/qemu/tests/tcg/aarch64/pauth-4.c
/qemu/tests/tcg/aarch64/system/pauth-3.c
/qemu/tests/tcg/aarch64/system/semiconsole.c
/qemu/tests/tcg/arm/Makefile.target
/qemu/tests/tcg/arm/semicall.h
/qemu/tests/tcg/arm/semiconsole.c
/qemu/tests/tcg/arm/semihosting.c
/qemu/tests/tcg/configure.sh
/qemu/tests/test-aio.c
/qemu/tests/test-char.c
/qemu/tests/test-logging.c
/qemu/tests/test-qdev-global-props.c
/qemu/tests/test-qmp-cmds.c
/qemu/tests/test-rcu-list.c
/qemu/tests/test-rcu-slist.c
/qemu/tests/test-vmstate.c
/qemu/tests/vm/basevm.py
/qemu/tests/vm/centos
/qemu/tests/vm/fedora
/qemu/tests/vm/freebsd
/qemu/tests/vm/netbsd
/qemu/tests/vm/openbsd
/qemu/tests/vm/ubuntu.i386
/qemu/tools/virtiofsd/50-qemu-virtiofsd.json.in
/qemu/tools/virtiofsd/Makefile.objs
/qemu/tools/virtiofsd/buffer.c
/qemu/tools/virtiofsd/fuse_common.h
/qemu/tools/virtiofsd/fuse_i.h
/qemu/tools/virtiofsd/fuse_log.c
/qemu/tools/virtiofsd/fuse_log.h
/qemu/tools/virtiofsd/fuse_lowlevel.c
/qemu/tools/virtiofsd/fuse_lowlevel.h
/qemu/tools/virtiofsd/fuse_misc.h
/qemu/tools/virtiofsd/fuse_opt.c
/qemu/tools/virtiofsd/fuse_opt.h
/qemu/tools/virtiofsd/fuse_signals.c
/qemu/tools/virtiofsd/fuse_virtio.c
/qemu/tools/virtiofsd/fuse_virtio.h
/qemu/tools/virtiofsd/helper.c
/qemu/tools/virtiofsd/passthrough_helpers.h
/qemu/tools/virtiofsd/passthrough_ll.c
/qemu/tools/virtiofsd/seccomp.c
/qemu/tools/virtiofsd/seccomp.h
/qemu/trace/control.c
/qemu/trace/mem-internal.h
/qemu/ui/cocoa.m
/qemu/ui/console.c
/qemu/ui/gtk.c
/qemu/ui/input-barrier.c
/qemu/ui/sdl2.c
/qemu/ui/vnc-enc-zrle.c
/qemu/ui/vnc.c
/qemu/util/Makefile.objs
/qemu/util/aio-posix.c
/qemu/util/async.c
/qemu/util/cacheinfo.c
/qemu/util/guest-random.c
/qemu/util/id.c
/qemu/util/log.c
/qemu/util/module.c
/qemu/util/nvdimm-utils.c
/qemu/util/oslib-posix.c
/qemu/util/qemu-timer-common.c
/qemu/util/vfio-helpers.c
bdf200a508-Jan-2020 Pan Nengyuan <pannengyuan@huawei.com>

nbd: fix uninitialized variable warning

Fixes:
/mnt/sdb/qemu/nbd/server.c: In function 'nbd_handle_request':
/mnt/sdb/qemu/nbd/server.c:2313:9: error: 'ret' may be used uninitialized in this functio

nbd: fix uninitialized variable warning

Fixes:
/mnt/sdb/qemu/nbd/server.c: In function 'nbd_handle_request':
/mnt/sdb/qemu/nbd/server.c:2313:9: error: 'ret' may be used uninitialized in this function [-Werror=maybe-uninitialized]
int ret;

Reported-by: Euler Robot <euler.robot@huawei.com>
Signed-off-by: Pan Nengyuan <pannengyuan@huawei.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20200108025132.46956-1-pannengyuan@huawei.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>

show more ...


/qemu/.cirrus.yml
/qemu/.gitlab-ci.yml
/qemu/.shippable.yml
/qemu/.travis.yml
/qemu/Kconfig.host
/qemu/MAINTAINERS
/qemu/Makefile
/qemu/Makefile.objs
/qemu/Makefile.target
/qemu/VERSION
/qemu/accel/Makefile.objs
/qemu/accel/accel.c
/qemu/accel/kvm/kvm-all.c
/qemu/accel/stubs/kvm-stub.c
/qemu/accel/tcg/cpu-exec.c
/qemu/accel/tcg/tcg-all.c
/qemu/accel/tcg/translate-all.c
/qemu/accel/tcg/translator.c
/qemu/audio/audio.c
/qemu/audio/paaudio.c
/qemu/backends/Makefile.objs
/qemu/backends/cryptodev.c
/qemu/backends/dbus-vmstate.c
/qemu/backends/trace-events
/qemu/block.c
/qemu/block/Makefile.objs
/qemu/block/backup-top.c
/qemu/block/blkdebug.c
/qemu/block/file-posix.c
/qemu/block/filter-compress.c
/qemu/block/nbd.c
/qemu/block/qcow2-bitmap.c
/qemu/block/qcow2.c
/qemu/block/snapshot.c
/qemu/block/throttle-groups.c
/qemu/blockjob.c
/qemu/bsd-user/main.c
/qemu/configure
/qemu/contrib/libvhost-user/libvhost-user.c
/qemu/contrib/vhost-user-blk/vhost-user-blk.c
/qemu/contrib/vhost-user-gpu/50-qemu-gpu.json.in
/qemu/contrib/vhost-user-input/main.c
/qemu/contrib/vhost-user-scsi/vhost-user-scsi.c
/qemu/cpus.c
/qemu/crypto/Makefile.objs
/qemu/crypto/tlscredsx509.c
/qemu/disas/libvixl/Makefile.objs
/qemu/docs/arm-cpu-features.rst
/qemu/docs/conf.py
/qemu/docs/devel/bitops.rst
/qemu/docs/devel/index.rst
/qemu/docs/devel/memory.rst
/qemu/docs/devel/tcg-plugins.rst
/qemu/docs/devel/testing.rst
/qemu/docs/interop/dbus-vmstate.rst
/qemu/docs/interop/dbus.rst
/qemu/docs/interop/index.rst
/qemu/docs/interop/vhost-user.json
/qemu/docs/interop/vhost-user.rst
/qemu/docs/microvm.rst
/qemu/docs/sphinx/kerneldoc.py
/qemu/docs/sphinx/kernellog.py
/qemu/docs/virtio-net-failover.rst
/qemu/docs/virtio-pmem.rst
/qemu/dump/dump-hmp-cmds.c
/qemu/exec.c
/qemu/fsdev/virtfs-proxy-helper.c
/qemu/hmp-commands.hx
/qemu/hw/9pfs/9p-local.c
/qemu/hw/9pfs/9p-proxy.c
/qemu/hw/9pfs/9p.c
/qemu/hw/Kconfig
/qemu/hw/Makefile.objs
/qemu/hw/acpi/Kconfig
/qemu/hw/acpi/Makefile.objs
/qemu/hw/acpi/acpi-x86-stub.c
/qemu/hw/acpi/cpu_hotplug.c
/qemu/hw/acpi/hmat.c
/qemu/hw/acpi/hmat.h
/qemu/hw/alpha/alpha_sys.h
/qemu/hw/alpha/dp264.c
/qemu/hw/arm/aspeed.c
/qemu/hw/arm/aspeed_ast2600.c
/qemu/hw/arm/aspeed_soc.c
/qemu/hw/arm/nseries.c
/qemu/hw/arm/sbsa-ref.c
/qemu/hw/arm/smmuv3-internal.h
/qemu/hw/arm/smmuv3.c
/qemu/hw/arm/virt-acpi-build.c
/qemu/hw/arm/virt.c
/qemu/hw/arm/xlnx-versal.c
/qemu/hw/audio/ac97.c
/qemu/hw/audio/hda-codec.c
/qemu/hw/block/dataplane/virtio-blk.c
/qemu/hw/block/onenand.c
/qemu/hw/block/pflash_cfi01.c
/qemu/hw/block/pflash_cfi02.c
/qemu/hw/block/trace-events
/qemu/hw/block/virtio-blk.c
/qemu/hw/bt/Kconfig
/qemu/hw/char/virtio-serial-bus.c
/qemu/hw/core/Makefile.objs
/qemu/hw/core/loader-fit.c
/qemu/hw/core/machine-hmp-cmds.c
/qemu/hw/core/machine.c
/qemu/hw/core/numa.c
/qemu/hw/core/qdev.c
/qemu/hw/core/vmstate-if.c
/qemu/hw/display/bochs-display.c
/qemu/hw/display/jazz_led.c
/qemu/hw/display/qxl-render.c
/qemu/hw/display/qxl.c
/qemu/hw/display/vga-isa-mm.c
/qemu/hw/display/vga-isa.c
/qemu/hw/display/vga-pci.c
/qemu/hw/display/vga.c
/qemu/hw/display/vga_int.h
/qemu/hw/display/vmware_vga.c
/qemu/hw/display/xlnx_dp.c
/qemu/hw/dma/rc4030.c
/qemu/hw/gpio/aspeed_gpio.c
/qemu/hw/hppa/hppa_sys.h
/qemu/hw/hppa/machine.c
/qemu/hw/hyperv/hyperv.c
/qemu/hw/i2c/aspeed_i2c.c
/qemu/hw/i2c/trace-events
/qemu/hw/i386/Kconfig
/qemu/hw/i386/Makefile.objs
/qemu/hw/i386/acpi-build.c
/qemu/hw/i386/amd_iommu.c
/qemu/hw/i386/fw_cfg.c
/qemu/hw/i386/fw_cfg.h
/qemu/hw/i386/intel_iommu.c
/qemu/hw/i386/intel_iommu_internal.h
/qemu/hw/i386/kvm/Makefile.objs
/qemu/hw/i386/kvm/i8259.c
/qemu/hw/i386/kvm/ioapic.c
/qemu/hw/i386/microvm.c
/qemu/hw/i386/pc.c
/qemu/hw/i386/pc_piix.c
/qemu/hw/i386/pc_q35.c
/qemu/hw/i386/port92.c
/qemu/hw/i386/trace-events
/qemu/hw/i386/x86-iommu-stub.c
/qemu/hw/i386/x86.c
/qemu/hw/ide/cmd646.c
/qemu/hw/ide/isa.c
/qemu/hw/ide/piix.c
/qemu/hw/ide/via.c
/qemu/hw/input/pckbd.c
/qemu/hw/input/virtio-input.c
/qemu/hw/intc/Kconfig
/qemu/hw/intc/apic.c
/qemu/hw/intc/exynos4210_gic.c
/qemu/hw/intc/i8259.c
/qemu/hw/intc/i8259_common.c
/qemu/hw/intc/ioapic.c
/qemu/hw/intc/pnv_xive.c
/qemu/hw/intc/s390_flic_kvm.c
/qemu/hw/intc/spapr_xive.c
/qemu/hw/intc/spapr_xive_kvm.c
/qemu/hw/intc/xics.c
/qemu/hw/intc/xics_kvm.c
/qemu/hw/intc/xics_spapr.c
/qemu/hw/intc/xive.c
/qemu/hw/ipmi/ipmi_bmc_sim.c
/qemu/hw/ipmi/isa_ipmi_bt.c
/qemu/hw/ipmi/isa_ipmi_kcs.c
/qemu/hw/ipmi/pci_ipmi_bt.c
/qemu/hw/ipmi/pci_ipmi_kcs.c
/qemu/hw/isa/i82378.c
/qemu/hw/isa/isa-bus.c
/qemu/hw/isa/lpc_ich9.c
/qemu/hw/isa/piix4.c
/qemu/hw/isa/vt82c686.c
/qemu/hw/m68k/q800.c
/qemu/hw/mem/memory-device.c
/qemu/hw/mips/gt64xxx_pci.c
/qemu/hw/mips/mips_fulong2e.c
/qemu/hw/mips/mips_jazz.c
/qemu/hw/mips/mips_malta.c
/qemu/hw/mips/mips_r4k.c
/qemu/hw/mips/trace-events
/qemu/hw/misc/aspeed_scu.c
/qemu/hw/misc/aspeed_sdmc.c
/qemu/hw/misc/ivshmem.c
/qemu/hw/misc/mac_via.c
/qemu/hw/misc/max111x.c
/qemu/hw/misc/mos6522.c
/qemu/hw/misc/trace-events
/qemu/hw/net/cadence_gem.c
/qemu/hw/net/can/can_sja1000.c
/qemu/hw/net/eepro100.c
/qemu/hw/net/ftgmac100.c
/qemu/hw/net/mipsnet.c
/qemu/hw/net/virtio-net.c
/qemu/hw/nvram/eeprom93xx.c
/qemu/hw/pci-host/Kconfig
/qemu/hw/pci-host/Makefile.objs
/qemu/hw/pci-host/bonito.c
/qemu/hw/pci-host/i440fx.c
/qemu/hw/pci-host/prep.c
/qemu/hw/pci-host/xen_igd_pt.c
/qemu/hw/pci/pci-stub.c
/qemu/hw/pci/pci.c
/qemu/hw/pci/pci_host.c
/qemu/hw/ppc/Makefile.objs
/qemu/hw/ppc/e500.c
/qemu/hw/ppc/pnv.c
/qemu/hw/ppc/pnv_bmc.c
/qemu/hw/ppc/pnv_core.c
/qemu/hw/ppc/pnv_homer.c
/qemu/hw/ppc/pnv_lpc.c
/qemu/hw/ppc/pnv_occ.c
/qemu/hw/ppc/pnv_pnor.c
/qemu/hw/ppc/pnv_psi.c
/qemu/hw/ppc/pnv_xscom.c
/qemu/hw/ppc/ppc.c
/qemu/hw/ppc/spapr.c
/qemu/hw/ppc/spapr_drc.c
/qemu/hw/ppc/spapr_events.c
/qemu/hw/ppc/spapr_hcall.c
/qemu/hw/ppc/spapr_iommu.c
/qemu/hw/ppc/spapr_irq.c
/qemu/hw/ppc/spapr_ovec.c
/qemu/hw/ppc/spapr_pci.c
/qemu/hw/ppc/spapr_pci_nvlink2.c
/qemu/hw/riscv/boot.c
/qemu/hw/riscv/sifive_e.c
/qemu/hw/riscv/sifive_u.c
/qemu/hw/riscv/spike.c
/qemu/hw/riscv/virt.c
/qemu/hw/rtc/mc146818rtc.c
/qemu/hw/rtc/pl031.c
/qemu/hw/s390x/event-facility.c
/qemu/hw/s390x/s390-skeys.c
/qemu/hw/s390x/s390-stattrib.c
/qemu/hw/s390x/s390-virtio-ccw.c
/qemu/hw/scsi/scsi-bus.c
/qemu/hw/scsi/scsi-disk.c
/qemu/hw/scsi/vhost-scsi.c
/qemu/hw/scsi/vhost-user-scsi.c
/qemu/hw/scsi/virtio-scsi.c
/qemu/hw/sd/sdhci.c
/qemu/hw/ssi/aspeed_smc.c
/qemu/hw/ssi/xilinx_spips.c
/qemu/hw/timer/aspeed_timer.c
/qemu/hw/tpm/tpm_emulator.c
/qemu/hw/usb/Kconfig
/qemu/hw/usb/Makefile.objs
/qemu/hw/usb/dev-network.c
/qemu/hw/vfio/Kconfig
/qemu/hw/vfio/ap.c
/qemu/hw/vfio/ccw.c
/qemu/hw/vfio/pci.c
/qemu/hw/vfio/pci.h
/qemu/hw/virtio/Kconfig
/qemu/hw/virtio/Makefile.objs
/qemu/hw/virtio/vhost-user-fs-pci.c
/qemu/hw/virtio/vhost-user-fs.c
/qemu/hw/virtio/vhost-user.c
/qemu/hw/virtio/virtio-balloon.c
/qemu/hw/virtio/virtio-mmio.c
/qemu/hw/virtio/virtio-pci.c
/qemu/hw/virtio/virtio.c
/qemu/hw/watchdog/wdt_aspeed.c
/qemu/hw/xen/xen-common.c
/qemu/hw/xen/xen_pt.c
/qemu/include/block/block.h
/qemu/include/block/snapshot.h
/qemu/include/crypto/tlssession.h
/qemu/include/exec/exec-all.h
/qemu/include/exec/log.h
/qemu/include/exec/memory.h
/qemu/include/exec/ram_addr.h
/qemu/include/hw/arm/aspeed.h
/qemu/include/hw/arm/aspeed_soc.h
/qemu/include/hw/arm/virt.h
/qemu/include/hw/arm/xlnx-versal.h
/qemu/include/hw/boards.h
/qemu/include/hw/i2c/aspeed_i2c.h
/qemu/include/hw/i386/pc.h
/qemu/include/hw/i386/x86.h
/qemu/include/hw/intc/i8259.h
/qemu/include/hw/ipmi/ipmi.h
/qemu/include/hw/isa/i8259_internal.h
/qemu/include/hw/isa/isa.h
/qemu/include/hw/misc/mac_via.h
/qemu/include/hw/pci-host/i440fx.h
/qemu/include/hw/pci/pci.h
/qemu/include/hw/pci/pci_host.h
/qemu/include/hw/ppc/pnv.h
/qemu/include/hw/ppc/pnv_homer.h
/qemu/include/hw/ppc/pnv_lpc.h
/qemu/include/hw/ppc/pnv_occ.h
/qemu/include/hw/ppc/pnv_pnor.h
/qemu/include/hw/ppc/pnv_psi.h
/qemu/include/hw/ppc/pnv_xive.h
/qemu/include/hw/ppc/pnv_xscom.h
/qemu/include/hw/ppc/ppc.h
/qemu/include/hw/ppc/spapr.h
/qemu/include/hw/ppc/spapr_irq.h
/qemu/include/hw/ppc/spapr_ovec.h
/qemu/include/hw/ppc/spapr_vio.h
/qemu/include/hw/ppc/spapr_xive.h
/qemu/include/hw/ppc/xics_spapr.h
/qemu/include/hw/ppc/xive.h
/qemu/include/hw/ppc/xive_regs.h
/qemu/include/hw/riscv/boot.h
/qemu/include/hw/ssi/aspeed_smc.h
/qemu/include/hw/virtio/vhost-user-fs.h
/qemu/include/hw/virtio/virtio-blk.h
/qemu/include/hw/virtio/virtio-scsi.h
/qemu/include/hw/virtio/virtio.h
/qemu/include/hw/vmstate-if.h
/qemu/include/hw/watchdog/wdt_aspeed.h
/qemu/include/io/task.h
/qemu/include/migration/register.h
/qemu/include/migration/vmstate.h
/qemu/include/monitor/hmp.h
/qemu/include/qapi/error.h
/qemu/include/qemu/bitops.h
/qemu/include/qemu/cutils.h
/qemu/include/qemu/dbus.h
/qemu/include/qemu/error-report.h
/qemu/include/qemu/log.h
/qemu/include/qemu/osdep.h
/qemu/include/qom/object.h
/qemu/include/standard-headers/linux/ethtool.h
/qemu/include/standard-headers/linux/virtio_ring.h
/qemu/include/sysemu/accel.h
/qemu/include/sysemu/cpus.h
/qemu/include/sysemu/kvm.h
/qemu/include/sysemu/numa.h
/qemu/include/sysemu/os-win32.h
/qemu/include/ui/console.h
/qemu/include/ui/qemu-pixman.h
/qemu/linux-headers/asm-arm/kvm.h
/qemu/linux-headers/asm-arm64/kvm.h
/qemu/linux-headers/asm-mips/unistd_n32.h
/qemu/linux-headers/asm-mips/unistd_n64.h
/qemu/linux-headers/asm-mips/unistd_o32.h
/qemu/linux-headers/asm-powerpc/kvm.h
/qemu/linux-headers/linux/kvm.h
/qemu/linux-headers/linux/psp-sev.h
/qemu/linux-user/elfload.c
/qemu/linux-user/main.c
/qemu/linux-user/mmap.c
/qemu/linux-user/ppc/cpu_loop.c
/qemu/linux-user/syscall.c
/qemu/linux-user/trace-events
/qemu/memory.c
/qemu/migration/ram.c
/qemu/migration/savevm.c
/qemu/monitor/hmp-cmds.c
/qemu/monitor/misc.c
/qemu/monitor/qmp-cmds.c
/qemu/monitor/qmp.c
server.c
/qemu/net/can/can_socketcan.c
/qemu/net/net.c
/qemu/os-posix.c
/qemu/os-win32.c
/qemu/pc-bios/README
/qemu/pc-bios/bios-256k.bin
/qemu/pc-bios/bios.bin
/qemu/pc-bios/s390-ccw.img
/qemu/pc-bios/s390-ccw/jump2ipl.c
/qemu/pc-bios/s390-ccw/sclp.c
/qemu/pc-bios/s390-netboot.img
/qemu/pc-bios/slof.bin
/qemu/pc-bios/vgabios-ati.bin
/qemu/pc-bios/vgabios-bochs-display.bin
/qemu/pc-bios/vgabios-cirrus.bin
/qemu/pc-bios/vgabios-qxl.bin
/qemu/pc-bios/vgabios-ramfb.bin
/qemu/pc-bios/vgabios-stdvga.bin
/qemu/pc-bios/vgabios-virtio.bin
/qemu/pc-bios/vgabios-vmware.bin
/qemu/pc-bios/vgabios.bin
/qemu/po/zh_CN.po
/qemu/python/qemu/__init__.py
/qemu/python/qemu/accel.py
/qemu/python/qemu/machine.py
/qemu/qapi/block-core.json
/qemu/qapi/machine.json
/qemu/qdev-monitor.c
/qemu/qemu-bridge-helper.c
/qemu/qemu-deprecated.texi
/qemu/qemu-doc.texi
/qemu/qemu-img.c
/qemu/qemu-options.hx
/qemu/qga/commands-posix.c
/qemu/qga/commands-win32.c
/qemu/qga/commands.c
/qemu/qom/object.c
/qemu/qom/qom-hmp-cmds.c
/qemu/roms/SLOF
/qemu/roms/config.seabios-128k
/qemu/roms/seabios
/qemu/scripts/analyze-migration.py
/qemu/scripts/get_maintainer.pl
/qemu/scripts/kernel-doc
/qemu/scripts/vmstate-static-checker.py
/qemu/scsi/qemu-pr-helper.c
/qemu/stubs/Makefile.objs
/qemu/stubs/vmstate.c
/qemu/target/arm/arm-powerctl.c
/qemu/target/arm/cpu.c
/qemu/target/arm/cpu.h
/qemu/target/arm/cpu64.c
/qemu/target/arm/helper.c
/qemu/target/arm/helper.h
/qemu/target/arm/kvm.c
/qemu/target/arm/m_helper.c
/qemu/target/arm/op_helper.c
/qemu/target/arm/translate-vfp.inc.c
/qemu/target/arm/translate.c
/qemu/target/arm/translate.h
/qemu/target/arm/vfp_helper.c
/qemu/target/cris/translate.c
/qemu/target/i386/cpu.c
/qemu/target/i386/cpu.h
/qemu/target/i386/hvf/hvf.c
/qemu/target/i386/hvf/vmx.h
/qemu/target/i386/hvf/x86_decode.c
/qemu/target/i386/hvf/x86_decode.h
/qemu/target/i386/hvf/x86_emu.c
/qemu/target/i386/hvf/x86hvf.c
/qemu/target/i386/kvm.c
/qemu/target/i386/kvm_i386.h
/qemu/target/i386/machine.c
/qemu/target/i386/monitor.c
/qemu/target/i386/translate.c
/qemu/target/i386/whp-dispatch.h
/qemu/target/i386/whpx-all.c
/qemu/target/lm32/translate.c
/qemu/target/m68k/cpu.c
/qemu/target/m68k/cpu.h
/qemu/target/m68k/helper.c
/qemu/target/microblaze/translate.c
/qemu/target/mips/kvm.c
/qemu/target/nios2/translate.c
/qemu/target/ppc/compat.c
/qemu/target/ppc/cpu-models.c
/qemu/target/ppc/cpu-models.h
/qemu/target/ppc/cpu.h
/qemu/target/ppc/helper.h
/qemu/target/ppc/helper_regs.h
/qemu/target/ppc/kvm.c
/qemu/target/ppc/kvm_ppc.h
/qemu/target/ppc/timebase_helper.c
/qemu/target/ppc/translate_init.inc.c
/qemu/target/s390x/cpu-qom.h
/qemu/target/s390x/cpu.c
/qemu/target/s390x/cpu.h
/qemu/target/s390x/cpu_models.c
/qemu/target/s390x/diag.c
/qemu/target/s390x/helper.h
/qemu/target/s390x/insn-data.def
/qemu/target/s390x/kvm.c
/qemu/target/s390x/mem_helper.c
/qemu/target/s390x/misc_helper.c
/qemu/target/s390x/sigp.c
/qemu/target/s390x/translate.c
/qemu/target/tilegx/translate.c
/qemu/target/unicore32/translate.c
/qemu/target/xtensa/cpu.h
/qemu/target/xtensa/import_core.sh
/qemu/target/xtensa/overlay_tool.h
/qemu/target/xtensa/translate.c
/qemu/tcg/tcg.c
/qemu/tests/Makefile.include
/qemu/tests/acceptance/avocado_qemu/__init__.py
/qemu/tests/acceptance/boot_linux_console.py
/qemu/tests/acceptance/cpu_queries.py
/qemu/tests/acceptance/empty_cpu_model.py
/qemu/tests/acceptance/linux_initrd.py
/qemu/tests/acceptance/linux_ssh_mips_malta.py
/qemu/tests/acceptance/machine_m68k_nextcube.py
/qemu/tests/acceptance/machine_sparc_leon3.py
/qemu/tests/acceptance/ppc_prep_40p.py
/qemu/tests/acceptance/virtio_seg_max_adjust.py
/qemu/tests/acceptance/x86_cpu_model_versions.py
/qemu/tests/arm-cpu-features.c
/qemu/tests/bios-tables-test.c
/qemu/tests/boot-sector.c
/qemu/tests/boot-serial-test.c
/qemu/tests/cdrom-test.c
/qemu/tests/cpu-plug-test.c
/qemu/tests/data/acpi/pc/APIC.acpihmat
/qemu/tests/data/acpi/pc/DSDT.acpihmat
/qemu/tests/data/acpi/pc/HMAT.acpihmat
/qemu/tests/data/acpi/pc/SRAT.acpihmat
/qemu/tests/data/acpi/q35/APIC.acpihmat
/qemu/tests/data/acpi/q35/DSDT.acpihmat
/qemu/tests/data/acpi/q35/HMAT.acpihmat
/qemu/tests/data/acpi/q35/SRAT.acpihmat
/qemu/tests/data/acpi/virt/DSDT
/qemu/tests/data/acpi/virt/DSDT.memhp
/qemu/tests/data/acpi/virt/DSDT.numamem
/qemu/tests/dbus-vmstate-daemon.sh
/qemu/tests/dbus-vmstate-test.c
/qemu/tests/dbus-vmstate1.xml
/qemu/tests/docker/common.rc
/qemu/tests/docker/dockerfiles/centos7.docker
/qemu/tests/docker/dockerfiles/debian10.docker
/qemu/tests/docker/dockerfiles/fedora.docker
/qemu/tests/docker/dockerfiles/ubuntu.docker
/qemu/tests/docker/dockerfiles/ubuntu1804.docker
/qemu/tests/hd-geo-test.c
/qemu/tests/iothread.c
/qemu/tests/ivshmem-test.c
/qemu/tests/libqtest.c
/qemu/tests/migration-helpers.c
/qemu/tests/migration-helpers.h
/qemu/tests/migration-test.c
/qemu/tests/modules-test.c
/qemu/tests/numa-test.c
/qemu/tests/pflash-cfi02-test.c
/qemu/tests/pnv-xscom-test.c
/qemu/tests/prom-env-test.c
/qemu/tests/pxe-test.c
/qemu/tests/qemu-iotests/005
/qemu/tests/qemu-iotests/007
/qemu/tests/qemu-iotests/014
/qemu/tests/qemu-iotests/015
/qemu/tests/qemu-iotests/019
/qemu/tests/qemu-iotests/020
/qemu/tests/qemu-iotests/024
/qemu/tests/qemu-iotests/026
/qemu/tests/qemu-iotests/028
/qemu/tests/qemu-iotests/029
/qemu/tests/qemu-iotests/030
/qemu/tests/qemu-iotests/031
/qemu/tests/qemu-iotests/031.out
/qemu/tests/qemu-iotests/036
/qemu/tests/qemu-iotests/036.out
/qemu/tests/qemu-iotests/039
/qemu/tests/qemu-iotests/039.out
/qemu/tests/qemu-iotests/041
/qemu/tests/qemu-iotests/041.out
/qemu/tests/qemu-iotests/043
/qemu/tests/qemu-iotests/046
/qemu/tests/qemu-iotests/048
/qemu/tests/qemu-iotests/049
/qemu/tests/qemu-iotests/049.out
/qemu/tests/qemu-iotests/050
/qemu/tests/qemu-iotests/051
/qemu/tests/qemu-iotests/051.pc.out
/qemu/tests/qemu-iotests/053
/qemu/tests/qemu-iotests/058
/qemu/tests/qemu-iotests/059
/qemu/tests/qemu-iotests/060
/qemu/tests/qemu-iotests/060.out
/qemu/tests/qemu-iotests/061
/qemu/tests/qemu-iotests/061.out
/qemu/tests/qemu-iotests/062
/qemu/tests/qemu-iotests/063
/qemu/tests/qemu-iotests/063.out
/qemu/tests/qemu-iotests/066
/qemu/tests/qemu-iotests/067
/qemu/tests/qemu-iotests/068
/qemu/tests/qemu-iotests/069
/qemu/tests/qemu-iotests/071
/qemu/tests/qemu-iotests/073
/qemu/tests/qemu-iotests/074
/qemu/tests/qemu-iotests/079
/qemu/tests/qemu-iotests/080
/qemu/tests/qemu-iotests/081
/qemu/tests/qemu-iotests/085
/qemu/tests/qemu-iotests/085.out
/qemu/tests/qemu-iotests/088
/qemu/tests/qemu-iotests/090
/qemu/tests/qemu-iotests/091
/qemu/tests/qemu-iotests/091.out
/qemu/tests/qemu-iotests/092
/qemu/tests/qemu-iotests/094
/qemu/tests/qemu-iotests/094.out
/qemu/tests/qemu-iotests/095
/qemu/tests/qemu-iotests/095.out
/qemu/tests/qemu-iotests/098
/qemu/tests/qemu-iotests/099
/qemu/tests/qemu-iotests/103
/qemu/tests/qemu-iotests/106
/qemu/tests/qemu-iotests/108
/qemu/tests/qemu-iotests/109
/qemu/tests/qemu-iotests/109.out
/qemu/tests/qemu-iotests/110
/qemu/tests/qemu-iotests/110.out
/qemu/tests/qemu-iotests/111
/qemu/tests/qemu-iotests/112
/qemu/tests/qemu-iotests/114
/qemu/tests/qemu-iotests/115
/qemu/tests/qemu-iotests/117.out
/qemu/tests/qemu-iotests/121
/qemu/tests/qemu-iotests/122
/qemu/tests/qemu-iotests/123
/qemu/tests/qemu-iotests/125
/qemu/tests/qemu-iotests/127.out
/qemu/tests/qemu-iotests/137
/qemu/tests/qemu-iotests/137.out
/qemu/tests/qemu-iotests/138
/qemu/tests/qemu-iotests/140.out
/qemu/tests/qemu-iotests/141
/qemu/tests/qemu-iotests/141.out
/qemu/tests/qemu-iotests/142
/qemu/tests/qemu-iotests/143.out
/qemu/tests/qemu-iotests/144
/qemu/tests/qemu-iotests/144.out
/qemu/tests/qemu-iotests/153
/qemu/tests/qemu-iotests/153.out
/qemu/tests/qemu-iotests/156
/qemu/tests/qemu-iotests/156.out
/qemu/tests/qemu-iotests/159
/qemu/tests/qemu-iotests/160
/qemu/tests/qemu-iotests/161
/qemu/tests/qemu-iotests/161.out
/qemu/tests/qemu-iotests/169
/qemu/tests/qemu-iotests/169.out
/qemu/tests/qemu-iotests/170
/qemu/tests/qemu-iotests/172
/qemu/tests/qemu-iotests/173
/qemu/tests/qemu-iotests/173.out
/qemu/tests/qemu-iotests/174
/qemu/tests/qemu-iotests/175
/qemu/tests/qemu-iotests/176
/qemu/tests/qemu-iotests/178
/qemu/tests/qemu-iotests/182
/qemu/tests/qemu-iotests/182.out
/qemu/tests/qemu-iotests/183
/qemu/tests/qemu-iotests/183.out
/qemu/tests/qemu-iotests/185
/qemu/tests/qemu-iotests/185.out
/qemu/tests/qemu-iotests/187
/qemu/tests/qemu-iotests/190
/qemu/tests/qemu-iotests/191
/qemu/tests/qemu-iotests/191.out
/qemu/tests/qemu-iotests/195
/qemu/tests/qemu-iotests/197
/qemu/tests/qemu-iotests/198
/qemu/tests/qemu-iotests/198.out
/qemu/tests/qemu-iotests/200
/qemu/tests/qemu-iotests/200.out
/qemu/tests/qemu-iotests/201
/qemu/tests/qemu-iotests/206
/qemu/tests/qemu-iotests/207
/qemu/tests/qemu-iotests/210
/qemu/tests/qemu-iotests/211
/qemu/tests/qemu-iotests/212
/qemu/tests/qemu-iotests/213
/qemu/tests/qemu-iotests/214
/qemu/tests/qemu-iotests/214.out
/qemu/tests/qemu-iotests/215
/qemu/tests/qemu-iotests/217
/qemu/tests/qemu-iotests/220
/qemu/tests/qemu-iotests/223
/qemu/tests/qemu-iotests/223.out
/qemu/tests/qemu-iotests/225
/qemu/tests/qemu-iotests/229
/qemu/tests/qemu-iotests/229.out
/qemu/tests/qemu-iotests/232
/qemu/tests/qemu-iotests/235
/qemu/tests/qemu-iotests/237
/qemu/tests/qemu-iotests/243
/qemu/tests/qemu-iotests/244
/qemu/tests/qemu-iotests/247
/qemu/tests/qemu-iotests/249
/qemu/tests/qemu-iotests/249.out
/qemu/tests/qemu-iotests/250
/qemu/tests/qemu-iotests/252
/qemu/tests/qemu-iotests/255
/qemu/tests/qemu-iotests/261
/qemu/tests/qemu-iotests/265
/qemu/tests/qemu-iotests/266
/qemu/tests/qemu-iotests/266.out
/qemu/tests/qemu-iotests/267
/qemu/tests/qemu-iotests/273
/qemu/tests/qemu-iotests/273.out
/qemu/tests/qemu-iotests/279
/qemu/tests/qemu-iotests/279.out
/qemu/tests/qemu-iotests/280
/qemu/tests/qemu-iotests/280.out
/qemu/tests/qemu-iotests/check
/qemu/tests/qemu-iotests/common.filter
/qemu/tests/qemu-iotests/common.qemu
/qemu/tests/qemu-iotests/common.rc
/qemu/tests/qemu-iotests/group
/qemu/tests/qemu-iotests/iotests.py
/qemu/tests/qemu-iotests/qcow2.py
/qemu/tests/tcg/Makefile.prereqs
/qemu/tests/tcg/configure.sh
/qemu/tests/tcg/multiarch/float_helpers.c
/qemu/tests/tcg/multiarch/linux-test.c
/qemu/tests/test-bitmap.c
/qemu/tests/test-blockjob.c
/qemu/tests/test-crypto-tlscredsx509.c
/qemu/tests/test-crypto-tlssession.c
/qemu/tests/test-io-channel-tls.c
/qemu/tests/test-keyval.c
/qemu/tests/test-logging.c
/qemu/tests/test-qga.c
/qemu/tests/test-qobject-output-visitor.c
/qemu/tests/test-string-output-visitor.c
/qemu/tests/test-util-filemonitor.c
/qemu/tests/test-vmstate.c
/qemu/tests/vm/Makefile.include
/qemu/tests/vm/basevm.py
/qemu/tests/vm/centos
/qemu/tests/vm/fedora
/qemu/tests/vm/freebsd
/qemu/tests/vm/netbsd
/qemu/tests/vm/openbsd
/qemu/tests/vm/ubuntu.i386
/qemu/tests/vmgenid-test.c
/qemu/trace/control.c
/qemu/ui/console.c
/qemu/ui/gtk.c
/qemu/ui/sdl2.c
/qemu/ui/trace-events
/qemu/ui/vnc.c
/qemu/ui/vnc.h
/qemu/util/Makefile.objs
/qemu/util/cutils.c
/qemu/util/dbus.c
/qemu/util/error.c
/qemu/util/log.c
/qemu/util/module.c
/qemu/util/osdep.c
/qemu/util/qemu-error.c
/qemu/util/qsp.c
/qemu/vl.c
93676c8814-Nov-2019 Eric Blake <eblake@redhat.com>

nbd: Don't send oversize strings

Qemu as server currently won't accept export names larger than 256
bytes, nor create dirty bitmap names longer than 1023 bytes, so most
uses of qemu as client or ser

nbd: Don't send oversize strings

Qemu as server currently won't accept export names larger than 256
bytes, nor create dirty bitmap names longer than 1023 bytes, so most
uses of qemu as client or server have no reason to get anywhere near
the NBD spec maximum of a 4k limit per string.

However, we weren't actually enforcing things, ignoring when the
remote side violates the protocol on input, and also having several
code paths where we send oversize strings on output (for example,
qemu-nbd --description could easily send more than 4k). Tighten
things up as follows:

client:
- Perform bounds check on export name and dirty bitmap request prior
to handing it to server
- Validate that copied server replies are not too long (ignoring
NBD_INFO_* replies that are not copied is not too bad)
server:
- Perform bounds check on export name and description prior to
advertising it to client
- Reject client name or metadata query that is too long
- Adjust things to allow full 4k name limit rather than previous
256 byte limit

Signed-off-by: Eric Blake <eblake@redhat.com>
Message-Id: <20191114024635.11363-4-eblake@redhat.com>
Reviewed-by: Maxim Levitsky <mlevitsk@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>

show more ...

9d7ab22214-Nov-2019 Eric Blake <eblake@redhat.com>

nbd/server: Prefer heap over stack for parsing client names

As long as we limit NBD names to 256 bytes (the bare minimum permitted
by the standard), stack-allocation works for parsing a name receive

nbd/server: Prefer heap over stack for parsing client names

As long as we limit NBD names to 256 bytes (the bare minimum permitted
by the standard), stack-allocation works for parsing a name received
from the client. But as mentioned in a comment, we eventually want to
permit up to the 4k maximum of the NBD standard, which is too large
for stack allocation; so switch everything in the server to use heap
allocation. For now, there is no change in actually supported name
length.

Signed-off-by: Eric Blake <eblake@redhat.com>
Message-Id: <20191114024635.11363-2-eblake@redhat.com>
[eblake: fix uninit variable compile failure]
Reviewed-by: Maxim Levitsky <mlevitsk@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>

show more ...


/qemu/.cirrus.yml
/qemu/.gitlab-ci.yml
/qemu/.gitmodules
/qemu/.mailmap
/qemu/.shippable.yml
/qemu/.travis.yml
/qemu/LICENSE
/qemu/MAINTAINERS
/qemu/Makefile
/qemu/Makefile.objs
/qemu/Makefile.target
/qemu/VERSION
/qemu/accel/kvm/kvm-all.c
/qemu/accel/stubs/tcg-stub.c
/qemu/accel/tcg/Makefile.objs
/qemu/accel/tcg/atomic_common.inc.c
/qemu/accel/tcg/atomic_template.h
/qemu/accel/tcg/cpu-exec.c
/qemu/accel/tcg/cputlb.c
/qemu/accel/tcg/plugin-gen.c
/qemu/accel/tcg/plugin-helpers.h
/qemu/accel/tcg/translate-all.c
/qemu/accel/tcg/translate-all.h
/qemu/accel/tcg/translator.c
/qemu/accel/tcg/user-exec.c
/qemu/arch_init.c
/qemu/audio/Makefile.objs
/qemu/audio/alsaaudio.c
/qemu/audio/audio.c
/qemu/audio/audio.h
/qemu/audio/audio_int.h
/qemu/audio/audio_template.h
/qemu/audio/coreaudio.c
/qemu/audio/dsound_template.h
/qemu/audio/dsoundaudio.c
/qemu/audio/noaudio.c
/qemu/audio/ossaudio.c
/qemu/audio/paaudio.c
/qemu/audio/sdlaudio.c
/qemu/audio/spiceaudio.c
/qemu/audio/wavaudio.c
/qemu/backends/hostmem.c
/qemu/block.c
/qemu/block/Makefile.objs
/qemu/block/accounting.c
/qemu/block/aio_task.c
/qemu/block/backup-top.c
/qemu/block/backup-top.h
/qemu/block/backup.c
/qemu/block/blkreplay.c
/qemu/block/block-backend.c
/qemu/block/block-copy.c
/qemu/block/commit.c
/qemu/block/copy-on-read.c
/qemu/block/crypto.c
/qemu/block/dirty-bitmap.c
/qemu/block/file-posix.c
/qemu/block/file-win32.c
/qemu/block/gluster.c
/qemu/block/io.c
/qemu/block/iscsi.c
/qemu/block/mirror.c
/qemu/block/nbd.c
/qemu/block/nfs.c
/qemu/block/null.c
/qemu/block/nvme.c
/qemu/block/parallels.c
/qemu/block/qapi.c
/qemu/block/qcow.c
/qemu/block/qcow2-bitmap.c
/qemu/block/qcow2-cache.c
/qemu/block/qcow2-cluster.c
/qemu/block/qcow2-refcount.c
/qemu/block/qcow2-snapshot.c
/qemu/block/qcow2.c
/qemu/block/qcow2.h
/qemu/block/qed.c
/qemu/block/raw-format.c
/qemu/block/rbd.c
/qemu/block/replication.c
/qemu/block/sheepdog.c
/qemu/block/snapshot.c
/qemu/block/ssh.c
/qemu/block/trace-events
/qemu/block/vdi.c
/qemu/block/vhdx-log.c
/qemu/block/vhdx.c
/qemu/block/vmdk.c
/qemu/block/vpc.c
/qemu/block/vxhs.c
/qemu/blockdev.c
/qemu/bootdevice.c
/qemu/bsd-user/syscall.c
/qemu/configure
/qemu/contrib/gitdm/domain-map
/qemu/contrib/gitdm/group-map-individuals
/qemu/contrib/ivshmem-server/ivshmem-server.c
/qemu/contrib/ivshmem-server/main.c
/qemu/contrib/vhost-user-gpu/vugbm.c
/qemu/cpus-common.c
/qemu/cpus.c
/qemu/crypto/Makefile.objs
/qemu/crypto/block-luks.c
/qemu/crypto/cipher-gcrypt.c
/qemu/crypto/cipher-nettle.c
/qemu/default-configs/i386-softmmu.mak
/qemu/default-configs/m68k-softmmu.mak
/qemu/default-configs/xtensa-softmmu.mak
/qemu/disas.c
/qemu/disas/cris.c
/qemu/docs/arm-cpu-features.rst
/qemu/docs/devel/index.rst
/qemu/docs/devel/plugins.rst
/qemu/docs/devel/qapi-code-gen.txt
/qemu/docs/devel/rcu.txt
/qemu/docs/devel/testing.rst
/qemu/docs/devel/tracing.txt
/qemu/docs/hyperv.txt
/qemu/docs/interop/pr-helper.rst
/qemu/docs/microvm.rst
/qemu/docs/replay.txt
/qemu/docs/specs/acpi_hw_reduced_hotplug.rst
/qemu/docs/specs/index.rst
/qemu/docs/specs/ppc-spapr-hotplug.txt
/qemu/docs/specs/ppc-xive.rst
/qemu/docs/specs/tpm.txt
/qemu/docs/virtio-net-failover.rst
/qemu/exec-vary.c
/qemu/exec.c
/qemu/fpu/softfloat.c
/qemu/fsdev/9p-marshal.h
/qemu/fsdev/file-op-9p.h
/qemu/fsdev/qemu-fsdev-opts.c
/qemu/fsdev/qemu-fsdev-throttle.c
/qemu/fsdev/qemu-fsdev-throttle.h
/qemu/fsdev/qemu-fsdev.c
/qemu/gdb-xml/riscv-32bit-virtual.xml
/qemu/gdb-xml/riscv-64bit-virtual.xml
/qemu/hw/9pfs/9p-local.c
/qemu/hw/9pfs/9p-proxy.c
/qemu/hw/9pfs/9p.c
/qemu/hw/9pfs/9p.h
/qemu/hw/9pfs/trace-events
/qemu/hw/Kconfig
/qemu/hw/Makefile.objs
/qemu/hw/acpi/Kconfig
/qemu/hw/acpi/Makefile.objs
/qemu/hw/acpi/cpu_hotplug.c
/qemu/hw/acpi/generic_event_device.c
/qemu/hw/acpi/memory_hotplug.c
/qemu/hw/acpi/pcihp.c
/qemu/hw/acpi/piix4.c
/qemu/hw/alpha/dp264.c
/qemu/hw/arm/Kconfig
/qemu/hw/arm/Makefile.objs
/qemu/hw/arm/aspeed.c
/qemu/hw/arm/aspeed_ast2600.c
/qemu/hw/arm/aspeed_soc.c
/qemu/hw/arm/bcm2835_peripherals.c
/qemu/hw/arm/bcm2836.c
/qemu/hw/arm/boot.c
/qemu/hw/arm/collie.c
/qemu/hw/arm/digic_boards.c
/qemu/hw/arm/exynos4210.c
/qemu/hw/arm/highbank.c
/qemu/hw/arm/mps2-tz.c
/qemu/hw/arm/mps2.c
/qemu/hw/arm/musca.c
/qemu/hw/arm/musicpal.c
/qemu/hw/arm/nseries.c
/qemu/hw/arm/omap1.c
/qemu/hw/arm/omap2.c
/qemu/hw/arm/omap_sx1.c
/qemu/hw/arm/palm.c
/qemu/hw/arm/raspi.c
/qemu/hw/arm/smmuv3.c
/qemu/hw/arm/strongarm.c
/qemu/hw/arm/strongarm.h
/qemu/hw/arm/virt-acpi-build.c
/qemu/hw/arm/virt.c
/qemu/hw/arm/xilinx_zynq.c
/qemu/hw/block/Kconfig
/qemu/hw/block/Makefile.objs
/qemu/hw/block/m25p80.c
/qemu/hw/block/swim.c
/qemu/hw/block/virtio-blk.c
/qemu/hw/block/xen-block.c
/qemu/hw/char/bcm2835_aux.c
/qemu/hw/char/spapr_vty.c
/qemu/hw/char/virtio-serial-bus.c
/qemu/hw/core/cpu.c
/qemu/hw/core/irq.c
/qemu/hw/core/loader.c
/qemu/hw/core/numa.c
/qemu/hw/core/ptimer.c
/qemu/hw/core/qdev.c
/qemu/hw/display/Kconfig
/qemu/hw/display/Makefile.objs
/qemu/hw/display/bcm2835_fb.c
/qemu/hw/display/macfb.c
/qemu/hw/dma/bcm2835_dma.c
/qemu/hw/dma/xilinx_axidma.c
/qemu/hw/gpio/aspeed_gpio.c
/qemu/hw/hppa/dino.c
/qemu/hw/hppa/machine.c
/qemu/hw/i2c/aspeed_i2c.c
/qemu/hw/i386/Kconfig
/qemu/hw/i386/Makefile.objs
/qemu/hw/i386/acpi-build.c
/qemu/hw/i386/amd_iommu.c
/qemu/hw/i386/intel_iommu.c
/qemu/hw/i386/microvm.c
/qemu/hw/i386/pc.c
/qemu/hw/i386/pc_piix.c
/qemu/hw/i386/pc_q35.c
/qemu/hw/i386/pc_sysfw.c
/qemu/hw/i386/x86.c
/qemu/hw/i386/xen/xen-hvm.c
/qemu/hw/ide/cmd646.c
/qemu/hw/ide/core.c
/qemu/hw/ide/piix.c
/qemu/hw/ide/qdev.c
/qemu/hw/ide/sii3112.c
/qemu/hw/ide/via.c
/qemu/hw/input/lm832x.c
/qemu/hw/intc/apic.c
/qemu/hw/intc/apic_common.c
/qemu/hw/intc/arm_gic_kvm.c
/qemu/hw/intc/armv7m_nvic.c
/qemu/hw/intc/bcm2836_control.c
/qemu/hw/intc/ioapic.c
/qemu/hw/intc/pnv_xive.c
/qemu/hw/intc/s390_flic_kvm.c
/qemu/hw/intc/spapr_xive.c
/qemu/hw/intc/spapr_xive_kvm.c
/qemu/hw/intc/trace-events
/qemu/hw/intc/xics.c
/qemu/hw/intc/xics_kvm.c
/qemu/hw/intc/xics_spapr.c
/qemu/hw/intc/xive.c
/qemu/hw/isa/Kconfig
/qemu/hw/isa/Makefile.objs
/qemu/hw/isa/piix3.c
/qemu/hw/isa/piix4.c
/qemu/hw/isa/vt82c686.c
/qemu/hw/m68k/Kconfig
/qemu/hw/m68k/Makefile.objs
/qemu/hw/m68k/bootinfo.h
/qemu/hw/m68k/mcf5206.c
/qemu/hw/m68k/mcf5208.c
/qemu/hw/m68k/next-cube.c
/qemu/hw/m68k/q800.c
/qemu/hw/mem/Makefile.objs
/qemu/hw/mem/memory-device.c
/qemu/hw/microblaze/boot.c
/qemu/hw/mips/Kconfig
/qemu/hw/mips/gt64xxx_pci.c
/qemu/hw/mips/mips_fulong2e.c
/qemu/hw/mips/mips_int.c
/qemu/hw/mips/mips_jazz.c
/qemu/hw/mips/mips_malta.c
/qemu/hw/mips/mips_r4k.c
/qemu/hw/misc/Kconfig
/qemu/hw/misc/Makefile.objs
/qemu/hw/misc/aspeed_scu.c
/qemu/hw/misc/aspeed_sdmc.c
/qemu/hw/misc/bcm2835_mbox.c
/qemu/hw/misc/bcm2835_property.c
/qemu/hw/misc/bcm2835_thermal.c
/qemu/hw/misc/grlib_ahb_apb_pnp.c
/qemu/hw/misc/mac_via.c
/qemu/hw/misc/mos6522.c
/qemu/hw/misc/tmp421.c
/qemu/hw/misc/trace-events
/qemu/hw/misc/vmcoreinfo.c
/qemu/hw/net/Kconfig
/qemu/hw/net/Makefile.objs
/qemu/hw/net/dp8393x.c
/qemu/hw/net/fsl_etsec/etsec.c
/qemu/hw/net/fsl_etsec/etsec.h
/qemu/hw/net/ftgmac100.c
/qemu/hw/net/lan9118.c
/qemu/hw/net/spapr_llan.c
/qemu/hw/net/trace-events
/qemu/hw/net/tulip.c
/qemu/hw/net/tulip.h
/qemu/hw/net/vhost_net.c
/qemu/hw/net/virtio-net.c
/qemu/hw/nubus/Kconfig
/qemu/hw/nubus/Makefile.objs
/qemu/hw/nubus/mac-nubus-bridge.c
/qemu/hw/nubus/nubus-bridge.c
/qemu/hw/nubus/nubus-bus.c
/qemu/hw/nubus/nubus-device.c
/qemu/hw/nvram/fw_cfg.c
/qemu/hw/pci-host/Kconfig
/qemu/hw/pci-host/Makefile.objs
/qemu/hw/pci-host/i440fx.c
/qemu/hw/pci/pci.c
/qemu/hw/pci/pci_bridge.c
/qemu/hw/pci/pcie.c
/qemu/hw/ppc/Makefile.objs
/qemu/hw/ppc/mac_newworld.c
/qemu/hw/ppc/pnv.c
/qemu/hw/ppc/pnv_bmc.c
/qemu/hw/ppc/pnv_core.c
/qemu/hw/ppc/pnv_homer.c
/qemu/hw/ppc/pnv_occ.c
/qemu/hw/ppc/pnv_psi.c
/qemu/hw/ppc/pnv_xscom.c
/qemu/hw/ppc/ppc405_boards.c
/qemu/hw/ppc/prep.c
/qemu/hw/ppc/rs6000_mc.c
/qemu/hw/ppc/spapr.c
/qemu/hw/ppc/spapr_cpu_core.c
/qemu/hw/ppc/spapr_hcall.c
/qemu/hw/ppc/spapr_iommu.c
/qemu/hw/ppc/spapr_irq.c
/qemu/hw/ppc/spapr_pci.c
/qemu/hw/ppc/spapr_rtas.c
/qemu/hw/ppc/spapr_tpm_proxy.c
/qemu/hw/ppc/spapr_vio.c
/qemu/hw/ppc/trace-events
/qemu/hw/rdma/rdma_backend.c
/qemu/hw/rdma/rdma_backend.h
/qemu/hw/rdma/rdma_rm.c
/qemu/hw/rdma/vmw/pvrdma_main.c
/qemu/hw/riscv/Kconfig
/qemu/hw/riscv/boot.c
/qemu/hw/riscv/sifive_u.c
/qemu/hw/riscv/spike.c
/qemu/hw/riscv/virt.c
/qemu/hw/rtc/Kconfig
/qemu/hw/rtc/Makefile.objs
/qemu/hw/rtc/aspeed_rtc.c
/qemu/hw/rtc/ds1338.c
/qemu/hw/rtc/exynos4210_rtc.c
/qemu/hw/rtc/m41t80.c
/qemu/hw/rtc/m48t59-internal.h
/qemu/hw/rtc/m48t59-isa.c
/qemu/hw/rtc/m48t59.c
/qemu/hw/rtc/mc146818rtc.c
/qemu/hw/rtc/pl031.c
/qemu/hw/rtc/sun4v-rtc.c
/qemu/hw/rtc/trace-events
/qemu/hw/rtc/twl92230.c
/qemu/hw/rtc/xlnx-zynqmp-rtc.c
/qemu/hw/s390x/event-facility.c
/qemu/hw/s390x/s390-pci-bus.c
/qemu/hw/s390x/s390-pci-inst.c
/qemu/hw/s390x/s390-virtio-ccw.c
/qemu/hw/s390x/sclp.c
/qemu/hw/scsi/esp.c
/qemu/hw/scsi/scsi-bus.c
/qemu/hw/scsi/scsi-disk.c
/qemu/hw/scsi/virtio-scsi.c
/qemu/hw/sd/Makefile.objs
/qemu/hw/sd/aspeed_sdhci.c
/qemu/hw/sd/sdhci.c
/qemu/hw/sparc/sun4m.c
/qemu/hw/sparc64/niagara.c
/qemu/hw/sparc64/sun4u.c
/qemu/hw/ssi/aspeed_smc.c
/qemu/hw/timer/Kconfig
/qemu/hw/timer/Makefile.objs
/qemu/hw/timer/allwinner-a10-pit.c
/qemu/hw/timer/altera_timer.c
/qemu/hw/timer/arm_mptimer.c
/qemu/hw/timer/arm_timer.c
/qemu/hw/timer/aspeed_timer.c
/qemu/hw/timer/bcm2835_systmr.c
/qemu/hw/timer/cmsdk-apb-dualtimer.c
/qemu/hw/timer/cmsdk-apb-timer.c
/qemu/hw/timer/digic-timer.c
/qemu/hw/timer/etraxfs_timer.c
/qemu/hw/timer/exynos4210_mct.c
/qemu/hw/timer/exynos4210_pwm.c
/qemu/hw/timer/grlib_gptimer.c
/qemu/hw/timer/hpet.c
/qemu/hw/timer/i8254_common.c
/qemu/hw/timer/imx_epit.c
/qemu/hw/timer/imx_gpt.c
/qemu/hw/timer/lm32_timer.c
/qemu/hw/timer/milkymist-sysctl.c
/qemu/hw/timer/mss-timer.c
/qemu/hw/timer/puv3_ost.c
/qemu/hw/timer/sh_timer.c
/qemu/hw/timer/slavio_timer.c
/qemu/hw/timer/trace-events
/qemu/hw/timer/xilinx_timer.c
/qemu/hw/usb/dev-audio.c
/qemu/hw/usb/host-libusb.c
/qemu/hw/vfio/common.c
/qemu/hw/vfio/pci.c
/qemu/hw/vfio/pci.h
/qemu/hw/vfio/spapr.c
/qemu/hw/virtio/Makefile.objs
/qemu/hw/virtio/vhost-user-fs-pci.c
/qemu/hw/virtio/vhost-user-fs.c
/qemu/hw/virtio/vhost.c
/qemu/hw/virtio/virtio-bus.c
/qemu/hw/virtio/virtio-mmio.c
/qemu/hw/virtio/virtio-rng.c
/qemu/hw/virtio/virtio.c
/qemu/hw/watchdog/cmsdk-apb-watchdog.c
/qemu/hw/watchdog/wdt_aspeed.c
/qemu/hw/xen/trace-events
/qemu/hw/xen/xen-bus.c
/qemu/hw/xtensa/Kconfig
/qemu/hw/xtensa/Makefile.objs
/qemu/hw/xtensa/sim.c
/qemu/hw/xtensa/virt.c
/qemu/hw/xtensa/xtensa_sim.h
/qemu/include/block/accounting.h
/qemu/include/block/aio_task.h
/qemu/include/block/block-copy.h
/qemu/include/block/block.h
/qemu/include/block/block_int.h
/qemu/include/block/dirty-bitmap.h
/qemu/include/block/nbd.h
/qemu/include/block/nvme.h
/qemu/include/disas/disas.h
/qemu/include/exec/cpu-all.h
/qemu/include/exec/cpu-common.h
/qemu/include/exec/cpu-defs.h
/qemu/include/exec/cpu_ldst.h
/qemu/include/exec/cpu_ldst_template.h
/qemu/include/exec/cpu_ldst_useronly_template.h
/qemu/include/exec/exec-all.h
/qemu/include/exec/helper-gen.h
/qemu/include/exec/helper-proto.h
/qemu/include/exec/helper-tcg.h
/qemu/include/exec/memory-internal.h
/qemu/include/exec/memory.h
/qemu/include/exec/plugin-gen.h
/qemu/include/exec/ram_addr.h
/qemu/include/exec/translator.h
/qemu/include/hw/acpi/acpi_dev_interface.h
/qemu/include/hw/acpi/generic_event_device.h
/qemu/include/hw/acpi/memory_hotplug.h
/qemu/include/hw/arm/aspeed.h
/qemu/include/hw/arm/aspeed_soc.h
/qemu/include/hw/arm/bcm2835_peripherals.h
/qemu/include/hw/arm/bcm2836.h
/qemu/include/hw/arm/boot.h
/qemu/include/hw/arm/omap.h
/qemu/include/hw/arm/raspi_platform.h
/qemu/include/hw/arm/virt.h
/qemu/include/hw/arm/xlnx-zynqmp.h
/qemu/include/hw/block/block.h
/qemu/include/hw/block/swim.h
/qemu/include/hw/boards.h
/qemu/include/hw/core/cpu.h
/qemu/include/hw/display/macfb.h
/qemu/include/hw/i2c/aspeed_i2c.h
/qemu/include/hw/i386/microvm.h
/qemu/include/hw/i386/pc.h
/qemu/include/hw/i386/x86.h
/qemu/include/hw/irq.h
/qemu/include/hw/isa/isa.h
/qemu/include/hw/misc/aspeed_scu.h
/qemu/include/hw/misc/aspeed_sdmc.h
/qemu/include/hw/misc/bcm2835_thermal.h
/qemu/include/hw/misc/mac_via.h
/qemu/include/hw/net/ftgmac100.h
/qemu/include/hw/nubus/mac-nubus-bridge.h
/qemu/include/hw/nubus/nubus.h
/qemu/include/hw/nvram/fw_cfg.h
/qemu/include/hw/pci-host/i440fx.h
/qemu/include/hw/pci-host/spapr.h
/qemu/include/hw/pci/pci.h
/qemu/include/hw/pci/pci_ids.h
/qemu/include/hw/ppc/pnv.h
/qemu/include/hw/ppc/pnv_core.h
/qemu/include/hw/ppc/pnv_homer.h
/qemu/include/hw/ppc/pnv_occ.h
/qemu/include/hw/ppc/spapr.h
/qemu/include/hw/ppc/spapr_irq.h
/qemu/include/hw/ppc/spapr_vio.h
/qemu/include/hw/ppc/spapr_xive.h
/qemu/include/hw/ppc/xics.h
/qemu/include/hw/ppc/xics_spapr.h
/qemu/include/hw/ppc/xive.h
/qemu/include/hw/ppc/xive_regs.h
/qemu/include/hw/ptimer.h
/qemu/include/hw/qdev-core.h
/qemu/include/hw/riscv/sifive_u.h
/qemu/include/hw/riscv/spike.h
/qemu/include/hw/riscv/virt.h
/qemu/include/hw/rtc/aspeed_rtc.h
/qemu/include/hw/rtc/m48t59.h
/qemu/include/hw/rtc/mc146818rtc.h
/qemu/include/hw/rtc/mc146818rtc_regs.h
/qemu/include/hw/rtc/pl031.h
/qemu/include/hw/rtc/sun4v-rtc.h
/qemu/include/hw/rtc/xlnx-zynqmp-rtc.h
/qemu/include/hw/scsi/esp.h
/qemu/include/hw/scsi/scsi.h
/qemu/include/hw/sd/aspeed_sdhci.h
/qemu/include/hw/sd/sdhci.h
/qemu/include/hw/southbridge/piix.h
/qemu/include/hw/ssi/aspeed_smc.h
/qemu/include/hw/timer/aspeed_timer.h
/qemu/include/hw/timer/bcm2835_systmr.h
/qemu/include/hw/timer/mss-timer.h
/qemu/include/hw/vfio/vfio-common.h
/qemu/include/hw/virtio/vhost-user-fs.h
/qemu/include/hw/virtio/virtio-mmio.h
/qemu/include/hw/virtio/virtio-net.h
/qemu/include/hw/virtio/virtio.h
/qemu/include/hw/watchdog/wdt_aspeed.h
/qemu/include/hw/xen/interface/io/blkif.h
/qemu/include/hw/xen/xen-bus.h
/qemu/include/migration/misc.h
/qemu/include/migration/vmstate.h
/qemu/include/qapi/visitor.h
/qemu/include/qemu-common.h
/qemu/include/qemu/bitops.h
/qemu/include/qemu/co-shared-resource.h
/qemu/include/qemu/compiler.h
/qemu/include/qemu/coroutine.h
/qemu/include/qemu/hbitmap.h
/qemu/include/qemu/log.h
/qemu/include/qemu/notify.h
/qemu/include/qemu/osdep.h
/qemu/include/qemu/plugin-memory.h
/qemu/include/qemu/plugin.h
/qemu/include/qemu/qemu-plugin.h
/qemu/include/qemu/queue.h
/qemu/include/qemu/rcu.h
/qemu/include/qom/object_interfaces.h
/qemu/include/standard-headers/asm-x86/bootparam.h
/qemu/include/standard-headers/asm-x86/kvm_para.h
/qemu/include/standard-headers/linux/ethtool.h
/qemu/include/standard-headers/linux/pci_regs.h
/qemu/include/standard-headers/linux/virtio_fs.h
/qemu/include/standard-headers/linux/virtio_ids.h
/qemu/include/standard-headers/linux/virtio_iommu.h
/qemu/include/standard-headers/linux/virtio_pmem.h
/qemu/include/sysemu/block-backend.h
/qemu/include/sysemu/kvm.h
/qemu/include/sysemu/kvm_int.h
/qemu/include/sysemu/replay.h
/qemu/include/sysemu/sysemu.h
/qemu/include/user/syscall-trace.h
/qemu/linux-headers/asm-arm/kvm.h
/qemu/linux-headers/asm-arm/unistd-common.h
/qemu/linux-headers/asm-arm64/kvm.h
/qemu/linux-headers/asm-generic/mman-common.h
/qemu/linux-headers/asm-generic/mman.h
/qemu/linux-headers/asm-generic/unistd.h
/qemu/linux-headers/asm-mips/mman.h
/qemu/linux-headers/asm-mips/unistd_n32.h
/qemu/linux-headers/asm-mips/unistd_n64.h
/qemu/linux-headers/asm-mips/unistd_o32.h
/qemu/linux-headers/asm-powerpc/mman.h
/qemu/linux-headers/asm-powerpc/unistd_32.h
/qemu/linux-headers/asm-powerpc/unistd_64.h
/qemu/linux-headers/asm-s390/kvm.h
/qemu/linux-headers/asm-s390/unistd_32.h
/qemu/linux-headers/asm-s390/unistd_64.h
/qemu/linux-headers/asm-x86/kvm.h
/qemu/linux-headers/asm-x86/unistd.h
/qemu/linux-headers/asm-x86/unistd_32.h
/qemu/linux-headers/asm-x86/unistd_64.h
/qemu/linux-headers/asm-x86/unistd_x32.h
/qemu/linux-headers/linux/kvm.h
/qemu/linux-headers/linux/psp-sev.h
/qemu/linux-headers/linux/vfio.h
/qemu/linux-user/aarch64/cpu_loop.c
/qemu/linux-user/aarch64/target_cpu.h
/qemu/linux-user/alpha/target_cpu.h
/qemu/linux-user/arm/cpu_loop.c
/qemu/linux-user/arm/target_cpu.h
/qemu/linux-user/arm/target_syscall.h
/qemu/linux-user/cris/target_cpu.h
/qemu/linux-user/exit.c
/qemu/linux-user/fd-trans.c
/qemu/linux-user/hppa/target_cpu.h
/qemu/linux-user/i386/target_cpu.h
/qemu/linux-user/m68k/target_cpu.h
/qemu/linux-user/main.c
/qemu/linux-user/microblaze/target_cpu.h
/qemu/linux-user/mips/target_cpu.h
/qemu/linux-user/nios2/target_cpu.h
/qemu/linux-user/openrisc/target_cpu.h
/qemu/linux-user/ppc/signal.c
/qemu/linux-user/ppc/target_cpu.h
/qemu/linux-user/riscv/cpu_loop.c
/qemu/linux-user/riscv/target_cpu.h
/qemu/linux-user/s390x/target_cpu.h
/qemu/linux-user/sh4/target_cpu.h
/qemu/linux-user/sparc/signal.c
/qemu/linux-user/sparc/target_cpu.h
/qemu/linux-user/strace.c
/qemu/linux-user/strace.list
/qemu/linux-user/syscall.c
/qemu/linux-user/syscall_defs.h
/qemu/linux-user/tilegx/target_cpu.h
/qemu/linux-user/xtensa/target_cpu.h
/qemu/memory.c
/qemu/migration/block-dirty-bitmap.c
/qemu/migration/block.c
/qemu/migration/migration.c
/qemu/migration/migration.h
/qemu/migration/postcopy-ram.c
/qemu/migration/postcopy-ram.h
/qemu/migration/qjson.h
/qemu/migration/ram.c
/qemu/migration/rdma.c
/qemu/migration/savevm.c
/qemu/migration/savevm.h
/qemu/migration/trace-events
/qemu/migration/vmstate-types.c
/qemu/monitor/misc.c
server.c
/qemu/net/colo-compare.c
/qemu/net/slirp.c
/qemu/net/vhost-user.c
/qemu/pc-bios/README
/qemu/pc-bios/bios-256k.bin
/qemu/pc-bios/bios-microvm.bin
/qemu/pc-bios/bios.bin
/qemu/pc-bios/openbios-ppc
/qemu/pc-bios/openbios-sparc32
/qemu/pc-bios/openbios-sparc64
/qemu/pc-bios/opensbi-riscv32-virt-fw_jump.bin
/qemu/pc-bios/opensbi-riscv64-sifive_u-fw_jump.bin
/qemu/pc-bios/opensbi-riscv64-virt-fw_jump.bin
/qemu/pc-bios/slof.bin
/qemu/pc-bios/vgabios-ati.bin
/qemu/pc-bios/vgabios-bochs-display.bin
/qemu/pc-bios/vgabios-cirrus.bin
/qemu/pc-bios/vgabios-qxl.bin
/qemu/pc-bios/vgabios-ramfb.bin
/qemu/pc-bios/vgabios-stdvga.bin
/qemu/pc-bios/vgabios-virtio.bin
/qemu/pc-bios/vgabios-vmware.bin
/qemu/pc-bios/vgabios.bin
/qemu/plugins/.gitignore
/qemu/plugins/Makefile.objs
/qemu/plugins/api.c
/qemu/plugins/core.c
/qemu/plugins/loader.c
/qemu/plugins/plugin.h
/qemu/plugins/qemu-plugins.symbols
/qemu/po/bg.po
/qemu/python/qemu/machine.py
/qemu/python/qemu/qtest.py
/qemu/qapi/audio.json
/qemu/qapi/block-core.json
/qemu/qapi/introspect.json
/qemu/qapi/machine-target.json
/qemu/qapi/migration.json
/qemu/qapi/misc.json
/qemu/qapi/net.json
/qemu/qapi/opts-visitor.c
/qemu/qapi/qapi-schema.json
/qemu/qapi/qmp-dispatch.c
/qemu/qdev-monitor.c
/qemu/qemu-deprecated.texi
/qemu/qemu-doc.texi
/qemu/qemu-img.c
/qemu/qemu-io-cmds.c
/qemu/qemu-io.c
/qemu/qemu-nbd.c
/qemu/qemu-options.hx
/qemu/qga/commands-posix.c
/qemu/qga/commands-win32.c
/qemu/qom/object.c
/qemu/qom/object_interfaces.c
/qemu/replay/replay-events.c
/qemu/replay/replay-internal.h
/qemu/replay/replay.c
/qemu/roms/Makefile
/qemu/roms/Makefile.edk2
/qemu/roms/SLOF
/qemu/roms/edk2-build.sh
/qemu/roms/edk2-funcs.sh
/qemu/roms/openbios
/qemu/roms/opensbi
/qemu/roms/qboot
/qemu/roms/seabios
/qemu/scripts/checkpatch.pl
/qemu/scripts/dump-guest-memory.py
/qemu/scripts/git.orderfile
/qemu/scripts/kvm/vmxcap
/qemu/scripts/make-release
/qemu/scripts/qapi-gen.py
/qemu/scripts/qapi/commands.py
/qemu/scripts/qapi/common.py
/qemu/scripts/qapi/doc.py
/qemu/scripts/qapi/error.py
/qemu/scripts/qapi/events.py
/qemu/scripts/qapi/expr.py
/qemu/scripts/qapi/gen.py
/qemu/scripts/qapi/introspect.py
/qemu/scripts/qapi/parser.py
/qemu/scripts/qapi/schema.py
/qemu/scripts/qapi/source.py
/qemu/scripts/qapi/types.py
/qemu/scripts/qapi/visit.py
/qemu/scripts/qemu-binfmt-conf.sh
/qemu/scripts/tracetool/__init__.py
/qemu/scripts/tracetool/transform.py
/qemu/scsi/qemu-pr-helper.c
/qemu/stubs/Makefile.objs
/qemu/stubs/pci-host-piix.c
/qemu/stubs/replay-user.c
/qemu/target/alpha/fpu_helper.c
/qemu/target/alpha/helper.c
/qemu/target/alpha/translate.c
/qemu/target/arm/arm-semi.c
/qemu/target/arm/arm_ldst.h
/qemu/target/arm/cpu.c
/qemu/target/arm/cpu.h
/qemu/target/arm/cpu64.c
/qemu/target/arm/helper-a64.c
/qemu/target/arm/helper.c
/qemu/target/arm/helper.h
/qemu/target/arm/internals.h
/qemu/target/arm/kvm.c
/qemu/target/arm/kvm32.c
/qemu/target/arm/kvm64.c
/qemu/target/arm/kvm_arm.h
/qemu/target/arm/m_helper.c
/qemu/target/arm/machine.c
/qemu/target/arm/monitor.c
/qemu/target/arm/op_helper.c
/qemu/target/arm/translate-a64.c
/qemu/target/arm/translate-vfp.inc.c
/qemu/target/arm/translate.c
/qemu/target/cris/translate_v10.inc.c
/qemu/target/hppa/translate.c
/qemu/target/i386/cpu.c
/qemu/target/i386/cpu.h
/qemu/target/i386/fpu_helper.c
/qemu/target/i386/helper.c
/qemu/target/i386/hvf/x86_cpuid.c
/qemu/target/i386/hyperv-proto.h
/qemu/target/i386/kvm.c
/qemu/target/i386/machine.c
/qemu/target/i386/translate.c
/qemu/target/i386/whpx-all.c
/qemu/target/m68k/translate.c
/qemu/target/microblaze/translate.c
/qemu/target/mips/helper.c
/qemu/target/mips/helper.h
/qemu/target/mips/internal.h
/qemu/target/mips/kvm_mips.h
/qemu/target/mips/mips-defs.h
/qemu/target/mips/msa_helper.c
/qemu/target/mips/op_helper.c
/qemu/target/mips/translate.c
/qemu/target/openrisc/translate.c
/qemu/target/ppc/cpu.h
/qemu/target/ppc/dfp_helper.c
/qemu/target/ppc/fpu_helper.c
/qemu/target/ppc/helper.h
/qemu/target/ppc/int_helper.c
/qemu/target/ppc/internal.h
/qemu/target/ppc/kvm.c
/qemu/target/ppc/translate.c
/qemu/target/ppc/translate/fp-impl.inc.c
/qemu/target/ppc/translate/fp-ops.inc.c
/qemu/target/ppc/translate/vmx-impl.inc.c
/qemu/target/ppc/translate_init.inc.c
/qemu/target/riscv/cpu.c
/qemu/target/riscv/cpu.h
/qemu/target/riscv/cpu_helper.c
/qemu/target/riscv/csr.c
/qemu/target/riscv/gdbstub.c
/qemu/target/riscv/pmp.c
/qemu/target/riscv/translate.c
/qemu/target/s390x/cc_helper.c
/qemu/target/s390x/cpu.h
/qemu/target/s390x/cpu_models.c
/qemu/target/s390x/crypto_helper.c
/qemu/target/s390x/diag.c
/qemu/target/s390x/excp_helper.c
/qemu/target/s390x/fpu_helper.c
/qemu/target/s390x/gen-features.c
/qemu/target/s390x/helper.c
/qemu/target/s390x/int_helper.c
/qemu/target/s390x/internal.h
/qemu/target/s390x/interrupt.c
/qemu/target/s390x/ioinst.c
/qemu/target/s390x/kvm.c
/qemu/target/s390x/mem_helper.c
/qemu/target/s390x/misc_helper.c
/qemu/target/s390x/mmu_helper.c
/qemu/target/s390x/tcg-stub.c
/qemu/target/s390x/tcg_s390x.h
/qemu/target/s390x/translate.c
/qemu/target/s390x/translate_vx.inc.c
/qemu/target/s390x/vec_int_helper.c
/qemu/target/sh4/translate.c
/qemu/target/sparc/cpu.h
/qemu/target/sparc/translate.c
/qemu/target/xtensa/core-test_mmuhifi_c3.c
/qemu/target/xtensa/core-test_mmuhifi_c3/core-isa.h
/qemu/target/xtensa/core-test_mmuhifi_c3/gdb-config.inc.c
/qemu/target/xtensa/core-test_mmuhifi_c3/xtensa-modules.inc.c
/qemu/target/xtensa/translate.c
/qemu/tcg/aarch64/tcg-target.opc.h
/qemu/tcg/i386/tcg-target.opc.h
/qemu/tcg/ppc/tcg-target.h
/qemu/tcg/ppc/tcg-target.inc.c
/qemu/tcg/ppc/tcg-target.opc.h
/qemu/tcg/tcg-op.c
/qemu/tcg/tcg-op.h
/qemu/tcg/tcg-opc.h
/qemu/tcg/tcg.c
/qemu/tcg/tcg.h
/qemu/tcg/tci.c
/qemu/tests/Makefile.include
/qemu/tests/acceptance/avocado_qemu/__init__.py
/qemu/tests/acceptance/boot_linux_console.py
/qemu/tests/acceptance/linux_ssh_mips_malta.py
/qemu/tests/acceptance/machine_m68k_nextcube.py
/qemu/tests/acceptance/machine_sparc_leon3.py
/qemu/tests/acceptance/ppc_prep_40p.py
/qemu/tests/acceptance/x86_cpu_model_versions.py
/qemu/tests/arm-cpu-features.c
/qemu/tests/benchmark-crypto-cipher.c
/qemu/tests/benchmark-crypto-hash.c
/qemu/tests/bios-tables-test.c
/qemu/tests/cdrom-test.c
/qemu/tests/cpu-plug-test.c
/qemu/tests/data/acpi/virt/APIC.memhp
/qemu/tests/data/acpi/virt/APIC.numamem
/qemu/tests/data/acpi/virt/DSDT
/qemu/tests/data/acpi/virt/DSDT.memhp
/qemu/tests/data/acpi/virt/DSDT.numamem
/qemu/tests/data/acpi/virt/FACP.memhp
/qemu/tests/data/acpi/virt/FACP.numamem
/qemu/tests/data/acpi/virt/GTDT.memhp
/qemu/tests/data/acpi/virt/GTDT.numamem
/qemu/tests/data/acpi/virt/MCFG.memhp
/qemu/tests/data/acpi/virt/MCFG.numamem
/qemu/tests/data/acpi/virt/SLIT.memhp
/qemu/tests/data/acpi/virt/SPCR.memhp
/qemu/tests/data/acpi/virt/SPCR.numamem
/qemu/tests/data/acpi/virt/SRAT.memhp
/qemu/tests/data/acpi/virt/SRAT.numamem
/qemu/tests/docker/Makefile.include
/qemu/tests/docker/docker.py
/qemu/tests/docker/dockerfiles/centos7.docker
/qemu/tests/docker/dockerfiles/debian-xtensa-cross.docker
/qemu/tests/docker/dockerfiles/debian10.docker
/qemu/tests/docker/dockerfiles/debian9-mxe.docker
/qemu/tests/docker/dockerfiles/debian9.docker
/qemu/tests/docker/dockerfiles/travis.docker
/qemu/tests/docker/dockerfiles/ubuntu.docker
/qemu/tests/docker/dockerfiles/ubuntu1804.docker
/qemu/tests/docker/test-clang
/qemu/tests/docker/test-debug
/qemu/tests/fw_cfg-test.c
/qemu/tests/hd-geo-test.c
/qemu/tests/image-fuzzer/qcow2/__init__.py
/qemu/tests/image-fuzzer/qcow2/fuzz.py
/qemu/tests/image-fuzzer/qcow2/layout.py
/qemu/tests/image-fuzzer/runner.py
/qemu/tests/iothread.c
/qemu/tests/libqos/libqos.c
/qemu/tests/libqos/pci.c
/qemu/tests/libqos/pci.h
/qemu/tests/libqos/virtio-9p.c
/qemu/tests/libqos/virtio-mmio.c
/qemu/tests/libqos/virtio-mmio.h
/qemu/tests/libqos/virtio-net.c
/qemu/tests/libqos/virtio-pci-modern.c
/qemu/tests/libqos/virtio-pci-modern.h
/qemu/tests/libqos/virtio-pci.c
/qemu/tests/libqos/virtio-pci.h
/qemu/tests/libqos/virtio.c
/qemu/tests/libqos/virtio.h
/qemu/tests/libqtest.c
/qemu/tests/libqtest.h
/qemu/tests/migration-test.c
/qemu/tests/migration/stress.c
/qemu/tests/plugin/Makefile
/qemu/tests/plugin/bb.c
/qemu/tests/plugin/empty.c
/qemu/tests/plugin/hotblocks.c
/qemu/tests/plugin/hotpages.c
/qemu/tests/plugin/howvec.c
/qemu/tests/plugin/insn.c
/qemu/tests/plugin/mem.c
/qemu/tests/ptimer-test.c
/qemu/tests/qapi-schema/allow-preconfig-test.err
/qemu/tests/qapi-schema/alternate-any.err
/qemu/tests/qapi-schema/alternate-array.err
/qemu/tests/qapi-schema/alternate-base.err
/qemu/tests/qapi-schema/alternate-branch-if-invalid.err
/qemu/tests/qapi-schema/alternate-branch-if-invalid.json
/qemu/tests/qapi-schema/alternate-branch-if-invalid.out
/qemu/tests/qapi-schema/alternate-clash.err
/qemu/tests/qapi-schema/alternate-conflict-bool-string.err
/qemu/tests/qapi-schema/alternate-conflict-dict.err
/qemu/tests/qapi-schema/alternate-conflict-enum-bool.err
/qemu/tests/qapi-schema/alternate-conflict-enum-int.err
/qemu/tests/qapi-schema/alternate-conflict-num-string.err
/qemu/tests/qapi-schema/alternate-conflict-string.err
/qemu/tests/qapi-schema/alternate-empty.err
/qemu/tests/qapi-schema/alternate-empty.json
/qemu/tests/qapi-schema/alternate-invalid-dict.err
/qemu/tests/qapi-schema/alternate-nested.err
/qemu/tests/qapi-schema/alternate-unknown.err
/qemu/tests/qapi-schema/args-alternate.err
/qemu/tests/qapi-schema/args-any.err
/qemu/tests/qapi-schema/args-array-empty.err
/qemu/tests/qapi-schema/args-array-unknown.err
/qemu/tests/qapi-schema/args-bad-boxed.err
/qemu/tests/qapi-schema/args-boxed-anon.err
/qemu/tests/qapi-schema/args-boxed-string.err
/qemu/tests/qapi-schema/args-int.err
/qemu/tests/qapi-schema/args-invalid.err
/qemu/tests/qapi-schema/args-member-array-bad.err
/qemu/tests/qapi-schema/args-member-case.err
/qemu/tests/qapi-schema/args-member-case.json
/qemu/tests/qapi-schema/args-member-unknown.err
/qemu/tests/qapi-schema/args-name-clash.err
/qemu/tests/qapi-schema/args-union.err
/qemu/tests/qapi-schema/args-unknown.err
/qemu/tests/qapi-schema/bad-base.err
/qemu/tests/qapi-schema/bad-data.err
/qemu/tests/qapi-schema/bad-ident.err
/qemu/tests/qapi-schema/bad-if-empty-list.err
/qemu/tests/qapi-schema/bad-if-empty.err
/qemu/tests/qapi-schema/bad-if-list.err
/qemu/tests/qapi-schema/bad-if-list.json
/qemu/tests/qapi-schema/bad-if.err
/qemu/tests/qapi-schema/bad-type-bool.err
/qemu/tests/qapi-schema/bad-type-dict.err
/qemu/tests/qapi-schema/bad-type-int.err
/qemu/tests/qapi-schema/bad-type-int.json
/qemu/tests/qapi-schema/base-cycle-direct.err
/qemu/tests/qapi-schema/base-cycle-indirect.err
/qemu/tests/qapi-schema/command-int.err
/qemu/tests/qapi-schema/doc-bad-alternate-member.err
/qemu/tests/qapi-schema/doc-bad-boxed-command-arg.err
/qemu/tests/qapi-schema/doc-bad-boxed-command-arg.json
/qemu/tests/qapi-schema/doc-bad-boxed-command-arg.out
/qemu/tests/qapi-schema/doc-bad-command-arg.err
/qemu/tests/qapi-schema/doc-bad-enum-member.err
/qemu/tests/qapi-schema/doc-bad-enum-member.json
/qemu/tests/qapi-schema/doc-bad-enum-member.out
/qemu/tests/qapi-schema/doc-bad-event-arg.err
/qemu/tests/qapi-schema/doc-bad-event-arg.json
/qemu/tests/qapi-schema/doc-bad-event-arg.out
/qemu/tests/qapi-schema/doc-bad-feature.err
/qemu/tests/qapi-schema/doc-bad-feature.json
/qemu/tests/qapi-schema/doc-bad-feature.out
/qemu/tests/qapi-schema/doc-bad-symbol.err
/qemu/tests/qapi-schema/doc-bad-union-member.err
/qemu/tests/qapi-schema/doc-before-include.err
/qemu/tests/qapi-schema/doc-before-pragma.err
/qemu/tests/qapi-schema/doc-duplicated-arg.err
/qemu/tests/qapi-schema/doc-duplicated-return.err
/qemu/tests/qapi-schema/doc-duplicated-since.err
/qemu/tests/qapi-schema/doc-empty-arg.err
/qemu/tests/qapi-schema/doc-empty-section.err
/qemu/tests/qapi-schema/doc-empty-symbol.err
/qemu/tests/qapi-schema/doc-good.json
/qemu/tests/qapi-schema/doc-good.out
/qemu/tests/qapi-schema/doc-good.texi
/qemu/tests/qapi-schema/doc-interleaved-section.err
/qemu/tests/qapi-schema/doc-invalid-end.err
/qemu/tests/qapi-schema/doc-invalid-end2.err
/qemu/tests/qapi-schema/doc-invalid-return.err
/qemu/tests/qapi-schema/doc-invalid-section.err
/qemu/tests/qapi-schema/doc-invalid-start.err
/qemu/tests/qapi-schema/doc-missing-colon.err
/qemu/tests/qapi-schema/doc-missing-expr.err
/qemu/tests/qapi-schema/doc-missing-space.err
/qemu/tests/qapi-schema/doc-missing.err
/qemu/tests/qapi-schema/doc-no-symbol.err
/qemu/tests/qapi-schema/doc-undoc-feature.err
/qemu/tests/qapi-schema/doc-undoc-feature.json
/qemu/tests/qapi-schema/doc-undoc-feature.out
/qemu/tests/qapi-schema/double-type.err
/qemu/tests/qapi-schema/duplicate-key.err
/qemu/tests/qapi-schema/duplicate-key.json
/qemu/tests/qapi-schema/enum-bad-member.err
/qemu/tests/qapi-schema/enum-bad-name.err
/qemu/tests/qapi-schema/enum-bad-name.json
/qemu/tests/qapi-schema/enum-bad-prefix.err
/qemu/tests/qapi-schema/enum-clash-member.err
/qemu/tests/qapi-schema/enum-dict-member-unknown.err
/qemu/tests/qapi-schema/enum-if-invalid.err
/qemu/tests/qapi-schema/enum-int-member.err
/qemu/tests/qapi-schema/enum-member-case.err
/qemu/tests/qapi-schema/enum-missing-data.err
/qemu/tests/qapi-schema/enum-wrong-data.err
/qemu/tests/qapi-schema/escape-outside-string.err
/qemu/tests/qapi-schema/event-boxed-empty.err
/qemu/tests/qapi-schema/event-case.out
/qemu/tests/qapi-schema/event-member-invalid-dict.err
/qemu/tests/qapi-schema/event-nest-struct.err
/qemu/tests/qapi-schema/features-bad-type.err
/qemu/tests/qapi-schema/features-duplicate-name.err
/qemu/tests/qapi-schema/features-if-invalid.err
/qemu/tests/qapi-schema/features-if-invalid.json
/qemu/tests/qapi-schema/features-if-invalid.out
/qemu/tests/qapi-schema/features-missing-name.err
/qemu/tests/qapi-schema/features-name-bad-type.err
/qemu/tests/qapi-schema/features-no-list.err
/qemu/tests/qapi-schema/features-unknown-key.err
/qemu/tests/qapi-schema/flat-union-array-branch.err
/qemu/tests/qapi-schema/flat-union-bad-base.err
/qemu/tests/qapi-schema/flat-union-bad-discriminator.err
/qemu/tests/qapi-schema/flat-union-base-any.err
/qemu/tests/qapi-schema/flat-union-base-union.err
/qemu/tests/qapi-schema/flat-union-clash-member.err
/qemu/tests/qapi-schema/flat-union-discriminator-bad-name.err
/qemu/tests/qapi-schema/flat-union-discriminator-bad-name.json
/qemu/tests/qapi-schema/flat-union-discriminator-bad-name.out
/qemu/tests/qapi-schema/flat-union-empty.err
/qemu/tests/qapi-schema/flat-union-empty.json
/qemu/tests/qapi-schema/flat-union-inline-invalid-dict.err
/qemu/tests/qapi-schema/flat-union-inline.err
/qemu/tests/qapi-schema/flat-union-int-branch.err
/qemu/tests/qapi-schema/flat-union-invalid-branch-key.err
/qemu/tests/qapi-schema/flat-union-invalid-discriminator.err
/qemu/tests/qapi-schema/flat-union-invalid-discriminator.json
/qemu/tests/qapi-schema/flat-union-invalid-if-discriminator.err
/qemu/tests/qapi-schema/flat-union-invalid-if-discriminator.json
/qemu/tests/qapi-schema/flat-union-no-base.err
/qemu/tests/qapi-schema/flat-union-optional-discriminator.err
/qemu/tests/qapi-schema/flat-union-optional-discriminator.json
/qemu/tests/qapi-schema/flat-union-string-discriminator.err
/qemu/tests/qapi-schema/funny-char.err
/qemu/tests/qapi-schema/funny-word.err
/qemu/tests/qapi-schema/funny-word.json
/qemu/tests/qapi-schema/funny-word.out
/qemu/tests/qapi-schema/ident-with-escape.err
/qemu/tests/qapi-schema/ident-with-escape.json
/qemu/tests/qapi-schema/ident-with-escape.out
/qemu/tests/qapi-schema/include-before-err.err
/qemu/tests/qapi-schema/include-cycle.err
/qemu/tests/qapi-schema/include-extra-junk.err
/qemu/tests/qapi-schema/include-nested-err.err
/qemu/tests/qapi-schema/include-no-file.err
/qemu/tests/qapi-schema/include-non-file.err
/qemu/tests/qapi-schema/include-self-cycle.err
/qemu/tests/qapi-schema/indented-expr.out
/qemu/tests/qapi-schema/leading-comma-list.err
/qemu/tests/qapi-schema/leading-comma-object.err
/qemu/tests/qapi-schema/missing-colon.err
/qemu/tests/qapi-schema/missing-comma-list.err
/qemu/tests/qapi-schema/missing-comma-object.err
/qemu/tests/qapi-schema/missing-type.err
/qemu/tests/qapi-schema/nested-struct-data-invalid-dict.err
/qemu/tests/qapi-schema/nested-struct-data.err
/qemu/tests/qapi-schema/non-objects.err
/qemu/tests/qapi-schema/oob-test.err
/qemu/tests/qapi-schema/pragma-doc-required-crap.err
/qemu/tests/qapi-schema/pragma-extra-junk.err
/qemu/tests/qapi-schema/pragma-name-case-whitelist-crap.err
/qemu/tests/qapi-schema/pragma-name-case-whitelist-crap.json
/qemu/tests/qapi-schema/pragma-non-dict.err
/qemu/tests/qapi-schema/pragma-returns-whitelist-crap.err
/qemu/tests/qapi-schema/pragma-unknown.err
/qemu/tests/qapi-schema/pragma-unknown.json
/qemu/tests/qapi-schema/pragma-unknown.out
/qemu/tests/qapi-schema/qapi-schema-test.json
/qemu/tests/qapi-schema/qapi-schema-test.out
/qemu/tests/qapi-schema/quoted-structural-chars.err
/qemu/tests/qapi-schema/redefined-builtin.err
/qemu/tests/qapi-schema/redefined-command.err
/qemu/tests/qapi-schema/redefined-event.err
/qemu/tests/qapi-schema/redefined-type.err
/qemu/tests/qapi-schema/reserved-command-q.err
/qemu/tests/qapi-schema/reserved-enum-q.err
/qemu/tests/qapi-schema/reserved-member-has.err
/qemu/tests/qapi-schema/reserved-member-q.err
/qemu/tests/qapi-schema/reserved-member-u.err
/qemu/tests/qapi-schema/reserved-member-underscore.err
/qemu/tests/qapi-schema/reserved-type-kind.err
/qemu/tests/qapi-schema/reserved-type-list.err
/qemu/tests/qapi-schema/returns-alternate.err
/qemu/tests/qapi-schema/returns-array-bad.err
/qemu/tests/qapi-schema/returns-dict.err
/qemu/tests/qapi-schema/returns-unknown.err
/qemu/tests/qapi-schema/returns-whitelist.err
/qemu/tests/qapi-schema/string-code-point-127.err
/qemu/tests/qapi-schema/string-code-point-127.json
/qemu/tests/qapi-schema/string-code-point-127.out
/qemu/tests/qapi-schema/string-code-point-31.err
/qemu/tests/qapi-schema/string-code-point-31.json
/qemu/tests/qapi-schema/string-code-point-31.out
/qemu/tests/qapi-schema/struct-base-clash-deep.err
/qemu/tests/qapi-schema/struct-base-clash.err
/qemu/tests/qapi-schema/struct-data-invalid.err
/qemu/tests/qapi-schema/struct-member-if-invalid.err
/qemu/tests/qapi-schema/struct-member-if-invalid.json
/qemu/tests/qapi-schema/struct-member-if-invalid.out
/qemu/tests/qapi-schema/struct-member-invalid-dict.err
/qemu/tests/qapi-schema/struct-member-invalid.err
/qemu/tests/qapi-schema/test-qapi.py
/qemu/tests/qapi-schema/trailing-comma-list.err
/qemu/tests/qapi-schema/trailing-comma-object.err
/qemu/tests/qapi-schema/type-bypass-bad-gen.err
/qemu/tests/qapi-schema/unclosed-list.err
/qemu/tests/qapi-schema/unclosed-object.err
/qemu/tests/qapi-schema/unclosed-string.err
/qemu/tests/qapi-schema/union-base-empty.err
/qemu/tests/qapi-schema/union-base-no-discriminator.err
/qemu/tests/qapi-schema/union-branch-case.err
/qemu/tests/qapi-schema/union-branch-case.json
/qemu/tests/qapi-schema/union-branch-if-invalid.err
/qemu/tests/qapi-schema/union-branch-if-invalid.json
/qemu/tests/qapi-schema/union-branch-if-invalid.out
/qemu/tests/qapi-schema/union-branch-invalid-dict.err
/qemu/tests/qapi-schema/union-clash-branches.err
/qemu/tests/qapi-schema/union-empty.err
/qemu/tests/qapi-schema/union-empty.json
/qemu/tests/qapi-schema/union-invalid-base.err
/qemu/tests/qapi-schema/union-optional-branch.err
/qemu/tests/qapi-schema/union-unknown.err
/qemu/tests/qapi-schema/union-unknown.json
/qemu/tests/qapi-schema/unknown-escape.err
/qemu/tests/qapi-schema/unknown-escape.json
/qemu/tests/qapi-schema/unknown-expr-key.err
/qemu/tests/qemu-iotests/026
/qemu/tests/qemu-iotests/026.out
/qemu/tests/qemu-iotests/026.out.nocache
/qemu/tests/qemu-iotests/028
/qemu/tests/qemu-iotests/028.out
/qemu/tests/qemu-iotests/044
/qemu/tests/qemu-iotests/051.pc.out
/qemu/tests/qemu-iotests/056
/qemu/tests/qemu-iotests/083
/qemu/tests/qemu-iotests/083.out
/qemu/tests/qemu-iotests/093
/qemu/tests/qemu-iotests/118
/qemu/tests/qemu-iotests/124
/qemu/tests/qemu-iotests/125
/qemu/tests/qemu-iotests/136
/qemu/tests/qemu-iotests/140
/qemu/tests/qemu-iotests/140.out
/qemu/tests/qemu-iotests/141.out
/qemu/tests/qemu-iotests/143
/qemu/tests/qemu-iotests/143.out
/qemu/tests/qemu-iotests/147
/qemu/tests/qemu-iotests/149
/qemu/tests/qemu-iotests/149.out
/qemu/tests/qemu-iotests/162
/qemu/tests/qemu-iotests/162.out
/qemu/tests/qemu-iotests/163
/qemu/tests/qemu-iotests/165
/qemu/tests/qemu-iotests/165.out
/qemu/tests/qemu-iotests/181
/qemu/tests/qemu-iotests/182
/qemu/tests/qemu-iotests/183
/qemu/tests/qemu-iotests/192
/qemu/tests/qemu-iotests/192.out
/qemu/tests/qemu-iotests/194
/qemu/tests/qemu-iotests/201
/qemu/tests/qemu-iotests/205
/qemu/tests/qemu-iotests/208
/qemu/tests/qemu-iotests/209
/qemu/tests/qemu-iotests/222
/qemu/tests/qemu-iotests/223
/qemu/tests/qemu-iotests/223.out
/qemu/tests/qemu-iotests/227.out
/qemu/tests/qemu-iotests/240
/qemu/tests/qemu-iotests/241
/qemu/tests/qemu-iotests/245
/qemu/tests/qemu-iotests/257
/qemu/tests/qemu-iotests/257.out
/qemu/tests/qemu-iotests/260
/qemu/tests/qemu-iotests/260.out
/qemu/tests/qemu-iotests/261
/qemu/tests/qemu-iotests/261.out
/qemu/tests/qemu-iotests/262
/qemu/tests/qemu-iotests/262.out
/qemu/tests/qemu-iotests/264
/qemu/tests/qemu-iotests/264.out
/qemu/tests/qemu-iotests/267
/qemu/tests/qemu-iotests/267.out
/qemu/tests/qemu-iotests/268
/qemu/tests/qemu-iotests/268.out
/qemu/tests/qemu-iotests/270
/qemu/tests/qemu-iotests/270.out
/qemu/tests/qemu-iotests/272
/qemu/tests/qemu-iotests/272.out
/qemu/tests/qemu-iotests/273
/qemu/tests/qemu-iotests/273.out
/qemu/tests/qemu-iotests/277
/qemu/tests/qemu-iotests/277.out
/qemu/tests/qemu-iotests/check
/qemu/tests/qemu-iotests/common.filter
/qemu/tests/qemu-iotests/common.nbd
/qemu/tests/qemu-iotests/common.rc
/qemu/tests/qemu-iotests/group
/qemu/tests/qemu-iotests/iotests.py
/qemu/tests/qemu-iotests/nbd-fault-injector.py
/qemu/tests/requirements.txt
/qemu/tests/rtc-test.c
/qemu/tests/tcg/Makefile.target
/qemu/tests/tcg/aarch64/Makefile.softmmu-target
/qemu/tests/tcg/aarch64/Makefile.target
/qemu/tests/tcg/aarch64/float_convs.ref
/qemu/tests/tcg/aarch64/float_madds.ref
/qemu/tests/tcg/arm/Makefile.softmmu-target
/qemu/tests/tcg/arm/Makefile.target
/qemu/tests/tcg/arm/float_convs.ref
/qemu/tests/tcg/arm/float_madds.ref
/qemu/tests/tcg/arm/semihosting.c
/qemu/tests/tcg/cris/Makefile.target
/qemu/tests/tcg/i386/Makefile.target
/qemu/tests/tcg/multiarch/Makefile.target
/qemu/tests/tcg/multiarch/float_convs.c
/qemu/tests/tcg/multiarch/float_helpers.c
/qemu/tests/tcg/multiarch/float_helpers.h
/qemu/tests/tcg/multiarch/float_madds.c
/qemu/tests/tcg/multiarch/linux-test.c
/qemu/tests/test-block-iothread.c
/qemu/tests/test-char.c
/qemu/tests/test-hbitmap.c
/qemu/tests/test-qga.c
/qemu/tests/test-qmp-cmds.c
/qemu/tests/test-vmstate.c
/qemu/tests/uefi-test-tools/Makefile
/qemu/tests/uefi-test-tools/build.sh
/qemu/tests/usb-hcd-ehci-test.c
/qemu/tests/vhost-user-bridge.c
/qemu/tests/virtio-blk-test.c
/qemu/tests/virtio-scsi-test.c
/qemu/tests/vm/basevm.py
/qemu/tests/vm/netbsd
/qemu/trace-events
/qemu/trace/mem-internal.h
/qemu/trace/mem.h
/qemu/ui/cocoa.m
/qemu/ui/curses.c
/qemu/ui/input-barrier.c
/qemu/util/Makefile.objs
/qemu/util/async.c
/qemu/util/event_notifier-posix.c
/qemu/util/hbitmap.c
/qemu/util/iov.c
/qemu/util/log.c
/qemu/util/main-loop.c
/qemu/util/mmap-alloc.c
/qemu/util/notify.c
/qemu/util/oslib-posix.c
/qemu/util/oslib-win32.c
/qemu/util/qemu-co-shared-resource.c
/qemu/util/qemu-coroutine-io.c
/qemu/util/qemu-coroutine-sleep.c
/qemu/util/qemu-sockets.c
/qemu/util/qemu-timer.c
/qemu/util/systemd.c
/qemu/util/vfio-helpers.c
/qemu/vl.c
61bc846d17-Sep-2019 Eric Blake <eblake@redhat.com>

nbd: Grab aio context lock in more places

When iothreads are in use, the failure to grab the aio context results
in an assertion failure when trying to unlock things during blk_unref,
when trying to

nbd: Grab aio context lock in more places

When iothreads are in use, the failure to grab the aio context results
in an assertion failure when trying to unlock things during blk_unref,
when trying to unlock a mutex that was not locked. In short, all
calls to nbd_export_put need to done while within the correct aio
context. But since nbd_export_put can recursively reach itself via
nbd_export_close, and recursively grabbing the context would deadlock,
we can't do the context grab directly in those functions, but must do
so in their callers.

Hoist the use of the correct aio_context from nbd_export_new() to its
caller qmp_nbd_server_add(). Then tweak qmp_nbd_server_remove(),
nbd_eject_notifier(), and nbd_esport_close_all() to grab the right
context, so that all callers during qemu now own the context before
nbd_export_put() can call blk_unref().

Remaining uses in qemu-nbd don't matter (since that use case does not
support iothreads).

Suggested-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
Message-Id: <20190917023917.32226-1-eblake@redhat.com>
Reviewed-by: Sergio Lopez <slp@redhat.com>

show more ...

b496124912-Sep-2019 Sergio Lopez <slp@redhat.com>

nbd/server: attach client channel to the export's AioContext

On creation, the export's AioContext is set to the same one as the
BlockBackend, while the AioContext in the client QIOChannel is left
un

nbd/server: attach client channel to the export's AioContext

On creation, the export's AioContext is set to the same one as the
BlockBackend, while the AioContext in the client QIOChannel is left
untouched.

As a result, when using data-plane, nbd_client_receive_next_request()
schedules coroutines in the IOThread AioContext, while the client's
QIOChannel is serviced from the main_loop, potentially triggering the
assertion at qio_channel_restart_[read|write].

To fix this, as soon we have the export corresponding to the client,
we call qio_channel_attach_aio_context() to attach the QIOChannel
context to the export's AioContext. This matches with the logic at
blk_aio_attached().

RHBZ: https://bugzilla.redhat.com/show_bug.cgi?id=1748253
Signed-off-by: Sergio Lopez <slp@redhat.com>
Message-Id: <20190912110032.26395-1-slp@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Eric Blake <eblake@redhat.com>

show more ...

1b5c15ce07-Sep-2019 Eric Blake <eblake@redhat.com>

nbd/client: Add hint when TLS is missing

I received an off-list report of failure to connect to an NBD server
expecting an x509 certificate, when the client was attempting something
similar to this

nbd/client: Add hint when TLS is missing

I received an off-list report of failure to connect to an NBD server
expecting an x509 certificate, when the client was attempting something
similar to this command line:

$ ./x86_64-softmmu/qemu-system-x86_64 -name 'blah' -machine q35 -nodefaults \
-object tls-creds-x509,id=tls0,endpoint=client,dir=$path_to_certs \
-device virtio-scsi-pci,id=virtio_scsi_pci0,bus=pcie.0,addr=0x6 \
-drive id=drive_image1,if=none,snapshot=off,aio=threads,cache=none,format=raw,file=nbd:localhost:9000,werror=stop,rerror=stop,tls-creds=tls0 \
-device scsi-hd,id=image1,drive=drive_image1,bootindex=0
qemu-system-x86_64: -drive id=drive_image1,if=none,snapshot=off,aio=threads,cache=none,format=raw,file=nbd:localhost:9000,werror=stop,rerror=stop,tls-creds=tls0: TLS negotiation required before option 7 (go)
server reported: Option 0x7 not permitted before TLS

The problem? As specified, -drive is trying to pass tls-creds to the
raw format driver instead of the nbd protocol driver, but before we
get to the point where we can detect that raw doesn't know what to do
with tls-creds, the nbd driver has already failed because the server
complained. The fix to the broken command line? Pass
'...,file.tls-creds=tls0' to ensure the tls-creds option is handed to
nbd, not raw. But since the error message was rather cryptic, I'm
trying to improve the error message.

With this patch, the error message adds a line:

qemu-system-x86_64: -drive id=drive_image1,if=none,snapshot=off,aio=threads,cache=none,format=raw,file=nbd:localhost:9000,werror=stop,rerror=stop,tls-creds=tls0: TLS negotiation required before option 7 (go)
Did you forget a valid tls-creds?
server reported: Option 0x7 not permitted before TLS

And with luck, someone grepping for that error message will find this
commit message and figure out their command line mistake. Sadly, the
only mention of file.tls-creds in our docs relates to an --image-opts
use of PSK encryption with qemu-img as the client, rather than x509
certificate encryption with qemu-kvm as the client.

CC: Tingting Mao <timao@redhat.com>
CC: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
Message-Id: <20190907172055.26870-1-eblake@redhat.com>
[eblake: squash in iotest 233 fix]
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>

show more ...


/qemu/.gitignore
/qemu/MAINTAINERS
/qemu/Makefile
/qemu/backends/vhost-user.c
/qemu/block/qapi.c
/qemu/configure
/qemu/default-configs/i386-softmmu.mak
/qemu/docs/barrier.txt
/qemu/docs/devel/tracing.txt
/qemu/docs/nvdimm.txt
/qemu/docs/virtio-pmem.rst
/qemu/hmp-commands-info.hx
/qemu/hw/acpi/aml-build.c
/qemu/hw/acpi/ipmi-stub.c
/qemu/hw/acpi/ipmi.c
/qemu/hw/block/vhost-user-blk.c
/qemu/hw/core/qdev.c
/qemu/hw/display/ati.c
/qemu/hw/display/vga-access.h
/qemu/hw/display/vga-helpers.h
/qemu/hw/display/vga.c
/qemu/hw/i386/Kconfig
/qemu/hw/i386/acpi-build.c
/qemu/hw/i386/intel_iommu.c
/qemu/hw/i386/pc.c
/qemu/hw/i386/pc_piix.c
/qemu/hw/i386/pc_q35.c
/qemu/hw/intc/s390_flic_kvm.c
/qemu/hw/intc/trace-events
/qemu/hw/ipmi/Kconfig
/qemu/hw/ipmi/Makefile.objs
/qemu/hw/ipmi/ipmi.c
/qemu/hw/ipmi/ipmi_bmc_sim.c
/qemu/hw/ipmi/ipmi_bt.c
/qemu/hw/ipmi/ipmi_kcs.c
/qemu/hw/ipmi/isa_ipmi_bt.c
/qemu/hw/ipmi/isa_ipmi_kcs.c
/qemu/hw/ipmi/pci_ipmi_bt.c
/qemu/hw/ipmi/pci_ipmi_kcs.c
/qemu/hw/ipmi/smbus_ipmi.c
/qemu/hw/riscv/Kconfig
/qemu/hw/riscv/Makefile.objs
/qemu/hw/riscv/boot.c
/qemu/hw/riscv/riscv_hart.c
/qemu/hw/riscv/sifive_e.c
/qemu/hw/riscv/sifive_e_prci.c
/qemu/hw/riscv/sifive_plic.c
/qemu/hw/riscv/sifive_test.c
/qemu/hw/riscv/sifive_u.c
/qemu/hw/riscv/sifive_u_otp.c
/qemu/hw/riscv/sifive_u_prci.c
/qemu/hw/riscv/sifive_uart.c
/qemu/hw/riscv/spike.c
/qemu/hw/riscv/virt.c
/qemu/hw/smbios/smbios_type_38.c
/qemu/hw/vfio/pci.c
/qemu/hw/virtio/virtio-mmio.c
/qemu/include/hw/acpi/aml-build.h
/qemu/include/hw/acpi/ipmi.h
/qemu/include/hw/boards.h
/qemu/include/hw/i386/pc.h
/qemu/include/hw/ipmi/ipmi.h
/qemu/include/hw/ipmi/ipmi_bt.h
/qemu/include/hw/ipmi/ipmi_kcs.h
/qemu/include/hw/pci/pci.h
/qemu/include/hw/qdev-core.h
/qemu/include/hw/qdev-properties.h
/qemu/include/hw/riscv/boot.h
/qemu/include/hw/riscv/riscv_hart.h
/qemu/include/hw/riscv/sifive_cpu.h
/qemu/include/hw/riscv/sifive_e.h
/qemu/include/hw/riscv/sifive_e_prci.h
/qemu/include/hw/riscv/sifive_plic.h
/qemu/include/hw/riscv/sifive_test.h
/qemu/include/hw/riscv/sifive_u.h
/qemu/include/hw/riscv/sifive_u_otp.h
/qemu/include/hw/riscv/sifive_u_prci.h
/qemu/include/qemu-common.h
/qemu/include/qemu/cutils.h
/qemu/include/sysemu/kvm.h
/qemu/include/ui/egl-helpers.h
client.c
/qemu/pc-bios/opensbi-riscv32-virt-fw_jump.bin
/qemu/pc-bios/opensbi-riscv64-sifive_u-fw_jump.bin
/qemu/pc-bios/opensbi-riscv64-virt-fw_jump.bin
/qemu/pc-bios/s390-ccw/main.c
/qemu/pc-bios/s390-ccw/netmain.c
/qemu/pc-bios/s390-netboot.img
/qemu/python/qemu/qtest.py
/qemu/qapi/string-output-visitor.c
/qemu/qdev-monitor.c
/qemu/qemu-deprecated.texi
/qemu/qemu-options.hx
/qemu/roms/Makefile
/qemu/scripts/tracetool/__init__.py
/qemu/target/m68k/fpu_helper.c
/qemu/target/riscv/Makefile.objs
/qemu/target/riscv/cpu.c
/qemu/target/riscv/cpu.h
/qemu/target/riscv/cpu_bits.h
/qemu/target/riscv/cpu_helper.c
/qemu/target/riscv/csr.c
/qemu/target/riscv/gdbstub.c
/qemu/target/riscv/monitor.c
/qemu/target/riscv/pmp.c
/qemu/target/riscv/trace-events
/qemu/target/s390x/cpu.h
/qemu/target/s390x/cpu_models.c
/qemu/target/s390x/helper.h
/qemu/target/s390x/insn-data.def
/qemu/target/s390x/kvm.c
/qemu/target/s390x/mem_helper.c
/qemu/target/s390x/translate.c
/qemu/tests/Makefile.include
/qemu/tests/acceptance/cpu_queries.py
/qemu/tests/acceptance/linux_ssh_mips_malta.py
/qemu/tests/data/acpi/q35/DSDT
/qemu/tests/data/acpi/q35/DSDT.bridge
/qemu/tests/data/acpi/q35/DSDT.cphp
/qemu/tests/data/acpi/q35/DSDT.dimmpxm
/qemu/tests/data/acpi/q35/DSDT.ipmibt
/qemu/tests/data/acpi/q35/DSDT.memhp
/qemu/tests/data/acpi/q35/DSDT.mmio64
/qemu/tests/data/acpi/q35/DSDT.numamem
/qemu/tests/ipmi-bt-test.c
/qemu/tests/libqtest.c
/qemu/tests/migration/guestperf/engine.py
/qemu/tests/qemu-iotests/172
/qemu/tests/qemu-iotests/233.out
/qemu/tests/tcg/s390x/Makefile.target
/qemu/tests/tcg/s390x/mvc.c
/qemu/tests/tcg/s390x/mvo.c
/qemu/ui/Makefile.objs
/qemu/ui/egl-headless.c
/qemu/ui/egl-helpers.c
/qemu/ui/input-barrier.c
/qemu/ui/input-barrier.h
/qemu/ui/vnc-enc-tight.c
/qemu/ui/vnc-enc-zlib.c
/qemu/ui/vnc-enc-zrle.c
/qemu/ui/vnc-enc-zrle.inc.c
/qemu/ui/vnc.c
/qemu/ui/vnc.h
/qemu/util/cacheinfo.c
794dcb5416-Sep-2019 Philippe Mathieu-Daudé <philmd@redhat.com>

trace: Remove trailing newline in events

While the tracing framework does not forbid trailing newline in
events format string, using them lead to confuse output.
It is the responsibility of the back

trace: Remove trailing newline in events

While the tracing framework does not forbid trailing newline in
events format string, using them lead to confuse output.
It is the responsibility of the backend to properly end an event
line.

Some of our formats have trailing newlines, remove them.

[Fixed typo in commit description reported by Eric Blake
<eblake@redhat.com>
--Stefan]

Reviewed-by: John Snow <jsnow@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20190916095121.29506-2-philmd@redhat.com
Message-Id: <20190916095121.29506-2-philmd@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>

show more ...


/qemu/.gitlab-ci.yml
/qemu/.shippable.yml
/qemu/.travis.yml
/qemu/CODING_STYLE.rst
/qemu/MAINTAINERS
/qemu/Makefile
/qemu/Makefile.objs
/qemu/Makefile.target
/qemu/README.rst
/qemu/accel/tcg/atomic_template.h
/qemu/backends/hostmem-file.c
/qemu/block/backup.c
/qemu/block/bochs.c
/qemu/block/cloop.c
/qemu/block/commit.c
/qemu/block/create.c
/qemu/block/curl.c
/qemu/block/dmg.c
/qemu/block/file-posix.c
/qemu/block/io.c
/qemu/block/mirror.c
/qemu/block/nfs.c
/qemu/block/qcow2-cluster.c
/qemu/block/qcow2-threads.c
/qemu/block/qcow2.c
/qemu/block/qcow2.h
/qemu/block/stream.c
/qemu/block/vpc.c
/qemu/block/vvfat.c
/qemu/blockjob.c
/qemu/configure
/qemu/cpus.c
/qemu/default-configs/i386-softmmu.mak
/qemu/default-configs/m68k-softmmu.mak
/qemu/docs/conf.py
/qemu/docs/devel/migration.rst
/qemu/docs/interop/conf.py
/qemu/docs/interop/index.rst
/qemu/docs/interop/qemu-ga.rst
/qemu/docs/qemu-block-drivers.texi
/qemu/docs/qemu-cpu-models.texi
/qemu/exec.c
/qemu/hw/arm/aspeed.c
/qemu/hw/arm/aspeed_soc.c
/qemu/hw/block/dataplane/virtio-blk.c
/qemu/hw/char/escc.c
/qemu/hw/core/loader.c
/qemu/hw/core/trace-events
/qemu/hw/display/Makefile.objs
/qemu/hw/display/next-fb.c
/qemu/hw/gpio/Makefile.objs
/qemu/hw/gpio/aspeed_gpio.c
/qemu/hw/i386/Kconfig
/qemu/hw/i386/Makefile.objs
/qemu/hw/i386/e820_memory_layout.c
/qemu/hw/i386/e820_memory_layout.h
/qemu/hw/i386/fw_cfg.c
/qemu/hw/i386/fw_cfg.h
/qemu/hw/i386/pc.c
/qemu/hw/m68k/Kconfig
/qemu/hw/m68k/Makefile.objs
/qemu/hw/m68k/next-cube.c
/qemu/hw/m68k/next-kbd.c
/qemu/hw/mips/mips_jazz.c
/qemu/hw/misc/Makefile.objs
/qemu/hw/misc/aspeed_scu.c
/qemu/hw/misc/trace-events
/qemu/hw/net/vmxnet3.c
/qemu/hw/ppc/spapr.c
/qemu/hw/s390x/s390-skeys.c
/qemu/hw/s390x/s390-stattrib.c
/qemu/hw/s390x/tod.c
/qemu/hw/scsi/trace-events
/qemu/hw/sd/trace-events
/qemu/hw/ssi/aspeed_smc.c
/qemu/hw/timer/aspeed_timer.c
/qemu/include/block/block.h
/qemu/include/block/blockjob_int.h
/qemu/include/exec/memory.h
/qemu/include/hw/arm/aspeed_soc.h
/qemu/include/hw/char/escc.h
/qemu/include/hw/elf_ops.h
/qemu/include/hw/gpio/aspeed_gpio.h
/qemu/include/hw/i386/pc.h
/qemu/include/hw/loader.h
/qemu/include/hw/m68k/next-cube.h
/qemu/include/hw/misc/aspeed_scu.h
/qemu/include/hw/ssi/aspeed_smc.h
/qemu/include/migration/register.h
/qemu/include/qemu/job.h
/qemu/include/qemu/memfd.h
/qemu/include/qemu/osdep.h
/qemu/include/qemu/thread.h
/qemu/job.c
/qemu/linux-headers/linux/kvm.h
/qemu/linux-user/arm/target_cpu.h
/qemu/linux-user/elfload.c
/qemu/linux-user/ioctls.h
/qemu/linux-user/main.c
/qemu/linux-user/syscall.c
/qemu/linux-user/syscall_defs.h
/qemu/linux-user/xtensa/signal.c
/qemu/memory.c
/qemu/migration/block-dirty-bitmap.c
/qemu/migration/block.c
/qemu/migration/migration.c
/qemu/migration/migration.h
/qemu/migration/qemu-file.c
/qemu/migration/ram.c
/qemu/migration/savevm.c
trace-events
/qemu/net/slirp.c
/qemu/net/trace-events
/qemu/qapi/migration.json
/qemu/qemu-doc.texi
/qemu/qemu-img.c
/qemu/qemu-io-cmds.c
/qemu/qemu-options.hx
/qemu/qemu.nsi
/qemu/scripts/checkpatch.pl
/qemu/scsi/pr-manager.c
/qemu/target/hppa/translate.c
/qemu/target/i386/kvm.c
/qemu/target/mips/cpu.c
/qemu/target/mips/gdbstub.c
/qemu/target/mips/internal.h
/qemu/target/mips/op_helper.c
/qemu/target/sparc/cpu.c
/qemu/target/sparc/cpu.h
/qemu/target/sparc/ldst_helper.c
/qemu/target/sparc/mmu_helper.c
/qemu/target/xtensa/cpu.c
/qemu/target/xtensa/cpu.h
/qemu/tests/Makefile.include
/qemu/tests/acceptance/boot_linux_console.py
/qemu/tests/acceptance/linux_initrd.py
/qemu/tests/acceptance/machine_m68k_nextcube.py
/qemu/tests/ahci-test.c
/qemu/tests/bios-tables-test.c
/qemu/tests/boot-serial-test.c
/qemu/tests/cpu-plug-test.c
/qemu/tests/display-vga-test.c
/qemu/tests/docker/Makefile.include
/qemu/tests/docker/common.rc
/qemu/tests/docker/docker.py
/qemu/tests/docker/dockerfiles/debian-alpha-cross.docker
/qemu/tests/docker/dockerfiles/debian-amd64-cross.docker
/qemu/tests/docker/dockerfiles/debian-arm64-cross.docker
/qemu/tests/docker/dockerfiles/debian-armel-cross.docker
/qemu/tests/docker/dockerfiles/debian-armhf-cross.docker
/qemu/tests/docker/dockerfiles/debian-hppa-cross.docker
/qemu/tests/docker/dockerfiles/debian-m68k-cross.docker
/qemu/tests/docker/dockerfiles/debian-mips-cross.docker
/qemu/tests/docker/dockerfiles/debian-mips64-cross.docker
/qemu/tests/docker/dockerfiles/debian-mips64el-cross.docker
/qemu/tests/docker/dockerfiles/debian-mipsel-cross.docker
/qemu/tests/docker/dockerfiles/debian-powerpc-cross.docker
/qemu/tests/docker/dockerfiles/debian-powerpc-user-cross.docker
/qemu/tests/docker/dockerfiles/debian-ppc64-cross.docker
/qemu/tests/docker/dockerfiles/debian-ppc64el-cross.docker
/qemu/tests/docker/dockerfiles/debian-riscv64-cross.docker
/qemu/tests/docker/dockerfiles/debian-s390x-cross.docker
/qemu/tests/docker/dockerfiles/debian-sh4-cross.docker
/qemu/tests/docker/dockerfiles/debian-sid.docker
/qemu/tests/docker/dockerfiles/debian-sparc64-cross.docker
/qemu/tests/docker/dockerfiles/ubuntu1804.docker
/qemu/tests/docker/run
/qemu/tests/docker/test-build
/qemu/tests/docker/test-mingw
/qemu/tests/docker/test-quick
/qemu/tests/e1000e-test.c
/qemu/tests/fdc-test.c
/qemu/tests/i440fx-test.c
/qemu/tests/i82801b11-test.c
/qemu/tests/intel-hda-test.c
/qemu/tests/ioh3420-test.c
/qemu/tests/ipmi-kcs-test.c
/qemu/tests/ivshmem-test.c
/qemu/tests/libqos/e1000e.c
/qemu/tests/libqos/virtio-mmio.c
/qemu/tests/libqos/virtio-pci.c
/qemu/tests/libqos/virtio.c
/qemu/tests/libqos/virtio.h
/qemu/tests/libqtest-single.h
/qemu/tests/libqtest.c
/qemu/tests/libqtest.h
/qemu/tests/m25p80-test.c
/qemu/tests/migration-test.c
/qemu/tests/qemu-iotests/026.out.nocache
/qemu/tests/qemu-iotests/028
/qemu/tests/qemu-iotests/030
/qemu/tests/qemu-iotests/039
/qemu/tests/qemu-iotests/039.out
/qemu/tests/qemu-iotests/040
/qemu/tests/qemu-iotests/041
/qemu/tests/qemu-iotests/044
/qemu/tests/qemu-iotests/045
/qemu/tests/qemu-iotests/051
/qemu/tests/qemu-iotests/055
/qemu/tests/qemu-iotests/056
/qemu/tests/qemu-iotests/057
/qemu/tests/qemu-iotests/061
/qemu/tests/qemu-iotests/061.out
/qemu/tests/qemu-iotests/065
/qemu/tests/qemu-iotests/096
/qemu/tests/qemu-iotests/118
/qemu/tests/qemu-iotests/124
/qemu/tests/qemu-iotests/129
/qemu/tests/qemu-iotests/132
/qemu/tests/qemu-iotests/137
/qemu/tests/qemu-iotests/137.out
/qemu/tests/qemu-iotests/139
/qemu/tests/qemu-iotests/147
/qemu/tests/qemu-iotests/148
/qemu/tests/qemu-iotests/151
/qemu/tests/qemu-iotests/152
/qemu/tests/qemu-iotests/155
/qemu/tests/qemu-iotests/163
/qemu/tests/qemu-iotests/165
/qemu/tests/qemu-iotests/169
/qemu/tests/qemu-iotests/183
/qemu/tests/qemu-iotests/192
/qemu/tests/qemu-iotests/196
/qemu/tests/qemu-iotests/199
/qemu/tests/qemu-iotests/205
/qemu/tests/qemu-iotests/232
/qemu/tests/qemu-iotests/245
/qemu/tests/qemu-iotests/247
/qemu/tests/qemu-iotests/257
/qemu/tests/qemu-iotests/263
/qemu/tests/qemu-iotests/263.out
/qemu/tests/qemu-iotests/265
/qemu/tests/qemu-iotests/265.out
/qemu/tests/qemu-iotests/266
/qemu/tests/qemu-iotests/266.out
/qemu/tests/qemu-iotests/check
/qemu/tests/qemu-iotests/common.rc
/qemu/tests/qemu-iotests/group
/qemu/tests/qemu-iotests/iotests.py
/qemu/tests/qos-test.c
/qemu/tests/rtas-test.c
/qemu/tests/rtc-test.c
/qemu/tests/rtl8139-test.c
/qemu/tests/tcg/.gitignore
/qemu/tests/tcg/Makefile.prereqs
/qemu/tests/tcg/Makefile.qemu
/qemu/tests/tcg/Makefile.target
/qemu/tests/tcg/aarch64/Makefile.softmmu-target
/qemu/tests/tcg/aarch64/Makefile.target
/qemu/tests/tcg/alpha/Makefile.softmmu-target
/qemu/tests/tcg/arm/Makefile.softmmu-target
/qemu/tests/tcg/configure.sh
/qemu/tests/tcg/i386/Makefile.softmmu-target
/qemu/tests/tcg/i386/Makefile.target
/qemu/tests/tcg/minilib/Makefile.target
/qemu/tests/tcg/multiarch/Makefile.target
/qemu/tests/tcg/x86_64/Makefile.softmmu-target
/qemu/tests/tcg/x86_64/Makefile.target
/qemu/tests/tcg/xtensa/Makefile.softmmu-target
/qemu/tests/test-arm-mptimer.c
/qemu/tests/test-bdrv-drain.c
/qemu/tests/test-block-iothread.c
/qemu/tests/test-blockjob-txn.c
/qemu/tests/test-blockjob.c
/qemu/tests/test-char.c
/qemu/tests/test-netfilter.c
/qemu/tests/test-util-filemonitor.c
/qemu/tests/test-x86-cpuid-compat.c
/qemu/tests/tmp105-test.c
/qemu/tests/tpm-crb-test.c
/qemu/tests/tpm-tests.c
/qemu/tests/tpm-tis-test.c
/qemu/tests/usb-hcd-ohci-test.c
/qemu/tests/usb-hcd-uhci-test.c
/qemu/tests/usb-hcd-xhci-test.c
/qemu/tests/vhost-user-test.c
/qemu/tests/virtio-9p-test.c
/qemu/tests/virtio-blk-test.c
/qemu/tests/virtio-ccw-test.c
/qemu/tests/virtio-net-test.c
/qemu/tests/virtio-scsi-test.c
/qemu/tests/virtio-serial-test.c
/qemu/tests/vm/Makefile.include
/qemu/tests/vm/fedora
/qemu/util/memfd.c
/qemu/util/oslib-posix.c
/qemu/util/oslib-win32.c
/qemu/util/qemu-thread-posix.c
/qemu/util/qemu-thread-win32.c
/qemu/util/qsp.c
b491dbb723-Aug-2019 Eric Blake <eblake@redhat.com>

nbd: Implement server use of NBD FAST_ZERO

The server side is fairly straightforward: we can always advertise
support for detection of fast zero, and implement it by mapping the
request to the block

nbd: Implement server use of NBD FAST_ZERO

The server side is fairly straightforward: we can always advertise
support for detection of fast zero, and implement it by mapping the
request to the block layer BDRV_REQ_NO_FALLBACK.

Signed-off-by: Eric Blake <eblake@redhat.com>
Message-Id: <20190823143726.27062-5-eblake@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
[eblake: update iotests 223, 233]

show more ...

0a47954523-Aug-2019 Eric Blake <eblake@redhat.com>

nbd: Prepare for NBD_CMD_FLAG_FAST_ZERO

Commit fe0480d6 and friends added BDRV_REQ_NO_FALLBACK as a way to
avoid wasting time on a preliminary write-zero request that will later
be rewritten by actu

nbd: Prepare for NBD_CMD_FLAG_FAST_ZERO

Commit fe0480d6 and friends added BDRV_REQ_NO_FALLBACK as a way to
avoid wasting time on a preliminary write-zero request that will later
be rewritten by actual data, if it is known that the write-zero
request will use a slow fallback; but in doing so, could not optimize
for NBD. The NBD specification is now considering an extension that
will allow passing on those semantics; this patch updates the new
protocol bits and 'qemu-nbd --list' output to recognize the bit, as
well as the new errno value possible when using the new flag; while
upcoming patches will improve the client to use the feature when
present, and the server to advertise support for it.

The NBD spec recommends (but not requires) that ENOTSUP be avoided for
all but failures of a fast zero (the only time it is mandatory to
avoid an ENOTSUP failure is when fast zero is supported but not
requested during write zeroes; the questionable use is for ENOTSUP to
other actions like a normal write request). However, clients that get
an unexpected ENOTSUP will either already be treating it the same as
EINVAL, or may appreciate the extra bit of information. We were
equally loose for returning EOVERFLOW in more situations than
recommended by the spec, so if it turns out to be a problem in
practice, a later patch can tighten handling for both error codes.

Signed-off-by: Eric Blake <eblake@redhat.com>
Message-Id: <20190823143726.27062-3-eblake@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
[eblake: tweak commit message, also handle EOPNOTSUPP]

show more ...

dbb38caa23-Aug-2019 Eric Blake <eblake@redhat.com>

nbd: Improve per-export flag handling in server

When creating a read-only image, we are still advertising support for
TRIM and WRITE_ZEROES to the client, even though the client should not
be issuin

nbd: Improve per-export flag handling in server

When creating a read-only image, we are still advertising support for
TRIM and WRITE_ZEROES to the client, even though the client should not
be issuing those commands. But seeing this requires looking across
multiple functions:

All callers to nbd_export_new() passed a single flag based solely on
whether the export allows writes. Later, we then pass a constant set
of flags to nbd_negotiate_options() (namely, the set of flags which we
always support, at least for writable images), which is then further
dynamically modified with NBD_FLAG_SEND_DF based on client requests
for structured options. Finally, when processing NBD_OPT_EXPORT_NAME
or NBD_OPT_EXPORT_GO we bitwise-or the original caller's flag with the
runtime set of flags we've built up over several functions.

Let's refactor things to instead compute a baseline of flags as soon
as possible which gets shared between multiple clients, in
nbd_export_new(), and changing the signature for the callers to pass
in a simpler bool rather than having to figure out flags. We can then
get rid of the 'myflags' parameter to various functions, and instead
refer to client for everything we need (we still have to perform a
bitwise-OR for NBD_FLAG_SEND_DF during NBD_OPT_EXPORT_NAME and
NBD_OPT_EXPORT_GO, but it's easier to see what is being computed).
This lets us quit advertising senseless flags for read-only images, as
well as making the next patch for exposing FAST_ZERO support easier to
write.

Signed-off-by: Eric Blake <eblake@redhat.com>
Message-Id: <20190823143726.27062-2-eblake@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
[eblake: improve commit message, update iotest 223]

show more ...

12345678910>>...16