History log of /qemu/scsi/ (Results 51 – 75 of 78)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
1b0578f510-Aug-2018 Murilo Opsfelder Araujo <muriloo@linux.ibm.com>

qemu-pr-helper: Fix build on CentOS 7

After commit b3f1c8c413bc83e4a2cc7a63e4eddf9fe6449052 "qemu-pr-helper: use new
libmultipath API", QEMU started using new libmultipath API, which is not
availabl

qemu-pr-helper: Fix build on CentOS 7

After commit b3f1c8c413bc83e4a2cc7a63e4eddf9fe6449052 "qemu-pr-helper: use new
libmultipath API", QEMU started using new libmultipath API, which is not
available on CentOS 7.x.

This fixes that by probing the new libmultipath API in configure. If it fails,
then try probing the old API. If it fails, then consider libmultipath not
available.

With this, configure script defines CONFIG_MPATH_NEW_API that is used in
scsi/qemu-pr-helper.c to use the new libmultipath API.

Fixes: b3f1c8c413bc83e4a2cc7a63e4eddf9fe6449052
BugLink: https://bugs.launchpad.net/qemu/+bug/1786343
Signed-off-by: Murilo Opsfelder Araujo <muriloo@linux.ibm.com>
Message-Id: <20180810141116.24016-1-muriloo@linux.ibm.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

show more ...


/qemu/.gitignore
/qemu/.mailmap
/qemu/.travis.yml
/qemu/MAINTAINERS
/qemu/Makefile
/qemu/Makefile.objs
/qemu/VERSION
/qemu/accel/kvm/kvm-all.c
/qemu/accel/tcg/cpu-exec.c
/qemu/accel/tcg/cputlb.c
/qemu/accel/tcg/softmmu_template.h
/qemu/accel/tcg/translate-all.c
/qemu/audio/audio.c
/qemu/audio/trace-events
/qemu/backends/cryptodev-vhost-user.c
/qemu/backends/hostmem-file.c
/qemu/balloon.c
/qemu/block.c
/qemu/block/Makefile.objs
/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/commit.c
/qemu/block/copy-on-read.c
/qemu/block/crypto.c
/qemu/block/curl.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/null.c
/qemu/block/nvme.c
/qemu/block/qapi.c
/qemu/block/qcow.c
/qemu/block/qcow2-bitmap.c
/qemu/block/qcow2-refcount.c
/qemu/block/qcow2.c
/qemu/block/qcow2.h
/qemu/block/raw-format.c
/qemu/block/snapshot.c
/qemu/block/throttle-groups.c
/qemu/block/throttle.c
/qemu/block/trace-events
/qemu/block/vhdx.c
/qemu/block/vmdk.c
/qemu/block/vvfat.c
/qemu/bootdevice.c
/qemu/configure
/qemu/default-configs/arm-softmmu.mak
/qemu/default-configs/ppc-softmmu.mak
/qemu/default-configs/ppcemb-softmmu.mak
/qemu/default-configs/riscv32-softmmu.mak
/qemu/default-configs/riscv64-softmmu.mak
/qemu/default-configs/sh4-softmmu.mak
/qemu/default-configs/sh4eb-softmmu.mak
/qemu/disas/m68k.c
/qemu/docs/colo-proxy.txt
/qemu/docs/config/mach-virt-graphical.cfg
/qemu/docs/config/mach-virt-serial.cfg
/qemu/docs/config/q35-emulated.cfg
/qemu/docs/config/q35-virtio-graphical.cfg
/qemu/docs/config/q35-virtio-serial.cfg
/qemu/docs/devel/migration.rst
/qemu/docs/devel/multi-thread-tcg.txt
/qemu/docs/devel/qapi-code-gen.txt
/qemu/docs/devel/testing.rst
/qemu/docs/devel/tracing.txt
/qemu/docs/generic-loader.txt
/qemu/docs/interop/qcow2.txt
/qemu/docs/interop/qmp-intro.txt
/qemu/docs/interop/qmp-spec.txt
/qemu/docs/interop/vhost-user.txt
/qemu/docs/memory-hotplug.txt
/qemu/docs/multiseat.txt
/qemu/docs/nvdimm.txt
/qemu/docs/qemu-block-drivers.texi
/qemu/docs/qemu-cpu-models.texi
/qemu/docs/qemupciserial.inf
/qemu/docs/specs/acpi_nvdimm.txt
/qemu/docs/specs/ppc-spapr-hcalls.txt
/qemu/docs/specs/tpm.txt
/qemu/docs/usb2.txt
/qemu/exec.c
/qemu/fpu/softfloat.c
/qemu/hmp-commands-info.hx
/qemu/hmp.c
/qemu/hw/arm/Makefile.objs
/qemu/hw/arm/allwinner-a10.c
/qemu/hw/arm/armv7m.c
/qemu/hw/arm/aspeed.c
/qemu/hw/arm/aspeed_soc.c
/qemu/hw/arm/bcm2836.c
/qemu/hw/arm/boot.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/iotkit.c
/qemu/hw/arm/mcimx6ul-evk.c
/qemu/hw/arm/mps2-tz.c
/qemu/hw/arm/mps2.c
/qemu/hw/arm/msf2-soc.c
/qemu/hw/arm/pxa2xx.c
/qemu/hw/arm/realview.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/sysbus-fdt.c
/qemu/hw/arm/versatilepb.c
/qemu/hw/arm/virt-acpi-build.c
/qemu/hw/arm/virt.c
/qemu/hw/arm/xlnx-zynqmp.c
/qemu/hw/audio/cs4231a.c
/qemu/hw/audio/es1370.c
/qemu/hw/audio/gusemu_hal.c
/qemu/hw/audio/hda-codec.c
/qemu/hw/audio/sb16.c
/qemu/hw/char/bcm2835_aux.c
/qemu/hw/char/imx_serial.c
/qemu/hw/char/serial.c
/qemu/hw/core/generic-loader.c
/qemu/hw/core/hotplug.c
/qemu/hw/core/loader.c
/qemu/hw/core/machine.c
/qemu/hw/core/ptimer.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/realview_mpcore.c
/qemu/hw/display/cg3.c
/qemu/hw/display/cirrus_vga.c
/qemu/hw/display/sm501.c
/qemu/hw/display/virtio-gpu.c
/qemu/hw/display/virtio-vga.c
/qemu/hw/display/xlnx_dp.c
/qemu/hw/dma/pl080.c
/qemu/hw/i386/acpi-build.c
/qemu/hw/i386/multiboot.c
/qemu/hw/i386/pc.c
/qemu/hw/intc/arm_gic.c
/qemu/hw/intc/arm_gic_common.c
/qemu/hw/intc/arm_gic_kvm.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/armv7m_nvic.c
/qemu/hw/intc/exynos4210_gic.c
/qemu/hw/intc/gic_internal.h
/qemu/hw/intc/ioapic.c
/qemu/hw/intc/realview_gic.c
/qemu/hw/intc/trace-events
/qemu/hw/intc/xics.c
/qemu/hw/mem/nvdimm.c
/qemu/hw/microblaze/xlnx-zynqmp-pmu.c
/qemu/hw/misc/Makefile.objs
/qemu/hw/misc/aspeed_scu.c
/qemu/hw/misc/aspeed_sdmc.c
/qemu/hw/misc/auxbus.c
/qemu/hw/misc/hyperv_testdev.c
/qemu/hw/misc/imx6ul_ccm.c
/qemu/hw/misc/macio/cuda.c
/qemu/hw/misc/macio/macio.c
/qemu/hw/misc/macio/pmu.c
/qemu/hw/misc/trace-events
/qemu/hw/misc/tz-mpc.c
/qemu/hw/net/dp8393x.c
/qemu/hw/net/e1000e_core.c
/qemu/hw/net/e1000e_core.h
/qemu/hw/net/fsl_etsec/etsec.c
/qemu/hw/net/fsl_etsec/etsec.h
/qemu/hw/net/fsl_etsec/registers.h
/qemu/hw/net/fsl_etsec/rings.c
/qemu/hw/nvram/fw_cfg.c
/qemu/hw/ppc/mac_newworld.c
/qemu/hw/ppc/mac_oldworld.c
/qemu/hw/ppc/ppc440_pcix.c
/qemu/hw/ppc/ppc440_uc.c
/qemu/hw/ppc/prep.c
/qemu/hw/ppc/sam460ex.c
/qemu/hw/ppc/spapr.c
/qemu/hw/ppc/spapr_vio.c
/qemu/hw/rdma/Makefile.objs
/qemu/hw/rdma/rdma_backend.c
/qemu/hw/rdma/rdma_backend.h
/qemu/hw/rdma/rdma_backend_defs.h
/qemu/hw/rdma/rdma_rm.c
/qemu/hw/rdma/rdma_rm_defs.h
/qemu/hw/rdma/rdma_utils.c
/qemu/hw/rdma/rdma_utils.h
/qemu/hw/rdma/vmw/pvrdma.h
/qemu/hw/rdma/vmw/pvrdma_cmd.c
/qemu/hw/rdma/vmw/pvrdma_main.c
/qemu/hw/rdma/vmw/pvrdma_qp_ops.c
/qemu/hw/riscv/riscv_hart.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/s390x/3270-ccw.c
/qemu/hw/s390x/css-bridge.c
/qemu/hw/s390x/css.c
/qemu/hw/s390x/s390-ccw.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/virtio-ccw.c
/qemu/hw/scsi/mptsas.c
/qemu/hw/scsi/scsi-disk.c
/qemu/hw/scsi/virtio-scsi.c
/qemu/hw/sd/bcm2835_sdhost.c
/qemu/hw/sd/omap_mmc.c
/qemu/hw/sd/sdhci-internal.h
/qemu/hw/sd/sdhci.c
/qemu/hw/sparc/sun4m.c
/qemu/hw/sparc64/sun4u.c
/qemu/hw/ssi/imx_spi.c
/qemu/hw/ssi/xilinx_spips.c
/qemu/hw/timer/cmsdk-apb-timer.c
/qemu/hw/timer/m48t59.c
/qemu/hw/timer/sh_timer.c
/qemu/hw/vfio/ccw.c
/qemu/hw/vfio/common.c
/qemu/hw/vfio/pci.c
/qemu/hw/vfio/trace-events
/qemu/hw/virtio/vhost.c
/qemu/hw/virtio/virtio-balloon.c
/qemu/hw/watchdog/Makefile.objs
/qemu/hw/watchdog/cmsdk-apb-watchdog.c
/qemu/hw/watchdog/trace-events
/qemu/include/block/block.h
/qemu/include/block/block_int.h
/qemu/include/block/dirty-bitmap.h
/qemu/include/crypto/init.h
/qemu/include/elf.h
/qemu/include/exec/cpu_ldst.h
/qemu/include/exec/cpu_ldst_useronly_template.h
/qemu/include/exec/exec-all.h
/qemu/include/exec/memory.h
/qemu/include/exec/ram_addr.h
/qemu/include/hw/arm/armv7m.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-zynqmp.h
/qemu/include/hw/boards.h
/qemu/include/hw/char/imx_serial.h
/qemu/include/hw/compat.h
/qemu/include/hw/dma/pl080.h
/qemu/include/hw/hotplug.h
/qemu/include/hw/i386/pc.h
/qemu/include/hw/intc/arm_gic_common.h
/qemu/include/hw/intc/armv7m_nvic.h
/qemu/include/hw/loader.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/imx6ul_ccm.h
/qemu/include/hw/ptimer.h
/qemu/include/hw/riscv/sifive_e.h
/qemu/include/hw/riscv/sifive_plic.h
/qemu/include/hw/riscv/sifive_u.h
/qemu/include/hw/s390x/css-bridge.h
/qemu/include/hw/s390x/css.h
/qemu/include/hw/s390x/s390-virtio-ccw.h
/qemu/include/hw/sysbus.h
/qemu/include/hw/vfio/vfio-common.h
/qemu/include/hw/virtio/virtio-gpu.h
/qemu/include/hw/watchdog/cmsdk-apb-watchdog.h
/qemu/include/migration/vmstate.h
/qemu/include/monitor/monitor.h
/qemu/include/qapi/qmp/dispatch.h
/qemu/include/qapi/qmp/qjson.h
/qemu/include/qapi/qmp/qstring.h
/qemu/include/qemu/pmem.h
/qemu/include/qom/cpu.h
/qemu/include/qom/object.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/pci_regs.h
/qemu/include/standard-headers/linux/virtio_config.h
/qemu/include/sysemu/block-backend.h
/qemu/include/sysemu/sysemu.h
/qemu/linux-headers/asm-generic/unistd.h
/qemu/linux-headers/asm-mips/unistd.h
/qemu/linux-headers/asm-powerpc/kvm.h
/qemu/linux-headers/asm-powerpc/unistd.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/linux/kvm.h
/qemu/linux-headers/linux/vhost.h
/qemu/linux-user/Makefile.objs
/qemu/linux-user/alpha/cpu_loop.c
/qemu/linux-user/cris/cpu_loop.c
/qemu/linux-user/cris/signal.c
/qemu/linux-user/elfload.c
/qemu/linux-user/exit.c
/qemu/linux-user/host/ppc64/safe-syscall.inc.S
/qemu/linux-user/main.c
/qemu/linux-user/microblaze/cpu_loop.c
/qemu/linux-user/microblaze/signal.c
/qemu/linux-user/mips/syscall_nr.h
/qemu/linux-user/mips64/syscall_nr.h
/qemu/linux-user/mmap.c
/qemu/linux-user/nios2/signal.c
/qemu/linux-user/ppc/signal.c
/qemu/linux-user/qemu.h
/qemu/linux-user/sh4/cpu_loop.c
/qemu/linux-user/sparc/cpu_loop.c
/qemu/linux-user/sparc/signal.c
/qemu/linux-user/strace.c
/qemu/linux-user/strace.list
/qemu/linux-user/syscall.c
/qemu/memory.c
/qemu/migration/block-dirty-bitmap.c
/qemu/migration/exec.c
/qemu/migration/fd.c
/qemu/migration/migration.c
/qemu/migration/ram.c
/qemu/migration/ram.h
/qemu/migration/savevm.c
/qemu/migration/socket.c
/qemu/monitor.c
/qemu/nbd/server.c
/qemu/net/tap.c
/qemu/numa.c
/qemu/pc-bios/u-boot-sam460-20100605.bin
/qemu/po/Makefile
/qemu/po/bg.po
/qemu/po/de_DE.po
/qemu/po/fr_FR.po
/qemu/po/hu.po
/qemu/po/it.po
/qemu/po/messages.po
/qemu/po/tr.po
/qemu/po/zh_CN.po
/qemu/qapi/block-core.json
/qemu/qapi/char.json
/qemu/qapi/introspect.json
/qemu/qapi/misc.json
/qemu/qapi/qmp-dispatch.c
/qemu/qapi/qmp-event.c
/qemu/qapi/ui.json
/qemu/qemu-deprecated.texi
/qemu/qemu-doc.texi
/qemu/qemu-img-cmds.hx
/qemu/qemu-img.c
/qemu/qemu-img.texi
/qemu/qemu-options.hx
/qemu/qemu-seccomp.c
/qemu/qemu-tech.texi
/qemu/qga/commands-posix.c
/qemu/qga/commands-win32.c
/qemu/qga/installer/qemu-ga.wxs
/qemu/qga/main.c
/qemu/qga/qapi-schema.json
/qemu/qmp.c
/qemu/qobject/block-qdict.c
/qemu/qobject/qjson.c
/qemu/qobject/qstring.c
/qemu/qom/object.c
/qemu/roms/u-boot-sam460ex
/qemu/scripts/checkpatch.pl
/qemu/scripts/coverity-model.c
/qemu/scripts/create_config
/qemu/scripts/qapi/commands.py
/qemu/scripts/qapi/common.py
/qemu/scripts/qapi/doc.py
/qemu/scripts/qapi/events.py
/qemu/scripts/qapi/introspect.py
/qemu/scripts/qapi/types.py
/qemu/scripts/qapi/visit.py
/qemu/scripts/qemu-binfmt-conf.sh
/qemu/scripts/qmp/qmp-shell
/qemu/scripts/travis/coverage-summary.sh
qemu-pr-helper.c
/qemu/slirp/mbuf.c
/qemu/stubs/error-printf.c
/qemu/stubs/monitor.c
/qemu/target/arm/cpu.c
/qemu/target/arm/cpu.h
/qemu/target/arm/cpu64.c
/qemu/target/arm/helper.c
/qemu/target/arm/machine.c
/qemu/target/arm/op_helper.c
/qemu/target/arm/sve_helper.c
/qemu/target/arm/translate-a64.c
/qemu/target/arm/translate-sve.c
/qemu/target/arm/translate.c
/qemu/target/i386/arch_dump.c
/qemu/target/i386/cpu.c
/qemu/target/i386/cpu.h
/qemu/target/i386/hyperv.c
/qemu/target/i386/hyperv.h
/qemu/target/i386/kvm-stub.c
/qemu/target/i386/kvm.c
/qemu/target/i386/kvm_i386.h
/qemu/target/i386/machine.c
/qemu/target/i386/misc_helper.c
/qemu/target/i386/smm_helper.c
/qemu/target/i386/translate.c
/qemu/target/mips/cpu.h
/qemu/target/mips/helper.c
/qemu/target/mips/machine.c
/qemu/target/mips/op_helper.c
/qemu/target/mips/translate.c
/qemu/target/ppc/int_helper.c
/qemu/target/s390x/cpu.c
/qemu/target/s390x/cpu.h
/qemu/target/s390x/cpu_features.c
/qemu/target/s390x/cpu_features.h
/qemu/target/s390x/cpu_features_def.h
/qemu/target/s390x/cpu_models.c
/qemu/target/s390x/gen-features.c
/qemu/target/s390x/kvm.c
/qemu/target/s390x/machine.c
/qemu/target/sh4/translate.c
/qemu/target/xtensa/cpu.c
/qemu/tcg/aarch64/tcg-target.inc.c
/qemu/tcg/i386/tcg-target.inc.c
/qemu/tcg/optimize.c
/qemu/tcg/tcg-op-gvec.c
/qemu/tests/.gitignore
/qemu/tests/Makefile.include
/qemu/tests/acpi-test-data/pc/SRAT.dimmpxm
/qemu/tests/acpi-test-data/pc/SRAT.memhp
/qemu/tests/acpi-test-data/pc/SRAT.numamem
/qemu/tests/acpi-test-data/q35/SRAT.dimmpxm
/qemu/tests/acpi-test-data/q35/SRAT.memhp
/qemu/tests/acpi-test-data/q35/SRAT.numamem
/qemu/tests/ahci-test.c
/qemu/tests/boot-order-test.c
/qemu/tests/boot-serial-test.c
/qemu/tests/cdrom-test.c
/qemu/tests/check-block-qdict.c
/qemu/tests/check-qjson.c
/qemu/tests/check-qobject.c
/qemu/tests/check-qstring.c
/qemu/tests/cpu-plug-test.c
/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/centos7.docker
/qemu/tests/docker/dockerfiles/debian-bootstrap.docker
/qemu/tests/docker/dockerfiles/debian-bootstrap.pre
/qemu/tests/docker/dockerfiles/debian-powerpc-user-cross.docker
/qemu/tests/docker/dockerfiles/debian-tricore-cross.docker
/qemu/tests/docker/dockerfiles/debian8-mxe.docker
/qemu/tests/docker/dockerfiles/travis.docker
/qemu/tests/docker/dockerfiles/ubuntu.docker
/qemu/tests/docker/test-clang
/qemu/tests/docker/test-debug
/qemu/tests/docker/test-full
/qemu/tests/docker/test-quick
/qemu/tests/docker/test-unit
/qemu/tests/drive_del-test.c
/qemu/tests/e1000e-test.c
/qemu/tests/endianness-test.c
/qemu/tests/fdc-test.c
/qemu/tests/hex-loader-check-data/test.hex
/qemu/tests/hexloader-test.c
/qemu/tests/ide-test.c
/qemu/tests/ipmi-bt-test.c
/qemu/tests/ivshmem-test.c
/qemu/tests/libqos/ahci.c
/qemu/tests/libqos/pci-pc.c
/qemu/tests/libqos/pci.c
/qemu/tests/libqos/pci.h
/qemu/tests/libqos/usb.c
/qemu/tests/libqos/usb.h
/qemu/tests/libqtest.c
/qemu/tests/libqtest.h
/qemu/tests/m25p80-test.c
/qemu/tests/m48t59-test.c
/qemu/tests/machine-none-test.c
/qemu/tests/migration-test.c
/qemu/tests/numa-test.c
/qemu/tests/pnv-xscom-test.c
/qemu/tests/prom-env-test.c
/qemu/tests/ptimer-test.c
/qemu/tests/qapi-schema/bad-if-empty-list.err
/qemu/tests/qapi-schema/bad-if-empty-list.exit
/qemu/tests/qapi-schema/bad-if-empty-list.json
/qemu/tests/qapi-schema/bad-if-empty-list.out
/qemu/tests/qapi-schema/bad-if-empty.err
/qemu/tests/qapi-schema/bad-if-empty.exit
/qemu/tests/qapi-schema/bad-if-empty.json
/qemu/tests/qapi-schema/bad-if-empty.out
/qemu/tests/qapi-schema/bad-if-list.err
/qemu/tests/qapi-schema/bad-if-list.exit
/qemu/tests/qapi-schema/bad-if-list.json
/qemu/tests/qapi-schema/bad-if-list.out
/qemu/tests/qapi-schema/bad-if.err
/qemu/tests/qapi-schema/bad-if.exit
/qemu/tests/qapi-schema/bad-if.json
/qemu/tests/qapi-schema/bad-if.out
/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/qapi-schema-test.json
/qemu/tests/qapi-schema/qapi-schema-test.out
/qemu/tests/qapi-schema/test-qapi.py
/qemu/tests/qemu-iotests/041
/qemu/tests/qemu-iotests/041.out
/qemu/tests/qemu-iotests/051
/qemu/tests/qemu-iotests/051.out
/qemu/tests/qemu-iotests/051.pc.out
/qemu/tests/qemu-iotests/082
/qemu/tests/qemu-iotests/082.out
/qemu/tests/qemu-iotests/093
/qemu/tests/qemu-iotests/093.out
/qemu/tests/qemu-iotests/103.out
/qemu/tests/qemu-iotests/122.out
/qemu/tests/qemu-iotests/137.out
/qemu/tests/qemu-iotests/149
/qemu/tests/qemu-iotests/149.out
/qemu/tests/qemu-iotests/153
/qemu/tests/qemu-iotests/153.out
/qemu/tests/qemu-iotests/197
/qemu/tests/qemu-iotests/197.out
/qemu/tests/qemu-iotests/222
/qemu/tests/qemu-iotests/223
/qemu/tests/qemu-iotests/225
/qemu/tests/qemu-iotests/225.out
/qemu/tests/qemu-iotests/226
/qemu/tests/qemu-iotests/226.out
/qemu/tests/qemu-iotests/227
/qemu/tests/qemu-iotests/227.out
/qemu/tests/qemu-iotests/common.rc
/qemu/tests/qemu-iotests/group
/qemu/tests/qmp-test.c
/qemu/tests/sdhci-test.c
/qemu/tests/tcg/i386/Makefile.target
/qemu/tests/tcg/i386/README
/qemu/tests/tcg/multiarch/test-mmap.c
/qemu/tests/tco-test.c
/qemu/tests/test-bdrv-drain.c
/qemu/tests/test-crypto-tlscredsx509.c
/qemu/tests/test-crypto-tlssession.c
/qemu/tests/test-filter-mirror.c
/qemu/tests/test-filter-redirector.c
/qemu/tests/test-io-channel-tls.c
/qemu/tests/test-qga.c
/qemu/tests/test-qmp-cmds.c
/qemu/tests/test-qobject-input-visitor.c
/qemu/tests/test-util-sockets.c
/qemu/tests/test-vmstate.c
/qemu/tests/tpm-util.c
/qemu/tests/usb-hcd-ehci-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-balloon-test.c
/qemu/tests/virtio-blk-test.c
/qemu/tests/virtio-ccw-test.c
/qemu/tests/virtio-console-test.c
/qemu/tests/virtio-net-test.c
/qemu/tests/virtio-rng-test.c
/qemu/tests/virtio-scsi-test.c
/qemu/tests/virtio-serial-test.c
/qemu/tests/vm/Makefile.include
/qemu/tests/vm/basevm.py
/qemu/tests/vm/centos
/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/trace/control.h
/qemu/ui/cocoa.m
/qemu/ui/vnc.h
/qemu/util/aio-posix.c
/qemu/util/aio-win32.c
/qemu/util/qemu-option.c
/qemu/util/qemu-timer.c
ea3d77c804-Jul-2018 Paolo Bonzini <pbonzini@redhat.com>

pr-manager-helper: fix memory leak on event

Reported by Coverity.

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

2729d79d03-Jul-2018 Michal Privoznik <mprivozn@redhat.com>

pr-helper: Rework socket path handling

When reviewing Paolo's pr-helper patches I've noticed couple of
problems:

1) socket_path needs to be calculated at two different places
(one for printing out

pr-helper: Rework socket path handling

When reviewing Paolo's pr-helper patches I've noticed couple of
problems:

1) socket_path needs to be calculated at two different places
(one for printing out help, the other if socket activation is NOT
used),

2) even though the default socket_path is allocated in
compute_default_paths() it is the only default path the function
handles. For instance, pidfile is allocated outside of this
function. And yet again, at different places than 1)

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Message-Id: <c791ba035f26ea957e8f3602e3009b621769b1ba.1530611283.git.mprivozn@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

show more ...

ee8c13b802-Jul-2018 Paolo Bonzini <pbonzini@redhat.com>

pr-helper: avoid error on PR IN command with zero request size

After reading a PR IN command with zero request size in prh_read_request,
the resp->result field will be uninitialized and the resp.sz

pr-helper: avoid error on PR IN command with zero request size

After reading a PR IN command with zero request size in prh_read_request,
the resp->result field will be uninitialized and the resp.sz field will
be also uninitialized when returning to prh_co_entry.

If resp->result == GOOD (from a previous successful reply or just luck),
then the assert in prh_write_response might not be triggered and
uninitialized response will be sent.

The fix is to remove the whole handling of sz == 0 in prh_co_entry.
Those errors apply only to PR OUT commands and it's perfectly okay to
catch them later in do_pr_out and multipath_pr_out; the check for
too-short parameters in fact doesn't apply in the easy SG_IO case, as
it can be left to the target firmware even.

The result is that prh_read_request does not fail requests anymore and
prh_co_entry becomes simpler.

Reported-by: Dima Stepanov <dimastep@yandex-team.ru>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

show more ...


/qemu/.gitmodules
/qemu/MAINTAINERS
/qemu/Makefile.target
/qemu/accel/tcg/cputlb.c
/qemu/accel/tcg/softmmu_template.h
/qemu/accel/tcg/translate-all.c
/qemu/accel/tcg/user-exec-stub.c
/qemu/block.c
/qemu/block/backup.c
/qemu/block/copy-on-read.c
/qemu/block/crypto.c
/qemu/block/crypto.h
/qemu/block/file-posix.c
/qemu/block/file-win32.c
/qemu/block/gluster.c
/qemu/block/io.c
/qemu/block/iscsi.c
/qemu/block/linux-aio.c
/qemu/block/nbd-client.c
/qemu/block/nbd-client.h
/qemu/block/nbd.c
/qemu/block/nfs.c
/qemu/block/parallels.c
/qemu/block/qcow.c
/qemu/block/qcow2-cluster.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/ssh.c
/qemu/block/trace-events
/qemu/block/vdi.c
/qemu/block/vhdx.c
/qemu/blockdev.c
/qemu/bsd-user/main.c
/qemu/chardev/char-serial.c
/qemu/chardev/char-socket.c
/qemu/configure
/qemu/crypto/Makefile.objs
/qemu/crypto/hash-glib.c
/qemu/crypto/hmac-glib.c
/qemu/crypto/tlscredspsk.c
/qemu/crypto/tlssession.c
/qemu/crypto/trace-events
/qemu/default-configs/ppc-softmmu.mak
/qemu/device_tree.c
/qemu/disas/m68k.c
/qemu/docs/devel/qapi-code-gen.txt
/qemu/dump.c
/qemu/exec.c
/qemu/hmp-commands-info.hx
/qemu/hmp-commands.hx
/qemu/hmp.c
/qemu/hw/9pfs/9p-local.c
/qemu/hw/alpha/typhoon.c
/qemu/hw/arm/boot.c
/qemu/hw/arm/fsl-imx7.c
/qemu/hw/arm/mcimx7d-sabre.c
/qemu/hw/arm/msf2-soc.c
/qemu/hw/arm/msf2-som.c
/qemu/hw/arm/sysbus-fdt.c
/qemu/hw/arm/virt.c
/qemu/hw/audio/hda-codec.c
/qemu/hw/block/fdc.c
/qemu/hw/block/m25p80.c
/qemu/hw/block/nvme.c
/qemu/hw/block/pflash_cfi01.c
/qemu/hw/block/pflash_cfi02.c
/qemu/hw/block/tc58128.c
/qemu/hw/block/trace-events
/qemu/hw/block/xen_disk.c
/qemu/hw/char/parallel.c
/qemu/hw/char/serial.c
/qemu/hw/char/trace-events
/qemu/hw/core/loader-fit.c
/qemu/hw/core/loader.c
/qemu/hw/core/machine.c
/qemu/hw/cris/axis_dev88.c
/qemu/hw/display/bochs-display.c
/qemu/hw/display/cirrus_vga.c
/qemu/hw/display/g364fb.c
/qemu/hw/display/qxl.c
/qemu/hw/display/ramfb.c
/qemu/hw/display/sm501.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/virtio-gpu.c
/qemu/hw/display/virtio-vga.c
/qemu/hw/display/vmware_vga.c
/qemu/hw/display/xenfb.c
/qemu/hw/hppa/dino.c
/qemu/hw/hppa/machine.c
/qemu/hw/i2c/ppc4xx_i2c.c
/qemu/hw/i386/acpi-build.c
/qemu/hw/i386/amd_iommu.h
/qemu/hw/i386/kvm/ioapic.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/xen/xen-mapcache.c
/qemu/hw/input/trace-events
/qemu/hw/input/tsc2005.c
/qemu/hw/intc/ioapic.c
/qemu/hw/intc/ioapic_common.c
/qemu/hw/intc/xics.c
/qemu/hw/intc/xics_kvm.c
/qemu/hw/intc/xics_pnv.c
/qemu/hw/ipack/tpci200.c
/qemu/hw/lm32/lm32_boards.c
/qemu/hw/lm32/milkymist.c
/qemu/hw/m68k/mcf5208.c
/qemu/hw/microblaze/petalogix_ml605_mmu.c
/qemu/hw/microblaze/petalogix_s3adsp1800_mmu.c
/qemu/hw/mips/boston.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/misc/auxbus.c
/qemu/hw/misc/edu.c
/qemu/hw/misc/ivshmem.c
/qemu/hw/misc/macio/mac_dbdma.c
/qemu/hw/misc/mips_itu.c
/qemu/hw/net/e1000e.c
/qemu/hw/net/e1000x_common.c
/qemu/hw/net/eepro100.c
/qemu/hw/net/etraxfs_eth.c
/qemu/hw/net/ne2000.c
/qemu/hw/net/ne2000.h
/qemu/hw/net/rocker/rocker_of_dpa.c
/qemu/hw/net/trace-events
/qemu/hw/net/virtio-net.c
/qemu/hw/nios2/boot.c
/qemu/hw/nvram/spapr_nvram.c
/qemu/hw/pci-host/prep.c
/qemu/hw/pci-host/xilinx-pcie.c
/qemu/hw/ppc/Makefile.objs
/qemu/hw/ppc/e500.c
/qemu/hw/ppc/e500plat.c
/qemu/hw/ppc/mac.h
/qemu/hw/ppc/mac_newworld.c
/qemu/hw/ppc/mac_oldworld.c
/qemu/hw/ppc/pnv.c
/qemu/hw/ppc/pnv_core.c
/qemu/hw/ppc/ppc405_boards.c
/qemu/hw/ppc/ppc405_uc.c
/qemu/hw/ppc/ppc440.h
/qemu/hw/ppc/ppc440_bamboo.c
/qemu/hw/ppc/ppc440_uc.c
/qemu/hw/ppc/ppc4xx_devs.c
/qemu/hw/ppc/ppce500_spin.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_rtas.c
/qemu/hw/ppc/virtex_ml507.c
/qemu/hw/rdma/vmw/pvrdma.h
/qemu/hw/riscv/virt.c
/qemu/hw/s390x/Makefile.objs
/qemu/hw/s390x/ipl.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-kvm.c
/qemu/hw/s390x/tod-qemu.c
/qemu/hw/s390x/tod.c
/qemu/hw/scsi/esp.c
/qemu/hw/scsi/scsi-bus.c
/qemu/hw/scsi/scsi-disk.c
/qemu/hw/scsi/scsi-generic.c
/qemu/hw/sd/bcm2835_sdhost.c
/qemu/hw/sd/core.c
/qemu/hw/sd/milkymist-memcard.c
/qemu/hw/sd/omap_mmc.c
/qemu/hw/sd/pl181.c
/qemu/hw/sd/sd.c
/qemu/hw/sd/sdhci.c
/qemu/hw/sd/ssi-sd.c
/qemu/hw/sd/trace-events
/qemu/hw/sh4/r2d.c
/qemu/hw/smbios/smbios.c
/qemu/hw/sparc/leon3.c
/qemu/hw/sparc/sun4m.c
/qemu/hw/sparc64/niagara.c
/qemu/hw/sparc64/sun4u.c
/qemu/hw/timer/Makefile.objs
/qemu/hw/timer/m41t80.c
/qemu/hw/tricore/tricore_testboard.c
/qemu/hw/usb/ccid-card-passthru.c
/qemu/hw/usb/combined-packet.c
/qemu/hw/usb/dev-smartcard-reader.c
/qemu/hw/usb/dev-storage.c
/qemu/hw/usb/hcd-ehci.c
/qemu/hw/usb/hcd-xhci.c
/qemu/hw/usb/redirect.c
/qemu/hw/vfio/pci-quirks.c
/qemu/hw/vfio/pci.c
/qemu/hw/virtio/virtio-rng.c
/qemu/hw/xenpv/xen_domainbuild.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/nbd.h
/qemu/include/block/raw-aio.h
/qemu/include/chardev/char.h
/qemu/include/crypto/tlscredspsk.h
/qemu/include/exec/cpu-all.h
/qemu/include/exec/cpu_ldst.h
/qemu/include/exec/exec-all.h
/qemu/include/exec/memory.h
/qemu/include/glib-compat.h
/qemu/include/hw/acpi/tpm.h
/qemu/include/hw/compat.h
/qemu/include/hw/display/xlnx_dp.h
/qemu/include/hw/i2c/ppc4xx_i2c.h
/qemu/include/hw/i386/ioapic_internal.h
/qemu/include/hw/i386/pc.h
/qemu/include/hw/intc/mips_gic.h
/qemu/include/hw/loader.h
/qemu/include/hw/mips/bios.h
/qemu/include/hw/net/allwinner_emac.h
/qemu/include/hw/ppc/spapr.h
/qemu/include/hw/ppc/xics.h
/qemu/include/hw/s390x/tod.h
/qemu/include/hw/scsi/esp.h
/qemu/include/hw/scsi/scsi.h
/qemu/include/hw/virtio/virtio-net.h
/qemu/include/hw/xen/io/ring.h
/qemu/include/qemu/compiler.h
/qemu/include/qemu/cutils.h
/qemu/include/qemu/iova-tree.h
/qemu/include/qemu/units.h
/qemu/include/qom/cpu.h
/qemu/include/sysemu/device_tree.h
/qemu/include/sysemu/sysemu.h
/qemu/io/channel-socket.c
/qemu/linux-user/elfload.c
/qemu/linux-user/main.c
/qemu/linux-user/openrisc/signal.c
/qemu/linux-user/openrisc/target_signal.h
/qemu/linux-user/openrisc/target_syscall.h
/qemu/linux-user/ppc/cpu_loop.c
/qemu/linux-user/signal.c
/qemu/memory.c
/qemu/monitor.c
/qemu/nbd/client.c
/qemu/nbd/server.c
/qemu/pc-bios/bios-256k.bin
/qemu/pc-bios/bios.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/block-core.json
/qemu/qapi/job.json
/qemu/qapi/misc.json
/qemu/qemu-doc.texi
/qemu/qemu-options.hx
/qemu/qga/commands.c
/qemu/qobject/block-qdict.c
/qemu/roms/Makefile
/qemu/roms/config.seabios-128k
/qemu/roms/config.seabios-256k
/qemu/roms/config.vga-bochs-display
/qemu/roms/config.vga-ramfb
/qemu/roms/seabios
/qemu/scripts/checkpatch.pl
/qemu/scripts/qemu-binfmt-conf.sh
/qemu/scripts/simpletrace.py
/qemu/scripts/tracetool/backend/log.py
qemu-pr-helper.c
/qemu/stubs/linux-aio.c
/qemu/target/arm/cpu.c
/qemu/target/arm/cpu.h
/qemu/target/arm/cpu64.c
/qemu/target/arm/helper-sve.h
/qemu/target/arm/helper.c
/qemu/target/arm/helper.h
/qemu/target/arm/kvm32.c
/qemu/target/arm/sve.decode
/qemu/target/arm/sve_helper.c
/qemu/target/arm/translate-a64.c
/qemu/target/arm/translate-sve.c
/qemu/target/arm/translate.c
/qemu/target/arm/vec_helper.c
/qemu/target/i386/cpu.c
/qemu/target/i386/cpu.h
/qemu/target/i386/excp_helper.c
/qemu/target/i386/hyperv-proto.h
/qemu/target/i386/kvm.c
/qemu/target/i386/machine.c
/qemu/target/i386/mem_helper.c
/qemu/target/i386/monitor.c
/qemu/target/i386/seg_helper.c
/qemu/target/i386/svm.h
/qemu/target/i386/svm_helper.c
/qemu/target/i386/translate.c
/qemu/target/i386/whpx-all.c
/qemu/target/openrisc/Makefile.objs
/qemu/target/openrisc/cpu.c
/qemu/target/openrisc/cpu.h
/qemu/target/openrisc/disas.c
/qemu/target/openrisc/helper.h
/qemu/target/openrisc/interrupt.c
/qemu/target/openrisc/interrupt_helper.c
/qemu/target/openrisc/machine.c
/qemu/target/openrisc/mmu.c
/qemu/target/openrisc/sys_helper.c
/qemu/target/openrisc/translate.c
/qemu/target/ppc/arch_dump.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/internal.h
/qemu/target/ppc/kvm.c
/qemu/target/ppc/mem_helper.c
/qemu/target/ppc/mmu_helper.c
/qemu/target/ppc/translate.c
/qemu/target/ppc/translate_init.inc.c
/qemu/target/s390x/Makefile.objs
/qemu/target/s390x/arch_dump.c
/qemu/target/s390x/cpu.c
/qemu/target/s390x/cpu.h
/qemu/target/s390x/gen-features.c
/qemu/target/s390x/helper.h
/qemu/target/s390x/insn-data.def
/qemu/target/s390x/internal.h
/qemu/target/s390x/kvm-stub.c
/qemu/target/s390x/kvm.c
/qemu/target/s390x/kvm_s390x.h
/qemu/target/s390x/machine.c
/qemu/target/s390x/misc_helper.c
/qemu/target/s390x/tcg-stub.c
/qemu/target/s390x/tcg_s390x.h
/qemu/target/s390x/translate.c
/qemu/target/xtensa/cpu.h
/qemu/target/xtensa/helper.c
/qemu/target/xtensa/op_helper.c
/qemu/target/xtensa/overlay_tool.h
/qemu/target/xtensa/translate.c
/qemu/tests/Makefile.include
/qemu/tests/benchmark-crypto-cipher.c
/qemu/tests/benchmark-crypto-hash.c
/qemu/tests/benchmark-crypto-hmac.c
/qemu/tests/boot-serial-test.c
/qemu/tests/crypto-tls-psk-helpers.c
/qemu/tests/crypto-tls-psk-helpers.h
/qemu/tests/ivshmem-test.c
/qemu/tests/qemu-iotests/026
/qemu/tests/qemu-iotests/026.out
/qemu/tests/qemu-iotests/026.out.nocache
/qemu/tests/qemu-iotests/060
/qemu/tests/qemu-iotests/060.out
/qemu/tests/qemu-iotests/063
/qemu/tests/qemu-iotests/063.out
/qemu/tests/qemu-iotests/222
/qemu/tests/qemu-iotests/222.out
/qemu/tests/qemu-iotests/223
/qemu/tests/qemu-iotests/223.out
/qemu/tests/qemu-iotests/group
/qemu/tests/test-crypto-tlssession.c
/qemu/tests/test-cutils.c
/qemu/tests/test-keyval.c
/qemu/tests/test-qemu-opts.c
/qemu/tests/test-qga.c
/qemu/tests/test-qmp-event.c
/qemu/tests/tpm-emu.h
/qemu/tests/vhost-user-test.c
/qemu/trace/simple.c
/qemu/util/async.c
/qemu/util/cutils.c
/qemu/util/iova-tree.c
/qemu/util/osdep.c
/qemu/util/qemu-option.c
/qemu/util/uri.c
/qemu/vl.c
/qemu/win_dump.c
/qemu/win_dump.h
e2c81a4528-Feb-2018 Paolo Bonzini <pbonzini@redhat.com>

pr-manager-helper: report event on connection/disconnection

Let management know if there were any problems communicating with
qemu-pr-helper. The event is edge-triggered, and is sent every time
the

pr-manager-helper: report event on connection/disconnection

Let management know if there were any problems communicating with
qemu-pr-helper. The event is edge-triggered, and is sent every time
the connection status of the pr-manager-helper object changes.

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

show more ...

5f64089428-Feb-2018 Paolo Bonzini <pbonzini@redhat.com>

pr-manager: add query-pr-managers QMP command

This command lets you query the connection status of each pr-manager-helper
object.

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

58b3017f28-Jun-2018 Paolo Bonzini <pbonzini@redhat.com>

pr-manager: put stubs in .c file

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

aad1004026-Jun-2018 Paolo Bonzini <pbonzini@redhat.com>

pr-manager-helper: avoid SIGSEGV when writing to the socket fail

When writing to the qemu-pr-helper socket failed, the persistent
reservation manager was correctly disconnecting the socket, but it
d

pr-manager-helper: avoid SIGSEGV when writing to the socket fail

When writing to the qemu-pr-helper socket failed, the persistent
reservation manager was correctly disconnecting the socket, but it
did not clear pr_mgr->ioc. So the rest of the code did not know
that the socket had been disconnected, accessed pr_mgr->ioc and
happily caused a crash.

To reproduce, it is enough to stop qemu-pr-helper between QEMU
startup and executing e.g. sg_persist -k /dev/sdb.

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

show more ...

86933b4e20-Jun-2018 Paolo Bonzini <pbonzini@redhat.com>

pr-helper: fix assertion failure on failed multipath PERSISTENT RESERVE IN

The response size is expected to be zero if the SCSI status is not
"GOOD", but nothing was resetting it.

This can be repro

pr-helper: fix assertion failure on failed multipath PERSISTENT RESERVE IN

The response size is expected to be zero if the SCSI status is not
"GOOD", but nothing was resetting it.

This can be reproduced simply by "sg_persist -s /dev/sdb" where /dev/sdb
in the guest is a scsi-block device corresponding to a multipath device
on the host.

Before:

PR in (Read full status): Aborted command

and on the host:

prh_write_response: Assertion `resp->sz == 0' failed.

After:

PR in (Read full status): bad field in cdb or parameter list
(perhaps unsupported service action)

Reported-by: Jiri Belka <jbelka@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>

show more ...

50fa332526-Jun-2018 Paolo Bonzini <pbonzini@redhat.com>

pr-helper: fix --socket-path default in help

Currently --help shows "(default '(null)')" for the -k/--socket-path
option. Fix it by getting the default path in /var/run.

Signed-off-by: Paolo Bonzi

pr-helper: fix --socket-path default in help

Currently --help shows "(default '(null)')" for the -k/--socket-path
option. Fix it by getting the default path in /var/run.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>

show more ...


/qemu/.gitignore
/qemu/.gitmodules
/qemu/.mailmap
/qemu/.shippable.yml
/qemu/.travis.yml
/qemu/CODING_STYLE
/qemu/HACKING
/qemu/MAINTAINERS
/qemu/Makefile
/qemu/Makefile.objs
/qemu/Makefile.target
/qemu/VERSION
/qemu/accel/accel.c
/qemu/accel/kvm/kvm-all.c
/qemu/accel/stubs/tcg-stub.c
/qemu/accel/tcg/atomic_template.h
/qemu/accel/tcg/cpu-exec-common.c
/qemu/accel/tcg/cpu-exec.c
/qemu/accel/tcg/cputlb.c
/qemu/accel/tcg/softmmu_template.h
/qemu/accel/tcg/tcg-runtime-gvec.c
/qemu/accel/tcg/tcg-runtime.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/audio.c
/qemu/backends/cryptodev-vhost-user.c
/qemu/backends/hostmem.c
/qemu/block.c
/qemu/block/Makefile.objs
/qemu/block/backup.c
/qemu/block/blkdebug.c
/qemu/block/blkreplay.c
/qemu/block/blkverify.c
/qemu/block/block-backend.c
/qemu/block/commit.c
/qemu/block/copy-on-read.c
/qemu/block/create.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-client.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-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/quorum.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/stream.c
/qemu/block/throttle.c
/qemu/block/trace-events
/qemu/block/vdi.c
/qemu/block/vhdx-endian.c
/qemu/block/vhdx-log.c
/qemu/block/vhdx.c
/qemu/block/vpc.c
/qemu/block/vvfat.c
/qemu/block/vxhs.c
/qemu/block/win32-aio.c
/qemu/blockdev-nbd.c
/qemu/blockdev.c
/qemu/blockjob.c
/qemu/bsd-user/main.c
/qemu/bsd-user/mmap.c
/qemu/bsd-user/qemu.h
/qemu/chardev/char-mux.c
/qemu/chardev/char-serial.c
/qemu/chardev/char-stdio.c
/qemu/configure
/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.c
/qemu/crypto/block-luks.c
/qemu/crypto/block-luks.h
/qemu/crypto/block-qcow.c
/qemu/crypto/block-qcow.h
/qemu/crypto/block.c
/qemu/crypto/cipher.c
/qemu/crypto/ivgen-essiv.c
/qemu/crypto/ivgen-essiv.h
/qemu/crypto/ivgen-plain.c
/qemu/crypto/ivgen-plain.h
/qemu/crypto/ivgen-plain64.c
/qemu/crypto/ivgen-plain64.h
/qemu/crypto/ivgen.c
/qemu/crypto/tlscreds.c
/qemu/crypto/tlscredsanon.c
/qemu/crypto/tlscredsx509.c
/qemu/default-configs/aarch64-softmmu.mak
/qemu/default-configs/arm-softmmu.mak
/qemu/default-configs/hppa-softmmu.mak
/qemu/default-configs/mips-softmmu-common.mak
/qemu/default-configs/pci.mak
/qemu/default-configs/ppc-softmmu.mak
/qemu/default-configs/ppcemb-softmmu.mak
/qemu/default-configs/riscv32-softmmu.mak
/qemu/default-configs/riscv64-softmmu.mak
/qemu/default-configs/s390x-softmmu.mak
/qemu/default-configs/sparc-softmmu.mak
/qemu/default-configs/usb.mak
/qemu/default-configs/virtio.mak
/qemu/device-hotplug.c
/qemu/device_tree.c
/qemu/disas/riscv.c
/qemu/docs/COLO-FT.txt
/qemu/docs/can.txt
/qemu/docs/devel/loads-stores.rst
/qemu/docs/devel/memory.txt
/qemu/docs/devel/migration.rst
/qemu/docs/devel/multi-thread-tcg.txt
/qemu/docs/devel/qapi-code-gen.txt
/qemu/docs/devel/testing.rst
/qemu/docs/devel/tracing.txt
/qemu/docs/interop/firmware.json
/qemu/docs/interop/nbd.txt
/qemu/docs/interop/qcow2.txt
/qemu/docs/interop/vhost-user.txt
/qemu/docs/multi-thread-compression.txt
/qemu/docs/multiseat.txt
/qemu/docs/nvdimm.txt
/qemu/docs/qcow2-cache.txt
/qemu/docs/qdev-device-use.txt
/qemu/docs/specs/pci-ids.txt
/qemu/docs/specs/ppc-spapr-hotplug.txt
/qemu/docs/specs/tpm.txt
/qemu/docs/usb2.txt
/qemu/docs/virtio-balloon-stats.txt
/qemu/dump.c
/qemu/exec.c
/qemu/fpu/softfloat-specialize.h
/qemu/fpu/softfloat.c
/qemu/gdbstub.c
/qemu/hmp-commands-info.hx
/qemu/hmp-commands.hx
/qemu/hmp.c
/qemu/hmp.h
/qemu/hw/9pfs/9p-handle.c
/qemu/hw/9pfs/9p-local.c
/qemu/hw/9pfs/9p-proxy.c
/qemu/hw/9pfs/9p-util.c
/qemu/hw/9pfs/9p-util.h
/qemu/hw/9pfs/9p-xattr.c
/qemu/hw/9pfs/9p.c
/qemu/hw/9pfs/9p.h
/qemu/hw/9pfs/Makefile.objs
/qemu/hw/9pfs/trace-events
/qemu/hw/9pfs/xen-9p-backend.c
/qemu/hw/Makefile.objs
/qemu/hw/acpi/aml-build.c
/qemu/hw/acpi/nvdimm.c
/qemu/hw/acpi/pcihp.c
/qemu/hw/acpi/piix4.c
/qemu/hw/alpha/typhoon.c
/qemu/hw/arm/Makefile.objs
/qemu/hw/arm/allwinner-a10.c
/qemu/hw/arm/armv7m.c
/qemu/hw/arm/aspeed.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.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-imx7.c
/qemu/hw/arm/gumstix.c
/qemu/hw/arm/highbank.c
/qemu/hw/arm/integratorcp.c
/qemu/hw/arm/iotkit.c
/qemu/hw/arm/kzm.c
/qemu/hw/arm/mainstone.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/nseries.c
/qemu/hw/arm/omap1.c
/qemu/hw/arm/omap2.c
/qemu/hw/arm/omap_sx1.c
/qemu/hw/arm/pxa2xx.c
/qemu/hw/arm/raspi.c
/qemu/hw/arm/realview.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/spitz.c
/qemu/hw/arm/stellaris.c
/qemu/hw/arm/stm32f205_soc.c
/qemu/hw/arm/strongarm.c
/qemu/hw/arm/sysbus-fdt.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/arm/xlnx-zynqmp.c
/qemu/hw/arm/z2.c
/qemu/hw/audio/hda-codec.c
/qemu/hw/audio/intel-hda.c
/qemu/hw/audio/trace-events
/qemu/hw/audio/wm8750.c
/qemu/hw/block/Makefile.objs
/qemu/hw/block/block.c
/qemu/hw/block/dataplane/virtio-blk.c
/qemu/hw/block/m25p80.c
/qemu/hw/block/nvme.c
/qemu/hw/block/nvme.h
/qemu/hw/block/onenand.c
/qemu/hw/block/pflash_cfi01.c
/qemu/hw/block/pflash_cfi02.c
/qemu/hw/block/vhost-user-blk.c
/qemu/hw/block/virtio-blk.c
/qemu/hw/block/xen_disk.c
/qemu/hw/char/Makefile.objs
/qemu/hw/char/cmsdk-apb-uart.c
/qemu/hw/char/digic-uart.c
/qemu/hw/char/exynos4210_uart.c
/qemu/hw/char/mcf_uart.c
/qemu/hw/char/parallel.c
/qemu/hw/char/serial-isa.c
/qemu/hw/char/serial.c
/qemu/hw/char/sh_serial.c
/qemu/hw/char/xen_console.c
/qemu/hw/core/loader-fit.c
/qemu/hw/core/machine.c
/qemu/hw/core/or-irq.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/register.c
/qemu/hw/core/sysbus.c
/qemu/hw/cris/axis_dev88.c
/qemu/hw/display/Makefile.objs
/qemu/hw/display/bcm2835_fb.c
/qemu/hw/display/bochs-display.c
/qemu/hw/display/qxl-render.c
/qemu/hw/display/ramfb-standalone.c
/qemu/hw/display/ramfb.c
/qemu/hw/display/sm501.c
/qemu/hw/display/ssd0303.c
/qemu/hw/display/tc6393xb.c
/qemu/hw/display/vga-pci.c
/qemu/hw/display/vga.c
/qemu/hw/display/vga_int.h
/qemu/hw/display/virtio-vga.c
/qemu/hw/display/xlnx_dp.c
/qemu/hw/dma/Makefile.objs
/qemu/hw/dma/omap_dma.c
/qemu/hw/dma/rc4030.c
/qemu/hw/dma/xilinx_axidma.c
/qemu/hw/dma/xlnx-zdma.c
/qemu/hw/gpio/max7310.c
/qemu/hw/hppa/dino.c
/qemu/hw/hppa/hppa_sys.h
/qemu/hw/hppa/machine.c
/qemu/hw/i2c/core.c
/qemu/hw/i2c/omap_i2c.c
/qemu/hw/i2c/ppc4xx_i2c.c
/qemu/hw/i2c/smbus.c
/qemu/hw/i2c/smbus_eeprom.c
/qemu/hw/i2c/trace-events
/qemu/hw/i386/acpi-build.c
/qemu/hw/i386/amd_iommu.c
/qemu/hw/i386/intel_iommu.c
/qemu/hw/i386/kvm/clock.c
/qemu/hw/i386/kvm/i8254.c
/qemu/hw/i386/kvm/i8259.c
/qemu/hw/i386/kvm/ioapic.c
/qemu/hw/i386/kvmvapic.c
/qemu/hw/i386/multiboot.c
/qemu/hw/i386/pc.c
/qemu/hw/i386/pc_piix.c
/qemu/hw/i386/pc_q35.c
/qemu/hw/i386/trace-events
/qemu/hw/i386/xen/trace-events
/qemu/hw/i386/xen/xen-hvm.c
/qemu/hw/i386/xen/xen-mapcache.c
/qemu/hw/i386/xen/xen_pvdevice.c
/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/ich.c
/qemu/hw/ide/pci.c
/qemu/hw/ide/qdev.c
/qemu/hw/ide/trace-events
/qemu/hw/ide/via.c
/qemu/hw/input/Makefile.objs
/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/pckbd.c
/qemu/hw/input/ps2.c
/qemu/hw/input/tsc2005.c
/qemu/hw/intc/arm_gic_kvm.c
/qemu/hw/intc/arm_gicv3.c
/qemu/hw/intc/arm_gicv3_common.c
/qemu/hw/intc/arm_gicv3_cpuif.c
/qemu/hw/intc/arm_gicv3_dist.c
/qemu/hw/intc/arm_gicv3_its_kvm.c
/qemu/hw/intc/arm_gicv3_kvm.c
/qemu/hw/intc/arm_gicv3_redist.c
/qemu/hw/intc/armv7m_nvic.c
/qemu/hw/intc/heathrow_pic.c
/qemu/hw/intc/ioapic.c
/qemu/hw/intc/xics_kvm.c
/qemu/hw/ipmi/ipmi.c
/qemu/hw/ipmi/isa_ipmi_kcs.c
/qemu/hw/isa/isa-superio.c
/qemu/hw/isa/smc37c669-superio.c
/qemu/hw/lm32/lm32_boards.c
/qemu/hw/lm32/milkymist.c
/qemu/hw/m68k/mcf5206.c
/qemu/hw/m68k/mcf5208.c
/qemu/hw/m68k/mcf_intc.c
/qemu/hw/mem/Makefile.objs
/qemu/hw/mem/memory-device.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/mips/boston.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/arm_integrator_debug.c
/qemu/hw/misc/aspeed_scu.c
/qemu/hw/misc/iotkit-secctl.c
/qemu/hw/misc/ivshmem.c
/qemu/hw/misc/macio/Makefile.objs
/qemu/hw/misc/macio/cuda.c
/qemu/hw/misc/macio/gpio.c
/qemu/hw/misc/macio/macio.c
/qemu/hw/misc/macio/pmu.c
/qemu/hw/misc/macio/trace-events
/qemu/hw/misc/mips_itu.c
/qemu/hw/misc/mos6522.c
/qemu/hw/misc/pca9552.c
/qemu/hw/misc/sga.c
/qemu/hw/misc/tmp105.c
/qemu/hw/misc/tmp421.c
/qemu/hw/misc/trace-events
/qemu/hw/misc/tz-mpc.c
/qemu/hw/moxie/moxiesim.c
/qemu/hw/net/Makefile.objs
/qemu/hw/net/e1000.c
/qemu/hw/net/e1000e.c
/qemu/hw/net/e1000e_core.c
/qemu/hw/net/ftgmac100.c
/qemu/hw/net/mcf_fec.c
/qemu/hw/net/ne2000-isa.c
/qemu/hw/net/rocker/rocker_fp.c
/qemu/hw/net/smc91c111.c
/qemu/hw/net/stellaris_enet.c
/qemu/hw/net/xen_nic.c
/qemu/hw/net/xilinx_axienet.c
/qemu/hw/nios2/10m50_devboard.c
/qemu/hw/nvram/eeprom_at24c.c
/qemu/hw/nvram/fw_cfg.c
/qemu/hw/openrisc/openrisc_sim.c
/qemu/hw/pci-host/grackle.c
/qemu/hw/pci-host/q35.c
/qemu/hw/pci-host/trace-events
/qemu/hw/pci-host/uninorth.c
/qemu/hw/pci-host/versatile.c
/qemu/hw/pci-host/xilinx-pcie.c
/qemu/hw/ppc/e500.c
/qemu/hw/ppc/e500.h
/qemu/hw/ppc/e500plat.c
/qemu/hw/ppc/fdt.c
/qemu/hw/ppc/mac.h
/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_core.c
/qemu/hw/ppc/pnv_lpc.c
/qemu/hw/ppc/ppc405_boards.c
/qemu/hw/ppc/ppc405_uc.c
/qemu/hw/ppc/ppc440_bamboo.c
/qemu/hw/ppc/ppc440_pcix.c
/qemu/hw/ppc/ppc440_uc.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_ovec.c
/qemu/hw/ppc/spapr_pci.c
/qemu/hw/ppc/spapr_rtas.c
/qemu/hw/ppc/spapr_rtas_ddw.c
/qemu/hw/ppc/spapr_vio.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/rdma_rm_defs.h
/qemu/hw/rdma/vmw/pvrdma.h
/qemu/hw/rdma/vmw/pvrdma_cmd.c
/qemu/hw/rdma/vmw/pvrdma_main.c
/qemu/hw/rdma/vmw/pvrdma_qp_ops.c
/qemu/hw/riscv/riscv_hart.c
/qemu/hw/riscv/riscv_htif.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/s390x/ccw-device.c
/qemu/hw/s390x/css.c
/qemu/hw/s390x/event-facility.c
/qemu/hw/s390x/ipl.c
/qemu/hw/s390x/ipl.h
/qemu/hw/s390x/s390-pci-bus.c
/qemu/hw/s390x/s390-pci-inst.c
/qemu/hw/s390x/s390-virtio-ccw.c
/qemu/hw/s390x/virtio-ccw.c
/qemu/hw/s390x/virtio-ccw.h
/qemu/hw/scsi/Makefile.objs
/qemu/hw/scsi/esp.c
/qemu/hw/scsi/mptsas.c
/qemu/hw/scsi/scsi-disk.c
/qemu/hw/scsi/scsi-generic.c
/qemu/hw/scsi/vhost-scsi-common.c
/qemu/hw/scsi/vhost-user-scsi.c
/qemu/hw/scsi/virtio-scsi-dataplane.c
/qemu/hw/sd/bcm2835_sdhost.c
/qemu/hw/sd/milkymist-memcard.c
/qemu/hw/sd/omap_mmc.c
/qemu/hw/sd/pl181.c
/qemu/hw/sd/sd.c
/qemu/hw/sd/sdhci.c
/qemu/hw/sd/ssi-sd.c
/qemu/hw/sd/trace-events
/qemu/hw/sh4/r2d.c
/qemu/hw/sh4/sh7750.c
/qemu/hw/sparc/leon3.c
/qemu/hw/sparc/sun4m.c
/qemu/hw/sparc/sun4m_iommu.c
/qemu/hw/sparc64/niagara.c
/qemu/hw/sparc64/sun4u.c
/qemu/hw/sparc64/sun4u_iommu.c
/qemu/hw/ssi/aspeed_smc.c
/qemu/hw/ssi/omap_spi.c
/qemu/hw/ssi/xilinx_spips.c
/qemu/hw/timer/aspeed_timer.c
/qemu/hw/timer/digic-timer.c
/qemu/hw/timer/m48t59-internal.h
/qemu/hw/timer/m48t59.c
/qemu/hw/timer/sh_timer.c
/qemu/hw/timer/twl92230.c
/qemu/hw/tpm/tpm_emulator.c
/qemu/hw/tpm/tpm_tis.c
/qemu/hw/tpm/trace-events
/qemu/hw/usb/ccid-card-emulated.c
/qemu/hw/usb/ccid-card-passthru.c
/qemu/hw/usb/desc-msos.c
/qemu/hw/usb/desc.c
/qemu/hw/usb/dev-audio.c
/qemu/hw/usb/dev-bluetooth.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/host-libusb.c
/qemu/hw/usb/redirect.c
/qemu/hw/usb/tusb6010.c
/qemu/hw/usb/xen-usb.c
/qemu/hw/vfio/ccw.c
/qemu/hw/vfio/common.c
/qemu/hw/vfio/display.c
/qemu/hw/vfio/pci-quirks.c
/qemu/hw/vfio/pci.c
/qemu/hw/vfio/pci.h
/qemu/hw/vfio/platform.c
/qemu/hw/vfio/trace-events
/qemu/hw/virtio/Makefile.objs
/qemu/hw/virtio/trace-events
/qemu/hw/virtio/vhost-stub.c
/qemu/hw/virtio/vhost-user.c
/qemu/hw/virtio/vhost.c
/qemu/hw/virtio/virtio-balloon.c
/qemu/hw/virtio/virtio-pci.c
/qemu/hw/virtio/virtio.c
/qemu/hw/watchdog/wdt_i6300esb.c
/qemu/hw/xen/xen-common.c
/qemu/hw/xen/xen_backend.c
/qemu/hw/xen/xen_devconfig.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_graphics.c
/qemu/hw/xen/xen_pt_load_rom.c
/qemu/hw/xen/xen_pt_msi.c
/qemu/hw/xtensa/sim.c
/qemu/hw/xtensa/xtfpga.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/blockjob.h
/qemu/include/block/blockjob_int.h
/qemu/include/block/dirty-bitmap.h
/qemu/include/block/nbd.h
/qemu/include/block/qdict.h
/qemu/include/block/raw-aio.h
/qemu/include/elf.h
/qemu/include/exec/cpu-all.h
/qemu/include/exec/cpu-common.h
/qemu/include/exec/cpu-defs.h
/qemu/include/exec/cpu_ldst_useronly_template.h
/qemu/include/exec/exec-all.h
/qemu/include/exec/gdbstub.h
/qemu/include/exec/gen-icount.h
/qemu/include/exec/helper-head.h
/qemu/include/exec/memory-internal.h
/qemu/include/exec/memory.h
/qemu/include/exec/memory_ldst.inc.h
/qemu/include/exec/memory_ldst_cached.inc.h
/qemu/include/exec/memory_ldst_phys.inc.h
/qemu/include/exec/ram_addr.h
/qemu/include/exec/ramlist.h
/qemu/include/exec/tb-context.h
/qemu/include/exec/translator.h
/qemu/include/exec/user/abitypes.h
/qemu/include/exec/user/thunk.h
/qemu/include/fpu/softfloat-types.h
/qemu/include/fpu/softfloat.h
/qemu/include/hw/acpi/acpi-defs.h
/qemu/include/hw/arm/allwinner-a10.h
/qemu/include/hw/arm/arm.h
/qemu/include/hw/arm/bcm2835_peripherals.h
/qemu/include/hw/arm/iotkit.h
/qemu/include/hw/arm/omap.h
/qemu/include/hw/arm/smmu-common.h
/qemu/include/hw/arm/smmuv3.h
/qemu/include/hw/arm/sysbus-fdt.h
/qemu/include/hw/arm/virt.h
/qemu/include/hw/arm/xlnx-zynqmp.h
/qemu/include/hw/block/block.h
/qemu/include/hw/boards.h
/qemu/include/hw/char/serial.h
/qemu/include/hw/compat.h
/qemu/include/hw/devices.h
/qemu/include/hw/display/bcm2835_fb.h
/qemu/include/hw/display/bochs-vbe.h
/qemu/include/hw/display/ramfb.h
/qemu/include/hw/dma/bcm2835_dma.h
/qemu/include/hw/dma/xlnx-zdma.h
/qemu/include/hw/i2c/i2c.h
/qemu/include/hw/i2c/ppc4xx_i2c.h
/qemu/include/hw/i2c/smbus.h
/qemu/include/hw/i386/intel_iommu.h
/qemu/include/hw/i386/pc.h
/qemu/include/hw/ide/internal.h
/qemu/include/hw/input/adb.h
/qemu/include/hw/input/ps2.h
/qemu/include/hw/intc/arm_gicv3_common.h
/qemu/include/hw/intc/heathrow_pic.h
/qemu/include/hw/isa/superio.h
/qemu/include/hw/mem/memory-device.h
/qemu/include/hw/mem/nvdimm.h
/qemu/include/hw/mem/pc-dimm.h
/qemu/include/hw/misc/aspeed_scu.h
/qemu/include/hw/misc/bcm2835_mbox.h
/qemu/include/hw/misc/bcm2835_property.h
/qemu/include/hw/misc/iotkit-secctl.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/mips_itu.h
/qemu/include/hw/misc/mos6522.h
/qemu/include/hw/misc/pca9552.h
/qemu/include/hw/misc/pca9552_regs.h
/qemu/include/hw/misc/tz-mpc.h
/qemu/include/hw/net/ftgmac100.h
/qemu/include/hw/or-irq.h
/qemu/include/hw/pci-host/uninorth.h
/qemu/include/hw/pci/pci.h
/qemu/include/hw/platform-bus.h
/qemu/include/hw/ppc/fdt.h
/qemu/include/hw/ppc/pnv.h
/qemu/include/hw/ppc/pnv_core.h
/qemu/include/hw/ppc/pnv_lpc.h
/qemu/include/hw/ppc/ppc.h
/qemu/include/hw/ppc/ppc4xx.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-core.h
/qemu/include/hw/qdev-properties.h
/qemu/include/hw/riscv/sifive_clint.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/s390x/event-facility.h
/qemu/include/hw/s390x/s390-virtio-ccw.h
/qemu/include/hw/sd/sd.h
/qemu/include/hw/sh4/sh_intc.h
/qemu/include/hw/ssi/xilinx_spips.h
/qemu/include/hw/timer/aspeed_timer.h
/qemu/include/hw/vfio/vfio-common.h
/qemu/include/hw/virtio/vhost-backend.h
/qemu/include/hw/virtio/vhost-user-blk.h
/qemu/include/hw/virtio/vhost-user-scsi.h
/qemu/include/hw/virtio/vhost-user.h
/qemu/include/hw/virtio/virtio-access.h
/qemu/include/hw/virtio/virtio-balloon.h
/qemu/include/hw/virtio/virtio-bus.h
/qemu/include/hw/virtio/virtio-gpu.h
/qemu/include/hw/virtio/virtio.h
/qemu/include/hw/xen/xen_backend.h
/qemu/include/hw/xen/xen_common.h
/qemu/include/migration/register.h
/qemu/include/migration/vmstate.h
/qemu/include/net/net.h
/qemu/include/qapi/qmp/dispatch.h
/qemu/include/qapi/qmp/qbool.h
/qemu/include/qapi/qmp/qdict.h
/qemu/include/qapi/qmp/qlist.h
/qemu/include/qapi/qmp/qnull.h
/qemu/include/qapi/qmp/qnum.h
/qemu/include/qapi/qmp/qobject.h
/qemu/include/qapi/qmp/qstring.h
/qemu/include/qemu-common.h
/qemu/include/qemu-io.h
/qemu/include/qemu/atomic.h
/qemu/include/qemu/bswap.h
/qemu/include/qemu/hbitmap.h
/qemu/include/qemu/iova-tree.h
/qemu/include/qemu/job.h
/qemu/include/qemu/log.h
/qemu/include/qemu/main-loop.h
/qemu/include/qemu/option.h
/qemu/include/qemu/osdep.h
/qemu/include/qemu/qht.h
/qemu/include/qemu/thread-posix.h
/qemu/include/qemu/thread-win32.h
/qemu/include/qemu/typedefs.h
/qemu/include/qom/cpu.h
/qemu/include/qom/object.h
/qemu/include/scsi/constants.h
/qemu/include/standard-headers/asm-x86/kvm_para.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/standard-headers/linux/virtio_balloon.h
/qemu/include/standard-headers/linux/virtio_net.h
/qemu/include/standard-headers/rdma/vmw_pvrdma-abi.h
/qemu/include/sysemu/accel.h
/qemu/include/sysemu/block-backend.h
/qemu/include/sysemu/blockdev.h
/qemu/include/sysemu/dma.h
/qemu/include/sysemu/hostmem.h
/qemu/include/sysemu/kvm.h
/qemu/include/sysemu/kvm_int.h
/qemu/include/sysemu/numa.h
/qemu/include/sysemu/seccomp.h
/qemu/include/sysemu/sysemu.h
/qemu/include/sysemu/xen-mapcache.h
/qemu/include/ui/console.h
/qemu/include/ui/egl-helpers.h
/qemu/include/ui/gtk.h
/qemu/include/ui/input.h
/qemu/include/ui/sdl2.h
/qemu/io/net-listener.c
/qemu/iothread.c
/qemu/job-qmp.c
/qemu/job.c
/qemu/linux-headers/COPYING
/qemu/linux-headers/LICENSES/exceptions/Linux-syscall-note
/qemu/linux-headers/LICENSES/preferred/BSD-2-Clause
/qemu/linux-headers/LICENSES/preferred/BSD-3-Clause
/qemu/linux-headers/LICENSES/preferred/GPL-2.0
/qemu/linux-headers/asm-arm/bitsperlong.h
/qemu/linux-headers/asm-arm/kvm.h
/qemu/linux-headers/asm-arm/unistd-common.h
/qemu/linux-headers/asm-arm64/bitsperlong.h
/qemu/linux-headers/asm-arm64/kvm.h
/qemu/linux-headers/asm-generic/bitsperlong.h
/qemu/linux-headers/asm-generic/unistd.h
/qemu/linux-headers/asm-mips/bitsperlong.h
/qemu/linux-headers/asm-mips/kvm.h
/qemu/linux-headers/asm-mips/sgidefs.h
/qemu/linux-headers/asm-mips/unistd.h
/qemu/linux-headers/asm-powerpc/bitsperlong.h
/qemu/linux-headers/asm-powerpc/unistd.h
/qemu/linux-headers/asm-s390/bitsperlong.h
/qemu/linux-headers/asm-s390/unistd_32.h
/qemu/linux-headers/asm-s390/unistd_64.h
/qemu/linux-headers/asm-x86/bitsperlong.h
/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/psp-sev.h
/qemu/linux-headers/linux/vfio.h
/qemu/linux-user/Makefile.objs
/qemu/linux-user/aarch64/cpu_loop.c
/qemu/linux-user/aarch64/signal.c
/qemu/linux-user/aarch64/sockbits.h
/qemu/linux-user/aarch64/target_cpu.h
/qemu/linux-user/aarch64/target_fcntl.h
/qemu/linux-user/aarch64/target_signal.h
/qemu/linux-user/alpha/cpu_loop.c
/qemu/linux-user/alpha/signal.c
/qemu/linux-user/alpha/sockbits.h
/qemu/linux-user/alpha/syscall_nr.h
/qemu/linux-user/alpha/target_cpu.h
/qemu/linux-user/alpha/target_fcntl.h
/qemu/linux-user/alpha/target_signal.h
/qemu/linux-user/arm/cpu_loop.c
/qemu/linux-user/arm/signal.c
/qemu/linux-user/arm/sockbits.h
/qemu/linux-user/arm/target_cpu.h
/qemu/linux-user/arm/target_fcntl.h
/qemu/linux-user/arm/target_signal.h
/qemu/linux-user/arm/target_structs.h
/qemu/linux-user/arm/target_syscall.h
/qemu/linux-user/cpu_loop-common.h
/qemu/linux-user/cris/cpu_loop.c
/qemu/linux-user/cris/signal.c
/qemu/linux-user/cris/sockbits.h
/qemu/linux-user/cris/target_cpu.h
/qemu/linux-user/cris/target_fcntl.h
/qemu/linux-user/cris/target_signal.h
/qemu/linux-user/elfload.c
/qemu/linux-user/flatload.c
/qemu/linux-user/generic/fcntl.h
/qemu/linux-user/generic/signal.h
/qemu/linux-user/generic/sockbits.h
/qemu/linux-user/hppa/cpu_loop.c
/qemu/linux-user/hppa/signal.c
/qemu/linux-user/hppa/sockbits.h
/qemu/linux-user/hppa/syscall_nr.h
/qemu/linux-user/hppa/target_cpu.h
/qemu/linux-user/hppa/target_fcntl.h
/qemu/linux-user/hppa/target_signal.h
/qemu/linux-user/i386/cpu_loop.c
/qemu/linux-user/i386/signal.c
/qemu/linux-user/i386/sockbits.h
/qemu/linux-user/i386/target_cpu.h
/qemu/linux-user/i386/target_fcntl.h
/qemu/linux-user/i386/target_signal.h
/qemu/linux-user/m68k/cpu_loop.c
/qemu/linux-user/m68k/signal.c
/qemu/linux-user/m68k/sockbits.h
/qemu/linux-user/m68k/target_cpu.h
/qemu/linux-user/m68k/target_fcntl.h
/qemu/linux-user/m68k/target_signal.h
/qemu/linux-user/main.c
/qemu/linux-user/microblaze/cpu_loop.c
/qemu/linux-user/microblaze/signal.c
/qemu/linux-user/microblaze/sockbits.h
/qemu/linux-user/microblaze/syscall_nr.h
/qemu/linux-user/microblaze/target_cpu.h
/qemu/linux-user/microblaze/target_fcntl.h
/qemu/linux-user/microblaze/target_signal.h
/qemu/linux-user/mips/cpu_loop.c
/qemu/linux-user/mips/signal.c
/qemu/linux-user/mips/sockbits.h
/qemu/linux-user/mips/target_cpu.h
/qemu/linux-user/mips/target_fcntl.h
/qemu/linux-user/mips/target_signal.h
/qemu/linux-user/mips64/cpu_loop.c
/qemu/linux-user/mips64/signal.c
/qemu/linux-user/mips64/sockbits.h
/qemu/linux-user/mips64/target_fcntl.h
/qemu/linux-user/mips64/target_signal.h
/qemu/linux-user/mmap.c
/qemu/linux-user/nios2/cpu_loop.c
/qemu/linux-user/nios2/signal.c
/qemu/linux-user/nios2/sockbits.h
/qemu/linux-user/nios2/target_cpu.h
/qemu/linux-user/nios2/target_fcntl.h
/qemu/linux-user/nios2/target_signal.h
/qemu/linux-user/openrisc/cpu_loop.c
/qemu/linux-user/openrisc/signal.c
/qemu/linux-user/openrisc/sockbits.h
/qemu/linux-user/openrisc/target_cpu.h
/qemu/linux-user/openrisc/target_fcntl.h
/qemu/linux-user/openrisc/target_signal.h
/qemu/linux-user/ppc/cpu_loop.c
/qemu/linux-user/ppc/signal.c
/qemu/linux-user/ppc/sockbits.h
/qemu/linux-user/ppc/target_cpu.h
/qemu/linux-user/ppc/target_fcntl.h
/qemu/linux-user/ppc/target_signal.h
/qemu/linux-user/qemu.h
/qemu/linux-user/riscv/cpu_loop.c
/qemu/linux-user/riscv/signal.c
/qemu/linux-user/riscv/sockbits.h
/qemu/linux-user/riscv/target_cpu.h
/qemu/linux-user/riscv/target_fcntl.h
/qemu/linux-user/riscv/target_signal.h
/qemu/linux-user/riscv/target_syscall.h
/qemu/linux-user/s390x/cpu_loop.c
/qemu/linux-user/s390x/signal.c
/qemu/linux-user/s390x/sockbits.h
/qemu/linux-user/s390x/target_cpu.h
/qemu/linux-user/s390x/target_fcntl.h
/qemu/linux-user/s390x/target_signal.h
/qemu/linux-user/sh4/cpu_loop.c
/qemu/linux-user/sh4/signal.c
/qemu/linux-user/sh4/sockbits.h
/qemu/linux-user/sh4/target_cpu.h
/qemu/linux-user/sh4/target_fcntl.h
/qemu/linux-user/sh4/target_signal.h
/qemu/linux-user/signal-common.h
/qemu/linux-user/signal.c
/qemu/linux-user/socket.h
/qemu/linux-user/sparc/cpu_loop.c
/qemu/linux-user/sparc/signal.c
/qemu/linux-user/sparc/sockbits.h
/qemu/linux-user/sparc/syscall_nr.h
/qemu/linux-user/sparc/target_cpu.h
/qemu/linux-user/sparc/target_errno.h
/qemu/linux-user/sparc/target_fcntl.h
/qemu/linux-user/sparc/target_signal.h
/qemu/linux-user/sparc/target_syscall.h
/qemu/linux-user/sparc64/cpu_loop.c
/qemu/linux-user/sparc64/signal.c
/qemu/linux-user/sparc64/sockbits.h
/qemu/linux-user/sparc64/syscall_nr.h
/qemu/linux-user/sparc64/target_fcntl.h
/qemu/linux-user/sparc64/target_signal.h
/qemu/linux-user/sparc64/target_syscall.h
/qemu/linux-user/strace.list
/qemu/linux-user/syscall.c
/qemu/linux-user/syscall_defs.h
/qemu/linux-user/tilegx/cpu_loop.c
/qemu/linux-user/tilegx/signal.c
/qemu/linux-user/tilegx/sockbits.h
/qemu/linux-user/tilegx/target_cpu.h
/qemu/linux-user/tilegx/target_fcntl.h
/qemu/linux-user/tilegx/target_signal.h
/qemu/linux-user/x86_64/cpu_loop.c
/qemu/linux-user/x86_64/signal.c
/qemu/linux-user/x86_64/sockbits.h
/qemu/linux-user/x86_64/target_fcntl.h
/qemu/linux-user/x86_64/target_signal.h
/qemu/linux-user/xtensa/cpu_loop.c
/qemu/linux-user/xtensa/signal.c
/qemu/linux-user/xtensa/sockbits.h
/qemu/linux-user/xtensa/target_cpu.h
/qemu/linux-user/xtensa/target_fcntl.h
/qemu/linux-user/xtensa/target_signal.h
/qemu/memory.c
/qemu/memory_ldst.inc.c
/qemu/migration/block-dirty-bitmap.c
/qemu/migration/channel.c
/qemu/migration/exec.c
/qemu/migration/fd.c
/qemu/migration/migration.c
/qemu/migration/migration.h
/qemu/migration/page_cache.c
/qemu/migration/postcopy-ram.c
/qemu/migration/postcopy-ram.h
/qemu/migration/qemu-file.c
/qemu/migration/qemu-file.h
/qemu/migration/qjson.c
/qemu/migration/qjson.h
/qemu/migration/ram.c
/qemu/migration/ram.h
/qemu/migration/rdma.c
/qemu/migration/savevm.c
/qemu/migration/savevm.h
/qemu/migration/socket.c
/qemu/migration/socket.h
/qemu/migration/trace-events
/qemu/migration/vmstate.c
/qemu/monitor.c
/qemu/nbd/client.c
/qemu/nbd/common.c
/qemu/nbd/server.c
/qemu/nbd/trace-events
/qemu/net/can/can_host.c
/qemu/net/colo-compare.c
/qemu/net/colo.c
/qemu/net/filter-rewriter.c
/qemu/net/hub.c
/qemu/net/net.c
/qemu/net/slirp.c
/qemu/net/tap.c
/qemu/net/vhost-user.c
/qemu/numa.c
/qemu/os-posix.c
/qemu/os-win32.c
/qemu/pc-bios/README
/qemu/pc-bios/hppa-firmware.img
/qemu/pc-bios/openbios-ppc
/qemu/pc-bios/openbios-sparc32
/qemu/pc-bios/openbios-sparc64
/qemu/pc-bios/s390-ccw.img
/qemu/pc-bios/s390-ccw/Makefile
/qemu/pc-bios/s390-ccw/bootmap.c
/qemu/pc-bios/s390-ccw/bootmap.h
/qemu/pc-bios/s390-ccw/cio.h
/qemu/pc-bios/s390-ccw/iplb.h
/qemu/pc-bios/s390-ccw/jump2ipl.c
/qemu/pc-bios/s390-ccw/libc.c
/qemu/pc-bios/s390-ccw/libc.h
/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-ccw.h
/qemu/pc-bios/s390-ccw/sclp.c
/qemu/pc-bios/s390-ccw/sclp.h
/qemu/pc-bios/s390-netboot.img
/qemu/pc-bios/slof.bin
/qemu/qapi/block-core.json
/qemu/qapi/block.json
/qemu/qapi/char.json
/qemu/qapi/common.json
/qemu/qapi/crypto.json
/qemu/qapi/introspect.json
/qemu/qapi/job.json
/qemu/qapi/migration.json
/qemu/qapi/misc.json
/qemu/qapi/net.json
/qemu/qapi/qapi-dealloc-visitor.c
/qemu/qapi/qapi-schema.json
/qemu/qapi/qmp-dispatch.c
/qemu/qapi/qobject-input-visitor.c
/qemu/qapi/qobject-output-visitor.c
/qemu/qapi/run-state.json
/qemu/qapi/trace-events
/qemu/qapi/transaction.json
/qemu/qapi/ui.json
/qemu/qemu-doc.texi
/qemu/qemu-img-cmds.hx
/qemu/qemu-img.c
/qemu/qemu-img.texi
/qemu/qemu-io-cmds.c
/qemu/qemu-io.c
/qemu/qemu-nbd.c
/qemu/qemu-option-trace.texi
/qemu/qemu-options-wrapper.h
/qemu/qemu-options.hx
/qemu/qemu-seccomp.c
/qemu/qemu-tech.texi
/qemu/qga/channel-posix.c
/qemu/qga/channel-win32.c
/qemu/qga/commands-posix.c
/qemu/qga/commands-win32.c
/qemu/qga/commands.c
/qemu/qga/guest-agent-command-state.c
/qemu/qga/main.c
/qemu/qga/vss-win32.c
/qemu/qmp.c
/qemu/qobject/Makefile.objs
/qemu/qobject/block-qdict.c
/qemu/qobject/json-parser.c
/qemu/qobject/qdict.c
/qemu/qobject/qjson.c
/qemu/qobject/qlist.c
/qemu/qobject/qobject.c
/qemu/qom/object.c
/qemu/qom/object_interfaces.c
/qemu/roms/SLOF
/qemu/roms/openbios
/qemu/roms/seabios-hppa
/qemu/roms/u-boot-sam460ex
/qemu/rules.mak
/qemu/scripts/analyse-9p-simpletrace.py
/qemu/scripts/analyse-locks-simpletrace.py
/qemu/scripts/analyze-migration.py
/qemu/scripts/checkpatch.pl
/qemu/scripts/coccinelle/qobject.cocci
/qemu/scripts/coverity-model.c
/qemu/scripts/create_config
/qemu/scripts/device-crash-test
/qemu/scripts/dump-guest-memory.py
/qemu/scripts/kvm/kvm_flightrecorder
/qemu/scripts/kvm/vmxcap
/qemu/scripts/qapi/commands.py
/qemu/scripts/qapi/common.py
/qemu/scripts/qapi/doc.py
/qemu/scripts/qapi/events.py
/qemu/scripts/qapi/introspect.py
/qemu/scripts/qapi/types.py
/qemu/scripts/qapi/visit.py
/qemu/scripts/qemu-binfmt-conf.sh
/qemu/scripts/qemu.py
/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/replay-dump.py
/qemu/scripts/signrom.py
/qemu/scripts/simpletrace.py
/qemu/scripts/tracetool/__init__.py
/qemu/scripts/update-linux-headers.sh
/qemu/scripts/vmstate-static-checker.py
qemu-pr-helper.c
/qemu/slirp/arp_table.c
/qemu/slirp/bootp.c
/qemu/slirp/libslirp.h
/qemu/slirp/mbuf.c
/qemu/slirp/mbuf.h
/qemu/slirp/ncsi.c
/qemu/slirp/slirp.c
/qemu/slirp/slirp.h
/qemu/slirp/socket.c
/qemu/slirp/tcp_subr.c
/qemu/slirp/udp.c
/qemu/stubs/Makefile.objs
/qemu/stubs/fdset.c
/qemu/stubs/qmp_memory_device.c
/qemu/target/alpha/helper.c
/qemu/target/alpha/mem_helper.c
/qemu/target/alpha/translate.c
/qemu/target/arm/Makefile.objs
/qemu/target/arm/arm-powerctl.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/crypto_helper.c
/qemu/target/arm/gdbstub.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/iwmmxt_helper.c
/qemu/target/arm/kvm.c
/qemu/target/arm/kvm_arm.h
/qemu/target/arm/neon_helper.c
/qemu/target/arm/op_helper.c
/qemu/target/arm/psci.c
/qemu/target/arm/sve.decode
/qemu/target/arm/sve_helper.c
/qemu/target/arm/trace-events
/qemu/target/arm/translate-a64.c
/qemu/target/arm/translate-a64.h
/qemu/target/arm/translate-sve.c
/qemu/target/arm/translate.c
/qemu/target/arm/translate.h
/qemu/target/arm/vec_helper.c
/qemu/target/cris/cpu.c
/qemu/target/cris/op_helper.c
/qemu/target/cris/translate.c
/qemu/target/cris/translate_v10.inc.c
/qemu/target/hppa/cpu.c
/qemu/target/hppa/helper.c
/qemu/target/hppa/int_helper.c
/qemu/target/hppa/op_helper.c
/qemu/target/hppa/translate.c
/qemu/target/i386/cpu.c
/qemu/target/i386/cpu.h
/qemu/target/i386/hax-all.c
/qemu/target/i386/hax-darwin.c
/qemu/target/i386/hax-mem.c
/qemu/target/i386/hax-windows.c
/qemu/target/i386/helper.c
/qemu/target/i386/hvf/hvf.c
/qemu/target/i386/hvf/x86_task.c
/qemu/target/i386/hyperv-proto.h
/qemu/target/i386/kvm.c
/qemu/target/i386/kvm_i386.h
/qemu/target/i386/machine.c
/qemu/target/i386/sev.c
/qemu/target/i386/svm_helper.c
/qemu/target/i386/translate.c
/qemu/target/i386/whp-dispatch.h
/qemu/target/i386/whpx-all.c
/qemu/target/lm32/cpu.c
/qemu/target/lm32/op_helper.c
/qemu/target/lm32/translate.c
/qemu/target/m68k/cpu.c
/qemu/target/m68k/op_helper.c
/qemu/target/m68k/softfloat.c
/qemu/target/m68k/translate.c
/qemu/target/microblaze/cpu.c
/qemu/target/microblaze/cpu.h
/qemu/target/microblaze/helper.c
/qemu/target/microblaze/helper.h
/qemu/target/microblaze/mmu.c
/qemu/target/microblaze/mmu.h
/qemu/target/microblaze/op_helper.c
/qemu/target/microblaze/translate.c
/qemu/target/mips/dsp_helper.c
/qemu/target/mips/gdbstub.c
/qemu/target/mips/msa_helper.c
/qemu/target/mips/op_helper.c
/qemu/target/mips/translate.c
/qemu/target/mips/translate_init.inc.c
/qemu/target/moxie/cpu.c
/qemu/target/moxie/helper.c
/qemu/target/moxie/mmu.c
/qemu/target/moxie/translate.c
/qemu/target/nios2/cpu.h
/qemu/target/nios2/op_helper.c
/qemu/target/nios2/translate.c
/qemu/target/openrisc/Makefile.objs
/qemu/target/openrisc/cpu.c
/qemu/target/openrisc/fpu_helper.c
/qemu/target/openrisc/helper.h
/qemu/target/openrisc/insns.decode
/qemu/target/openrisc/sys_helper.c
/qemu/target/openrisc/translate.c
/qemu/target/ppc/compat.c
/qemu/target/ppc/cpu-qom.h
/qemu/target/ppc/cpu.h
/qemu/target/ppc/fpu_helper.c
/qemu/target/ppc/gdbstub.c
/qemu/target/ppc/helper.h
/qemu/target/ppc/helper_regs.h
/qemu/target/ppc/int_helper.c
/qemu/target/ppc/kvm.c
/qemu/target/ppc/kvm_ppc.h
/qemu/target/ppc/machine.c
/qemu/target/ppc/mfrom_table.inc.c
/qemu/target/ppc/misc_helper.c
/qemu/target/ppc/mmu-book3s-v3.h
/qemu/target/ppc/mmu-hash64.c
/qemu/target/ppc/mmu-hash64.h
/qemu/target/ppc/mmu_helper.c
/qemu/target/ppc/translate.c
/qemu/target/ppc/translate_init.inc.c
/qemu/target/riscv/cpu.c
/qemu/target/riscv/cpu.h
/qemu/target/riscv/fpu_helper.c
/qemu/target/riscv/helper.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/cpu_models.c
/qemu/target/s390x/diag.c
/qemu/target/s390x/excp_helper.c
/qemu/target/s390x/fpu_helper.c
/qemu/target/s390x/helper.c
/qemu/target/s390x/internal.h
/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/sigp.c
/qemu/target/s390x/translate.c
/qemu/target/sh4/cpu.c
/qemu/target/sh4/translate.c
/qemu/target/sparc/cpu.c
/qemu/target/sparc/helper.c
/qemu/target/sparc/mmu_helper.c
/qemu/target/sparc/translate.c
/qemu/target/tilegx/cpu.c
/qemu/target/tilegx/translate.c
/qemu/target/tricore/op_helper.c
/qemu/target/tricore/translate.c
/qemu/target/unicore32/cpu.c
/qemu/target/unicore32/translate.c
/qemu/target/xtensa/core-dc232b.c
/qemu/target/xtensa/core-dc232b/xtensa-modules.inc.c
/qemu/target/xtensa/core-dc233c.c
/qemu/target/xtensa/core-dc233c/xtensa-modules.inc.c
/qemu/target/xtensa/core-de212.c
/qemu/target/xtensa/core-de212/xtensa-modules.inc.c
/qemu/target/xtensa/core-fsf.c
/qemu/target/xtensa/core-fsf/xtensa-modules.inc.c
/qemu/target/xtensa/core-sample_controller.c
/qemu/target/xtensa/core-sample_controller/xtensa-modules.inc.c
/qemu/target/xtensa/cpu.c
/qemu/target/xtensa/import_core.sh
/qemu/target/xtensa/op_helper.c
/qemu/target/xtensa/translate.c
/qemu/tcg/README
/qemu/tcg/aarch64/tcg-target.inc.c
/qemu/tcg/arm/tcg-target.inc.c
/qemu/tcg/i386/tcg-target.inc.c
/qemu/tcg/mips/tcg-target.inc.c
/qemu/tcg/ppc/tcg-target.inc.c
/qemu/tcg/s390/tcg-target.inc.c
/qemu/tcg/sparc/tcg-target.inc.c
/qemu/tcg/tcg-ldst.inc.c
/qemu/tcg/tcg-op-vec.c
/qemu/tcg/tcg-op.c
/qemu/tcg/tcg-op.h
/qemu/tcg/tcg.c
/qemu/tcg/tcg.h
/qemu/tcg/tci/tcg-target.inc.c
/qemu/tests/.gitignore
/qemu/tests/Makefile.include
/qemu/tests/acceptance/README.rst
/qemu/tests/acceptance/avocado_qemu/__init__.py
/qemu/tests/acceptance/boot_linux_console.py
/qemu/tests/acceptance/version.py
/qemu/tests/acceptance/vnc.py
/qemu/tests/acpi-test-data/pc/NFIT.dimmpxm
/qemu/tests/acpi-test-data/q35/NFIT.dimmpxm
/qemu/tests/acpi-test-data/q35/SSDT.dimmpxm
/qemu/tests/ahci-test.c
/qemu/tests/atomic_add-bench.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/check-block-qdict.c
/qemu/tests/check-qdict.c
/qemu/tests/check-qjson.c
/qemu/tests/check-qlist.c
/qemu/tests/check-qlit.c
/qemu/tests/check-qnull.c
/qemu/tests/check-qnum.c
/qemu/tests/check-qobject.c
/qemu/tests/check-qstring.c
/qemu/tests/cpu-plug-test.c
/qemu/tests/device-introspect-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-hppa-cross.docker
/qemu/tests/docker/dockerfiles/debian-m68k-cross.docker
/qemu/tests/docker/dockerfiles/debian-mips64-cross.docker
/qemu/tests/docker/dockerfiles/debian-powerpc-cross.docker
/qemu/tests/docker/dockerfiles/debian-riscv64-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/debian-tricore-cross.docker
/qemu/tests/docker/dockerfiles/debian8.docker
/qemu/tests/docker/dockerfiles/fedora-i386-cross.docker
/qemu/tests/docker/dockerfiles/fedora.docker
/qemu/tests/docker/dockerfiles/travis.docker
/qemu/tests/docker/run
/qemu/tests/docker/test-mingw
/qemu/tests/docker/travis.py
/qemu/tests/drive_del-test.c
/qemu/tests/guest-debug/test-gdbstub.py
/qemu/tests/hd-geo-test.c
/qemu/tests/ide-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/libqos/ahci.c
/qemu/tests/libqos/ahci.h
/qemu/tests/libqos/i2c.h
/qemu/tests/libqos/libqos.c
/qemu/tests/libqos/pci-pc.c
/qemu/tests/libqtest.c
/qemu/tests/libqtest.h
/qemu/tests/m48t59-test.c
/qemu/tests/machine-none-test.c
/qemu/tests/migration-test.c
/qemu/tests/migration/guestperf/engine.py
/qemu/tests/migration/guestperf/plot.py
/qemu/tests/migration/guestperf/shell.py
/qemu/tests/numa-test.c
/qemu/tests/pca9552-test.c
/qemu/tests/pvpanic-test.c
/qemu/tests/q35-test.c
/qemu/tests/qapi-schema/allow-preconfig-test.err
/qemu/tests/qapi-schema/allow-preconfig-test.exit
/qemu/tests/qapi-schema/allow-preconfig-test.json
/qemu/tests/qapi-schema/allow-preconfig-test.out
/qemu/tests/qapi-schema/doc-good.out
/qemu/tests/qapi-schema/ident-with-escape.out
/qemu/tests/qapi-schema/indented-expr.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/024
/qemu/tests/qemu-iotests/024.out
/qemu/tests/qemu-iotests/029
/qemu/tests/qemu-iotests/030
/qemu/tests/qemu-iotests/040
/qemu/tests/qemu-iotests/041
/qemu/tests/qemu-iotests/060
/qemu/tests/qemu-iotests/060.out
/qemu/tests/qemu-iotests/061.out
/qemu/tests/qemu-iotests/080
/qemu/tests/qemu-iotests/080.out
/qemu/tests/qemu-iotests/082
/qemu/tests/qemu-iotests/082.out
/qemu/tests/qemu-iotests/086
/qemu/tests/qemu-iotests/093
/qemu/tests/qemu-iotests/094.out
/qemu/tests/qemu-iotests/095
/qemu/tests/qemu-iotests/095.out
/qemu/tests/qemu-iotests/096
/qemu/tests/qemu-iotests/109
/qemu/tests/qemu-iotests/109.out
/qemu/tests/qemu-iotests/112.out
/qemu/tests/qemu-iotests/113
/qemu/tests/qemu-iotests/113.out
/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/126.out
/qemu/tests/qemu-iotests/127.out
/qemu/tests/qemu-iotests/136
/qemu/tests/qemu-iotests/137.out
/qemu/tests/qemu-iotests/141
/qemu/tests/qemu-iotests/141.out
/qemu/tests/qemu-iotests/144
/qemu/tests/qemu-iotests/144.out
/qemu/tests/qemu-iotests/149
/qemu/tests/qemu-iotests/151
/qemu/tests/qemu-iotests/151.out
/qemu/tests/qemu-iotests/153
/qemu/tests/qemu-iotests/153.out
/qemu/tests/qemu-iotests/155
/qemu/tests/qemu-iotests/156
/qemu/tests/qemu-iotests/156.out
/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/191
/qemu/tests/qemu-iotests/191.out
/qemu/tests/qemu-iotests/194
/qemu/tests/qemu-iotests/197
/qemu/tests/qemu-iotests/201
/qemu/tests/qemu-iotests/205
/qemu/tests/qemu-iotests/206
/qemu/tests/qemu-iotests/206.out
/qemu/tests/qemu-iotests/207
/qemu/tests/qemu-iotests/207.out
/qemu/tests/qemu-iotests/208
/qemu/tests/qemu-iotests/210
/qemu/tests/qemu-iotests/210.out
/qemu/tests/qemu-iotests/211
/qemu/tests/qemu-iotests/211.out
/qemu/tests/qemu-iotests/212
/qemu/tests/qemu-iotests/212.out
/qemu/tests/qemu-iotests/213
/qemu/tests/qemu-iotests/213.out
/qemu/tests/qemu-iotests/214
/qemu/tests/qemu-iotests/214.out
/qemu/tests/qemu-iotests/215
/qemu/tests/qemu-iotests/215.out
/qemu/tests/qemu-iotests/216
/qemu/tests/qemu-iotests/216.out
/qemu/tests/qemu-iotests/217
/qemu/tests/qemu-iotests/217.out
/qemu/tests/qemu-iotests/218
/qemu/tests/qemu-iotests/218.out
/qemu/tests/qemu-iotests/219
/qemu/tests/qemu-iotests/219.out
/qemu/tests/qemu-iotests/221
/qemu/tests/qemu-iotests/221.out
/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/nbd-fault-injector.py
/qemu/tests/qemu-iotests/qcow2.py
/qemu/tests/qemu-iotests/qed.py
/qemu/tests/qht-bench.c
/qemu/tests/qmp-test.c
/qemu/tests/qom-test.c
/qemu/tests/tcg/Makefile
/qemu/tests/tcg/Makefile.include
/qemu/tests/tcg/Makefile.probe
/qemu/tests/tcg/README
/qemu/tests/tcg/aarch64/Makefile.include
/qemu/tests/tcg/aarch64/Makefile.target
/qemu/tests/tcg/aarch64/fcvt.ref
/qemu/tests/tcg/alpha/Makefile.include
/qemu/tests/tcg/alpha/Makefile.target
/qemu/tests/tcg/alpha/hello-alpha.c
/qemu/tests/tcg/alpha/test-cond.c
/qemu/tests/tcg/alpha/test-ovf.c
/qemu/tests/tcg/arm/Makefile.include
/qemu/tests/tcg/arm/Makefile.target
/qemu/tests/tcg/arm/README
/qemu/tests/tcg/arm/fcvt.c
/qemu/tests/tcg/arm/fcvt.ref
/qemu/tests/tcg/arm/hello-arm.c
/qemu/tests/tcg/arm/test-arm-iwmmxt.S
/qemu/tests/tcg/hppa/Makefile.include
/qemu/tests/tcg/hppa/Makefile.target
/qemu/tests/tcg/i386/Makefile.include
/qemu/tests/tcg/i386/Makefile.target
/qemu/tests/tcg/i386/README
/qemu/tests/tcg/i386/hello-i386.c
/qemu/tests/tcg/i386/pi_10.com
/qemu/tests/tcg/i386/runcom.c
/qemu/tests/tcg/i386/test-i386-code16.S
/qemu/tests/tcg/i386/test-i386-fprem.c
/qemu/tests/tcg/i386/test-i386-muldiv.h
/qemu/tests/tcg/i386/test-i386-shift.h
/qemu/tests/tcg/i386/test-i386-ssse3.c
/qemu/tests/tcg/i386/test-i386-vm86.S
/qemu/tests/tcg/i386/test-i386.c
/qemu/tests/tcg/i386/test-i386.h
/qemu/tests/tcg/m68k/Makefile.include
/qemu/tests/tcg/m68k/Makefile.target
/qemu/tests/tcg/mips/Makefile.include
/qemu/tests/tcg/mips/Makefile.target
/qemu/tests/tcg/mips/README
/qemu/tests/tcg/mips/hello-mips.c
/qemu/tests/tcg/multiarch/Makefile.target
/qemu/tests/tcg/multiarch/README
/qemu/tests/tcg/multiarch/linux-test.c
/qemu/tests/tcg/multiarch/sha1.c
/qemu/tests/tcg/multiarch/test-mmap.c
/qemu/tests/tcg/multiarch/testthread.c
/qemu/tests/tcg/ppc/Makefile.include
/qemu/tests/tcg/ppc/Makefile.target
/qemu/tests/tcg/riscv/Makefile.include
/qemu/tests/tcg/s390x/Makefile.include
/qemu/tests/tcg/sh4/Makefile.include
/qemu/tests/tcg/sh4/Makefile.target
/qemu/tests/tcg/sparc64/Makefile.include
/qemu/tests/tcg/sparc64/Makefile.target
/qemu/tests/tcg/x86_64/Makefile.target
/qemu/tests/tco-test.c
/qemu/tests/test-bdrv-drain.c
/qemu/tests/test-blockjob-txn.c
/qemu/tests/test-blockjob.c
/qemu/tests/test-char.c
/qemu/tests/test-crypto-tlssession.c
/qemu/tests/test-hbitmap.c
/qemu/tests/test-io-channel-tls.c
/qemu/tests/test-keyval.c
/qemu/tests/test-netfilter.c
/qemu/tests/test-qemu-opts.c
/qemu/tests/test-qga.c
/qemu/tests/test-qht.c
/qemu/tests/test-qmp-cmds.c
/qemu/tests/test-qmp-event.c
/qemu/tests/test-qobject-input-visitor.c
/qemu/tests/test-qobject-output-visitor.c
/qemu/tests/test-replication.c
/qemu/tests/test-thread-pool.c
/qemu/tests/test-visitor-serialization.c
/qemu/tests/test-x86-cpuid-compat.c
/qemu/tests/tmp105-test.c
/qemu/tests/tpm-crb-swtpm-test.c
/qemu/tests/tpm-emu.c
/qemu/tests/tpm-tests.c
/qemu/tests/tpm-tests.h
/qemu/tests/tpm-tis-swtpm-test.c
/qemu/tests/tpm-util.c
/qemu/tests/tpm-util.h
/qemu/tests/usb-hcd-xhci-test.c
/qemu/tests/vhost-user-bridge.c
/qemu/tests/vhost-user-test.c
/qemu/tests/virtio-net-test.c
/qemu/tests/vm/basevm.py
/qemu/tests/vmgenid-test.c
/qemu/tests/wdt_ib700-test.c
/qemu/trace-events
/qemu/trace/control-target.c
/qemu/trace/control.h
/qemu/trace/mem-internal.h
/qemu/trace/mem.h
/qemu/trace/qmp.c
/qemu/ui/Makefile.objs
/qemu/ui/cocoa.m
/qemu/ui/console.c
/qemu/ui/egl-context.c
/qemu/ui/egl-headless.c
/qemu/ui/egl-helpers.c
/qemu/ui/gtk-egl.c
/qemu/ui/gtk.c
/qemu/ui/input-keymap.c
/qemu/ui/input-legacy.c
/qemu/ui/sdl2-2d.c
/qemu/ui/sdl2-gl.c
/qemu/ui/sdl2-input.c
/qemu/ui/sdl2.c
/qemu/ui/spice-core.c
/qemu/ui/spice-input.c
/qemu/ui/vnc-enc-zrle.c
/qemu/ui/vnc-enc-zrle.inc.c
/qemu/ui/vnc-jobs.c
/qemu/ui/vnc.c
/qemu/ui/vnc.h
/qemu/ui/x_keymap.c
/qemu/util/Makefile.objs
/qemu/util/aio-posix.c
/qemu/util/aio-win32.c
/qemu/util/async.c
/qemu/util/hbitmap.c
/qemu/util/iova-tree.c
/qemu/util/keyval.c
/qemu/util/log.c
/qemu/util/main-loop.c
/qemu/util/memfd.c
/qemu/util/mmap-alloc.c
/qemu/util/osdep.c
/qemu/util/qemu-config.c
/qemu/util/qemu-option.c
/qemu/util/qemu-thread-common.h
/qemu/util/qemu-thread-posix.c
/qemu/util/qemu-thread-win32.c
/qemu/util/qht.c
/qemu/util/uri.c
/qemu/util/vfio-helpers.c
/qemu/vl.c
bd6b1c8303-Apr-2018 Michal Privoznik <mprivozn@redhat.com>

qemu-pr-helper: Write pidfile more often

Let's write pidfile even if user did not request --daemon but
they requested just --pidfile. Libvirt will use exactly this.

Signed-off-by: Michal Privoznik

qemu-pr-helper: Write pidfile more often

Let's write pidfile even if user did not request --daemon but
they requested just --pidfile. Libvirt will use exactly this.

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

show more ...

8dc0bf2603-Apr-2018 Michal Privoznik <mprivozn@redhat.com>

qemu-pr-helper: Daemonize before dropping privileges

After we've dropped privileges it might be not possible to write
pidfile. For instance, if this binary is run as root (because
user wants it to w

qemu-pr-helper: Daemonize before dropping privileges

After we've dropped privileges it might be not possible to write
pidfile. For instance, if this binary is run as root (because
user wants it to write pidfile to some privileged location)
writing pidfile fails because privileges are dropped before we
even get to that.

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

show more ...


/qemu/MAINTAINERS
/qemu/VERSION
/qemu/block/blkreplay.c
/qemu/block/crypto.c
/qemu/block/file-posix.c
/qemu/block/gluster.c
/qemu/block/io.c
/qemu/block/nbd-client.c
/qemu/block/nvme.c
/qemu/block/parallels.c
/qemu/block/qcow2-bitmap.c
/qemu/block/qcow2-refcount.c
/qemu/block/qcow2.c
/qemu/block/qcow2.h
/qemu/block/quorum.c
/qemu/block/rbd.c
/qemu/block/replication.c
/qemu/block/throttle.c
/qemu/block/vdi.c
/qemu/block/vhdx.c
/qemu/block/vmdk.c
/qemu/blockjob.c
/qemu/configure
/qemu/disas/riscv.c
/qemu/exec.c
/qemu/gdbstub.c
/qemu/hmp.c
/qemu/hw/char/virtio-serial-bus.c
/qemu/hw/dma/i82374.c
/qemu/hw/i386/kvm/clock.c
/qemu/hw/ide/core.c
/qemu/hw/ide/macio.c
/qemu/hw/net/virtio-net.c
/qemu/hw/s390x/s390-virtio-ccw.c
/qemu/hw/scsi/scsi-disk.c
/qemu/hw/scsi/scsi-generic.c
/qemu/hw/tpm/tpm_crb.c
/qemu/hw/virtio/vhost.c
/qemu/include/block/block_int.h
/qemu/include/exec/gdbstub.h
/qemu/include/hw/scsi/scsi.h
/qemu/include/monitor/monitor.h
/qemu/include/net/net.h
/qemu/include/qemu/coroutine_int.h
/qemu/include/qemu/memfd.h
/qemu/include/qemu/queue.h
/qemu/io/channel-websock.c
/qemu/linux-user/main.c
/qemu/linux-user/signal.c
/qemu/linux-user/syscall.c
/qemu/linux-user/syscall_defs.h
/qemu/linux-user/xtensa/target_structs.h
/qemu/migration/migration.c
/qemu/migration/postcopy-ram.c
/qemu/monitor.c
/qemu/nbd/client.c
/qemu/nbd/server.c
/qemu/nbd/trace-events
/qemu/net/net.c
/qemu/net/vde.c
/qemu/pc-bios/s390-ccw.img
/qemu/pc-bios/s390-ccw/virtio.c
/qemu/qapi/block-core.json
/qemu/qemu-options.hx
/qemu/replication.h
/qemu/scripts/checkpatch.pl
/qemu/scripts/decodetree.py
/qemu/scripts/qapi/common.py
qemu-pr-helper.c
/qemu/target/hppa/cpu.h
/qemu/target/hppa/translate.c
/qemu/target/i386/cpu.c
/qemu/target/i386/cpu.h
/qemu/target/i386/hvf/hvf.c
/qemu/target/i386/kvm.c
/qemu/target/i386/sev.c
/qemu/target/i386/translate.c
/qemu/target/i386/whpx-all.c
/qemu/target/riscv/cpu.c
/qemu/target/riscv/op_helper.c
/qemu/target/xtensa/core-dc232b.c
/qemu/target/xtensa/core-dc232b/gdb-config.inc.c
/qemu/target/xtensa/core-dc232b/xtensa-modules.inc.c
/qemu/target/xtensa/core-dc233c.c
/qemu/target/xtensa/core-dc233c/gdb-config.inc.c
/qemu/target/xtensa/core-dc233c/xtensa-modules.inc.c
/qemu/target/xtensa/core-de212.c
/qemu/target/xtensa/core-de212/gdb-config.inc.c
/qemu/target/xtensa/core-de212/xtensa-modules.inc.c
/qemu/target/xtensa/core-fsf.c
/qemu/target/xtensa/core-fsf/xtensa-modules.inc.c
/qemu/target/xtensa/core-sample_controller.c
/qemu/target/xtensa/core-sample_controller/gdb-config.inc.c
/qemu/target/xtensa/core-sample_controller/xtensa-modules.inc.c
/qemu/target/xtensa/import_core.sh
/qemu/tcg/tcg-opc.h
/qemu/tests/Makefile.include
/qemu/tests/libqtest.c
/qemu/tests/libqtest.h
/qemu/tests/qapi-schema/doc-good.out
/qemu/tests/qapi-schema/ident-with-escape.out
/qemu/tests/qapi-schema/indented-expr.out
/qemu/tests/qapi-schema/oob-test.err
/qemu/tests/qapi-schema/oob-test.exit
/qemu/tests/qapi-schema/oob-test.json
/qemu/tests/qapi-schema/oob-test.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/025
/qemu/tests/qemu-iotests/026.out
/qemu/tests/qemu-iotests/051.pc.out
/qemu/tests/qemu-iotests/106
/qemu/tests/qemu-iotests/106.out
/qemu/tests/qemu-iotests/121
/qemu/tests/qemu-iotests/121.out
/qemu/tests/qemu-iotests/122
/qemu/tests/qemu-iotests/122.out
/qemu/tests/qemu-iotests/169
/qemu/tests/qemu-iotests/169.out
/qemu/tests/qemu-iotests/186
/qemu/tests/qemu-iotests/186.out
/qemu/tests/qemu-iotests/208
/qemu/tests/qemu-iotests/210
/qemu/tests/qemu-iotests/210.out
/qemu/tests/qemu-iotests/211
/qemu/tests/qemu-iotests/211.out
/qemu/tests/qemu-iotests/212
/qemu/tests/qemu-iotests/212.out
/qemu/tests/qemu-iotests/213
/qemu/tests/qemu-iotests/213.out
/qemu/tests/qemu-iotests/check
/qemu/tests/qemu-iotests/common.config
/qemu/tests/qemu-iotests/common.filter
/qemu/tests/qemu-iotests/group
/qemu/tests/qmp-test.c
/qemu/tests/tcg/xtensa/Makefile
/qemu/tests/test-aio.c
/qemu/tests/test-qmp-cmds.c
/qemu/tests/test-visitor-serialization.c
/qemu/tests/tpm-crb-test.c
/qemu/util/memfd.c
/qemu/util/qemu-coroutine-lock.c
/qemu/util/qemu-coroutine.c
/qemu/util/sys_membarrier.c
/qemu/vl.c
f8e1a98924-Mar-2018 Michal Privoznik <mprivozn@redhat.com>

qemu-pr-helper: Actually allow users to specify pidfile

Due to wrong specification of arguments to getopt_long() any
attempt to set pidfile resulted in:

1) the default to be leaked
2) the @pidfile

qemu-pr-helper: Actually allow users to specify pidfile

Due to wrong specification of arguments to getopt_long() any
attempt to set pidfile resulted in:

1) the default to be leaked
2) the @pidfile variable to be set to NULL (because optarg is
NULL without this patch).

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Message-Id: <6f10cd53d361a395aa0e85a9311ec4e9a8fc11e5.1521868451.git.mprivozn@redhat.com>
Cc: qemu-stable@nongnu.org
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

show more ...


/qemu/.gitmodules
/qemu/.travis.yml
/qemu/MAINTAINERS
/qemu/Makefile
/qemu/Makefile.objs
/qemu/Makefile.target
/qemu/VERSION
/qemu/accel/Makefile.objs
/qemu/accel/kvm/Makefile.objs
/qemu/accel/kvm/kvm-all.c
/qemu/accel/kvm/sev-stub.c
/qemu/accel/stubs/kvm-stub.c
/qemu/accel/tcg/cpu-exec.c
/qemu/accel/tcg/translate-all.c
/qemu/audio/Makefile.objs
/qemu/audio/alsaaudio.c
/qemu/audio/audio.c
/qemu/audio/audio_int.h
/qemu/audio/coreaudio.c
/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/block.c
/qemu/block/accounting.c
/qemu/block/backup.c
/qemu/block/block-backend.c
/qemu/block/commit.c
/qemu/block/crypto.c
/qemu/block/dirty-bitmap.c
/qemu/block/gluster.c
/qemu/block/iscsi.c
/qemu/block/mirror.c
/qemu/block/nbd-client.c
/qemu/block/nbd-client.h
/qemu/block/nbd.c
/qemu/block/parallels.c
/qemu/block/qapi.c
/qemu/block/qcow.c
/qemu/block/qcow2.c
/qemu/block/qed.c
/qemu/block/rbd.c
/qemu/block/sheepdog.c
/qemu/block/stream.c
/qemu/block/trace-events
/qemu/block/vdi.c
/qemu/block/vhdx.c
/qemu/block/vpc.c
/qemu/block/vvfat.c
/qemu/blockdev.c
/qemu/blockjob.c
/qemu/bsd-user/main.c
/qemu/chardev/char-fe.c
/qemu/chardev/char-socket.c
/qemu/chardev/char.c
/qemu/configure
/qemu/contrib/libvhost-user/libvhost-user.c
/qemu/contrib/libvhost-user/libvhost-user.h
/qemu/cpus.c
/qemu/default-configs/alpha-softmmu.mak
/qemu/default-configs/i386-softmmu.mak
/qemu/default-configs/x86_64-softmmu.mak
/qemu/default-configs/xtensa-linux-user.mak
/qemu/default-configs/xtensaeb-linux-user.mak
/qemu/docs/amd-memory-encryption.txt
/qemu/docs/devel/atomics.txt
/qemu/docs/devel/migration.rst
/qemu/docs/devel/qapi-code-gen.txt
/qemu/docs/interop/qmp-spec.txt
/qemu/docs/interop/vhost-user.txt
/qemu/docs/replay.txt
/qemu/dump.c
/qemu/exec.c
/qemu/hmp-commands-info.hx
/qemu/hmp-commands.hx
/qemu/hmp.c
/qemu/hmp.h
/qemu/hw/acpi/aml-build.c
/qemu/hw/alpha/dp264.c
/qemu/hw/arm/bcm2836.c
/qemu/hw/arm/boot.c
/qemu/hw/arm/raspi.c
/qemu/hw/arm/virt-acpi-build.c
/qemu/hw/arm/virt.c
/qemu/hw/audio/cs4231a.c
/qemu/hw/audio/gus.c
/qemu/hw/audio/sb16.c
/qemu/hw/block/fdc.c
/qemu/hw/char/Makefile.objs
/qemu/hw/char/imx_serial.c
/qemu/hw/char/parallel-isa.c
/qemu/hw/char/parallel.c
/qemu/hw/core/machine.c
/qemu/hw/core/null-machine.c
/qemu/hw/display/vga-pci.c
/qemu/hw/display/vga.c
/qemu/hw/dma/i82374.c
/qemu/hw/dma/i8257.c
/qemu/hw/i386/acpi-build.c
/qemu/hw/i386/multiboot.c
/qemu/hw/i386/pc.c
/qemu/hw/i386/pc_sysfw.c
/qemu/hw/i386/vmmouse.c
/qemu/hw/i386/vmport.c
/qemu/hw/ide/sii3112.c
/qemu/hw/input/pckbd.c
/qemu/hw/intc/arm_gicv3_cpuif.c
/qemu/hw/isa/Makefile.objs
/qemu/hw/isa/apm.c
/qemu/hw/isa/isa-bus.c
/qemu/hw/isa/isa-superio.c
/qemu/hw/isa/pc87312.c
/qemu/hw/isa/smc37c669-superio.c
/qemu/hw/isa/trace-events
/qemu/hw/isa/vt82c686.c
/qemu/hw/mem/pc-dimm.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/misc/macio/macio.c
/qemu/hw/net/can/can_sja1000.c
/qemu/hw/net/imx_fec.c
/qemu/hw/net/virtio-net.c
/qemu/hw/nios2/10m50_devboard.c
/qemu/hw/pci/pci.c
/qemu/hw/ppc/e500.c
/qemu/hw/ppc/ppc440_pcix.c
/qemu/hw/ppc/prep.c
/qemu/hw/ppc/spapr.c
/qemu/hw/rdma/rdma_backend.c
/qemu/hw/rdma/rdma_backend.h
/qemu/hw/rdma/rdma_backend_defs.h
/qemu/hw/rdma/rdma_rm.c
/qemu/hw/rdma/rdma_rm.h
/qemu/hw/rdma/rdma_rm_defs.h
/qemu/hw/rdma/rdma_utils.c
/qemu/hw/rdma/rdma_utils.h
/qemu/hw/rdma/vmw/pvrdma.h
/qemu/hw/rdma/vmw/pvrdma_cmd.c
/qemu/hw/rdma/vmw/pvrdma_dev_ring.c
/qemu/hw/rdma/vmw/pvrdma_dev_ring.h
/qemu/hw/rdma/vmw/pvrdma_main.c
/qemu/hw/rdma/vmw/pvrdma_qp_ops.c
/qemu/hw/s390x/s390-pci-bus.c
/qemu/hw/s390x/s390-stattrib.c
/qemu/hw/scsi/esp.c
/qemu/hw/scsi/lsi53c895a.c
/qemu/hw/scsi/scsi-disk.c
/qemu/hw/scsi/scsi-generic.c
/qemu/hw/sd/sdhci.c
/qemu/hw/sparc/sun4m.c
/qemu/hw/sparc64/sun4u.c
/qemu/hw/tpm/tpm_crb.c
/qemu/hw/unicore32/puv3.c
/qemu/hw/usb/redirect.c
/qemu/hw/vfio/Makefile.objs
/qemu/hw/vfio/common.c
/qemu/hw/vfio/display.c
/qemu/hw/vfio/pci.c
/qemu/hw/vfio/pci.h
/qemu/hw/virtio/trace-events
/qemu/hw/virtio/vhost-user.c
/qemu/hw/virtio/vhost.c
/qemu/include/block/accounting.h
/qemu/include/block/aio-wait.h
/qemu/include/block/blockjob.h
/qemu/include/block/blockjob_int.h
/qemu/include/block/dirty-bitmap.h
/qemu/include/block/nbd.h
/qemu/include/exec/cpu-all.h
/qemu/include/exec/cpu-common.h
/qemu/include/exec/cpu_ldst.h
/qemu/include/hw/acpi/acpi-defs.h
/qemu/include/hw/acpi/aml-build.h
/qemu/include/hw/arm/bcm2836.h
/qemu/include/hw/arm/fsl-imx6.h
/qemu/include/hw/arm/virt.h
/qemu/include/hw/boards.h
/qemu/include/hw/char/imx_serial.h
/qemu/include/hw/char/parallel.h
/qemu/include/hw/dma/i8257.h
/qemu/include/hw/i386/pc.h
/qemu/include/hw/input/i8042.h
/qemu/include/hw/isa/apm.h
/qemu/include/hw/isa/isa.h
/qemu/include/hw/isa/pc87312.h
/qemu/include/hw/isa/superio.h
/qemu/include/hw/isa/vt82c686.h
/qemu/include/hw/mem/pc-dimm.h
/qemu/include/hw/pci/pci.h
/qemu/include/hw/scsi/esp.h
/qemu/include/hw/vfio/vfio-common.h
/qemu/include/hw/virtio/virtio-net.h
/qemu/include/migration/misc.h
/qemu/include/migration/register.h
/qemu/include/monitor/monitor.h
/qemu/include/qapi/qmp/dispatch.h
/qemu/include/qapi/qmp/qbool.h
/qemu/include/qapi/qmp/qdict.h
/qemu/include/qapi/qmp/qlist.h
/qemu/include/qapi/qmp/qlit.h
/qemu/include/qapi/qmp/qnum.h
/qemu/include/qapi/qmp/qobject.h
/qemu/include/qapi/qmp/qstring.h
/qemu/include/qemu/compiler.h
/qemu/include/qemu/cutils.h
/qemu/include/qemu/log-for-trace.h
/qemu/include/qemu/log.h
/qemu/include/qemu/module.h
/qemu/include/qemu/rcu.h
/qemu/include/qemu/sockets.h
/qemu/include/qemu/sys_membarrier.h
/qemu/include/qemu/timer.h
/qemu/include/qom/cpu.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/input.h
/qemu/include/standard-headers/linux/kernel.h
/qemu/include/standard-headers/linux/pci_regs.h
/qemu/include/standard-headers/linux/sysinfo.h
/qemu/include/standard-headers/linux/virtio_net.h
/qemu/include/standard-headers/linux/virtio_ring.h
/qemu/include/standard-headers/rdma/vmw_pvrdma-abi.h
/qemu/include/sysemu/kvm.h
/qemu/include/sysemu/replay.h
/qemu/include/sysemu/sev.h
/qemu/include/ui/console.h
/qemu/include/ui/gtk.h
/qemu/include/ui/qemu-pixman.h
/qemu/include/ui/spice-display.h
/qemu/io/channel-util.c
/qemu/iothread.c
/qemu/linux-headers/asm-powerpc/kvm.h
/qemu/linux-headers/asm-powerpc/unistd.h
/qemu/linux-headers/asm-s390/unistd.h
/qemu/linux-headers/asm-s390/unistd_32.h
/qemu/linux-headers/asm-s390/unistd_64.h
/qemu/linux-headers/asm-x86/kvm_para.h
/qemu/linux-headers/linux/kvm.h
/qemu/linux-headers/linux/psci.h
/qemu/linux-headers/linux/psp-sev.h
/qemu/linux-headers/linux/vfio.h
/qemu/linux-user/elfload.c
/qemu/linux-user/main.c
/qemu/linux-user/mmap.c
/qemu/linux-user/qemu.h
/qemu/linux-user/signal.c
/qemu/linux-user/syscall.c
/qemu/linux-user/syscall_defs.h
/qemu/linux-user/xtensa/syscall.h
/qemu/linux-user/xtensa/syscall_nr.h
/qemu/linux-user/xtensa/target_cpu.h
/qemu/linux-user/xtensa/target_elf.h
/qemu/linux-user/xtensa/target_signal.h
/qemu/linux-user/xtensa/target_structs.h
/qemu/linux-user/xtensa/target_syscall.h
/qemu/linux-user/xtensa/termbits.h
/qemu/migration/Makefile.objs
/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/qemu-file.c
/qemu/migration/qemu-file.h
/qemu/migration/ram.c
/qemu/migration/ram.h
/qemu/migration/savevm.c
/qemu/migration/savevm.h
/qemu/migration/socket.c
/qemu/migration/trace-events
/qemu/monitor.c
/qemu/nbd/client.c
/qemu/nbd/server.c
/qemu/numa.c
/qemu/pc-bios/bios-256k.bin
/qemu/pc-bios/bios.bin
/qemu/pc-bios/vgabios-cirrus.bin
/qemu/pc-bios/vgabios-qxl.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/block-core.json
/qemu/qapi/introspect.json
/qemu/qapi/migration.json
/qemu/qapi/misc.json
/qemu/qapi/qmp-dispatch.c
/qemu/qapi/qobject-input-visitor.c
/qemu/qapi/qobject-output-visitor.c
/qemu/qapi/sockets.json
/qemu/qapi/ui.json
/qemu/qemu-doc.texi
/qemu/qemu-options.hx
/qemu/qga/main.c
/qemu/qmp.c
/qemu/qobject/json-parser.c
/qemu/qobject/qbool.c
/qemu/qobject/qdict.c
/qemu/qobject/qjson.c
/qemu/qobject/qlist.c
/qemu/qobject/qlit.c
/qemu/qobject/qnum.c
/qemu/qobject/qstring.c
/qemu/qom/cpu.c
/qemu/qom/object.c
/qemu/replay/replay-audio.c
/qemu/replay/replay-char.c
/qemu/replay/replay-events.c
/qemu/replay/replay-internal.c
/qemu/replay/replay-internal.h
/qemu/replay/replay-snapshot.c
/qemu/replay/replay-time.c
/qemu/replay/replay.c
/qemu/roms/seabios
/qemu/rules.mak
/qemu/scripts/create_config
/qemu/scripts/device-crash-test
/qemu/scripts/dump-guest-memory.py
/qemu/scripts/get_maintainer.pl
/qemu/scripts/qapi/commands.py
/qemu/scripts/qapi/common.py
/qemu/scripts/qapi/doc.py
/qemu/scripts/qapi/introspect.py
/qemu/scripts/qemu-binfmt-conf.sh
/qemu/scripts/qemu.py
/qemu/scripts/qmp/qmp.py
/qemu/scripts/replay-dump.py
/qemu/scripts/simpletrace.py
/qemu/scripts/tracetool.py
/qemu/scripts/tracetool/__init__.py
/qemu/scripts/tracetool/backend/log.py
/qemu/scripts/update-linux-headers.sh
qemu-pr-helper.c
/qemu/stubs/qmp_pc_dimm.c
/qemu/stubs/replay.c
/qemu/target/alpha/cpu.h
/qemu/target/arm/cpu.h
/qemu/target/arm/helper.c
/qemu/target/arm/helper.h
/qemu/target/arm/internals.h
/qemu/target/arm/op_helper.c
/qemu/target/arm/translate-a64.c
/qemu/target/arm/translate.c
/qemu/target/cris/cpu.h
/qemu/target/hppa/cpu.h
/qemu/target/i386/Makefile.objs
/qemu/target/i386/cpu.c
/qemu/target/i386/cpu.h
/qemu/target/i386/kvm.c
/qemu/target/i386/machine.c
/qemu/target/i386/monitor.c
/qemu/target/i386/sev-stub.c
/qemu/target/i386/sev.c
/qemu/target/i386/sev_i386.h
/qemu/target/i386/trace-events
/qemu/target/i386/whpx-all.c
/qemu/target/lm32/cpu.h
/qemu/target/m68k/cpu.h
/qemu/target/m68k/fpu_helper.c
/qemu/target/m68k/helper.h
/qemu/target/m68k/softfloat.c
/qemu/target/m68k/softfloat.h
/qemu/target/m68k/softfloat_fpsp_tables.h
/qemu/target/m68k/translate.c
/qemu/target/microblaze/cpu.h
/qemu/target/mips/cpu.h
/qemu/target/moxie/cpu.h
/qemu/target/nios2/cpu.h
/qemu/target/openrisc/cpu.h
/qemu/target/ppc/cpu.h
/qemu/target/ppc/translate.c
/qemu/target/riscv/cpu.c
/qemu/target/riscv/cpu.h
/qemu/target/s390x/cpu.h
/qemu/target/s390x/cpu_features.h
/qemu/target/s390x/cpu_models.c
/qemu/target/sh4/cpu.h
/qemu/target/sparc/cpu.h
/qemu/target/tilegx/cpu.h
/qemu/target/tricore/cpu.h
/qemu/target/unicore32/cpu.h
/qemu/target/xtensa/Makefile.objs
/qemu/target/xtensa/cpu.c
/qemu/target/xtensa/cpu.h
/qemu/target/xtensa/gdbstub.c
/qemu/target/xtensa/helper.c
/qemu/target/xtensa/helper.h
/qemu/target/xtensa/op_helper.c
/qemu/target/xtensa/overlay_tool.h
/qemu/target/xtensa/translate.c
/qemu/tcg/i386/tcg-target.inc.c
/qemu/tcg/tcg-op-gvec.c
/qemu/tcg/tcg-op.c
/qemu/tests/.gitignore
/qemu/tests/Makefile.include
/qemu/tests/acpi-test-data/pc/APIC.dimmpxm
/qemu/tests/acpi-test-data/pc/DSDT.dimmpxm
/qemu/tests/acpi-test-data/pc/NFIT.dimmpxm
/qemu/tests/acpi-test-data/pc/SRAT.dimmpxm
/qemu/tests/acpi-test-data/pc/SSDT.dimmpxm
/qemu/tests/acpi-test-data/q35/APIC.dimmpxm
/qemu/tests/acpi-test-data/q35/DSDT.dimmpxm
/qemu/tests/acpi-test-data/q35/NFIT.dimmpxm
/qemu/tests/acpi-test-data/q35/SRAT.dimmpxm
/qemu/tests/acpi-test-data/q35/SSDT.dimmpxm
/qemu/tests/bios-tables-test.c
/qemu/tests/boot-serial-test.c
/qemu/tests/check-qdict.c
/qemu/tests/check-qjson.c
/qemu/tests/check-qlist.c
/qemu/tests/check-qlit.c
/qemu/tests/check-qnum.c
/qemu/tests/check-qobject.c
/qemu/tests/check-qstring.c
/qemu/tests/device-introspect-test.c
/qemu/tests/docker/dockerfiles/fedora.docker
/qemu/tests/docker/test-debug
/qemu/tests/libqtest.c
/qemu/tests/machine-none-test.c
/qemu/tests/multiboot/.gitignore
/qemu/tests/multiboot/Makefile
/qemu/tests/multiboot/aout_kludge.S
/qemu/tests/multiboot/aout_kludge.out
/qemu/tests/multiboot/run_test.sh
/qemu/tests/numa-test.c
/qemu/tests/qapi-schema/test-qapi.py
/qemu/tests/qemu-iotests/030
/qemu/tests/qemu-iotests/033
/qemu/tests/qemu-iotests/055
/qemu/tests/qemu-iotests/056
/qemu/tests/qemu-iotests/056.out
/qemu/tests/qemu-iotests/089
/qemu/tests/qemu-iotests/089.out
/qemu/tests/qemu-iotests/109.out
/qemu/tests/qemu-iotests/146.out
/qemu/tests/qemu-iotests/153
/qemu/tests/qemu-iotests/153.out
/qemu/tests/qemu-iotests/169
/qemu/tests/qemu-iotests/169.out
/qemu/tests/qemu-iotests/181
/qemu/tests/qemu-iotests/199
/qemu/tests/qemu-iotests/199.out
/qemu/tests/qemu-iotests/208
/qemu/tests/qemu-iotests/208.out
/qemu/tests/qemu-iotests/209
/qemu/tests/qemu-iotests/209.out
/qemu/tests/qemu-iotests/210
/qemu/tests/qemu-iotests/210.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/qmp-test.c
/qemu/tests/qom-test.c
/qemu/tests/rcutorture.c
/qemu/tests/socket-helpers.c
/qemu/tests/socket-helpers.h
/qemu/tests/test-bdrv-drain.c
/qemu/tests/test-blockjob-txn.c
/qemu/tests/test-blockjob.c
/qemu/tests/test-char.c
/qemu/tests/test-cutils.c
/qemu/tests/test-io-channel-socket.c
/qemu/tests/test-keyval.c
/qemu/tests/test-qga.c
/qemu/tests/test-qmp-cmds.c
/qemu/tests/test-qmp-event.c
/qemu/tests/test-qobject-input-visitor.c
/qemu/tests/test-qobject-output-visitor.c
/qemu/tests/test-util-sockets.c
/qemu/tests/test-x86-cpuid-compat.c
/qemu/tests/vhost-user-test.c
/qemu/trace-events
/qemu/ui/Makefile.objs
/qemu/ui/console.c
/qemu/ui/gtk-egl.c
/qemu/ui/gtk.c
/qemu/ui/qemu-pixman.c
/qemu/ui/spice-display.c
/qemu/ui/trace-events
/qemu/ui/vnc.c
/qemu/util/Makefile.objs
/qemu/util/aio-wait.c
/qemu/util/aio-win32.c
/qemu/util/coroutine-ucontext.c
/qemu/util/cutils.c
/qemu/util/keyval.c
/qemu/util/main-loop.c
/qemu/util/qemu-config.c
/qemu/util/qemu-option.c
/qemu/util/qemu-sockets.c
/qemu/util/qemu-timer.c
/qemu/util/rcu.c
/qemu/util/sys_membarrier.c
/qemu/vl.c
7e563bfb15-Feb-2018 Thomas Huth <thuth@redhat.com>

Polish the version strings containing the package version

Since commit 67a1de0d195a there is no space anymore between the
version number and the parentheses when running configure with
--with-pkgver

Polish the version strings containing the package version

Since commit 67a1de0d195a there is no space anymore between the
version number and the parentheses when running configure with
--with-pkgversion=foo :

$ qemu-system-s390x --version
QEMU emulator version 2.11.50(foo)

But the space is included when building without that option
when building from a git checkout:

$ qemu-system-s390x --version
QEMU emulator version 2.11.50 (v2.11.0-1494-gbec9c64-dirty)

The same confusion exists with the "query-version" QMP command.
Let's fix this by introducing a proper QEMU_FULL_VERSION definition
that includes the space and parentheses, while the QEMU_PKGVERSION
should just cleanly contain the package version string itself.
Note that this also changes the behavior of the "query-version" QMP
command (the space and parentheses are not included there anymore),
but that's supposed to be OK since the strings there are not meant
to be parsed by other tools.

Fixes: 67a1de0d195a6185c39b436159c9ffc7720bf979
Buglink: https://bugs.launchpad.net/qemu/+bug/1673373
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <1518692807-25859-1-git-send-email-thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

show more ...


/qemu/.gitignore
/qemu/.gitmodules
/qemu/.gitpublish
/qemu/.mailmap
/qemu/.shippable.yml
/qemu/.travis.yml
/qemu/MAINTAINERS
/qemu/Makefile
/qemu/Makefile.objs
/qemu/Makefile.target
/qemu/README
/qemu/accel/accel.c
/qemu/accel/tcg/Makefile.objs
/qemu/accel/tcg/tcg-runtime-gvec.c
/qemu/accel/tcg/tcg-runtime.h
/qemu/arch_init.c
/qemu/audio/Makefile.objs
/qemu/audio/audio_int.h
/qemu/audio/wavcapture.c
/qemu/backends/Makefile.objs
/qemu/backends/cryptodev-builtin.c
/qemu/backends/cryptodev-vhost-user.c
/qemu/backends/cryptodev-vhost.c
/qemu/backends/cryptodev.c
/qemu/backends/hostmem-file.c
/qemu/backends/hostmem-ram.c
/qemu/backends/hostmem.c
/qemu/backends/tpm.c
/qemu/balloon.c
/qemu/block.c
/qemu/block/Makefile.objs
/qemu/block/blkdebug.c
/qemu/block/blkverify.c
/qemu/block/block-backend.c
/qemu/block/commit.c
/qemu/block/create.c
/qemu/block/crypto.c
/qemu/block/curl.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-opts.c
/qemu/block/iscsi.c
/qemu/block/mirror.c
/qemu/block/nbd-client.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-check.c
/qemu/block/qed-table.c
/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/snapshot.c
/qemu/block/ssh.c
/qemu/block/throttle-groups.c
/qemu/block/throttle.c
/qemu/block/vdi.c
/qemu/block/vhdx.c
/qemu/block/vmdk.c
/qemu/block/vpc.c
/qemu/block/vvfat.c
/qemu/block/write-threshold.c
/qemu/blockdev-nbd.c
/qemu/blockdev.c
/qemu/blockjob.c
/qemu/bsd-user/main.c
/qemu/chardev/char-fe.c
/qemu/chardev/char-file.c
/qemu/chardev/char-mux.c
/qemu/chardev/char-parallel.c
/qemu/chardev/char-pipe.c
/qemu/chardev/char-ringbuf.c
/qemu/chardev/char-serial.c
/qemu/chardev/char-socket.c
/qemu/chardev/char-stdio.c
/qemu/chardev/char-udp.c
/qemu/chardev/char.c
/qemu/chardev/spice.c
/qemu/configure
/qemu/contrib/ivshmem-server/main.c
/qemu/contrib/libvhost-user/libvhost-user.c
/qemu/contrib/libvhost-user/libvhost-user.h
/qemu/cpus.c
/qemu/crypto/cipherpriv.h
/qemu/crypto/hash.c
/qemu/crypto/hmac.c
/qemu/crypto/ivgen-essiv.c
/qemu/crypto/ivgen-plain.c
/qemu/crypto/ivgen-plain64.c
/qemu/crypto/random-gnutls.c
/qemu/crypto/random-platform.c
/qemu/default-configs/arm-softmmu.mak
/qemu/default-configs/i386-softmmu.mak
/qemu/default-configs/pci.mak
/qemu/default-configs/ppc-softmmu.mak
/qemu/default-configs/ppcemb-softmmu.mak
/qemu/default-configs/riscv32-linux-user.mak
/qemu/default-configs/riscv32-softmmu.mak
/qemu/default-configs/riscv64-linux-user.mak
/qemu/default-configs/riscv64-softmmu.mak
/qemu/default-configs/x86_64-softmmu.mak
/qemu/device-hotplug.c
/qemu/device_tree.c
/qemu/disas.c
/qemu/disas/Makefile.objs
/qemu/disas/riscv.c
/qemu/docs/can.txt
/qemu/docs/devel/migration.rst
/qemu/docs/devel/qapi-code-gen.txt
/qemu/docs/devel/stable-process.rst
/qemu/docs/devel/writing-qmp-commands.txt
/qemu/docs/interop/qcow2.txt
/qemu/docs/interop/qmp-intro.txt
/qemu/docs/interop/vhost-user.txt
/qemu/docs/pcie.txt
/qemu/docs/pcie_pci_bridge.txt
/qemu/docs/pvrdma.txt
/qemu/docs/qcow2-cache.txt
/qemu/docs/qemu-block-drivers.texi
/qemu/docs/specs/vmcoreinfo.txt
/qemu/docs/virtio-balloon-stats.txt
/qemu/docs/xen-save-devices-state.txt
/qemu/dump.c
/qemu/exec.c
/qemu/fpu/softfloat-specialize.h
/qemu/fpu/softfloat.c
/qemu/fsdev/qemu-fsdev-throttle.c
/qemu/fsdev/qemu-fsdev-throttle.h
/qemu/fsdev/qemu-fsdev.c
/qemu/fsdev/qemu-fsdev.h
/qemu/fsdev/virtfs-proxy-helper.c
/qemu/hmp-commands.hx
/qemu/hmp.c
/qemu/hmp.h
/qemu/hw/9pfs/9p-handle.c
/qemu/hw/9pfs/9p-local.c
/qemu/hw/9pfs/9p-proxy.c
/qemu/hw/9pfs/9p-synth.c
/qemu/hw/9pfs/9p.c
/qemu/hw/9pfs/9p.h
/qemu/hw/9pfs/xen-9p-backend.c
/qemu/hw/Makefile.objs
/qemu/hw/acpi/acpi-stub.c
/qemu/hw/acpi/core.c
/qemu/hw/acpi/cpu.c
/qemu/hw/acpi/memory_hotplug.c
/qemu/hw/acpi/vmgenid.c
/qemu/hw/adc/stm32f2xx_adc.c
/qemu/hw/arm/Makefile.objs
/qemu/hw/arm/armv7m.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/exynos4210.c
/qemu/hw/arm/fsl-imx6.c
/qemu/hw/arm/fsl-imx7.c
/qemu/hw/arm/highbank.c
/qemu/hw/arm/iotkit.c
/qemu/hw/arm/mcimx7d-sabre.c
/qemu/hw/arm/mps2-tz.c
/qemu/hw/arm/msf2-soc.c
/qemu/hw/arm/raspi.c
/qemu/hw/arm/realview.c
/qemu/hw/arm/tosa.c
/qemu/hw/arm/vexpress.c
/qemu/hw/arm/virt.c
/qemu/hw/arm/xilinx_zynq.c
/qemu/hw/arm/xlnx-zynqmp.c
/qemu/hw/block/block.c
/qemu/hw/block/dataplane/virtio-blk.c
/qemu/hw/block/hd-geometry.c
/qemu/hw/block/nvme.c
/qemu/hw/block/trace-events
/qemu/hw/char/escc.c
/qemu/hw/char/mcf_uart.c
/qemu/hw/char/sclpconsole-lm.c
/qemu/hw/char/sclpconsole.c
/qemu/hw/char/stm32f2xx_usart.c
/qemu/hw/char/virtio-console.c
/qemu/hw/core/Makefile.objs
/qemu/hw/core/generic-loader.c
/qemu/hw/core/loader.c
/qemu/hw/core/machine.c
/qemu/hw/core/qdev.c
/qemu/hw/core/register.c
/qemu/hw/core/split-irq.c
/qemu/hw/display/Makefile.objs
/qemu/hw/display/cg3.c
/qemu/hw/display/exynos4210_fimd.c
/qemu/hw/display/framebuffer.c
/qemu/hw/display/g364fb.c
/qemu/hw/display/milkymist-tmu2.c
/qemu/hw/display/qxl.c
/qemu/hw/display/sii9022.c
/qemu/hw/display/sm501.c
/qemu/hw/display/tcx.c
/qemu/hw/display/trace-events
/qemu/hw/display/vga.c
/qemu/hw/display/virtio-gpu-3d.c
/qemu/hw/display/virtio-gpu-pci.c
/qemu/hw/display/virtio-gpu.c
/qemu/hw/display/xlnx_dp.c
/qemu/hw/i2c/core.c
/qemu/hw/i2c/i2c-ddc.c
/qemu/hw/i2c/ppc4xx_i2c.c
/qemu/hw/i386/Makefile.objs
/qemu/hw/i386/acpi-build.c
/qemu/hw/i386/intel_iommu.c
/qemu/hw/i386/multiboot.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/xen/xen-hvm.c
/qemu/hw/ide/ahci-allwinner.c
/qemu/hw/ide/cmd646.c
/qemu/hw/ide/core.c
/qemu/hw/ide/ich.c
/qemu/hw/ide/isa.c
/qemu/hw/ide/microdrive.c
/qemu/hw/ide/mmio.c
/qemu/hw/input/adb-kbd.c
/qemu/hw/input/adb-mouse.c
/qemu/hw/input/trace-events
/qemu/hw/intc/Makefile.objs
/qemu/hw/intc/armv7m_nvic.c
/qemu/hw/intc/heathrow_pic.c
/qemu/hw/intc/imx_gpcv2.c
/qemu/hw/intc/openpic.c
/qemu/hw/intc/openpic_kvm.c
/qemu/hw/intc/s390_flic.c
/qemu/hw/intc/s390_flic_kvm.c
/qemu/hw/intc/trace-events
/qemu/hw/intc/xics_pnv.c
/qemu/hw/intc/xics_spapr.c
/qemu/hw/ipmi/ipmi.c
/qemu/hw/isa/lpc_ich9.c
/qemu/hw/mem/nvdimm.c
/qemu/hw/mips/mips_fulong2e.c
/qemu/hw/mips/mips_jazz.c
/qemu/hw/mips/mips_malta.c
/qemu/hw/misc/Makefile.objs
/qemu/hw/misc/aspeed_scu.c
/qemu/hw/misc/aspeed_sdmc.c
/qemu/hw/misc/exynos4210_rng.c
/qemu/hw/misc/imx2_wdt.c
/qemu/hw/misc/imx7_ccm.c
/qemu/hw/misc/imx7_gpr.c
/qemu/hw/misc/imx7_snvs.c
/qemu/hw/misc/iotkit-secctl.c
/qemu/hw/misc/macio/cuda.c
/qemu/hw/misc/macio/macio.c
/qemu/hw/misc/macio/trace-events
/qemu/hw/misc/mips_cmgcr.c
/qemu/hw/misc/mos6522.c
/qemu/hw/misc/mps2-fpgaio.c
/qemu/hw/misc/mps2-scc.c
/qemu/hw/misc/trace-events
/qemu/hw/misc/tz-ppc.c
/qemu/hw/misc/unimp.c
/qemu/hw/net/Makefile.objs
/qemu/hw/net/can/Makefile.objs
/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/e1000.c
/qemu/hw/net/e1000e.c
/qemu/hw/net/lance.c
/qemu/hw/net/ne2000.c
/qemu/hw/net/net_tx_pkt.c
/qemu/hw/net/pcnet-pci.c
/qemu/hw/net/pcnet.c
/qemu/hw/net/rocker/qmp-norocker.c
/qemu/hw/net/rocker/rocker.c
/qemu/hw/net/rocker/rocker_fp.c
/qemu/hw/net/rocker/rocker_of_dpa.c
/qemu/hw/net/rtl8139.c
/qemu/hw/net/virtio-net.c
/qemu/hw/net/xgmac.c
/qemu/hw/nios2/cpu_pic.c
/qemu/hw/nvram/fw_cfg.c
/qemu/hw/pci-bridge/gen_pcie_root_port.c
/qemu/hw/pci-bridge/i82801b11.c
/qemu/hw/pci-bridge/ioh3420.c
/qemu/hw/pci-bridge/pci_bridge_dev.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-bridge/xio3130_upstream.c
/qemu/hw/pci-host/Makefile.objs
/qemu/hw/pci-host/designware.c
/qemu/hw/pci-host/sabre.c
/qemu/hw/pci-host/xilinx-pcie.c
/qemu/hw/pci/pci-stub.c
/qemu/hw/pci/pci.c
/qemu/hw/pci/pci_bridge.c
/qemu/hw/pci/pcie_aer.c
/qemu/hw/ppc/Makefile.objs
/qemu/hw/ppc/e500.c
/qemu/hw/ppc/fdt.c
/qemu/hw/ppc/mac.h
/qemu/hw/ppc/mac_newworld.c
/qemu/hw/ppc/mac_oldworld.c
/qemu/hw/ppc/pnv_bmc.c
/qemu/hw/ppc/pnv_xscom.c
/qemu/hw/ppc/ppc.c
/qemu/hw/ppc/ppc440.h
/qemu/hw/ppc/ppc440_pcix.c
/qemu/hw/ppc/ppc440_uc.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_hcall.c
/qemu/hw/ppc/spapr_pci_vfio.c
/qemu/hw/ppc/spapr_rtas.c
/qemu/hw/ppc/spapr_rtc.c
/qemu/hw/ppc/trace-events
/qemu/hw/ppc/virtex_ml507.c
/qemu/hw/rdma/Makefile.objs
/qemu/hw/rdma/rdma_backend.c
/qemu/hw/rdma/rdma_backend.h
/qemu/hw/rdma/rdma_backend_defs.h
/qemu/hw/rdma/rdma_rm.c
/qemu/hw/rdma/rdma_rm.h
/qemu/hw/rdma/rdma_rm_defs.h
/qemu/hw/rdma/rdma_utils.c
/qemu/hw/rdma/rdma_utils.h
/qemu/hw/rdma/trace-events
/qemu/hw/rdma/vmw/pvrdma.h
/qemu/hw/rdma/vmw/pvrdma_cmd.c
/qemu/hw/rdma/vmw/pvrdma_dev_ring.c
/qemu/hw/rdma/vmw/pvrdma_dev_ring.h
/qemu/hw/rdma/vmw/pvrdma_main.c
/qemu/hw/rdma/vmw/pvrdma_qp_ops.c
/qemu/hw/rdma/vmw/pvrdma_qp_ops.h
/qemu/hw/rdma/vmw/trace-events
/qemu/hw/riscv/Makefile.objs
/qemu/hw/riscv/riscv_hart.c
/qemu/hw/riscv/riscv_htif.c
/qemu/hw/riscv/sifive_clint.c
/qemu/hw/riscv/sifive_e.c
/qemu/hw/riscv/sifive_plic.c
/qemu/hw/riscv/sifive_prci.c
/qemu/hw/riscv/sifive_test.c
/qemu/hw/riscv/sifive_u.c
/qemu/hw/riscv/sifive_uart.c
/qemu/hw/riscv/spike.c
/qemu/hw/riscv/virt.c
/qemu/hw/s390x/css.c
/qemu/hw/s390x/event-facility.c
/qemu/hw/s390x/ipl.c
/qemu/hw/s390x/ipl.h
/qemu/hw/s390x/s390-ccw.c
/qemu/hw/s390x/s390-pci-bus.c
/qemu/hw/s390x/s390-pci-bus.h
/qemu/hw/s390x/s390-pci-inst.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/sclpcpu.c
/qemu/hw/s390x/sclpquiesce.c
/qemu/hw/s390x/virtio-ccw.c
/qemu/hw/s390x/virtio-ccw.h
/qemu/hw/scsi/esp.c
/qemu/hw/scsi/lsi53c895a.c
/qemu/hw/scsi/megasas.c
/qemu/hw/scsi/mptendian.c
/qemu/hw/scsi/scsi-bus.c
/qemu/hw/scsi/scsi-disk.c
/qemu/hw/scsi/spapr_vscsi.c
/qemu/hw/scsi/vhost-scsi-common.c
/qemu/hw/scsi/virtio-scsi-dataplane.c
/qemu/hw/sd/Makefile.objs
/qemu/hw/sd/core.c
/qemu/hw/sd/milkymist-memcard.c
/qemu/hw/sd/sd.c
/qemu/hw/sd/sdhci-internal.h
/qemu/hw/sd/sdhci.c
/qemu/hw/sd/sdmmc-internal.c
/qemu/hw/sd/sdmmc-internal.h
/qemu/hw/sd/ssi-sd.c
/qemu/hw/sd/trace-events
/qemu/hw/smbios/smbios-stub.c
/qemu/hw/smbios/smbios.c
/qemu/hw/sparc/sun4m.c
/qemu/hw/sparc64/niagara.c
/qemu/hw/sparc64/sun4u_iommu.c
/qemu/hw/ssi/stm32f2xx_spi.c
/qemu/hw/ssi/xilinx_spips.c
/qemu/hw/timer/Makefile.objs
/qemu/hw/timer/imx_gpt.c
/qemu/hw/timer/m48t59.c
/qemu/hw/timer/mc146818rtc.c
/qemu/hw/timer/trace-events
/qemu/hw/timer/xlnx-zynqmp-rtc.c
/qemu/hw/tpm/tpm_crb.c
/qemu/hw/tpm/tpm_emulator.c
/qemu/hw/tpm/tpm_passthrough.c
/qemu/hw/tpm/tpm_tis.c
/qemu/hw/tpm/tpm_util.c
/qemu/hw/tpm/trace-events
/qemu/hw/tricore/tricore_testboard.c
/qemu/hw/usb/Makefile.objs
/qemu/hw/usb/ccid-card-passthru.c
/qemu/hw/usb/chipidea.c
/qemu/hw/usb/dev-mtp.c
/qemu/hw/usb/hcd-xhci.c
/qemu/hw/usb/xen-usb.c
/qemu/hw/vfio/ccw.c
/qemu/hw/vfio/pci.c
/qemu/hw/vfio/platform.c
/qemu/hw/virtio/trace-events
/qemu/hw/virtio/vhost-user.c
/qemu/hw/virtio/vhost.c
/qemu/hw/virtio/virtio-balloon.c
/qemu/hw/virtio/virtio-bus.c
/qemu/hw/virtio/virtio-crypto.c
/qemu/hw/virtio/virtio-pci.c
/qemu/hw/virtio/virtio.c
/qemu/hw/watchdog/watchdog.c
/qemu/hw/xen/xen-common.c
/qemu/hw/xen/xen_devconfig.c
/qemu/hw/xen/xen_pt.c
/qemu/hw/xtensa/xtfpga.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/nbd.h
/qemu/include/block/qapi.h
/qemu/include/block/snapshot.h
/qemu/include/chardev/char-mux.h
/qemu/include/chardev/char.h
/qemu/include/crypto/cipher.h
/qemu/include/crypto/hash.h
/qemu/include/crypto/hmac.h
/qemu/include/crypto/random.h
/qemu/include/crypto/secret.h
/qemu/include/crypto/tlscreds.h
/qemu/include/crypto/xts.h
/qemu/include/disas/bfd.h
/qemu/include/elf.h
/qemu/include/exec/helper-head.h
/qemu/include/exec/memory-internal.h
/qemu/include/exec/memory.h
/qemu/include/exec/ram_addr.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/acpi_dev_interface.h
/qemu/include/hw/acpi/tpm.h
/qemu/include/hw/arm/armv7m.h
/qemu/include/hw/arm/aspeed_soc.h
/qemu/include/hw/arm/bcm2836.h
/qemu/include/hw/arm/fsl-imx7.h
/qemu/include/hw/arm/iotkit.h
/qemu/include/hw/arm/xlnx-zynqmp.h
/qemu/include/hw/block/block.h
/qemu/include/hw/block/fdc.h
/qemu/include/hw/char/escc.h
/qemu/include/hw/char/stm32f2xx_usart.h
/qemu/include/hw/compat.h
/qemu/include/hw/core/split-irq.h
/qemu/include/hw/elf_ops.h
/qemu/include/hw/i2c/i2c.h
/qemu/include/hw/i386/pc.h
/qemu/include/hw/ide/internal.h
/qemu/include/hw/intc/heathrow_pic.h
/qemu/include/hw/intc/imx_gpcv2.h
/qemu/include/hw/irq.h
/qemu/include/hw/loader.h
/qemu/include/hw/misc/imx2_wdt.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/iotkit-secctl.h
/qemu/include/hw/misc/macio/cuda.h
/qemu/include/hw/misc/macio/macio.h
/qemu/include/hw/misc/mos6522.h
/qemu/include/hw/misc/mps2-fpgaio.h
/qemu/include/hw/misc/tz-ppc.h
/qemu/include/hw/misc/unimp.h
/qemu/include/hw/or-irq.h
/qemu/include/hw/pci-host/designware.h
/qemu/include/hw/pci/pci.h
/qemu/include/hw/pci/pci_bridge.h
/qemu/include/hw/pci/pci_ids.h
/qemu/include/hw/pci/pcie_host.h
/qemu/include/hw/ppc/openpic.h
/qemu/include/hw/ppc/openpic_kvm.h
/qemu/include/hw/ppc/spapr.h
/qemu/include/hw/ppc/spapr_drc.h
/qemu/include/hw/qdev-core.h
/qemu/include/hw/qdev-properties.h
/qemu/include/hw/register.h
/qemu/include/hw/riscv/riscv_hart.h
/qemu/include/hw/riscv/riscv_htif.h
/qemu/include/hw/riscv/sifive_clint.h
/qemu/include/hw/riscv/sifive_e.h
/qemu/include/hw/riscv/sifive_plic.h
/qemu/include/hw/riscv/sifive_prci.h
/qemu/include/hw/riscv/sifive_test.h
/qemu/include/hw/riscv/sifive_u.h
/qemu/include/hw/riscv/sifive_uart.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_flic.h
/qemu/include/hw/s390x/sclp.h
/qemu/include/hw/scsi/scsi.h
/qemu/include/hw/sd/sd.h
/qemu/include/hw/sd/sdhci.h
/qemu/include/hw/smbios/smbios.h
/qemu/include/hw/timer/imx_gpt.h
/qemu/include/hw/timer/xlnx-zynqmp-rtc.h
/qemu/include/hw/usb/chipidea.h
/qemu/include/hw/virtio/vhost-backend.h
/qemu/include/hw/virtio/vhost.h
/qemu/include/hw/virtio/virtio-bus.h
/qemu/include/hw/virtio/virtio-crypto.h
/qemu/include/hw/virtio/virtio-gpu.h
/qemu/include/io/channel-file.h
/qemu/include/io/channel-socket.h
/qemu/include/io/channel-tls.h
/qemu/include/io/channel.h
/qemu/include/io/dns-resolver.h
/qemu/include/io/net-listener.h
/qemu/include/io/task.h
/qemu/include/migration/colo.h
/qemu/include/migration/failover.h
/qemu/include/migration/global_state.h
/qemu/include/migration/vmstate.h
/qemu/include/monitor/monitor.h
/qemu/include/net/can_emu.h
/qemu/include/net/can_host.h
/qemu/include/net/eth.h
/qemu/include/net/filter.h
/qemu/include/net/net.h
/qemu/include/net/slirp.h
/qemu/include/net/tap.h
/qemu/include/net/vhost_net.h
/qemu/include/qapi/clone-visitor.h
/qemu/include/qapi/error.h
/qemu/include/qapi/opts-visitor.h
/qemu/include/qapi/qmp-event.h
/qemu/include/qapi/qmp/dispatch.h
/qemu/include/qapi/qmp/json-parser.h
/qemu/include/qapi/qmp/qbool.h
/qemu/include/qapi/qmp/qdict.h
/qemu/include/qapi/qmp/qjson.h
/qemu/include/qapi/qmp/qlist.h
/qemu/include/qapi/qmp/qlit.h
/qemu/include/qapi/qmp/qnum.h
/qemu/include/qapi/qmp/qobject.h
/qemu/include/qapi/qmp/qstring.h
/qemu/include/qapi/qobject-input-visitor.h
/qemu/include/qapi/qobject-output-visitor.h
/qemu/include/qapi/visitor.h
/qemu/include/qemu-common.h
/qemu/include/qemu/bswap.h
/qemu/include/qemu/config-file.h
/qemu/include/qemu/lockable.h
/qemu/include/qemu/module.h
/qemu/include/qemu/option.h
/qemu/include/qemu/osdep.h
/qemu/include/qemu/ratelimit.h
/qemu/include/qemu/sockets.h
/qemu/include/qemu/throttle.h
/qemu/include/qemu/typedefs.h
/qemu/include/qom/cpu.h
/qemu/include/qom/object.h
/qemu/include/qom/object_interfaces.h
/qemu/include/scsi/pr-manager.h
/qemu/include/standard-headers/drivers/infiniband/hw/vmw_pvrdma/pvrdma_dev_api.h
/qemu/include/standard-headers/drivers/infiniband/hw/vmw_pvrdma/pvrdma_ring.h
/qemu/include/standard-headers/drivers/infiniband/hw/vmw_pvrdma/pvrdma_verbs.h
/qemu/include/standard-headers/linux/virtio_balloon.h
/qemu/include/standard-headers/linux/virtio_gpu.h
/qemu/include/standard-headers/rdma/vmw_pvrdma-abi.h
/qemu/include/sysemu/arch_init.h
/qemu/include/sysemu/balloon.h
/qemu/include/sysemu/cryptodev-vhost-user.h
/qemu/include/sysemu/cryptodev-vhost.h
/qemu/include/sysemu/cryptodev.h
/qemu/include/sysemu/dump.h
/qemu/include/sysemu/hax.h
/qemu/include/sysemu/hostmem.h
/qemu/include/sysemu/iothread.h
/qemu/include/sysemu/kvm.h
/qemu/include/sysemu/numa.h
/qemu/include/sysemu/replay.h
/qemu/include/sysemu/sysemu.h
/qemu/include/sysemu/tpm.h
/qemu/include/sysemu/tpm_backend.h
/qemu/include/sysemu/watchdog.h
/qemu/include/ui/console.h
/qemu/include/ui/input.h
/qemu/include/ui/qemu-spice.h
/qemu/io/channel-command.c
/qemu/io/channel-file.c
/qemu/io/channel-socket.c
/qemu/io/channel-tls.c
/qemu/io/channel-websock.c
/qemu/io/channel.c
/qemu/io/dns-resolver.c
/qemu/io/net-listener.c
/qemu/io/task.c
/qemu/iothread.c
/qemu/linux-user/aarch64/target_elf.h
/qemu/linux-user/aarch64/target_syscall.h
/qemu/linux-user/aarch64/termbits.h
/qemu/linux-user/alpha/target_elf.h
/qemu/linux-user/alpha/termbits.h
/qemu/linux-user/arm/target_elf.h
/qemu/linux-user/arm/termbits.h
/qemu/linux-user/cris/target_elf.h
/qemu/linux-user/cris/termbits.h
/qemu/linux-user/elfload.c
/qemu/linux-user/host/aarch64/safe-syscall.inc.S
/qemu/linux-user/hppa/target_elf.h
/qemu/linux-user/hppa/termbits.h
/qemu/linux-user/i386/target_elf.h
/qemu/linux-user/i386/termbits.h
/qemu/linux-user/ioctls.h
/qemu/linux-user/m68k/target_elf.h
/qemu/linux-user/m68k/termbits.h
/qemu/linux-user/main.c
/qemu/linux-user/microblaze/target_elf.h
/qemu/linux-user/microblaze/termbits.h
/qemu/linux-user/mips/target_elf.h
/qemu/linux-user/mips/termbits.h
/qemu/linux-user/mips64/target_elf.h
/qemu/linux-user/nios2/target_elf.h
/qemu/linux-user/nios2/termbits.h
/qemu/linux-user/openrisc/target_elf.h
/qemu/linux-user/openrisc/termbits.h
/qemu/linux-user/ppc/target_elf.h
/qemu/linux-user/ppc/termbits.h
/qemu/linux-user/qemu.h
/qemu/linux-user/riscv/syscall_nr.h
/qemu/linux-user/riscv/target_cpu.h
/qemu/linux-user/riscv/target_elf.h
/qemu/linux-user/riscv/target_signal.h
/qemu/linux-user/riscv/target_structs.h
/qemu/linux-user/riscv/target_syscall.h
/qemu/linux-user/riscv/termbits.h
/qemu/linux-user/s390x/target_elf.h
/qemu/linux-user/s390x/termbits.h
/qemu/linux-user/sh4/target_elf.h
/qemu/linux-user/sh4/termbits.h
/qemu/linux-user/signal.c
/qemu/linux-user/sparc/target_elf.h
/qemu/linux-user/sparc/termbits.h
/qemu/linux-user/sparc64/target_elf.h
/qemu/linux-user/sparc64/termbits.h
/qemu/linux-user/syscall.c
/qemu/linux-user/syscall_defs.h
/qemu/linux-user/tilegx/target_elf.h
/qemu/linux-user/tilegx/termbits.h
/qemu/linux-user/unicore32/target_elf.h
/qemu/linux-user/x86_64/target_elf.h
/qemu/linux-user/x86_64/termbits.h
/qemu/memory.c
/qemu/migration/block.c
/qemu/migration/colo-failover.c
/qemu/migration/colo.c
/qemu/migration/exec.c
/qemu/migration/fd.c
/qemu/migration/migration.c
/qemu/migration/migration.h
/qemu/migration/postcopy-ram.c
/qemu/migration/postcopy-ram.h
/qemu/migration/ram.c
/qemu/migration/ram.h
/qemu/migration/savevm.c
/qemu/migration/socket.c
/qemu/migration/tls.c
/qemu/monitor.c
/qemu/nbd/client.c
/qemu/nbd/common.c
/qemu/nbd/server.c
/qemu/nbd/trace-events
/qemu/net/Makefile.objs
/qemu/net/can/Makefile.objs
/qemu/net/can/can_core.c
/qemu/net/can/can_host.c
/qemu/net/can/can_socketcan.c
/qemu/net/clients.h
/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/slirp.c
/qemu/net/tap.c
/qemu/net/tap_int.h
/qemu/net/vhost-user.c
/qemu/numa.c
/qemu/pc-bios/canyonlands.dtb
/qemu/pc-bios/canyonlands.dts
/qemu/pc-bios/openbios-ppc
/qemu/pc-bios/openbios-sparc32
/qemu/pc-bios/openbios-sparc64
/qemu/pc-bios/s390-ccw.img
/qemu/pc-bios/s390-ccw/Makefile
/qemu/pc-bios/s390-ccw/bootmap.c
/qemu/pc-bios/s390-ccw/bootmap.h
/qemu/pc-bios/s390-ccw/iplb.h
/qemu/pc-bios/s390-ccw/libc.c
/qemu/pc-bios/s390-ccw/libc.h
/qemu/pc-bios/s390-ccw/main.c
/qemu/pc-bios/s390-ccw/menu.c
/qemu/pc-bios/s390-ccw/s390-ccw.h
/qemu/pc-bios/s390-ccw/sclp.c
/qemu/pc-bios/s390-ccw/virtio.c
/qemu/pc-bios/s390-netboot.img
/qemu/pc-bios/u-boot-sam460-20100605.bin
/qemu/qapi/block-core.json
/qemu/qapi/migration.json
/qemu/qapi/misc.json
/qemu/qapi/net.json
/qemu/qapi/qapi-dealloc-visitor.c
/qemu/qapi/qapi-schema.json
/qemu/qapi/qapi-visit-core.c
/qemu/qapi/qmp-dispatch.c
/qemu/qapi/qmp-event.c
/qemu/qapi/qobject-input-visitor.c
/qemu/qapi/qobject-output-visitor.c
/qemu/qapi/run-state.json
/qemu/qapi/ui.json
/qemu/qdev-monitor.c
/qemu/qemu-doc.texi
/qemu/qemu-img.c
/qemu/qemu-img.texi
/qemu/qemu-io-cmds.c
/qemu/qemu-io.c
/qemu/qemu-keymap.c
/qemu/qemu-nbd.c
/qemu/qemu-options.hx
/qemu/qga/Makefile.objs
/qemu/qga/commands-posix.c
/qemu/qga/commands-win32.c
/qemu/qga/commands.c
/qemu/qga/guest-agent-core.h
/qemu/qga/main.c
/qemu/qga/vss-win32.c
/qemu/qmp.c
/qemu/qobject/json-parser.c
/qemu/qobject/qbool.c
/qemu/qobject/qdict.c
/qemu/qobject/qjson.c
/qemu/qobject/qlist.c
/qemu/qobject/qlit.c
/qemu/qobject/qnum.c
/qemu/qobject/qobject.c
/qemu/qobject/qstring.c
/qemu/qom/object.c
/qemu/qom/object_interfaces.c
/qemu/replay/replay-input.c
/qemu/replay/replay.c
/qemu/replication.h
/qemu/roms/Makefile
/qemu/roms/openbios
/qemu/roms/u-boot-sam460ex
/qemu/rules.mak
/qemu/scripts/argparse.py
/qemu/scripts/checkpatch.pl
/qemu/scripts/decodetree.py
/qemu/scripts/git-submodule.sh
/qemu/scripts/make-release
/qemu/scripts/qapi-gen.py
/qemu/scripts/qapi/__init__.py
/qemu/scripts/qapi/commands.py
/qemu/scripts/qapi/common.py
/qemu/scripts/qapi/doc.py
/qemu/scripts/qapi/events.py
/qemu/scripts/qapi/introspect.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/format/ust_events_h.py
/qemu/scripts/update-linux-headers.sh
qemu-pr-helper.c
/qemu/stubs/arch-query-cpu-def.c
/qemu/stubs/arch-query-cpu-model-baseline.c
/qemu/stubs/arch-query-cpu-model-comparison.c
/qemu/stubs/arch-query-cpu-model-expansion.c
/qemu/stubs/dump.c
/qemu/stubs/machine-init-done.c
/qemu/stubs/tpm.c
/qemu/stubs/uuid.c
/qemu/stubs/vmgenid.c
/qemu/stubs/xen-hvm.c
/qemu/target/alpha/cpu.c
/qemu/target/alpha/cpu.h
/qemu/target/arm/Makefile.objs
/qemu/target/arm/cpu-qom.h
/qemu/target/arm/cpu.c
/qemu/target/arm/cpu.h
/qemu/target/arm/cpu64.c
/qemu/target/arm/crypto_helper.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/idau.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/machine.c
/qemu/target/arm/monitor.c
/qemu/target/arm/neon_helper.c
/qemu/target/arm/translate-a64.c
/qemu/target/arm/translate.c
/qemu/target/arm/translate.h
/qemu/target/arm/vec_helper.c
/qemu/target/hppa/cpu.c
/qemu/target/hppa/cpu.h
/qemu/target/hppa/op_helper.c
/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-darwin.c
/qemu/target/i386/hax-darwin.h
/qemu/target/i386/hax-i386.h
/qemu/target/i386/hax-interface.h
/qemu/target/i386/hax-mem.c
/qemu/target/i386/hax-windows.c
/qemu/target/i386/hax-windows.h
/qemu/target/i386/hvf/x86_mmu.c
/qemu/target/i386/monitor.c
/qemu/target/i386/whpx-all.c
/qemu/target/i386/xsave_helper.c
/qemu/target/lm32/cpu.c
/qemu/target/m68k/Makefile.objs
/qemu/target/m68k/cpu.c
/qemu/target/m68k/cpu.h
/qemu/target/m68k/fpu_helper.c
/qemu/target/m68k/helper.c
/qemu/target/m68k/helper.h
/qemu/target/m68k/softfloat.c
/qemu/target/m68k/softfloat.h
/qemu/target/m68k/softfloat_fpsp_tables.h
/qemu/target/m68k/translate.c
/qemu/target/microblaze/cpu.c
/qemu/target/microblaze/cpu.h
/qemu/target/microblaze/op_helper.c
/qemu/target/moxie/cpu.h
/qemu/target/nios2/cpu.h
/qemu/target/nios2/helper.c
/qemu/target/openrisc/cpu.h
/qemu/target/openrisc/fpu_helper.c
/qemu/target/ppc/cpu.h
/qemu/target/ppc/fpu_helper.c
/qemu/target/ppc/int_helper.c
/qemu/target/ppc/kvm-stub.c
/qemu/target/ppc/kvm.c
/qemu/target/ppc/mmu-book3s-v3.c
/qemu/target/ppc/mmu-hash64.c
/qemu/target/ppc/mmu-radix64.c
/qemu/target/ppc/mmu_helper.c
/qemu/target/ppc/translate.c
/qemu/target/ppc/translate/dfp-impl.inc.c
/qemu/target/ppc/translate_init.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_user.h
/qemu/target/riscv/fpu_helper.c
/qemu/target/riscv/gdbstub.c
/qemu/target/riscv/helper.c
/qemu/target/riscv/helper.h
/qemu/target/riscv/instmap.h
/qemu/target/riscv/op_helper.c
/qemu/target/riscv/pmp.c
/qemu/target/riscv/pmp.h
/qemu/target/riscv/translate.c
/qemu/target/s390x/cpu.c
/qemu/target/s390x/cpu.h
/qemu/target/s390x/cpu_features.c
/qemu/target/s390x/cpu_features_def.h
/qemu/target/s390x/cpu_models.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/helper.h
/qemu/target/s390x/insn-data.def
/qemu/target/s390x/internal.h
/qemu/target/s390x/interrupt.c
/qemu/target/s390x/kvm-stub.c
/qemu/target/s390x/kvm.c
/qemu/target/s390x/kvm_s390x.h
/qemu/target/s390x/mem_helper.c
/qemu/target/s390x/misc_helper.c
/qemu/target/s390x/mmu_helper.c
/qemu/target/s390x/sigp.c
/qemu/target/s390x/translate.c
/qemu/target/sh4/cpu.c
/qemu/target/sh4/cpu.h
/qemu/target/sh4/op_helper.c
/qemu/target/sparc/cpu.h
/qemu/target/sparc/fop_helper.c
/qemu/target/sparc/translate.c
/qemu/target/tricore/cpu.h
/qemu/target/tricore/csfr.def
/qemu/target/tricore/fpu_helper.c
/qemu/target/tricore/helper.c
/qemu/target/tricore/op_helper.c
/qemu/target/tricore/translate.c
/qemu/target/tricore/tricore-opcodes.h
/qemu/target/unicore32/Makefile.objs
/qemu/target/unicore32/cpu.c
/qemu/target/unicore32/cpu.h
/qemu/target/unicore32/ucf64_helper.c
/qemu/target/xtensa/cpu.h
/qemu/target/xtensa/op_helper.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/i386/tcg-target.opc.h
/qemu/tcg/optimize.c
/qemu/tcg/tcg-gvec-desc.h
/qemu/tcg/tcg-op-gvec.c
/qemu/tcg/tcg-op-gvec.h
/qemu/tcg/tcg-op-vec.c
/qemu/tcg/tcg-op.c
/qemu/tcg/tcg-op.h
/qemu/tcg/tcg-opc.h
/qemu/tcg/tcg-pool.inc.c
/qemu/tcg/tcg.c
/qemu/tcg/tcg.h
/qemu/tests/.gitignore
/qemu/tests/Makefile.include
/qemu/tests/acpi-test-data/pc/FACP
/qemu/tests/acpi-test-data/q35/FACP
/qemu/tests/ahci-test.c
/qemu/tests/bios-tables-test.c
/qemu/tests/boot-order-test.c
/qemu/tests/boot-sector.c
/qemu/tests/boot-sector.h
/qemu/tests/boot-serial-test.c
/qemu/tests/check-qdict.c
/qemu/tests/check-qjson.c
/qemu/tests/check-qlist.c
/qemu/tests/check-qlit.c
/qemu/tests/check-qnum.c
/qemu/tests/check-qobject.c
/qemu/tests/cpu-plug-test.c
/qemu/tests/decode/check.sh
/qemu/tests/decode/err_argset1.decode
/qemu/tests/decode/err_argset2.decode
/qemu/tests/decode/err_field1.decode
/qemu/tests/decode/err_field2.decode
/qemu/tests/decode/err_field3.decode
/qemu/tests/decode/err_field4.decode
/qemu/tests/decode/err_field5.decode
/qemu/tests/decode/err_init1.decode
/qemu/tests/decode/err_init2.decode
/qemu/tests/decode/err_init3.decode
/qemu/tests/decode/err_init4.decode
/qemu/tests/decode/err_overlap1.decode
/qemu/tests/decode/err_overlap2.decode
/qemu/tests/decode/err_overlap3.decode
/qemu/tests/decode/err_overlap4.decode
/qemu/tests/decode/err_overlap5.decode
/qemu/tests/decode/err_overlap6.decode
/qemu/tests/decode/err_overlap7.decode
/qemu/tests/decode/err_overlap8.decode
/qemu/tests/decode/err_overlap9.decode
/qemu/tests/device-introspect-test.c
/qemu/tests/drive_del-test.c
/qemu/tests/ds1338-test.c
/qemu/tests/e1000e-test.c
/qemu/tests/fw_cfg-test.c
/qemu/tests/i440fx-test.c
/qemu/tests/ide-test.c
/qemu/tests/io-channel-helpers.c
/qemu/tests/ivshmem-test.c
/qemu/tests/libqos/ahci.c
/qemu/tests/libqos/ahci.h
/qemu/tests/libqos/fw_cfg.c
/qemu/tests/libqos/fw_cfg.h
/qemu/tests/libqos/i2c-imx.c
/qemu/tests/libqos/i2c-omap.c
/qemu/tests/libqos/i2c.h
/qemu/tests/libqos/libqos-pc.c
/qemu/tests/libqos/libqos.c
/qemu/tests/libqos/libqos.h
/qemu/tests/libqos/malloc-pc.c
/qemu/tests/libqos/malloc-pc.h
/qemu/tests/libqos/malloc-spapr.c
/qemu/tests/libqos/malloc-spapr.h
/qemu/tests/libqos/malloc.h
/qemu/tests/libqos/pci-pc.c
/qemu/tests/libqos/pci-pc.h
/qemu/tests/libqos/pci-spapr.c
/qemu/tests/libqos/pci-spapr.h
/qemu/tests/libqos/pci.h
/qemu/tests/libqos/rtas.c
/qemu/tests/libqos/rtas.h
/qemu/tests/libqos/virtio-pci.c
/qemu/tests/libqtest.c
/qemu/tests/libqtest.h
/qemu/tests/m48t59-test.c
/qemu/tests/megasas-test.c
/qemu/tests/migration-test.c
/qemu/tests/migration/rebuild-x86-bootblock.sh
/qemu/tests/migration/x86-a-b-bootblock.h
/qemu/tests/migration/x86-a-b-bootblock.s
/qemu/tests/numa-test.c
/qemu/tests/pvpanic-test.c
/qemu/tests/pxe-test.c
/qemu/tests/q35-test.c
/qemu/tests/qapi-schema/comments.out
/qemu/tests/qapi-schema/doc-bad-section.out
/qemu/tests/qapi-schema/doc-good.out
/qemu/tests/qapi-schema/doc-good.texi
/qemu/tests/qapi-schema/empty.out
/qemu/tests/qapi-schema/event-case.out
/qemu/tests/qapi-schema/ident-with-escape.out
/qemu/tests/qapi-schema/include-no-file.err
/qemu/tests/qapi-schema/include-relpath.out
/qemu/tests/qapi-schema/include-repetition.out
/qemu/tests/qapi-schema/include-simple.out
/qemu/tests/qapi-schema/indented-expr.out
/qemu/tests/qapi-schema/qapi-schema-test.out
/qemu/tests/qapi-schema/test-qapi.py
/qemu/tests/qemu-iotests/030
/qemu/tests/qemu-iotests/030.out
/qemu/tests/qemu-iotests/033
/qemu/tests/qemu-iotests/033.out
/qemu/tests/qemu-iotests/049.out
/qemu/tests/qemu-iotests/051
/qemu/tests/qemu-iotests/059
/qemu/tests/qemu-iotests/059.out
/qemu/tests/qemu-iotests/061
/qemu/tests/qemu-iotests/061.out
/qemu/tests/qemu-iotests/080
/qemu/tests/qemu-iotests/080.out
/qemu/tests/qemu-iotests/096
/qemu/tests/qemu-iotests/103
/qemu/tests/qemu-iotests/103.out
/qemu/tests/qemu-iotests/112.out
/qemu/tests/qemu-iotests/124
/qemu/tests/qemu-iotests/129
/qemu/tests/qemu-iotests/132
/qemu/tests/qemu-iotests/136
/qemu/tests/qemu-iotests/137
/qemu/tests/qemu-iotests/137.out
/qemu/tests/qemu-iotests/139
/qemu/tests/qemu-iotests/148
/qemu/tests/qemu-iotests/152
/qemu/tests/qemu-iotests/153
/qemu/tests/qemu-iotests/153.out
/qemu/tests/qemu-iotests/155
/qemu/tests/qemu-iotests/163
/qemu/tests/qemu-iotests/165
/qemu/tests/qemu-iotests/176
/qemu/tests/qemu-iotests/203
/qemu/tests/qemu-iotests/203.out
/qemu/tests/qemu-iotests/205
/qemu/tests/qemu-iotests/206
/qemu/tests/qemu-iotests/206.out
/qemu/tests/qemu-iotests/207
/qemu/tests/qemu-iotests/207.out
/qemu/tests/qemu-iotests/group
/qemu/tests/qemu-iotests/iotests.py
/qemu/tests/qemu-iotests/sample_images/afl9.vmdk.bz2
/qemu/tests/qmp-test.c
/qemu/tests/qom-test.c
/qemu/tests/rtas-test.c
/qemu/tests/rtl8139-test.c
/qemu/tests/sdhci-test.c
/qemu/tests/tco-test.c
/qemu/tests/test-aio-multithread.c
/qemu/tests/test-block-backend.c
/qemu/tests/test-char.c
/qemu/tests/test-clone-visitor.c
/qemu/tests/test-hbitmap.c
/qemu/tests/test-hmp.c
/qemu/tests/test-io-channel-file.c
/qemu/tests/test-io-channel-socket.c
/qemu/tests/test-io-channel-tls.c
/qemu/tests/test-io-task.c
/qemu/tests/test-keyval.c
/qemu/tests/test-netfilter.c
/qemu/tests/test-qapi-util.c
/qemu/tests/test-qemu-opts.c
/qemu/tests/test-qga.c
/qemu/tests/test-qmp-cmds.c
/qemu/tests/test-qmp-event.c
/qemu/tests/test-qobject-input-visitor.c
/qemu/tests/test-qobject-output-visitor.c
/qemu/tests/test-replication.c
/qemu/tests/test-string-input-visitor.c
/qemu/tests/test-string-output-visitor.c
/qemu/tests/test-visitor-serialization.c
/qemu/tests/test-x86-cpuid-compat.c
/qemu/tests/tmp105-test.c
/qemu/tests/tpm-crb-test.c
/qemu/tests/tpm-emu.c
/qemu/tests/tpm-emu.h
/qemu/tests/tpm-tis-test.c
/qemu/tests/usb-hcd-ehci-test.c
/qemu/tests/usb-hcd-uhci-test.c
/qemu/tests/vhost-user-test.c
/qemu/tests/virtio-9p-test.c
/qemu/tests/virtio-blk-test.c
/qemu/tests/virtio-net-test.c
/qemu/tests/virtio-scsi-test.c
/qemu/tests/vmgenid-test.c
/qemu/tests/wdt_ib700-test.c
/qemu/tpm.c
/qemu/trace-events
/qemu/trace/control.c
/qemu/trace/qmp.c
/qemu/ui/Makefile.objs
/qemu/ui/cocoa.m
/qemu/ui/console.c
/qemu/ui/curses.c
/qemu/ui/egl-headless.c
/qemu/ui/egl-helpers.c
/qemu/ui/gtk.c
/qemu/ui/input-legacy.c
/qemu/ui/input.c
/qemu/ui/keymaps.c
/qemu/ui/keymaps.h
/qemu/ui/sdl.c
/qemu/ui/sdl2-2d.c
/qemu/ui/sdl2.c
/qemu/ui/spice-core.c
/qemu/ui/spice-display.c
/qemu/ui/trace-events
/qemu/ui/vnc-auth-sasl.c
/qemu/ui/vnc-auth-vencrypt.c
/qemu/ui/vnc-jobs.c
/qemu/ui/vnc-palette.h
/qemu/ui/vnc-stubs.c
/qemu/ui/vnc-ws.c
/qemu/ui/vnc.c
/qemu/ui/vnc.h
/qemu/util/Makefile.objs
/qemu/util/aio-posix.c
/qemu/util/aio-wait.c
/qemu/util/keyval.c
/qemu/util/oslib-posix.c
/qemu/util/oslib-win32.c
/qemu/util/qemu-config.c
/qemu/util/qemu-coroutine-lock.c
/qemu/util/qemu-option.c
/qemu/util/qemu-sockets.c
/qemu/util/uri.c
/qemu/util/vfio-helpers.c
/qemu/vl.c
8f0a371601-Feb-2018 Markus Armbruster <armbru@redhat.com>

Clean up includes

Clean up includes so that osdep.h is included first and headers
which it implies are not included manually.

This commit was created with scripts/clean-includes, with the change
to

Clean up includes

Clean up includes so that osdep.h is included first and headers
which it implies are not included manually.

This commit was created with scripts/clean-includes, with the change
to target/s390x/gen-features.c manually reverted, and blank lines
around deletions collapsed.

Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20180201111846.21846-3-armbru@redhat.com>

show more ...


/qemu/.gitignore
/qemu/.gitmodules
/qemu/.travis.yml
/qemu/MAINTAINERS
/qemu/Makefile
/qemu/Makefile.objs
/qemu/accel/kvm/kvm-all.c
/qemu/accel/kvm/trace-events
/qemu/accel/stubs/Makefile.objs
/qemu/accel/stubs/whpx-stub.c
/qemu/accel/tcg/cputlb.c
/qemu/accel/tcg/softmmu_template.h
/qemu/accel/tcg/translate-all.c
/qemu/accel/tcg/user-exec.c
/qemu/arch_init.c
/qemu/audio/alsaaudio.c
/qemu/audio/audio.c
/qemu/audio/audio_int.h
/qemu/audio/audio_pt_int.c
/qemu/audio/audio_template.h
/qemu/audio/dsoundaudio.c
/qemu/audio/mixeng.c
/qemu/audio/ossaudio.c
/qemu/audio/paaudio.c
/qemu/audio/sdlaudio.c
/qemu/audio/wavaudio.c
/qemu/backends/Makefile.objs
/qemu/backends/hostmem-file.c
/qemu/backends/hostmem-memfd.c
/qemu/backends/tpm.c
/qemu/block/Makefile.objs
/qemu/block/block-backend.c
/qemu/block/curl.c
/qemu/block/io.c
/qemu/block/iscsi.c
/qemu/block/nbd.c
/qemu/block/nvme.c
/qemu/block/parallels.c
/qemu/block/parallels.h
/qemu/block/qcow.c
/qemu/block/qcow2-bitmap.c
/qemu/block/qcow2-refcount.c
/qemu/block/qcow2.c
/qemu/block/ssh.c
/qemu/block/trace-events
/qemu/block/vmdk.c
/qemu/blockdev-nbd.c
/qemu/blockdev.c
/qemu/chardev/char-fe.c
/qemu/chardev/char-pty.c
/qemu/chardev/char-serial.c
/qemu/chardev/char-socket.c
/qemu/chardev/char.c
/qemu/configure
/qemu/contrib/libvhost-user/libvhost-user.c
/qemu/contrib/libvhost-user/libvhost-user.h
/qemu/contrib/vhost-user-blk/Makefile.objs
/qemu/contrib/vhost-user-blk/vhost-user-blk.c
/qemu/contrib/vhost-user-scsi/vhost-user-scsi.c
/qemu/cpus.c
/qemu/crypto/ivgen-essiv.c
/qemu/default-configs/aarch64-softmmu.mak
/qemu/default-configs/arm-softmmu.mak
/qemu/default-configs/hppa-softmmu.mak
/qemu/default-configs/i386-softmmu.mak
/qemu/default-configs/microblaze-softmmu.mak
/qemu/default-configs/mips-softmmu-common.mak
/qemu/default-configs/pci.mak
/qemu/default-configs/ppc-softmmu.mak
/qemu/default-configs/ppc64-softmmu.mak
/qemu/default-configs/ppcemb-softmmu.mak
/qemu/default-configs/s390x-softmmu.mak
/qemu/default-configs/sparc64-softmmu.mak
/qemu/default-configs/x86_64-softmmu.mak
/qemu/disas/s390.c
/qemu/disas/xtensa.c
/qemu/docs/devel/build-system.txt
/qemu/docs/devel/migration.rst
/qemu/docs/devel/testing.rst
/qemu/docs/interop/prl-xml.txt
/qemu/docs/interop/vhost-user.txt
/qemu/docs/nvdimm.txt
/qemu/docs/qemu-block-drivers.texi
/qemu/exec.c
/qemu/fsdev/qemu-fsdev-throttle.c
/qemu/hmp-commands-info.hx
/qemu/hmp-commands.hx
/qemu/hmp.c
/qemu/hmp.h
/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/trace-events
/qemu/hw/9pfs/virtio-9p-device.c
/qemu/hw/9pfs/xen-9p-backend.c
/qemu/hw/acpi/nvdimm.c
/qemu/hw/acpi/pcihp.c
/qemu/hw/acpi/piix4.c
/qemu/hw/acpi/vmgenid.c
/qemu/hw/adc/stm32f2xx_adc.c
/qemu/hw/alpha/typhoon.c
/qemu/hw/arm/Makefile.objs
/qemu/hw/arm/armv7m.c
/qemu/hw/arm/boot.c
/qemu/hw/arm/gumstix.c
/qemu/hw/arm/mainstone.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/pxa2xx.c
/qemu/hw/arm/pxa2xx_gpio.c
/qemu/hw/arm/pxa2xx_pic.c
/qemu/hw/arm/spitz.c
/qemu/hw/arm/tosa.c
/qemu/hw/arm/vexpress.c
/qemu/hw/arm/virt.c
/qemu/hw/arm/xlnx-zynqmp.c
/qemu/hw/arm/z2.c
/qemu/hw/audio/hda-codec.c
/qemu/hw/audio/intel-hda.c
/qemu/hw/audio/marvell_88w8618.c
/qemu/hw/audio/sb16.c
/qemu/hw/audio/wm8750.c
/qemu/hw/block/Makefile.objs
/qemu/hw/block/m25p80.c
/qemu/hw/block/nand.c
/qemu/hw/block/nvme.c
/qemu/hw/block/nvme.h
/qemu/hw/block/onenand.c
/qemu/hw/block/vhost-user-blk.c
/qemu/hw/bt/core.c
/qemu/hw/bt/hci-csr.c
/qemu/hw/bt/hci.c
/qemu/hw/bt/hid.c
/qemu/hw/bt/l2cap.c
/qemu/hw/bt/sdp.c
/qemu/hw/char/cadence_uart.c
/qemu/hw/char/escc.c
/qemu/hw/char/stm32f2xx_usart.c
/qemu/hw/char/terminal3270.c
/qemu/hw/core/Makefile.objs
/qemu/hw/core/machine.c
/qemu/hw/core/qdev-fw.c
/qemu/hw/core/qdev-properties.c
/qemu/hw/core/qdev.c
/qemu/hw/display/Makefile.objs
/qemu/hw/display/blizzard.c
/qemu/hw/display/cg3.c
/qemu/hw/display/dpcd.c
/qemu/hw/display/exynos4210_fimd.c
/qemu/hw/display/omap_dss.c
/qemu/hw/display/pl110.c
/qemu/hw/display/pxa2xx_lcd.c
/qemu/hw/display/qxl-render.c
/qemu/hw/display/qxl.c
/qemu/hw/display/qxl.h
/qemu/hw/display/sm501.c
/qemu/hw/display/tc6393xb.c
/qemu/hw/display/vga.c
/qemu/hw/display/virtio-gpu-pci.c
/qemu/hw/display/virtio-gpu.c
/qemu/hw/display/xenfb.c
/qemu/hw/display/xlnx_dp.c
/qemu/hw/dma/Makefile.objs
/qemu/hw/dma/omap_dma.c
/qemu/hw/dma/pl330.c
/qemu/hw/dma/pxa2xx_dma.c
/qemu/hw/dma/soc_dma.c
/qemu/hw/dma/xlnx-zynq-devcfg.c
/qemu/hw/dma/xlnx_dpdma.c
/qemu/hw/gpio/max7310.c
/qemu/hw/gpio/omap_gpio.c
/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/machine.c
/qemu/hw/hppa/pci.c
/qemu/hw/hppa/trace-events
/qemu/hw/i2c/Makefile.objs
/qemu/hw/i2c/i2c-ddc.c
/qemu/hw/i2c/omap_i2c.c
/qemu/hw/i2c/pm_smbus.c
/qemu/hw/i386/acpi-build.c
/qemu/hw/i386/amd_iommu.c
/qemu/hw/i386/intel_iommu.c
/qemu/hw/i386/intel_iommu_internal.h
/qemu/hw/i386/kvm/i8254.c
/qemu/hw/i386/kvm/i8259.c
/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/xen/xen_platform.c
/qemu/hw/ide/ahci.c
/qemu/hw/ide/ahci_internal.h
/qemu/hw/ide/core.c
/qemu/hw/ide/microdrive.c
/qemu/hw/ide/sii3112.c
/qemu/hw/input/adb-kbd.c
/qemu/hw/input/adb-mouse.c
/qemu/hw/input/lm832x.c
/qemu/hw/input/ps2.c
/qemu/hw/input/pxa2xx_keypad.c
/qemu/hw/input/trace-events
/qemu/hw/input/tsc2005.c
/qemu/hw/input/tsc210x.c
/qemu/hw/input/virtio-input-hid.c
/qemu/hw/intc/Makefile.objs
/qemu/hw/intc/arm_gic.c
/qemu/hw/intc/arm_gic_kvm.c
/qemu/hw/intc/arm_gicv3.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/grlib_irqmp.c
/qemu/hw/intc/i8259.c
/qemu/hw/intc/omap_intc.c
/qemu/hw/intc/xlnx-pmu-iomod-intc.c
/qemu/hw/intc/xlnx-zynqmp-ipi.c
/qemu/hw/ipmi/ipmi_bmc_extern.c
/qemu/hw/ipmi/ipmi_bmc_sim.c
/qemu/hw/ipmi/isa_ipmi_bt.c
/qemu/hw/isa/isa-bus.c
/qemu/hw/isa/lpc_ich9.c
/qemu/hw/isa/vt82c686.c
/qemu/hw/lm32/lm32_boards.c
/qemu/hw/lm32/milkymist.c
/qemu/hw/mem/nvdimm.c
/qemu/hw/microblaze/Makefile.objs
/qemu/hw/microblaze/boot.c
/qemu/hw/microblaze/xlnx-zynqmp-pmu.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_mipssim.c
/qemu/hw/mips/mips_r4k.c
/qemu/hw/misc/auxbus.c
/qemu/hw/misc/cbus.c
/qemu/hw/misc/ivshmem.c
/qemu/hw/misc/macio/mac_dbdma.c
/qemu/hw/misc/mmio_interface.c
/qemu/hw/misc/omap_clk.c
/qemu/hw/misc/omap_gpmc.c
/qemu/hw/misc/omap_l4.c
/qemu/hw/misc/omap_sdrc.c
/qemu/hw/misc/omap_tap.c
/qemu/hw/misc/stm32f2xx_syscfg.c
/qemu/hw/misc/tmp105.c
/qemu/hw/misc/zynq_slcr.c
/qemu/hw/moxie/moxiesim.c
/qemu/hw/net/cadence_gem.c
/qemu/hw/net/imx_fec.c
/qemu/hw/net/pcnet.c
/qemu/hw/net/vmxnet3.c
/qemu/hw/nvram/Makefile.objs
/qemu/hw/nvram/ds1225y.c
/qemu/hw/nvram/eeprom_at24c.c
/qemu/hw/nvram/fw_cfg.c
/qemu/hw/openrisc/openrisc_sim.c
/qemu/hw/pci-bridge/Makefile.objs
/qemu/hw/pci-bridge/gen_pcie_root_port.c
/qemu/hw/pci-bridge/pci_expander_bridge.c
/qemu/hw/pci-bridge/simba.c
/qemu/hw/pci-host/Makefile.objs
/qemu/hw/pci-host/bonito.c
/qemu/hw/pci-host/gpex.c
/qemu/hw/pci-host/grackle.c
/qemu/hw/pci-host/piix.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/trace-events
/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/pci_bridge.c
/qemu/hw/pci/pcie.c
/qemu/hw/pci/pcie_aer.c
/qemu/hw/pci/shpc.c
/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/pnv.c
/qemu/hw/ppc/pnv_core.c
/qemu/hw/ppc/pnv_xscom.c
/qemu/hw/ppc/ppc405_boards.c
/qemu/hw/ppc/ppc440_bamboo.c
/qemu/hw/ppc/ppc4xx_pci.c
/qemu/hw/ppc/prep.c
/qemu/hw/ppc/spapr.c
/qemu/hw/ppc/spapr_caps.c
/qemu/hw/ppc/spapr_cpu_core.c
/qemu/hw/ppc/spapr_hcall.c
/qemu/hw/ppc/spapr_iommu.c
/qemu/hw/ppc/spapr_pci.c
/qemu/hw/ppc/spapr_rtas.c
/qemu/hw/ppc/virtex_ml507.c
/qemu/hw/s390x/s390-ccw.c
/qemu/hw/s390x/s390-pci-bus.c
/qemu/hw/s390x/s390-stattrib-kvm.c
/qemu/hw/s390x/s390-virtio-ccw.c
/qemu/hw/s390x/sclp.c
/qemu/hw/s390x/virtio-ccw.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/vmw_pvscsi.c
/qemu/hw/sd/milkymist-memcard.c
/qemu/hw/sd/omap_mmc.c
/qemu/hw/sd/pl181.c
/qemu/hw/sd/sd.c
/qemu/hw/sd/sdhci-internal.h
/qemu/hw/sd/sdhci.c
/qemu/hw/sd/ssi-sd.c
/qemu/hw/sd/trace-events
/qemu/hw/sh4/sh_pci.c
/qemu/hw/smbios/smbios.c
/qemu/hw/smbios/smbios_build.h
/qemu/hw/sparc/leon3.c
/qemu/hw/sparc/sun4m.c
/qemu/hw/sparc64/niagara.c
/qemu/hw/sparc64/sparc64.c
/qemu/hw/sparc64/sun4u.c
/qemu/hw/sparc64/trace-events
/qemu/hw/ssi/mss-spi.c
/qemu/hw/ssi/omap_spi.c
/qemu/hw/ssi/stm32f2xx_spi.c
/qemu/hw/ssi/xilinx_spi.c
/qemu/hw/ssi/xilinx_spips.c
/qemu/hw/timer/a9gtimer.c
/qemu/hw/timer/cadence_ttc.c
/qemu/hw/timer/hpet.c
/qemu/hw/timer/i8254.c
/qemu/hw/timer/mss-timer.c
/qemu/hw/timer/omap_gptimer.c
/qemu/hw/timer/stm32f2xx_timer.c
/qemu/hw/timer/twl92230.c
/qemu/hw/tpm/Makefile.objs
/qemu/hw/tpm/tpm_crb.c
/qemu/hw/tpm/tpm_emulator.c
/qemu/hw/tpm/tpm_int.h
/qemu/hw/tpm/tpm_ioctl.h
/qemu/hw/tpm/tpm_passthrough.c
/qemu/hw/tpm/tpm_tis.c
/qemu/hw/tpm/tpm_util.c
/qemu/hw/tpm/tpm_util.h
/qemu/hw/usb/Makefile.objs
/qemu/hw/usb/ccid-card-emulated.c
/qemu/hw/usb/ccid-card-passthru.c
/qemu/hw/usb/ccid.h
/qemu/hw/usb/desc.c
/qemu/hw/usb/dev-bluetooth.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/hcd-musb.c
/qemu/hw/usb/hcd-xhci.c
/qemu/hw/usb/host-stub.c
/qemu/hw/usb/tusb6010.c
/qemu/hw/vfio/amd-xgbe.c
/qemu/hw/vfio/calxeda-xgmac.c
/qemu/hw/vfio/common.c
/qemu/hw/vfio/pci-quirks.c
/qemu/hw/vfio/pci.c
/qemu/hw/vfio/pci.h
/qemu/hw/vfio/platform.c
/qemu/hw/vfio/trace-events
/qemu/hw/virtio/trace-events
/qemu/hw/virtio/vhost-user.c
/qemu/hw/virtio/vhost.c
/qemu/hw/virtio/virtio-pci.c
/qemu/hw/virtio/virtio-pci.h
/qemu/hw/virtio/virtio.c
/qemu/hw/xen/xen-common.c
/qemu/hw/xen/xen_backend.c
/qemu/hw/xen/xen_pt.c
/qemu/hw/xenpv/xen_domainbuild.c
/qemu/hw/xenpv/xen_machine_pv.c
/qemu/hw/xtensa/Makefile.objs
/qemu/hw/xtensa/sim.c
/qemu/hw/xtensa/xtensa_memory.c
/qemu/hw/xtensa/xtensa_memory.h
/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/chardev/char.h
/qemu/include/exec/exec-all.h
/qemu/include/exec/memory-internal.h
/qemu/include/exec/memory.h
/qemu/include/exec/ram_addr.h
/qemu/include/exec/tb-lookup.h
/qemu/include/hw/acpi/tpm.h
/qemu/include/hw/arm/omap.h
/qemu/include/hw/arm/sharpsl.h
/qemu/include/hw/arm/xlnx-zynqmp.h
/qemu/include/hw/audio/wm8750.h
/qemu/include/hw/boards.h
/qemu/include/hw/compat.h
/qemu/include/hw/i2c/i2c.h
/qemu/include/hw/i386/intel_iommu.h
/qemu/include/hw/i386/pc.h
/qemu/include/hw/i386/x86-iommu.h
/qemu/include/hw/ide/ahci.h
/qemu/include/hw/intc/xlnx-pmu-iomod-intc.h
/qemu/include/hw/intc/xlnx-zynqmp-ipi.h
/qemu/include/hw/loader-fit.h
/qemu/include/hw/mem/nvdimm.h
/qemu/include/hw/nvram/fw_cfg.h
/qemu/include/hw/pci-bridge/simba.h
/qemu/include/hw/pci-host/sabre.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_bus.h
/qemu/include/hw/ppc/pnv.h
/qemu/include/hw/ppc/pnv_xscom.h
/qemu/include/hw/ppc/spapr.h
/qemu/include/hw/qdev-core.h
/qemu/include/hw/qdev-properties.h
/qemu/include/hw/registerfields.h
/qemu/include/hw/s390x/storage-attributes.h
/qemu/include/hw/scsi/scsi.h
/qemu/include/hw/sd/sdhci.h
/qemu/include/hw/smbios/smbios.h
/qemu/include/hw/usb.h
/qemu/include/hw/virtio/vhost-backend.h
/qemu/include/hw/virtio/vhost-user-blk.h
/qemu/include/hw/virtio/vhost.h
/qemu/include/hw/xen/xen_common.h
/qemu/include/hw/xtensa/xtensa-isa.h
/qemu/include/migration/misc.h
/qemu/include/migration/vmstate.h
/qemu/include/qapi/clone-visitor.h
/qemu/include/qapi/error.h
/qemu/include/qemu/compiler.h
/qemu/include/qemu/coroutine.h
/qemu/include/qemu/host-utils.h
/qemu/include/qemu/lockable.h
/qemu/include/qemu/memfd.h
/qemu/include/qemu/processor.h
/qemu/include/qemu/readline.h
/qemu/include/qemu/thread.h
/qemu/include/qemu/timer.h
/qemu/include/qemu/typedefs.h
/qemu/include/qemu/vfio-helpers.h
/qemu/include/qom/cpu.h
/qemu/include/standard-headers/asm-s390/virtio-ccw.h
/qemu/include/sysemu/arch_init.h
/qemu/include/sysemu/block-backend.h
/qemu/include/sysemu/hvf.h
/qemu/include/sysemu/hw_accel.h
/qemu/include/sysemu/sysemu.h
/qemu/include/sysemu/tpm.h
/qemu/include/sysemu/tpm_backend.h
/qemu/include/sysemu/whpx.h
/qemu/include/ui/console.h
/qemu/include/ui/input.h
/qemu/include/ui/sdl2.h
/qemu/include/ui/spice-display.h
/qemu/io/channel-websock.c
/qemu/linux-headers/asm-powerpc/kvm.h
/qemu/linux-headers/asm-s390/kvm.h
/qemu/linux-headers/asm-s390/kvm_para.h
/qemu/linux-headers/linux/kvm.h
/qemu/linux-user/elfload.c
/qemu/linux-user/hppa/target_cpu.h
/qemu/linux-user/main.c
/qemu/linux-user/mmap.c
/qemu/linux-user/signal.c
/qemu/linux-user/syscall.c
/qemu/linux-user/syscall_defs.h
/qemu/memory.c
/qemu/memory_mapping.c
/qemu/migration/block.c
/qemu/migration/channel.c
/qemu/migration/channel.h
/qemu/migration/exec.c
/qemu/migration/fd.c
/qemu/migration/migration.c
/qemu/migration/migration.h
/qemu/migration/ram.c
/qemu/migration/rdma.c
/qemu/migration/savevm.c
/qemu/migration/socket.c
/qemu/migration/tls.c
/qemu/migration/trace-events
/qemu/monitor.c
/qemu/nbd/server.c
/qemu/net/colo-compare.c
/qemu/net/colo.c
/qemu/net/colo.h
/qemu/net/hub.c
/qemu/net/hub.h
/qemu/net/net.c
/qemu/net/slirp.c
/qemu/net/trace-events
/qemu/numa.c
/qemu/pc-bios/hppa-firmware.img
/qemu/pc-bios/openbios-ppc
/qemu/pc-bios/openbios-sparc32
/qemu/pc-bios/openbios-sparc64
/qemu/pc-bios/skiboot.lid
/qemu/qapi/block-core.json
/qemu/qapi/block.json
/qemu/qapi/common.json
/qemu/qapi/migration.json
/qemu/qapi/net.json
/qemu/qapi/tpm.json
/qemu/qapi/ui.json
/qemu/qdev-monitor.c
/qemu/qemu-doc.texi
/qemu/qemu-img.c
/qemu/qemu-options.hx
/qemu/roms/openbios
/qemu/roms/seabios-hppa
/qemu/roms/skiboot
/qemu/rules.mak
/qemu/scripts/analyse-locks-simpletrace.py
/qemu/scripts/analyze-migration.py
/qemu/scripts/checkpatch.pl
/qemu/scripts/device-crash-test
/qemu/scripts/dump-guest-memory.py
/qemu/scripts/qapi.py
/qemu/scripts/qapi2texi.py
/qemu/scripts/qemu-gdb.py
/qemu/scripts/qemu.py
/qemu/scripts/qemugdb/tcg.py
/qemu/scripts/qemugdb/timers.py
/qemu/scripts/signrom.py
/qemu/scripts/tracetool/__init__.py
pr-helper.h
/qemu/slirp/dhcpv6.h
/qemu/slirp/ip.h
/qemu/slirp/ip6_icmp.c
/qemu/slirp/libslirp.h
/qemu/slirp/ndp_table.c
/qemu/slirp/slirp.h
/qemu/slirp/udp6.c
/qemu/stubs/Makefile.objs
/qemu/stubs/ram-block.c
/qemu/target/alpha/cpu.c
/qemu/target/alpha/cpu.h
/qemu/target/alpha/helper.c
/qemu/target/alpha/mem_helper.c
/qemu/target/arm/arch_dump.c
/qemu/target/arm/cpu.c
/qemu/target/arm/cpu.h
/qemu/target/arm/crypto_helper.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/machine.c
/qemu/target/arm/neon_helper.c
/qemu/target/arm/op_helper.c
/qemu/target/arm/translate-a64.c
/qemu/target/arm/translate.c
/qemu/target/arm/translate.h
/qemu/target/cris/cpu.c
/qemu/target/cris/cpu.h
/qemu/target/cris/helper.c
/qemu/target/cris/op_helper.c
/qemu/target/hppa/Makefile.objs
/qemu/target/hppa/cpu.c
/qemu/target/hppa/cpu.h
/qemu/target/hppa/gdbstub.c
/qemu/target/hppa/helper.c
/qemu/target/hppa/helper.h
/qemu/target/hppa/int_helper.c
/qemu/target/hppa/machine.c
/qemu/target/hppa/mem_helper.c
/qemu/target/hppa/op_helper.c
/qemu/target/hppa/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/hax-all.c
/qemu/target/i386/helper.c
/qemu/target/i386/hvf/hvf.c
/qemu/target/i386/hvf/vmx.h
/qemu/target/i386/hvf/x86_decode.c
/qemu/target/i386/hvf/x86_mmu.c
/qemu/target/i386/hvf/x86_task.c
/qemu/target/i386/hvf/x86hvf.c
/qemu/target/i386/kvm.c
/qemu/target/i386/machine.c
/qemu/target/i386/mem_helper.c
/qemu/target/i386/whpx-all.c
/qemu/target/lm32/cpu.c
/qemu/target/lm32/cpu.h
/qemu/target/lm32/helper.c
/qemu/target/lm32/op_helper.c
/qemu/target/m68k/cpu.c
/qemu/target/m68k/cpu.h
/qemu/target/m68k/helper.c
/qemu/target/m68k/helper.h
/qemu/target/m68k/monitor.c
/qemu/target/m68k/op_helper.c
/qemu/target/m68k/translate.c
/qemu/target/microblaze/cpu.c
/qemu/target/microblaze/cpu.h
/qemu/target/microblaze/helper.c
/qemu/target/microblaze/op_helper.c
/qemu/target/mips/cpu.c
/qemu/target/mips/helper.c
/qemu/target/mips/internal.h
/qemu/target/mips/msa_helper.c
/qemu/target/mips/op_helper.c
/qemu/target/moxie/cpu.c
/qemu/target/moxie/cpu.h
/qemu/target/moxie/helper.c
/qemu/target/nios2/cpu.c
/qemu/target/nios2/cpu.h
/qemu/target/nios2/helper.c
/qemu/target/nios2/mmu.c
/qemu/target/openrisc/cpu.c
/qemu/target/openrisc/cpu.h
/qemu/target/openrisc/mmu.c
/qemu/target/openrisc/mmu_helper.c
/qemu/target/ppc/compat.c
/qemu/target/ppc/cpu.h
/qemu/target/ppc/excp_helper.c
/qemu/target/ppc/helper.h
/qemu/target/ppc/kvm.c
/qemu/target/ppc/kvm_ppc.h
/qemu/target/ppc/mmu_helper.c
/qemu/target/ppc/translate.c
/qemu/target/ppc/translate_init.c
/qemu/target/ppc/user_only_helper.c
/qemu/target/s390x/cpu.c
/qemu/target/s390x/cpu.h
/qemu/target/s390x/cpu_features.c
/qemu/target/s390x/cpu_features_def.h
/qemu/target/s390x/excp_helper.c
/qemu/target/s390x/gen-features.c
/qemu/target/s390x/helper.h
/qemu/target/s390x/internal.h
/qemu/target/s390x/kvm.c
/qemu/target/s390x/machine.c
/qemu/target/s390x/mem_helper.c
/qemu/target/s390x/translate.c
/qemu/target/sh4/cpu.c
/qemu/target/sh4/cpu.h
/qemu/target/sh4/helper.c
/qemu/target/sh4/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/tilegx/cpu.c
/qemu/target/tricore/cpu.c
/qemu/target/tricore/op_helper.c
/qemu/target/unicore32/cpu.c
/qemu/target/unicore32/cpu.h
/qemu/target/unicore32/helper.c
/qemu/target/unicore32/op_helper.c
/qemu/target/unicore32/softmmu.c
/qemu/target/xtensa/Makefile.objs
/qemu/target/xtensa/core-dc232b/xtensa-modules.c
/qemu/target/xtensa/core-dc233c/xtensa-modules.c
/qemu/target/xtensa/core-de212.c
/qemu/target/xtensa/core-de212/core-isa.h
/qemu/target/xtensa/core-de212/gdb-config.c
/qemu/target/xtensa/core-de212/xtensa-modules.c
/qemu/target/xtensa/core-fsf/xtensa-modules.c
/qemu/target/xtensa/core-sample_controller.c
/qemu/target/xtensa/core-sample_controller/core-isa.h
/qemu/target/xtensa/core-sample_controller/gdb-config.c
/qemu/target/xtensa/core-sample_controller/xtensa-modules.c
/qemu/target/xtensa/cpu.c
/qemu/target/xtensa/cpu.h
/qemu/target/xtensa/op_helper.c
/qemu/target/xtensa/overlay_tool.h
/qemu/target/xtensa/translate.c
/qemu/target/xtensa/xtensa-isa.c
/qemu/target/xtensa/xtensa-isa.h
/qemu/tcg/arm/tcg-target.inc.c
/qemu/tcg/ppc/tcg-target.inc.c
/qemu/tests/.gitignore
/qemu/tests/Makefile.include
/qemu/tests/acpi-test-data/pc/DSDT.numamem
/qemu/tests/acpi-test-data/pc/SRAT.numamem
/qemu/tests/acpi-test-data/q35/DSDT.numamem
/qemu/tests/acpi-test-data/q35/SRAT.numamem
/qemu/tests/acpi-utils.h
/qemu/tests/ahci-test.c
/qemu/tests/bios-tables-test.c
/qemu/tests/boot-serial-test.c
/qemu/tests/check-qobject.c
/qemu/tests/cpu-plug-test.c
/qemu/tests/docker/dockerfiles/fedora.docker
/qemu/tests/docker/test-clang
/qemu/tests/docker/test-debug
/qemu/tests/docker/test-mingw
/qemu/tests/ide-test.c
/qemu/tests/libqos/virtio.c
/qemu/tests/libqos/virtio.h
/qemu/tests/migration-test.c
/qemu/tests/migration/stress.c
/qemu/tests/pnv-xscom-test.c
/qemu/tests/ptimer-test.c
/qemu/tests/pxe-test.c
/qemu/tests/qapi-schema/test-qapi.py
/qemu/tests/qemu-iotests/020
/qemu/tests/qemu-iotests/020.out
/qemu/tests/qemu-iotests/051
/qemu/tests/qemu-iotests/051.out
/qemu/tests/qemu-iotests/051.pc.out
/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/067
/qemu/tests/qemu-iotests/067.out
/qemu/tests/qemu-iotests/080
/qemu/tests/qemu-iotests/089
/qemu/tests/qemu-iotests/089.out
/qemu/tests/qemu-iotests/093
/qemu/tests/qemu-iotests/102
/qemu/tests/qemu-iotests/102.out
/qemu/tests/qemu-iotests/103
/qemu/tests/qemu-iotests/118
/qemu/tests/qemu-iotests/130
/qemu/tests/qemu-iotests/137
/qemu/tests/qemu-iotests/139
/qemu/tests/qemu-iotests/147
/qemu/tests/qemu-iotests/147.out
/qemu/tests/qemu-iotests/155
/qemu/tests/qemu-iotests/176
/qemu/tests/qemu-iotests/177
/qemu/tests/qemu-iotests/177.out
/qemu/tests/qemu-iotests/184
/qemu/tests/qemu-iotests/184.out
/qemu/tests/qemu-iotests/191
/qemu/tests/qemu-iotests/191.out
/qemu/tests/qemu-iotests/198
/qemu/tests/qemu-iotests/198.out
/qemu/tests/qemu-iotests/200
/qemu/tests/qemu-iotests/201
/qemu/tests/qemu-iotests/201.out
/qemu/tests/qemu-iotests/204
/qemu/tests/qemu-iotests/204.out
/qemu/tests/qemu-iotests/205
/qemu/tests/qemu-iotests/205.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/qmp-test.c
/qemu/tests/tcg/test-mmap.c
/qemu/tests/test-coroutine.c
/qemu/tests/test-filter-redirector.c
/qemu/tests/tpm-crb-test.c
/qemu/tests/vhost-user-bridge.c
/qemu/tests/vhost-user-test.c
/qemu/tests/virtio-9p-test.c
/qemu/tests/virtio-blk-test.c
/qemu/tests/virtio-net-test.c
/qemu/tests/virtio-scsi-test.c
/qemu/tests/vm/README
/qemu/trace-events
/qemu/trace/control-internal.h
/qemu/ui/Makefile.objs
/qemu/ui/cocoa.m
/qemu/ui/cursor.c
/qemu/ui/gtk.c
/qemu/ui/input-keymap.c
/qemu/ui/input.c
/qemu/ui/keycodemapdb
/qemu/ui/sdl.c
/qemu/ui/sdl2-input.c
/qemu/ui/sdl2.c
/qemu/ui/sdl_zoom_template.h
/qemu/ui/spice-core.c
/qemu/ui/spice-display.c
/qemu/ui/trace-events
/qemu/ui/vnc-auth-sasl.c
/qemu/ui/vnc-auth-sasl.h
/qemu/ui/vnc-jobs.c
/qemu/ui/vnc-stubs.c
/qemu/ui/vnc.c
/qemu/ui/vnc.h
/qemu/ui/x_keymap.c
/qemu/ui/x_keymap.h
/qemu/util/Makefile.objs
/qemu/util/coroutine-ucontext.c
/qemu/util/hbitmap.c
/qemu/util/memfd.c
/qemu/util/osdep.c
/qemu/util/qemu-config.c
/qemu/util/qemu-coroutine-lock.c
/qemu/util/qemu-sockets.c
/qemu/util/qemu-thread-posix.c
/qemu/util/qemu-thread-win32.c
/qemu/util/readline.c
/qemu/util/trace-events
/qemu/util/vfio-helpers.c
/qemu/vl.c
2770c90d22-Dec-2017 Paolo Bonzini <pbonzini@redhat.com>

scsi: fix scsi_convert_sense crash when in_buf == NULL && in_len == 0

scsi_disk_emulate_command passes in_buf == NULL when sent a REQUEST
SENSE command. Check for in_len == 0 before dereferencing i

scsi: fix scsi_convert_sense crash when in_buf == NULL && in_len == 0

scsi_disk_emulate_command passes in_buf == NULL when sent a REQUEST
SENSE command. Check for in_len == 0 before dereferencing in_buf.

Fixes: f68d98b21fa74155dc7c1fd212474379ac3c7531
Reported-by: Roman Kagan <rkagan@virtuozzo.com>
Tested-by: Roman Kagan <rkagan@virtuozzo.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

show more ...


/qemu/MAINTAINERS
/qemu/Makefile.objs
/qemu/accel/stubs/Makefile.objs
/qemu/accel/stubs/hvf-stub.c
/qemu/accel/tcg/cpu-exec.c
/qemu/accel/tcg/tcg-runtime.c
/qemu/block.c
/qemu/block/commit.c
/qemu/block/io.c
/qemu/block/nbd.c
/qemu/block/qcow2.c
/qemu/block/qcow2.h
/qemu/block/replication.c
/qemu/blockdev-nbd.c
/qemu/blockdev.c
/qemu/blockjob.c
/qemu/chardev/char-mux.c
/qemu/chardev/char-socket.c
/qemu/chardev/char.c
/qemu/configure
/qemu/cpus.c
/qemu/default-configs/aarch64_be-linux-user.mak
/qemu/default-configs/ppcemb-softmmu.mak
/qemu/disas/Makefile.objs
/qemu/disas/xtensa.c
/qemu/docs/devel/qapi-code-gen.txt
/qemu/dtc
/qemu/dump.c
/qemu/fsdev/file-op-9p.h
/qemu/fsdev/qemu-fsdev.c
/qemu/hmp.c
/qemu/hw/9pfs/9p-handle.c
/qemu/hw/9pfs/9p-local.c
/qemu/hw/9pfs/9p-proxy.c
/qemu/hw/9pfs/9p-synth.c
/qemu/hw/9pfs/9p-xattr.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/arm/fsl-imx6.c
/qemu/hw/arm/virt-acpi-build.c
/qemu/hw/block/nvme.c
/qemu/hw/block/trace-events
/qemu/hw/display/sm501.c
/qemu/hw/dma/Makefile.objs
/qemu/hw/dma/sparc32_dma.c
/qemu/hw/dma/trace-events
/qemu/hw/i2c/ppc4xx_i2c.c
/qemu/hw/i386/acpi-build.c
/qemu/hw/i386/kvm/i8259.c
/qemu/hw/i386/vmport.c
/qemu/hw/ide/Makefile.objs
/qemu/hw/ide/sii3112.c
/qemu/hw/ide/trace-events
/qemu/hw/input/Makefile.objs
/qemu/hw/input/adb-internal.h
/qemu/hw/input/adb-kbd.c
/qemu/hw/input/adb-mouse.c
/qemu/hw/input/adb.c
/qemu/hw/input/trace-events
/qemu/hw/intc/apic.c
/qemu/hw/intc/arm_gic.c
/qemu/hw/intc/arm_gicv3_dist.c
/qemu/hw/intc/arm_gicv3_its_common.c
/qemu/hw/intc/arm_gicv3_redist.c
/qemu/hw/intc/i8259.c
/qemu/hw/intc/i8259_common.c
/qemu/hw/intc/slavio_intctl.c
/qemu/hw/intc/trace-events
/qemu/hw/misc/vmcoreinfo.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/e1000x_common.h
/qemu/hw/net/eepro100.c
/qemu/hw/net/ftgmac100.c
/qemu/hw/net/imx_fec.c
/qemu/hw/net/lan9118.c
/qemu/hw/net/lance.c
/qemu/hw/net/ne2000.c
/qemu/hw/net/opencores_eth.c
/qemu/hw/net/pcnet.c
/qemu/hw/net/rtl8139.c
/qemu/hw/net/sungem.c
/qemu/hw/net/sunhme.c
/qemu/hw/pci-host/apb.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/pnv_xscom.c
/qemu/hw/ppc/spapr.c
/qemu/hw/ppc/spapr_pci.c
/qemu/hw/ppc/spapr_pci_vfio.c
/qemu/hw/ppc/spapr_rtas.c
/qemu/hw/scsi/scsi-generic.c
/qemu/hw/sd/pxa2xx_mmci.c
/qemu/hw/sd/trace-events
/qemu/hw/sparc/Makefile.objs
/qemu/hw/sparc/sun4m.c
/qemu/hw/sparc/sun4m_iommu.c
/qemu/hw/sparc/trace-events
/qemu/hw/sparc64/Makefile.objs
/qemu/hw/sparc64/sparc64.c
/qemu/hw/sparc64/sun4u.c
/qemu/hw/sparc64/sun4u_iommu.c
/qemu/hw/sparc64/trace-events
/qemu/hw/timer/pxa2xx_timer.c
/qemu/hw/timer/slavio_timer.c
/qemu/hw/tpm/tpm_emulator.c
/qemu/hw/tpm/tpm_tis.c
/qemu/hw/tpm/tpm_util.c
/qemu/hw/tpm/tpm_util.h
/qemu/include/block/block.h
/qemu/include/block/block_int.h
/qemu/include/block/nbd.h
/qemu/include/chardev/char.h
/qemu/include/disas/bfd.h
/qemu/include/exec/gen-icount.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/hw/acpi/acpi-defs.h
/qemu/include/hw/arm/fsl-imx25.h
/qemu/include/hw/i2c/ppc4xx_i2c.h
/qemu/include/hw/i386/apic.h
/qemu/include/hw/isa/i8259_internal.h
/qemu/include/hw/net/imx_fec.h
/qemu/include/hw/pci-host/apb.h
/qemu/include/hw/ppc/pnv.h
/qemu/include/hw/ppc/pnv_xscom.h
/qemu/include/hw/sparc/sparc64.h
/qemu/include/hw/sparc/sun4m_iommu.h
/qemu/include/hw/sparc/sun4u_iommu.h
/qemu/include/hw/xtensa/xtensa-isa.h
/qemu/include/net/net.h
/qemu/include/net/slirp.h
/qemu/include/qemu/queue.h
/qemu/include/qemu/typedefs.h
/qemu/include/qemu/uuid.h
/qemu/include/qom/cpu.h
/qemu/include/sysemu/hvf.h
/qemu/linux-user/aarch64/target_syscall.h
/qemu/linux-user/arm/nwfpe/fpa11.c
/qemu/linux-user/main.c
/qemu/linux-user/signal.c
/qemu/nbd/client.c
/qemu/nbd/server.c
/qemu/nbd/trace-events
/qemu/net/net.c
/qemu/net/slirp.c
/qemu/pc-bios/README
/qemu/pc-bios/slof.bin
/qemu/qapi-schema.json
/qemu/qapi/block-core.json
/qemu/qemu-doc.texi
/qemu/qemu-io-cmds.c
/qemu/qemu-nbd.c
/qemu/qemu-options.hx
/qemu/qmp.c
/qemu/roms/SLOF
/qemu/scripts/checkpatch.pl
/qemu/scripts/coccinelle/cpu_restore_state.cocci
/qemu/scripts/device-crash-test
/qemu/scripts/dump-guest-memory.py
/qemu/scripts/qapi.py
/qemu/scripts/qapi2texi.py
/qemu/scripts/qemu-binfmt-conf.sh
utils.c
/qemu/target/alpha/mem_helper.c
/qemu/target/alpha/translate.c
/qemu/target/arm/helper-a64.c
/qemu/target/arm/op_helper.c
/qemu/target/arm/translate-a64.c
/qemu/target/arm/translate.c
/qemu/target/arm/translate.h
/qemu/target/cris/translate.c
/qemu/target/hppa/translate.c
/qemu/target/i386/Makefile.objs
/qemu/target/i386/cpu-qom.h
/qemu/target/i386/cpu.c
/qemu/target/i386/cpu.h
/qemu/target/i386/hvf/Makefile.objs
/qemu/target/i386/hvf/README.md
/qemu/target/i386/hvf/hvf-i386.h
/qemu/target/i386/hvf/hvf.c
/qemu/target/i386/hvf/panic.h
/qemu/target/i386/hvf/vmcs.h
/qemu/target/i386/hvf/vmx.h
/qemu/target/i386/hvf/x86.c
/qemu/target/i386/hvf/x86.h
/qemu/target/i386/hvf/x86_cpuid.c
/qemu/target/i386/hvf/x86_decode.c
/qemu/target/i386/hvf/x86_decode.h
/qemu/target/i386/hvf/x86_descr.c
/qemu/target/i386/hvf/x86_descr.h
/qemu/target/i386/hvf/x86_emu.c
/qemu/target/i386/hvf/x86_emu.h
/qemu/target/i386/hvf/x86_flags.c
/qemu/target/i386/hvf/x86_flags.h
/qemu/target/i386/hvf/x86_mmu.c
/qemu/target/i386/hvf/x86_mmu.h
/qemu/target/i386/hvf/x86_task.c
/qemu/target/i386/hvf/x86_task.h
/qemu/target/i386/hvf/x86hvf.c
/qemu/target/i386/hvf/x86hvf.h
/qemu/target/i386/kvm.c
/qemu/target/i386/svm_helper.c
/qemu/target/i386/translate.c
/qemu/target/lm32/op_helper.c
/qemu/target/lm32/translate.c
/qemu/target/m68k/Makefile.objs
/qemu/target/m68k/cpu.c
/qemu/target/m68k/cpu.h
/qemu/target/m68k/gdbstub.c
/qemu/target/m68k/helper.c
/qemu/target/m68k/helper.h
/qemu/target/m68k/monitor.c
/qemu/target/m68k/op_helper.c
/qemu/target/m68k/translate.c
/qemu/target/microblaze/op_helper.c
/qemu/target/microblaze/translate.c
/qemu/target/mips/translate.c
/qemu/target/moxie/helper.c
/qemu/target/nios2/mmu.c
/qemu/target/nios2/translate.c
/qemu/target/openrisc/mmu_helper.c
/qemu/target/ppc/cpu.h
/qemu/target/ppc/int_helper.c
/qemu/target/ppc/translate.c
/qemu/target/s390x/translate.c
/qemu/target/sh4/translate.c
/qemu/target/sparc/mmu_helper.c
/qemu/target/sparc/translate.c
/qemu/target/tilegx/translate.c
/qemu/target/tricore/op_helper.c
/qemu/target/unicore32/op_helper.c
/qemu/target/unicore32/translate.c
/qemu/target/xtensa/Makefile.objs
/qemu/target/xtensa/core-dc232b.c
/qemu/target/xtensa/core-dc232b/xtensa-modules.c
/qemu/target/xtensa/core-dc233c.c
/qemu/target/xtensa/core-dc233c/xtensa-modules.c
/qemu/target/xtensa/core-fsf.c
/qemu/target/xtensa/core-fsf/xtensa-modules.c
/qemu/target/xtensa/cpu.c
/qemu/target/xtensa/cpu.h
/qemu/target/xtensa/helper.c
/qemu/target/xtensa/import_core.sh
/qemu/target/xtensa/op_helper.c
/qemu/target/xtensa/translate.c
/qemu/target/xtensa/xtensa-isa-internal.h
/qemu/target/xtensa/xtensa-isa.c
/qemu/target/xtensa/xtensa-isa.h
/qemu/tcg/optimize.c
/qemu/tcg/tcg-op.c
/qemu/tcg/tcg-op.h
/qemu/tcg/tcg.c
/qemu/tcg/tcg.h
/qemu/tcg/tci.c
/qemu/tcg/tci/tcg-target.inc.c
/qemu/tests/Makefile.include
/qemu/tests/boot-serial-test.c
/qemu/tests/docker/test-full
/qemu/tests/qapi-schema/doc-bad-section.err
/qemu/tests/qapi-schema/doc-bad-section.exit
/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.texi
/qemu/tests/qapi-schema/test-qapi.py
/qemu/tests/qemu-iotests/197
/qemu/tests/qemu-iotests/common.filter
/qemu/tests/tcg/xtensa/test_sr.S
/qemu/tests/test-bdrv-drain.c
/qemu/tests/test-char.c
/qemu/tests/test-uuid.c
/qemu/tests/virtio-9p-test.c
/qemu/util/rcu.c
/qemu/util/uuid.c
/qemu/vl.c
9661e20827-Nov-2017 Paolo Bonzini <pbonzini@redhat.com>

scsi: replace hex constants with #defines

Sense keys have nice #defines in scsi/constants.h, use them.

Reported-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé

scsi: replace hex constants with #defines

Sense keys have nice #defines in scsi/constants.h, use them.

Reported-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

show more ...

f68d98b227-Nov-2017 Paolo Bonzini <pbonzini@redhat.com>

scsi: provide general-purpose functions to manage sense data

Extract the common parts of scsi_sense_buf_to_errno, scsi_convert_sense
and scsi_target_send_command's REQUEST SENSE handling into two ne

scsi: provide general-purpose functions to manage sense data

Extract the common parts of scsi_sense_buf_to_errno, scsi_convert_sense
and scsi_target_send_command's REQUEST SENSE handling into two new
functions scsi_parse_sense_buf and scsi_build_sense_buf.

Fix a bug in scsi_target_send_command along the way; the length was
written in buf[10] rather than buf[7].

Reported-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Fixes: b07fbce634 ("scsi-bus: correct responses for INQUIRY and REQUEST SENSE")
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

show more ...

a4a9b6ea01-Dec-2017 Paolo Bonzini <pbonzini@redhat.com>

qemu-pr-helper: miscellaneous fixes

1) Return a generic sense if TEST UNIT READY does not provide one;

2) Fix two mistakes in copying from the spec.

Cc: qemu-stable@nongnu.org
Reported-by: Dr. Dav

qemu-pr-helper: miscellaneous fixes

1) Return a generic sense if TEST UNIT READY does not provide one;

2) Fix two mistakes in copying from the spec.

Cc: qemu-stable@nongnu.org
Reported-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

show more ...


/qemu/.gitignore
/qemu/.gitmodules
/qemu/.mailmap
/qemu/Changelog
/qemu/MAINTAINERS
/qemu/Makefile
/qemu/Makefile.objs
/qemu/Makefile.target
/qemu/README
/qemu/VERSION
/qemu/accel/stubs/tcg-stub.c
/qemu/accel/tcg/atomic_template.h
/qemu/accel/tcg/cpu-exec-common.c
/qemu/accel/tcg/cpu-exec.c
/qemu/accel/tcg/cputlb.c
/qemu/accel/tcg/softmmu_template.h
/qemu/accel/tcg/tcg-runtime.c
/qemu/accel/tcg/translate-all.c
/qemu/accel/tcg/translator.c
/qemu/accel/tcg/user-exec.c
/qemu/backends/tpm.c
/qemu/block.c
/qemu/block/backup.c
/qemu/block/blkdebug.c
/qemu/block/block-backend.c
/qemu/block/bochs.c
/qemu/block/cloop.c
/qemu/block/commit.c
/qemu/block/curl.c
/qemu/block/dirty-bitmap.c
/qemu/block/dmg.c
/qemu/block/dmg.h
/qemu/block/io.c
/qemu/block/mirror.c
/qemu/block/nbd-client.c
/qemu/block/nbd-client.h
/qemu/block/nfs.c
/qemu/block/null.c
/qemu/block/parallels.c
/qemu/block/qapi.c
/qemu/block/qcow2-cache.c
/qemu/block/qcow2-cluster.c
/qemu/block/qcow2-refcount.c
/qemu/block/qcow2.c
/qemu/block/qcow2.h
/qemu/block/qed.c
/qemu/block/rbd.c
/qemu/block/replication.c
/qemu/block/sheepdog.c
/qemu/block/snapshot.c
/qemu/block/stream.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/bsd-user/main.c
/qemu/capstone
/qemu/chardev/wctablet.c
/qemu/configure
/qemu/contrib/libvhost-user/libvhost-user.c
/qemu/contrib/libvhost-user/libvhost-user.h
/qemu/cpus.c
/qemu/crypto/cipher.c
/qemu/crypto/hash.c
/qemu/crypto/hmac.c
/qemu/default-configs/arm-softmmu.mak
/qemu/default-configs/i386-softmmu.mak
/qemu/default-configs/or1k-softmmu.mak
/qemu/default-configs/pci.mak
/qemu/default-configs/x86_64-softmmu.mak
/qemu/disas.c
/qemu/disas/arm.c
/qemu/disas/nios2.c
/qemu/docs/devel/multiple-iothreads.txt
/qemu/docs/interop/live-block-operations.rst
/qemu/docs/interop/qmp-intro.txt
/qemu/docs/pcie.txt
/qemu/docs/qdev-device-use.txt
/qemu/docs/qemu-block-drivers.texi
/qemu/docs/rdma.txt
/qemu/docs/specs/tpm.txt
/qemu/docs/specs/vmcoreinfo.txt
/qemu/dump.c
/qemu/exec.c
/qemu/gdbstub.c
/qemu/hmp-commands.hx
/qemu/hmp.c
/qemu/hmp.h
/qemu/hw/9pfs/9p.c
/qemu/hw/9pfs/9p.h
/qemu/hw/acpi/core.c
/qemu/hw/acpi/ipmi-stub.c
/qemu/hw/acpi/piix4.c
/qemu/hw/acpi/vmgenid.c
/qemu/hw/alpha/dp264.c
/qemu/hw/arm/aspeed.c
/qemu/hw/arm/aspeed_soc.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/highbank.c
/qemu/hw/arm/msf2-soc.c
/qemu/hw/arm/raspi.c
/qemu/hw/arm/spitz.c
/qemu/hw/arm/virt.c
/qemu/hw/arm/xlnx-zcu102.c
/qemu/hw/arm/xlnx-zynqmp.c
/qemu/hw/audio/ac97.c
/qemu/hw/audio/es1370.c
/qemu/hw/audio/fmopl.c
/qemu/hw/audio/fmopl.h
/qemu/hw/audio/intel-hda.c
/qemu/hw/audio/pcspk.c
/qemu/hw/block/block.c
/qemu/hw/block/dataplane/virtio-blk.c
/qemu/hw/block/dataplane/virtio-blk.h
/qemu/hw/block/fdc.c
/qemu/hw/block/m25p80.c
/qemu/hw/block/nvme.c
/qemu/hw/block/trace-events
/qemu/hw/block/virtio-blk.c
/qemu/hw/block/xen_disk.c
/qemu/hw/char/debugcon.c
/qemu/hw/char/serial-pci.c
/qemu/hw/char/serial.c
/qemu/hw/char/spapr_vty.c
/qemu/hw/char/xen_console.c
/qemu/hw/core/loader.c
/qemu/hw/core/machine.c
/qemu/hw/core/qdev-properties-system.c
/qemu/hw/core/qdev.c
/qemu/hw/cpu/core.c
/qemu/hw/cris/axis_dev88.c
/qemu/hw/display/cirrus_vga.c
/qemu/hw/display/qxl.c
/qemu/hw/display/qxl.h
/qemu/hw/display/sm501.c
/qemu/hw/display/tc6393xb.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/vga_regs.h
/qemu/hw/display/virtio-gpu.c
/qemu/hw/display/virtio-vga.c
/qemu/hw/display/vmware_vga.c
/qemu/hw/display/xenfb.c
/qemu/hw/dma/sparc32_dma.c
/qemu/hw/dma/sun4m_iommu.c
/qemu/hw/dma/trace-events
/qemu/hw/i2c/pm_smbus.c
/qemu/hw/i2c/smbus_ich9.c
/qemu/hw/i386/Makefile.objs
/qemu/hw/i386/acpi-build.c
/qemu/hw/i386/amd_iommu.c
/qemu/hw/i386/amd_iommu.h
/qemu/hw/i386/kvm/Makefile.objs
/qemu/hw/i386/pc.c
/qemu/hw/i386/pc_piix.c
/qemu/hw/i386/pc_q35.c
/qemu/hw/i386/vmmouse.c
/qemu/hw/i386/vmport.c
/qemu/hw/i386/xen/xen-hvm.c
/qemu/hw/i386/xen/xen-mapcache.c
/qemu/hw/i386/xen/xen_platform.c
/qemu/hw/i386/xen/xen_pvdevice.c
/qemu/hw/ide/Makefile.objs
/qemu/hw/ide/ahci-allwinner.c
/qemu/hw/ide/ahci.c
/qemu/hw/ide/cmd646.c
/qemu/hw/ide/core.c
/qemu/hw/ide/ich.c
/qemu/hw/ide/isa.c
/qemu/hw/ide/macio.c
/qemu/hw/ide/microdrive.c
/qemu/hw/ide/pci.c
/qemu/hw/ide/piix.c
/qemu/hw/ide/qdev.c
/qemu/hw/ide/via.c
/qemu/hw/input/Makefile.objs
/qemu/hw/input/adb.c
/qemu/hw/input/hid.c
/qemu/hw/input/ps2.c
/qemu/hw/input/trace-events
/qemu/hw/intc/Makefile.objs
/qemu/hw/intc/arm_gicv3_its_common.c
/qemu/hw/intc/arm_gicv3_its_kvm.c
/qemu/hw/intc/armv7m_nvic.c
/qemu/hw/intc/ioapic.c
/qemu/hw/intc/lm32_pic.c
/qemu/hw/intc/ompic.c
/qemu/hw/intc/openpic.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/ipack/tpci200.c
/qemu/hw/ipmi/isa_ipmi_bt.c
/qemu/hw/ipmi/isa_ipmi_kcs.c
/qemu/hw/isa/i82378.c
/qemu/hw/isa/lpc_ich9.c
/qemu/hw/isa/piix4.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/mcf5206.c
/qemu/hw/m68k/mcf5208.c
/qemu/hw/mem/pc-dimm.c
/qemu/hw/mips/boston.c
/qemu/hw/mips/cps.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_mipssim.c
/qemu/hw/mips/mips_r4k.c
/qemu/hw/misc/Makefile.objs
/qemu/hw/misc/aspeed_scu.c
/qemu/hw/misc/edu.c
/qemu/hw/misc/imx6_ccm.c
/qemu/hw/misc/ivshmem.c
/qemu/hw/misc/macio/macio.c
/qemu/hw/misc/pci-testdev.c
/qemu/hw/misc/pvpanic.c
/qemu/hw/misc/sga.c
/qemu/hw/misc/vmcoreinfo.c
/qemu/hw/moxie/moxiesim.c
/qemu/hw/net/e1000.c
/qemu/hw/net/e1000e.c
/qemu/hw/net/eepro100.c
/qemu/hw/net/lance.c
/qemu/hw/net/ne2000-isa.c
/qemu/hw/net/ne2000.c
/qemu/hw/net/ne2000.h
/qemu/hw/net/net_rx_pkt.c
/qemu/hw/net/net_tx_pkt.c
/qemu/hw/net/pcnet-pci.c
/qemu/hw/net/rocker/rocker.c
/qemu/hw/net/rtl8139.c
/qemu/hw/net/sungem.c
/qemu/hw/net/sunhme.c
/qemu/hw/net/virtio-net.c
/qemu/hw/net/vmware_utils.h
/qemu/hw/net/vmxnet3.c
/qemu/hw/net/vmxnet3.h
/qemu/hw/nios2/boot.c
/qemu/hw/nvram/Makefile.objs
/qemu/hw/nvram/eeprom_at24c.c
/qemu/hw/nvram/fw_cfg.c
/qemu/hw/openrisc/cputimer.c
/qemu/hw/openrisc/openrisc_sim.c
/qemu/hw/pci-bridge/Makefile.objs
/qemu/hw/pci-bridge/dec.c
/qemu/hw/pci-bridge/gen_pcie_root_port.c
/qemu/hw/pci-bridge/i82801b11.c
/qemu/hw/pci-bridge/ioh3420.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-bridge/xio3130_upstream.c
/qemu/hw/pci-host/apb.c
/qemu/hw/pci-host/bonito.c
/qemu/hw/pci-host/gpex.c
/qemu/hw/pci-host/grackle.c
/qemu/hw/pci-host/piix.c
/qemu/hw/pci-host/ppce500.c
/qemu/hw/pci-host/prep.c
/qemu/hw/pci-host/q35.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/pci_bridge.c
/qemu/hw/pci/pcie_host.c
/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_core.c
/qemu/hw/ppc/ppc.c
/qemu/hw/ppc/ppc405_uc.c
/qemu/hw/ppc/ppc440_bamboo.c
/qemu/hw/ppc/ppc4xx_devs.c
/qemu/hw/ppc/ppc4xx_pci.c
/qemu/hw/ppc/prep.c
/qemu/hw/ppc/spapr.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_pci.c
/qemu/hw/ppc/spapr_rtas.c
/qemu/hw/ppc/spapr_vio.c
/qemu/hw/ppc/trace-events
/qemu/hw/ppc/virtex_ml507.c
/qemu/hw/s390x/3270-ccw.c
/qemu/hw/s390x/css-bridge.c
/qemu/hw/s390x/css.c
/qemu/hw/s390x/event-facility.c
/qemu/hw/s390x/s390-ccw.c
/qemu/hw/s390x/s390-pci-bus.c
/qemu/hw/s390x/s390-pci-bus.h
/qemu/hw/s390x/s390-pci-inst.c
/qemu/hw/s390x/s390-pci-inst.h
/qemu/hw/s390x/s390-virtio-ccw.c
/qemu/hw/s390x/s390-virtio-hcall.h
/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.c
/qemu/hw/scsi/scsi-disk.c
/qemu/hw/scsi/vhost-scsi.c
/qemu/hw/scsi/vhost-user-scsi.c
/qemu/hw/scsi/vmw_pvscsi.c
/qemu/hw/sd/sdhci.c
/qemu/hw/sh4/r2d.c
/qemu/hw/sh4/sh_pci.c
/qemu/hw/sh4/shix.c
/qemu/hw/smbios/smbios_type_38-stub.c
/qemu/hw/sparc/leon3.c
/qemu/hw/sparc/sun4m.c
/qemu/hw/sparc64/niagara.c
/qemu/hw/sparc64/sparc64.c
/qemu/hw/sparc64/sun4u.c
/qemu/hw/ssi/aspeed_smc.c
/qemu/hw/ssi/mss-spi.c
/qemu/hw/ssi/xilinx_spips.c
/qemu/hw/timer/i8254.c
/qemu/hw/timer/i8254_common.c
/qemu/hw/timer/mc146818rtc.c
/qemu/hw/tpm/Makefile.objs
/qemu/hw/tpm/tpm_emulator.c
/qemu/hw/tpm/tpm_int.h
/qemu/hw/tpm/tpm_ioctl.h
/qemu/hw/tpm/tpm_passthrough.c
/qemu/hw/tpm/tpm_tis.c
/qemu/hw/tpm/tpm_util.c
/qemu/hw/tpm/tpm_util.h
/qemu/hw/tricore/tricore_testboard.c
/qemu/hw/unicore32/puv3.c
/qemu/hw/usb/bus.c
/qemu/hw/usb/dev-smartcard-reader.c
/qemu/hw/usb/dev-storage.c
/qemu/hw/usb/hcd-ehci-pci.c
/qemu/hw/usb/hcd-ohci.c
/qemu/hw/usb/hcd-uhci.c
/qemu/hw/usb/hcd-xhci.c
/qemu/hw/vfio/ccw.c
/qemu/hw/vfio/common.c
/qemu/hw/vfio/pci-quirks.c
/qemu/hw/vfio/pci.c
/qemu/hw/vfio/pci.h
/qemu/hw/virtio/vhost-vsock.c
/qemu/hw/virtio/vhost.c
/qemu/hw/virtio/virtio-balloon.c
/qemu/hw/virtio/virtio-pci.c
/qemu/hw/virtio/virtio-pci.h
/qemu/hw/virtio/virtio.c
/qemu/hw/watchdog/wdt_aspeed.c
/qemu/hw/watchdog/wdt_i6300esb.c
/qemu/hw/watchdog/wdt_ib700.c
/qemu/hw/xen/Makefile.objs
/qemu/hw/xen/xen_backend.c
/qemu/hw/xen/xen_pt.c
/qemu/hw/xen/xen_pt_load_rom.c
/qemu/hw/xtensa/sim.c
/qemu/hw/xtensa/xtfpga.c
/qemu/include/block/block.h
/qemu/include/block/block_int.h
/qemu/include/block/blockjob.h
/qemu/include/block/blockjob_int.h
/qemu/include/block/dirty-bitmap.h
/qemu/include/block/nbd.h
/qemu/include/block/snapshot.h
/qemu/include/disas/bfd.h
/qemu/include/disas/capstone.h
/qemu/include/disas/disas.h
/qemu/include/exec/cpu-all.h
/qemu/include/exec/cpu_ldst.h
/qemu/include/exec/cpu_ldst_useronly_template.h
/qemu/include/exec/exec-all.h
/qemu/include/exec/gen-icount.h
/qemu/include/exec/helper-gen.h
/qemu/include/exec/helper-head.h
/qemu/include/exec/log.h
/qemu/include/exec/memory-internal.h
/qemu/include/exec/memory.h
/qemu/include/exec/ram_addr.h
/qemu/include/exec/tb-context.h
/qemu/include/exec/tb-hash-xx.h
/qemu/include/exec/tb-hash.h
/qemu/include/exec/tb-lookup.h
/qemu/include/hw/acpi/acpi.h
/qemu/include/hw/acpi/ich9.h
/qemu/include/hw/acpi/ipmi.h
/qemu/include/hw/arm/arm.h
/qemu/include/hw/arm/xlnx-zynqmp.h
/qemu/include/hw/block/block.h
/qemu/include/hw/boards.h
/qemu/include/hw/compat.h
/qemu/include/hw/cpu/core.h
/qemu/include/hw/display/vga.h
/qemu/include/hw/i2c/ppc4xx_i2c.h
/qemu/include/hw/i386/apic-msidef.h
/qemu/include/hw/i386/pc.h
/qemu/include/hw/intc/armv7m_nvic.h
/qemu/include/hw/mips/cps.h
/qemu/include/hw/misc/aspeed_scu.h
/qemu/include/hw/misc/pvpanic.h
/qemu/include/hw/misc/vmcoreinfo.h
/qemu/include/hw/net/lance.h
/qemu/include/hw/net/ne2000-isa.h
/qemu/include/hw/nvram/fw_cfg.h
/qemu/include/hw/or-irq.h
/qemu/include/hw/pci-host/q35.h
/qemu/include/hw/pci-host/spapr.h
/qemu/include/hw/pci/pci.h
/qemu/include/hw/ppc/pnv.h
/qemu/include/hw/ppc/pnv_core.h
/qemu/include/hw/ppc/ppc.h
/qemu/include/hw/ppc/spapr.h
/qemu/include/hw/ppc/spapr_cpu_core.h
/qemu/include/hw/ppc/spapr_vio.h
/qemu/include/hw/ppc/xics.h
/qemu/include/hw/qdev-core.h
/qemu/include/hw/qdev-properties.h
/qemu/include/hw/registerfields.h
/qemu/include/hw/s390x/css.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/scsi/esp.h
/qemu/include/hw/sparc/sparc32_dma.h
/qemu/include/hw/sparc/sparc64.h
/qemu/include/hw/sparc/sun4m.h
/qemu/include/hw/ssi/xilinx_spips.h
/qemu/include/hw/timer/i8254.h
/qemu/include/hw/timer/i8254_internal.h
/qemu/include/hw/timer/mc146818rtc.h
/qemu/include/hw/unicore32/puv3.h
/qemu/include/hw/usb.h
/qemu/include/hw/virtio/virtio-blk.h
/qemu/include/hw/virtio/virtio.h
/qemu/include/hw/xen/xen_backend.h
/qemu/include/io/channel-websock.h
/qemu/include/io/net-listener.h
/qemu/include/net/checksum.h
/qemu/include/qapi/qmp/qbool.h
/qemu/include/qapi/qmp/qdict.h
/qemu/include/qapi/qmp/qlist.h
/qemu/include/qapi/qmp/qnull.h
/qemu/include/qapi/qmp/qnum.h
/qemu/include/qapi/qmp/qobject.h
/qemu/include/qapi/qmp/qstring.h
/qemu/include/qapi/qmp/types.h
/qemu/include/qemu-common.h
/qemu/include/qemu/coroutine.h
/qemu/include/qemu/coroutine_int.h
/qemu/include/qemu/futex.h
/qemu/include/qemu/hbitmap.h
/qemu/include/qemu/option.h
/qemu/include/qemu/osdep.h
/qemu/include/qemu/qht.h
/qemu/include/qemu/thread-posix.h
/qemu/include/qemu/typedefs.h
/qemu/include/qom/cpu.h
/qemu/include/qom/object.h
/qemu/include/scsi/utils.h
/qemu/include/standard-headers/asm-s390/virtio-ccw.h
/qemu/include/standard-headers/asm-x86/hyperv.h
/qemu/include/standard-headers/linux/input-event-codes.h
/qemu/include/standard-headers/linux/input.h
/qemu/include/standard-headers/linux/pci_regs.h
/qemu/include/sysemu/dump.h
/qemu/include/sysemu/hax.h
/qemu/include/sysemu/iothread.h
/qemu/include/sysemu/numa.h
/qemu/include/sysemu/sysemu.h
/qemu/include/sysemu/tpm.h
/qemu/include/sysemu/tpm_backend.h
/qemu/include/ui/console.h
/qemu/include/ui/egl-helpers.h
/qemu/include/ui/gtk.h
/qemu/include/ui/input.h
/qemu/include/ui/sdl2.h
/qemu/include/ui/shader.h
/qemu/include/ui/spice-display.h
/qemu/io/Makefile.objs
/qemu/io/channel-websock.c
/qemu/io/net-listener.c
/qemu/io/trace-events
/qemu/iothread.c
/qemu/linux-headers/asm-arm/kvm.h
/qemu/linux-headers/asm-arm/kvm_para.h
/qemu/linux-headers/asm-arm/unistd.h
/qemu/linux-headers/asm-arm64/kvm.h
/qemu/linux-headers/asm-arm64/unistd.h
/qemu/linux-headers/asm-powerpc/epapr_hcalls.h
/qemu/linux-headers/asm-powerpc/kvm.h
/qemu/linux-headers/asm-powerpc/kvm_para.h
/qemu/linux-headers/asm-powerpc/unistd.h
/qemu/linux-headers/asm-s390/kvm.h
/qemu/linux-headers/asm-s390/kvm_para.h
/qemu/linux-headers/asm-s390/unistd.h
/qemu/linux-headers/asm-x86/kvm.h
/qemu/linux-headers/asm-x86/kvm_para.h
/qemu/linux-headers/asm-x86/unistd.h
/qemu/linux-headers/linux/kvm.h
/qemu/linux-headers/linux/kvm_para.h
/qemu/linux-headers/linux/psci.h
/qemu/linux-headers/linux/userfaultfd.h
/qemu/linux-headers/linux/vfio.h
/qemu/linux-headers/linux/vfio_ccw.h
/qemu/linux-headers/linux/vhost.h
/qemu/linux-user/arm/target_cpu.h
/qemu/linux-user/elfload.c
/qemu/linux-user/hppa/syscall_nr.h
/qemu/linux-user/hppa/target_cpu.h
/qemu/linux-user/ioctls.h
/qemu/linux-user/main.c
/qemu/linux-user/signal.c
/qemu/linux-user/strace.c
/qemu/linux-user/syscall.c
/qemu/linux-user/syscall_defs.h
/qemu/memory.c
/qemu/migration/block.c
/qemu/migration/migration.c
/qemu/migration/migration.h
/qemu/migration/page_cache.c
/qemu/migration/page_cache.h
/qemu/migration/postcopy-ram.c
/qemu/migration/postcopy-ram.h
/qemu/migration/ram.c
/qemu/migration/ram.h
/qemu/migration/savevm.c
/qemu/migration/tls.c
/qemu/monitor.c
/qemu/nbd/client.c
/qemu/nbd/common.c
/qemu/nbd/nbd-internal.h
/qemu/nbd/server.c
/qemu/nbd/trace-events
/qemu/net/colo-compare.c
/qemu/net/colo.c
/qemu/net/colo.h
/qemu/net/filter-mirror.c
/qemu/net/socket.c
/qemu/numa.c
/qemu/os-posix.c
/qemu/pc-bios/README
/qemu/pc-bios/bios-256k.bin
/qemu/pc-bios/bios.bin
/qemu/pc-bios/keymaps/Makefile
/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/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/openbios-ppc
/qemu/pc-bios/openbios-sparc32
/qemu/pc-bios/openbios-sparc64
/qemu/pc-bios/s390-ccw.img
/qemu/pc-bios/s390-ccw/sclp.c
/qemu/pc-bios/s390-ccw/start.S
/qemu/pc-bios/s390-ccw/virtio-scsi.c
/qemu/pc-bios/s390-netboot.img
/qemu/pc-bios/vgabios-cirrus.bin
/qemu/pc-bios/vgabios-qxl.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-schema.json
/qemu/qapi/block-core.json
/qemu/qapi/migration.json
/qemu/qapi/qapi-clone-visitor.c
/qemu/qapi/string-input-visitor.c
/qemu/qapi/tpm.json
/qemu/qapi/ui.json
/qemu/qdev-monitor.c
/qemu/qemu-doc.texi
/qemu/qemu-img.c
/qemu/qemu-img.texi
/qemu/qemu-io-cmds.c
/qemu/qemu-keymap.c
/qemu/qemu-options-wrapper.h
/qemu/qemu-options.hx
/qemu/qemu.nsi
/qemu/qga/commands-posix.c
/qemu/qga/commands-win32.c
/qemu/qga/qapi-schema.json
/qemu/qga/vss-win32/install.cpp
/qemu/qga/vss-win32/requester.cpp
/qemu/qobject/qbool.c
/qemu/qobject/qdict.c
/qemu/qobject/qlist.c
/qemu/qobject/qnull.c
/qemu/qobject/qnum.c
/qemu/qobject/qobject.c
/qemu/qobject/qstring.c
/qemu/qom/cpu.c
/qemu/qom/object.c
/qemu/roms/config.seabios-128k
/qemu/roms/openbios
/qemu/roms/seabios
/qemu/scripts/archive-source.sh
/qemu/scripts/checkpatch.pl
/qemu/scripts/coccinelle/qobject.cocci
/qemu/scripts/device-crash-test
/qemu/scripts/dump-guest-memory.py
/qemu/scripts/get_maintainer.pl
/qemu/scripts/git-submodule.sh
/qemu/scripts/hxtool
/qemu/scripts/make-release
/qemu/scripts/qmp/qemu-ga-client
/qemu/scripts/update-linux-headers.sh
qemu-pr-helper.c
utils.c
/qemu/slirp/tcp_subr.c
/qemu/stubs/Makefile.objs
/qemu/stubs/tpm.c
/qemu/target/alpha/cpu.c
/qemu/target/alpha/cpu.h
/qemu/target/alpha/translate.c
/qemu/target/arm/cpu.c
/qemu/target/arm/cpu.h
/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/op_helper.c
/qemu/target/arm/psci.c
/qemu/target/arm/translate-a64.c
/qemu/target/arm/translate.c
/qemu/target/arm/translate.h
/qemu/target/cris/cpu.c
/qemu/target/cris/cpu.h
/qemu/target/cris/translate.c
/qemu/target/cris/translate_v10.c
/qemu/target/hppa/cpu.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/hax-darwin.c
/qemu/target/i386/hax-darwin.h
/qemu/target/i386/hax-windows.h
/qemu/target/i386/kvm.c
/qemu/target/i386/translate.c
/qemu/target/lm32/cpu.c
/qemu/target/lm32/cpu.h
/qemu/target/lm32/translate.c
/qemu/target/m68k/cpu.c
/qemu/target/m68k/cpu.h
/qemu/target/m68k/helper.h
/qemu/target/m68k/op_helper.c
/qemu/target/m68k/translate.c
/qemu/target/microblaze/cpu.c
/qemu/target/microblaze/translate.c
/qemu/target/mips/cpu.c
/qemu/target/mips/cpu.h
/qemu/target/mips/mips-defs.h
/qemu/target/mips/translate.c
/qemu/target/mips/translate_init.c
/qemu/target/moxie/cpu.c
/qemu/target/moxie/cpu.h
/qemu/target/moxie/translate.c
/qemu/target/nios2/cpu.c
/qemu/target/nios2/cpu.h
/qemu/target/nios2/helper.c
/qemu/target/nios2/op_helper.c
/qemu/target/nios2/translate.c
/qemu/target/openrisc/cpu.c
/qemu/target/openrisc/cpu.h
/qemu/target/openrisc/exception_helper.c
/qemu/target/openrisc/machine.c
/qemu/target/openrisc/sys_helper.c
/qemu/target/openrisc/translate.c
/qemu/target/ppc/compat.c
/qemu/target/ppc/cpu-models.c
/qemu/target/ppc/cpu-models.h
/qemu/target/ppc/cpu-qom.h
/qemu/target/ppc/cpu.h
/qemu/target/ppc/excp_helper.c
/qemu/target/ppc/helper_regs.h
/qemu/target/ppc/int_helper.c
/qemu/target/ppc/kvm.c
/qemu/target/ppc/machine.c
/qemu/target/ppc/translate.c
/qemu/target/ppc/translate_init.c
/qemu/target/s390x/Makefile.objs
/qemu/target/s390x/cc_helper.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/cpu_models.h
/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/helper.h
/qemu/target/s390x/insn-data.def
/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-stub.c
/qemu/target/s390x/kvm.c
/qemu/target/s390x/kvm_s390x.h
/qemu/target/s390x/machine.c
/qemu/target/s390x/mem_helper.c
/qemu/target/s390x/misc_helper.c
/qemu/target/s390x/mmu_helper.c
/qemu/target/s390x/sigp.c
/qemu/target/s390x/trace-events
/qemu/target/s390x/translate.c
/qemu/target/sh4/cpu-qom.h
/qemu/target/sh4/cpu.c
/qemu/target/sh4/cpu.h
/qemu/target/sh4/helper.c
/qemu/target/sh4/translate.c
/qemu/target/sparc/cpu.c
/qemu/target/sparc/cpu.h
/qemu/target/sparc/mmu_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/cpu.h
/qemu/target/tricore/translate.c
/qemu/target/unicore32/cpu.c
/qemu/target/unicore32/cpu.h
/qemu/target/unicore32/translate.c
/qemu/target/xtensa/cpu.c
/qemu/target/xtensa/cpu.h
/qemu/target/xtensa/helper.c
/qemu/target/xtensa/translate.c
/qemu/tcg/optimize.c
/qemu/tcg/s390/tcg-target.inc.c
/qemu/tcg/tcg-op.c
/qemu/tcg/tcg-op.h
/qemu/tcg/tcg.c
/qemu/tcg/tcg.h
/qemu/tests/.gitignore
/qemu/tests/Makefile.include
/qemu/tests/acpi-test-data/pc/DSDT
/qemu/tests/acpi-test-data/pc/DSDT.bridge
/qemu/tests/acpi-test-data/pc/DSDT.cphp
/qemu/tests/acpi-test-data/pc/DSDT.ipmikcs
/qemu/tests/acpi-test-data/pc/DSDT.memhp
/qemu/tests/acpi-test-data/q35/DSDT
/qemu/tests/acpi-test-data/q35/DSDT.bridge
/qemu/tests/acpi-test-data/q35/DSDT.cphp
/qemu/tests/acpi-test-data/q35/DSDT.ipmibt
/qemu/tests/acpi-test-data/q35/DSDT.memhp
/qemu/tests/acpi-utils.h
/qemu/tests/ahci-test.c
/qemu/tests/bios-tables-test.c
/qemu/tests/boot-order-test.c
/qemu/tests/boot-serial-test.c
/qemu/tests/check-qnull.c
/qemu/tests/check-qobject.c
/qemu/tests/docker/Makefile.include
/qemu/tests/docker/docker.py
/qemu/tests/docker/dockerfiles/debian8-mxe.docker
/qemu/tests/docker/run
/qemu/tests/endianness-test.c
/qemu/tests/fw_cfg-test.c
/qemu/tests/ipmi-bt-test.c
/qemu/tests/libqos/ahci.c
/qemu/tests/libqos/libqos.c
/qemu/tests/libqos/malloc.c
/qemu/tests/libqtest.c
/qemu/tests/libqtest.h
/qemu/tests/m25p80-test.c
/qemu/tests/migration-test.c
/qemu/tests/pc-cpu-test.c
/qemu/tests/pnv-xscom-test.c
/qemu/tests/prom-env-test.c
/qemu/tests/pxe-test.c
/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/055
/qemu/tests/qemu-iotests/058
/qemu/tests/qemu-iotests/060
/qemu/tests/qemu-iotests/060.out
/qemu/tests/qemu-iotests/067
/qemu/tests/qemu-iotests/074.out
/qemu/tests/qemu-iotests/075
/qemu/tests/qemu-iotests/077
/qemu/tests/qemu-iotests/077.out
/qemu/tests/qemu-iotests/078
/qemu/tests/qemu-iotests/083
/qemu/tests/qemu-iotests/083.out
/qemu/tests/qemu-iotests/087
/qemu/tests/qemu-iotests/093
/qemu/tests/qemu-iotests/093.out
/qemu/tests/qemu-iotests/125
/qemu/tests/qemu-iotests/125.out
/qemu/tests/qemu-iotests/127
/qemu/tests/qemu-iotests/127.out
/qemu/tests/qemu-iotests/133
/qemu/tests/qemu-iotests/133.out
/qemu/tests/qemu-iotests/136
/qemu/tests/qemu-iotests/140
/qemu/tests/qemu-iotests/147
/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/182
/qemu/tests/qemu-iotests/184
/qemu/tests/qemu-iotests/184.out
/qemu/tests/qemu-iotests/191
/qemu/tests/qemu-iotests/191.out
/qemu/tests/qemu-iotests/194
/qemu/tests/qemu-iotests/196
/qemu/tests/qemu-iotests/196.out
/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/202
/qemu/tests/qemu-iotests/202.out
/qemu/tests/qemu-iotests/203
/qemu/tests/qemu-iotests/203.out
/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/nbd-fault-injector.py
/qemu/tests/qht-bench.c
/qemu/tests/tco-test.c
/qemu/tests/test-aio-multithread.c
/qemu/tests/test-blockjob-txn.c
/qemu/tests/test-clone-visitor.c
/qemu/tests/test-crypto-block.c
/qemu/tests/test-filter-mirror.c
/qemu/tests/test-filter-redirector.c
/qemu/tests/test-hbitmap.c
/qemu/tests/test-hmp.c
/qemu/tests/vhost-user-bridge.c
/qemu/tests/vhost-user-test.c
/qemu/tests/virtio-balloon-test.c
/qemu/tests/virtio-blk-test.c
/qemu/tests/virtio-console-test.c
/qemu/tests/virtio-serial-test.c
/qemu/tests/vmgenid-test.c
/qemu/tpm.c
/qemu/trace-events
/qemu/trace/ftrace.c
/qemu/ui/cocoa.m
/qemu/ui/console-gl.c
/qemu/ui/console.c
/qemu/ui/egl-headless.c
/qemu/ui/egl-helpers.c
/qemu/ui/gtk-egl.c
/qemu/ui/gtk-gl-area.c
/qemu/ui/gtk.c
/qemu/ui/input-keymap.c
/qemu/ui/input-legacy.c
/qemu/ui/input.c
/qemu/ui/keycodemapdb
/qemu/ui/sdl2-gl.c
/qemu/ui/sdl2.c
/qemu/ui/shader.c
/qemu/ui/shader/texture-blit-flip.vert
/qemu/ui/spice-display.c
/qemu/util/aio-posix.c
/qemu/util/async.c
/qemu/util/hbitmap.c
/qemu/util/memfd.c
/qemu/util/mmap-alloc.c
/qemu/util/osdep.c
/qemu/util/oslib-posix.c
/qemu/util/qemu-coroutine-sleep.c
/qemu/util/qemu-coroutine.c
/qemu/util/qemu-option.c
/qemu/util/qemu-sockets.c
/qemu/util/qemu-thread-posix.c
/qemu/util/stats64.c
/qemu/version.rc
/qemu/vl.c
b3f1c8c417-Oct-2017 Paolo Bonzini <pbonzini@redhat.com>

qemu-pr-helper: use new libmultipath API

libmultipath has recently changed its API. The new API supports multi-threaded
clients better. Unfortunately there is no backwards-compatibility, so we jus

qemu-pr-helper: use new libmultipath API

libmultipath has recently changed its API. The new API supports multi-threaded
clients better. Unfortunately there is no backwards-compatibility, so we just
switch to the new one. Running QEMU compiled with the new library on the old
library will likely crash, while doing the opposite will cause QEMU not to
start at all (because udev, get_multipath_config and put_multipath_config
are undefined).

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

show more ...


/qemu/.gitignore
/qemu/MAINTAINERS
/qemu/Makefile
/qemu/Makefile.objs
/qemu/Makefile.target
/qemu/accel/kvm/kvm-all.c
/qemu/accel/stubs/kvm-stub.c
/qemu/accel/tcg/cpu-exec.c
/qemu/accel/tcg/cputlb.c
/qemu/accel/tcg/tcg-runtime.c
/qemu/accel/tcg/tcg-runtime.h
/qemu/accel/tcg/translate-all.c
/qemu/audio/Makefile.objs
/qemu/block.c
/qemu/block/backup.c
/qemu/block/blkdebug.c
/qemu/block/commit.c
/qemu/block/crypto.c
/qemu/block/dirty-bitmap.c
/qemu/block/file-posix.c
/qemu/block/io.c
/qemu/block/mirror.c
/qemu/block/nbd-client.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.c
/qemu/block/qcow2.h
/qemu/block/replication.c
/qemu/block/throttle-groups.c
/qemu/block/vvfat.c
/qemu/chardev/Makefile.objs
/qemu/chardev/baum.c
/qemu/chardev/char-fd.c
/qemu/chardev/char-fe.c
/qemu/chardev/char-pty.c
/qemu/chardev/char-socket.c
/qemu/chardev/char-udp.c
/qemu/chardev/char.c
/qemu/configure
/qemu/contrib/libvhost-user/Makefile.objs
/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-scsi/vhost-user-scsi.c
/qemu/crypto/block-luks.c
/qemu/crypto/block-qcow.c
/qemu/crypto/block.c
/qemu/crypto/blockpriv.h
/qemu/default-configs/arm-softmmu.mak
/qemu/default-configs/ppc-linux-user.mak
/qemu/default-configs/ppc-softmmu.mak
/qemu/default-configs/ppc64-linux-user.mak
/qemu/default-configs/ppc64-softmmu.mak
/qemu/default-configs/ppc64abi32-linux-user.mak
/qemu/default-configs/ppc64le-linux-user.mak
/qemu/default-configs/ppcemb-softmmu.mak
/qemu/default-configs/sparc64-softmmu.mak
/qemu/disas.c
/qemu/docs/devel/loads-stores.rst
/qemu/docs/devel/migration.txt
/qemu/docs/memory-hotplug.txt
/qemu/docs/qemu-block-drivers.texi
/qemu/exec.c
/qemu/hmp-commands-info.hx
/qemu/hmp.c
/qemu/hw/acpi/tco.c
/qemu/hw/acpi/trace-events
/qemu/hw/arm/Makefile.objs
/qemu/hw/arm/msf2-soc.c
/qemu/hw/arm/msf2-som.c
/qemu/hw/arm/omap2.c
/qemu/hw/arm/palm.c
/qemu/hw/arm/pxa2xx.c
/qemu/hw/arm/strongarm.c
/qemu/hw/arm/xlnx-zynqmp.c
/qemu/hw/audio/wm8750.c
/qemu/hw/block/fdc.c
/qemu/hw/block/m25p80.c
/qemu/hw/block/nand.c
/qemu/hw/block/onenand.c
/qemu/hw/block/xen_disk.c
/qemu/hw/char/serial.c
/qemu/hw/char/terminal3270.c
/qemu/hw/core/machine.c
/qemu/hw/display/qxl.c
/qemu/hw/display/trace-events
/qemu/hw/display/virtio-gpu.c
/qemu/hw/display/xenfb.c
/qemu/hw/gpio/omap_gpio.c
/qemu/hw/i2c/core.c
/qemu/hw/i2c/omap_i2c.c
/qemu/hw/i386/kvm/clock.c
/qemu/hw/i386/pc.c
/qemu/hw/ide/ahci.c
/qemu/hw/ide/core.c
/qemu/hw/ide/macio.c
/qemu/hw/ide/pci.c
/qemu/hw/ide/qdev.c
/qemu/hw/input/ps2.c
/qemu/hw/input/tsc210x.c
/qemu/hw/input/virtio-input-hid.c
/qemu/hw/intc/apic_common.c
/qemu/hw/intc/arm_gic_common.c
/qemu/hw/intc/arm_gicv3_common.c
/qemu/hw/intc/arm_gicv3_its_common.c
/qemu/hw/intc/armv7m_nvic.c
/qemu/hw/intc/i8259_common.c
/qemu/hw/intc/ioapic_common.c
/qemu/hw/intc/openpic.c
/qemu/hw/intc/s390_flic_kvm.c
/qemu/hw/intc/trace-events
/qemu/hw/intc/xics.c
/qemu/hw/isa/pc87312.c
/qemu/hw/mips/Makefile.objs
/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/Makefile.objs
/qemu/hw/misc/auxbus.c
/qemu/hw/misc/macio/mac_dbdma.c
/qemu/hw/misc/macio/macio.c
/qemu/hw/misc/msf2-sysreg.c
/qemu/hw/misc/trace-events
/qemu/hw/net/Makefile.objs
/qemu/hw/net/e1000.c
/qemu/hw/net/e1000e.c
/qemu/hw/net/rtl8139.c
/qemu/hw/net/sunhme.c
/qemu/hw/net/trace-events
/qemu/hw/net/virtio-net.c
/qemu/hw/net/vmxnet3.c
/qemu/hw/pci-host/piix.c
/qemu/hw/ppc/mac.h
/qemu/hw/ppc/mac_newworld.c
/qemu/hw/ppc/mac_oldworld.c
/qemu/hw/ppc/pnv.c
/qemu/hw/ppc/ppc.c
/qemu/hw/ppc/ppc405_uc.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_pci.c
/qemu/hw/s390x/3270-ccw.c
/qemu/hw/s390x/css.c
/qemu/hw/s390x/s390-pci-bus.c
/qemu/hw/s390x/s390-virtio-ccw.c
/qemu/hw/s390x/sclp.c
/qemu/hw/s390x/sclpcpu.c
/qemu/hw/s390x/sclpquiesce.c
/qemu/hw/s390x/virtio-ccw.c
/qemu/hw/scsi/lsi53c895a.c
/qemu/hw/scsi/scsi-disk.c
/qemu/hw/scsi/vmw_pvscsi.c
/qemu/hw/sd/sd.c
/qemu/hw/sparc64/sun4u.c
/qemu/hw/ssi/Makefile.objs
/qemu/hw/ssi/mss-spi.c
/qemu/hw/timer/Makefile.objs
/qemu/hw/timer/cadence_ttc.c
/qemu/hw/timer/hpet.c
/qemu/hw/timer/i8254_common.c
/qemu/hw/timer/mc146818rtc.c
/qemu/hw/timer/mss-timer.c
/qemu/hw/timer/omap_gptimer.c
/qemu/hw/timer/omap_synctimer.c
/qemu/hw/timer/pl031.c
/qemu/hw/timer/twl92230.c
/qemu/hw/usb/Makefile.objs
/qemu/hw/usb/bus.c
/qemu/hw/usb/ccid-card-passthru.c
/qemu/hw/usb/dev-smartcard-reader.c
/qemu/hw/usb/hcd-ehci-sysbus.c
/qemu/hw/usb/hcd-ehci.c
/qemu/hw/usb/hcd-ehci.h
/qemu/hw/usb/hcd-ohci.c
/qemu/hw/usb/redirect.c
/qemu/hw/vfio/ccw.c
/qemu/hw/vfio/pci-quirks.c
/qemu/hw/vfio/pci.c
/qemu/hw/vfio/pci.h
/qemu/hw/virtio/vhost-vsock.c
/qemu/hw/virtio/virtio.c
/qemu/hw/watchdog/watchdog.c
/qemu/hw/watchdog/wdt_diag288.c
/qemu/hw/xen/xen_pt.h
/qemu/hw/xen/xen_pt_config_init.c
/qemu/hw/xen/xen_pt_msi.c
/qemu/include/block/block.h
/qemu/include/block/block_int.h
/qemu/include/block/dirty-bitmap.h
/qemu/include/chardev/char.h
/qemu/include/crypto/block.h
/qemu/include/disas/bfd.h
/qemu/include/exec/cpu-all.h
/qemu/include/exec/cpu-defs.h
/qemu/include/exec/cputlb.h
/qemu/include/exec/exec-all.h
/qemu/include/exec/tb-lookup.h
/qemu/include/glib-compat.h
/qemu/include/hw/arm/msf2-soc.h
/qemu/include/hw/boards.h
/qemu/include/hw/compat.h
/qemu/include/hw/ide/internal.h
/qemu/include/hw/intc/armv7m_nvic.h
/qemu/include/hw/misc/msf2-sysreg.h
/qemu/include/hw/net/mii.h
/qemu/include/hw/pci/pci_ids.h
/qemu/include/hw/ppc/mac_dbdma.h
/qemu/include/hw/ppc/openpic.h
/qemu/include/hw/ppc/pnv_xscom.h
/qemu/include/hw/s390x/3270-ccw.h
/qemu/include/hw/s390x/css.h
/qemu/include/hw/ssi/mss-spi.h
/qemu/include/hw/timer/mss-timer.h
/qemu/include/hw/virtio/virtio-input.h
/qemu/include/hw/virtio/virtio.h
/qemu/include/io/channel-websock.h
/qemu/include/migration/register.h
/qemu/include/migration/vmstate.h
/qemu/include/qemu/bitmap.h
/qemu/include/qemu/hbitmap.h
/qemu/include/qemu/osdep.h
/qemu/include/qemu/thread-posix.h
/qemu/include/qom/object.h
/qemu/include/standard-headers/asm-x86/hyperv.h
/qemu/include/standard-headers/linux/pci_regs.h
/qemu/include/standard-headers/linux/virtio_ring.h
/qemu/include/sysemu/iothread.h
/qemu/include/sysemu/kvm.h
/qemu/include/sysemu/seccomp.h
/qemu/include/sysemu/sysemu.h
/qemu/include/sysemu/watchdog.h
/qemu/include/ui/console.h
/qemu/include/ui/egl-helpers.h
/qemu/io/channel-websock.c
/qemu/io/trace-events
/qemu/iothread.c
/qemu/libdecnumber/Makefile.objs
/qemu/linux-headers/asm-s390/kvm.h
/qemu/linux-headers/linux/kvm.h
/qemu/linux-headers/linux/userfaultfd.h
/qemu/memory.c
/qemu/migration/Makefile.objs
/qemu/migration/block.c
/qemu/migration/block.h
/qemu/migration/channel.c
/qemu/migration/colo-comm.c
/qemu/migration/exec.c
/qemu/migration/fd.c
/qemu/migration/global_state.c
/qemu/migration/migration.c
/qemu/migration/migration.h
/qemu/migration/postcopy-ram.c
/qemu/migration/postcopy-ram.h
/qemu/migration/ram.c
/qemu/migration/ram.h
/qemu/migration/savevm.c
/qemu/migration/socket.c
/qemu/migration/trace-events
/qemu/migration/vmstate-types.c
/qemu/migration/vmstate.c
/qemu/monitor.c
/qemu/net/Makefile.objs
/qemu/net/slirp.c
/qemu/qapi-schema.json
/qemu/qapi/block-core.json
/qemu/qapi/migration.json
/qemu/qapi/run-state.json
/qemu/qemu-doc.texi
/qemu/qemu-img-cmds.hx
/qemu/qemu-img.c
/qemu/qemu-img.texi
/qemu/qemu-io-cmds.c
/qemu/qemu-io.c
/qemu/qemu-options.hx
/qemu/qom/cpu.c
/qemu/qom/object.c
/qemu/replay/replay-snapshot.c
/qemu/scripts/archive-source.sh
/qemu/scripts/checkpatch.pl
/qemu/scripts/create_config
/qemu/scripts/qemu.py
/qemu/scripts/qmp/qmp.py
qemu-pr-helper.c
/qemu/slirp/if.c
/qemu/slirp/slirp.c
/qemu/slirp/slirp.h
/qemu/target/alpha/cpu.c
/qemu/target/alpha/translate.c
/qemu/target/arm/cpu.c
/qemu/target/arm/cpu.h
/qemu/target/arm/helper.c
/qemu/target/arm/internals.h
/qemu/target/arm/machine.c
/qemu/target/arm/op_helper.c
/qemu/target/arm/translate-a64.c
/qemu/target/arm/translate.c
/qemu/target/cris/cpu.c
/qemu/target/hppa/translate.c
/qemu/target/i386/machine.c
/qemu/target/i386/translate.c
/qemu/target/lm32/cpu.c
/qemu/target/m68k/cpu.c
/qemu/target/mips/Makefile.objs
/qemu/target/mips/cp0_timer.c
/qemu/target/mips/cpu-qom.h
/qemu/target/mips/cpu.c
/qemu/target/mips/cpu.h
/qemu/target/mips/dsp_helper.c
/qemu/target/mips/gdbstub.c
/qemu/target/mips/helper.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/op_helper.c
/qemu/target/mips/translate.c
/qemu/target/mips/translate_init.c
/qemu/target/moxie/cpu.c
/qemu/target/nios2/translate.c
/qemu/target/openrisc/cpu.c
/qemu/target/ppc/Makefile.objs
/qemu/target/ppc/cpu-models.c
/qemu/target/ppc/cpu-models.h
/qemu/target/ppc/cpu.h
/qemu/target/ppc/kvm.c
/qemu/target/ppc/kvm_ppc.h
/qemu/target/ppc/machine.c
/qemu/target/ppc/translate_init.c
/qemu/target/s390x/Makefile.objs
/qemu/target/s390x/cpu-qom.h
/qemu/target/s390x/cpu.c
/qemu/target/s390x/cpu.h
/qemu/target/s390x/cpu_features.c
/qemu/target/s390x/cpu_models.c
/qemu/target/s390x/crypto_helper.c
/qemu/target/s390x/excp_helper.c
/qemu/target/s390x/gen-features.c
/qemu/target/s390x/helper.h
/qemu/target/s390x/insn-data.def
/qemu/target/s390x/internal.h
/qemu/target/s390x/kvm-stub.c
/qemu/target/s390x/kvm.c
/qemu/target/s390x/kvm_s390x.h
/qemu/target/s390x/machine.c
/qemu/target/s390x/mem_helper.c
/qemu/target/s390x/misc_helper.c
/qemu/target/s390x/mmu_helper.c
/qemu/target/s390x/translate.c
/qemu/target/sh4/cpu.c
/qemu/target/sh4/translate.c
/qemu/target/sparc/cpu.c
/qemu/target/sparc/machine.c
/qemu/target/tricore/cpu.c
/qemu/target/unicore32/cpu.c
/qemu/target/unicore32/helper.c
/qemu/target/xtensa/cpu.c
/qemu/target/xtensa/op_helper.c
/qemu/tcg/i386/tcg-target.inc.c
/qemu/tcg/mips/tcg-target.inc.c
/qemu/tcg/tcg-op.c
/qemu/tcg/tcg-op.h
/qemu/tcg/tcg.c
/qemu/tcg/tcg.h
/qemu/tcg/tci.c
/qemu/tests/.gitignore
/qemu/tests/Makefile.include
/qemu/tests/boot-sector.c
/qemu/tests/docker/Makefile.include
/qemu/tests/docker/common.rc
/qemu/tests/docker/docker.py
/qemu/tests/docker/dockerfiles/centos6.docker
/qemu/tests/docker/dockerfiles/centos7.docker
/qemu/tests/docker/dockerfiles/debian-ports.docker
/qemu/tests/docker/dockerfiles/debian8.docker
/qemu/tests/docker/dockerfiles/debian9.docker
/qemu/tests/docker/dockerfiles/fedora.docker
/qemu/tests/docker/dockerfiles/min-glib.docker
/qemu/tests/docker/dockerfiles/travis.docker
/qemu/tests/docker/dockerfiles/ubuntu.docker
/qemu/tests/docker/run
/qemu/tests/docker/test-block
/qemu/tests/docker/test-build
/qemu/tests/docker/test-clang
/qemu/tests/docker/test-full
/qemu/tests/docker/test-mingw
/qemu/tests/docker/test-quick
/qemu/tests/keys/README
/qemu/tests/keys/id_rsa
/qemu/tests/keys/id_rsa.pub
/qemu/tests/migration/guestperf/engine.py
/qemu/tests/migration/guestperf/shell.py
/qemu/tests/qemu-iotests/030
/qemu/tests/qemu-iotests/039.out
/qemu/tests/qemu-iotests/040
/qemu/tests/qemu-iotests/051
/qemu/tests/qemu-iotests/051.out
/qemu/tests/qemu-iotests/051.pc.out
/qemu/tests/qemu-iotests/061.out
/qemu/tests/qemu-iotests/067
/qemu/tests/qemu-iotests/067.out
/qemu/tests/qemu-iotests/102
/qemu/tests/qemu-iotests/106
/qemu/tests/qemu-iotests/137.out
/qemu/tests/qemu-iotests/139
/qemu/tests/qemu-iotests/163
/qemu/tests/qemu-iotests/163.out
/qemu/tests/qemu-iotests/165
/qemu/tests/qemu-iotests/172
/qemu/tests/qemu-iotests/181
/qemu/tests/qemu-iotests/181.out
/qemu/tests/qemu-iotests/182
/qemu/tests/qemu-iotests/186
/qemu/tests/qemu-iotests/187.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/197
/qemu/tests/qemu-iotests/197.out
/qemu/tests/qemu-iotests/check
/qemu/tests/qemu-iotests/common.config
/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/test-hbitmap.c
/qemu/tests/test-vmstate.c
/qemu/tests/vm/Makefile.include
/qemu/tests/vm/README
/qemu/tests/vm/basevm.py
/qemu/tests/vm/freebsd
/qemu/tests/vm/netbsd
/qemu/tests/vm/openbsd
/qemu/tests/vm/ubuntu.i386
/qemu/ui/Makefile.objs
/qemu/ui/curses.c
/qemu/ui/egl-headless.c
/qemu/ui/egl-helpers.c
/qemu/ui/gtk-egl.c
/qemu/ui/gtk-gl-area.c
/qemu/ui/sdl2-gl.c
/qemu/ui/trace-events
/qemu/ui/vnc-auth-sasl.c
/qemu/ui/vnc-auth-vencrypt.c
/qemu/ui/vnc-ws.c
/qemu/ui/vnc.c
/qemu/util/Makefile.objs
/qemu/util/aio-posix.c
/qemu/util/bitmap.c
/qemu/util/bitops.c
/qemu/util/hbitmap.c
/qemu/util/pagesize.c
/qemu/util/qemu-config.c
/qemu/util/qemu-thread-posix.c
/qemu/util/throttle.c
/qemu/vl.c
9bad2a6b21-Aug-2017 Paolo Bonzini <pbonzini@redhat.com>

scsi: add persistent reservation manager using qemu-pr-helper

This adds a concrete subclass of pr-manager that talks to qemu-pr-helper.

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

fe8fc5ae22-Aug-2017 Paolo Bonzini <pbonzini@redhat.com>

scsi: add multipath support to qemu-pr-helper

Proper support of persistent reservation for multipath devices requires
communication with the multipath daemon, so that the reservation is
registered a

scsi: add multipath support to qemu-pr-helper

Proper support of persistent reservation for multipath devices requires
communication with the multipath daemon, so that the reservation is
registered and applied when a path comes up. The device mapper
utilities provide a library to do so; this patch makes qemu-pr-helper.c
detect multipath devices and, when one is found, delegate the operation
to libmpathpersist.

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

show more ...

b855f8d122-Aug-2017 Paolo Bonzini <pbonzini@redhat.com>

scsi: build qemu-pr-helper

Introduce a privileged helper to run persistent reservation commands.
This lets virtual machines send persistent reservations without using
CAP_SYS_RAWIO or out-of-tree pa

scsi: build qemu-pr-helper

Introduce a privileged helper to run persistent reservation commands.
This lets virtual machines send persistent reservations without using
CAP_SYS_RAWIO or out-of-tree patches. The helper uses Unix permissions
and SCM_RIGHTS to restrict access to processes that can access its socket
and prove that they have an open file descriptor for a raw SCSI device.

The next patch will also correct the usage of persistent reservations
with multipath devices.

It would also be possible to support for Linux's IOC_PR_* ioctls in
the future, to support NVMe devices. For now, however, only SCSI is
supported.

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

show more ...

7c9e527621-Aug-2017 Paolo Bonzini <pbonzini@redhat.com>

scsi, file-posix: add support for persistent reservation management

It is a common requirement for virtual machine to send persistent
reservations, but this currently requires either running QEMU wi

scsi, file-posix: add support for persistent reservation management

It is a common requirement for virtual machine to send persistent
reservations, but this currently requires either running QEMU with
CAP_SYS_RAWIO, or using out-of-tree patches that let an unprivileged
QEMU bypass Linux's filter on SG_IO commands.

As an alternative mechanism, the next patches will introduce a
privileged helper to run persistent reservation commands without
expanding QEMU's attack surface unnecessarily.

The helper is invoked through a "pr-manager" QOM object, to which
file-posix.c passes SG_IO requests for PERSISTENT RESERVE OUT and
PERSISTENT RESERVE IN commands. For example:

$ qemu-system-x86_64
-device virtio-scsi \
-object pr-manager-helper,id=helper0,path=/var/run/qemu-pr-helper.sock
-drive if=none,id=hd,driver=raw,file.filename=/dev/sdb,file.pr-manager=helper0
-device scsi-block,drive=hd

or:

$ qemu-system-x86_64
-device virtio-scsi \
-object pr-manager-helper,id=helper0,path=/var/run/qemu-pr-helper.sock
-blockdev node-name=hd,driver=raw,file.driver=host_device,file.filename=/dev/sdb,file.pr-manager=helper0
-device scsi-block,drive=hd

Multiple pr-manager implementations are conceivable and possible, though
only one is implemented right now. For example, a pr-manager could:

- talk directly to the multipath daemon from a privileged QEMU
(i.e. QEMU links to libmpathpersist); this makes reservation work
properly with multipath, but still requires CAP_SYS_RAWIO

- use the Linux IOC_PR_* ioctls (they require CAP_SYS_ADMIN though)

- more interestingly, implement reservations directly in QEMU
through file system locks or a shared database (e.g. sqlite)

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

show more ...


/qemu/MAINTAINERS
/qemu/Makefile
/qemu/Makefile.objs
/qemu/Makefile.target
/qemu/accel/kvm/kvm-all.c
/qemu/accel/stubs/Makefile.objs
/qemu/accel/stubs/hax-stub.c
/qemu/backends/hostmem-file.c
/qemu/block/file-posix.c
/qemu/block/qcow2.c
/qemu/block/vvfat.c
/qemu/bsd-user/main.c
/qemu/configure
/qemu/cpus.c
/qemu/default-configs/pci.mak
/qemu/default-configs/ppc-softmmu.mak
/qemu/default-configs/ppc64-softmmu.mak
/qemu/default-configs/s390x-softmmu.mak
/qemu/docs/devel/atomics.txt
/qemu/docs/devel/build-system.txt
/qemu/docs/pr-manager.rst
/qemu/dump.c
/qemu/exec.c
/qemu/hmp-commands-info.hx
/qemu/hw/9pfs/9p.c
/qemu/hw/acpi/core.c
/qemu/hw/alpha/dp264.c
/qemu/hw/arm/armv7m.c
/qemu/hw/arm/aspeed_soc.c
/qemu/hw/arm/collie.c
/qemu/hw/arm/exynos4210.c
/qemu/hw/arm/gumstix.c
/qemu/hw/arm/highbank.c
/qemu/hw/arm/integratorcp.c
/qemu/hw/arm/mainstone.c
/qemu/hw/arm/mps2.c
/qemu/hw/arm/musicpal.c
/qemu/hw/arm/netduino2.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/realview.c
/qemu/hw/arm/spitz.c
/qemu/hw/arm/stellaris.c
/qemu/hw/arm/stm32f205_soc.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.c
/qemu/hw/arm/xilinx_zynq.c
/qemu/hw/arm/z2.c
/qemu/hw/char/virtio-console.c
/qemu/hw/char/virtio-serial-bus.c
/qemu/hw/core/machine.c
/qemu/hw/display/virtio-gpu.c
/qemu/hw/i386/acpi-build.c
/qemu/hw/i386/multiboot.c
/qemu/hw/i386/pc.c
/qemu/hw/i386/pc_piix.c
/qemu/hw/i386/pc_q35.c
/qemu/hw/i386/xen/xen-mapcache.c
/qemu/hw/intc/openpic_kvm.c
/qemu/hw/lm32/lm32_boards.c
/qemu/hw/lm32/milkymist.c
/qemu/hw/m68k/an5206.c
/qemu/hw/m68k/mcf5208.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/applesmc.c
/qemu/hw/misc/ivshmem.c
/qemu/hw/moxie/moxiesim.c
/qemu/hw/openrisc/openrisc_sim.c
/qemu/hw/ppc/e500.c
/qemu/hw/ppc/mac_newworld.c
/qemu/hw/ppc/mac_oldworld.c
/qemu/hw/ppc/ppc440_bamboo.c
/qemu/hw/ppc/ppc4xx_devs.c
/qemu/hw/ppc/prep.c
/qemu/hw/ppc/spapr.c
/qemu/hw/ppc/virtex_ml507.c
/qemu/hw/s390x/Makefile.objs
/qemu/hw/s390x/css.c
/qemu/hw/s390x/s390-pci-bus.c
/qemu/hw/s390x/s390-pci-bus.h
/qemu/hw/s390x/s390-pci-inst.c
/qemu/hw/s390x/s390-pci-stub.c
/qemu/hw/s390x/s390-virtio-ccw.c
/qemu/hw/s390x/s390-virtio-hcall.c
/qemu/hw/s390x/s390-virtio-hcall.h
/qemu/hw/s390x/sclp.c
/qemu/hw/s390x/virtio-ccw.c
/qemu/hw/s390x/virtio-ccw.h
/qemu/hw/scsi/esp.c
/qemu/hw/scsi/mptsas.c
/qemu/hw/sh4/r2d.c
/qemu/hw/sh4/shix.c
/qemu/hw/sparc/leon3.c
/qemu/hw/sparc/sun4m.c
/qemu/hw/sparc64/sparc64.c
/qemu/hw/tricore/tricore_testboard.c
/qemu/hw/unicore32/puv3.c
/qemu/hw/usb/hcd-ehci.c
/qemu/hw/virtio/virtio-balloon.c
/qemu/hw/virtio/virtio.c
/qemu/hw/xtensa/sim.c
/qemu/hw/xtensa/xtfpga.c
/qemu/include/exec/memory-internal.h
/qemu/include/exec/memory.h
/qemu/include/hw/arm/armv7m.h
/qemu/include/hw/arm/aspeed_soc.h
/qemu/include/hw/arm/stm32f205_soc.h
/qemu/include/hw/boards.h
/qemu/include/hw/i386/pc.h
/qemu/include/hw/s390x/s390-virtio-ccw.h
/qemu/include/hw/s390x/sclp.h
/qemu/include/hw/virtio/virtio-serial.h
/qemu/include/qemu/atomic.h
/qemu/include/qemu/osdep.h
/qemu/include/qemu/typedefs.h
/qemu/include/qom/cpu.h
/qemu/include/qom/object_interfaces.h
/qemu/include/scsi/pr-manager.h
/qemu/linux-user/main.c
/qemu/memory.c
/qemu/monitor.c
/qemu/net/hub.c
/qemu/net/net.c
/qemu/numa.c
/qemu/pc-bios/s390-ccw/netboot.mak
/qemu/qapi-schema.json
/qemu/qapi/block-core.json
/qemu/qemu-options.hx
/qemu/qga/vss-win32.c
/qemu/qom/cpu.c
/qemu/qom/object_interfaces.c
/qemu/scripts/checkpatch.pl
/qemu/scripts/update-linux-headers.sh
Makefile.objs
pr-manager.c
trace-events
/qemu/target/arm/cpu.c
/qemu/target/arm/cpu.h
/qemu/target/i386/arch_dump.c
/qemu/target/i386/arch_memory_mapping.c
/qemu/target/i386/cpu.c
/qemu/target/i386/cpu.h
/qemu/target/i386/hax-mem.c
/qemu/target/i386/hyperv-proto.h
/qemu/target/i386/hyperv.c
/qemu/target/i386/kvm.c
/qemu/target/i386/machine.c
/qemu/target/i386/monitor.c
/qemu/target/i386/svm_helper.c
/qemu/target/mips/kvm.c
/qemu/target/ppc/arch_dump.c
/qemu/target/ppc/translate_init.c
/qemu/target/s390x/arch_dump.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/cpu_models.h
/qemu/target/s390x/diag.c
/qemu/target/s390x/excp_helper.c
/qemu/target/s390x/helper.c
/qemu/target/s390x/internal.h
/qemu/target/s390x/kvm.c
/qemu/target/s390x/misc_helper.c
/qemu/target/s390x/translate.c
/qemu/tests/Makefile.include
/qemu/tests/docker/Makefile.include
/qemu/tests/drive_del-test.c
/qemu/tests/libqos/virtio.c
/qemu/tests/libqos/virtio.h
/qemu/tests/ptimer-test-stubs.c
/qemu/trace-events
/qemu/trace/control.c
/qemu/trace/simple.c
/qemu/ui/keymaps.c
/qemu/ui/spice-display.c
/qemu/util/cutils.c
/qemu/util/main-loop.c
/qemu/vl.c
08e2c9f122-Aug-2017 Paolo Bonzini <pbonzini@redhat.com>

scsi: move block/scsi.h to include/scsi/constants.h

Complete the transition by renaming this header, which was
shared by block/iscsi.c and the SCSI emulation code.

Reviewed-by: Philippe Mathieu-Dau

scsi: move block/scsi.h to include/scsi/constants.h

Complete the transition by renaming this header, which was
shared by block/iscsi.c and the SCSI emulation code.

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

show more ...

1234