History log of /qemu/qga/ (Results 201 – 225 of 626)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
0083124b21-Oct-2020 Markus Armbruster <armbru@redhat.com>

qga: Flatten simple union GuestDeviceId

Simple unions are simpler than flat unions in the schema, but more
complicated in C and on the QMP wire: there's extra indirection in C
and extra nesting on t

qga: Flatten simple union GuestDeviceId

Simple unions are simpler than flat unions in the schema, but more
complicated in C and on the QMP wire: there's extra indirection in C
and extra nesting on the wire, both pointless. They should be avoided
in new code.

GuestDeviceId was recently added for guest-get-devices. Convert it to
a flat union.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Michael Roth <michael.roth@amd.com>

show more ...

939caddc21-Oct-2020 Markus Armbruster <armbru@redhat.com>

qga-win: Fix guest-get-devices error API violations

The Error ** argument must be NULL, &error_abort, &error_fatal, or a
pointer to a variable containing NULL. Passing an argument of the
latter kin

qga-win: Fix guest-get-devices error API violations

The Error ** argument must be NULL, &error_abort, &error_fatal, or a
pointer to a variable containing NULL. Passing an argument of the
latter kind twice without clearing it in between is wrong: if the
first call sets an error, it no longer points to NULL for the second
call.

qmp_guest_get_devices() is wrong that way: it calls error_setg() in a
loop.

If no iteration fails, the function returns a value and sets no error.
Okay.

If exactly one iteration fails, the function returns a value and sets
an error. Wrong.

If multiple iterations fail, the function trips error_setv()'s
assertion.

Fix it to return immediately on error.

Perhaps the failure to convert the driver version to UTF-8 should not
be an error. We could simply not report the botched version string
instead.

Drop a superfluous continue while there.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Michael Roth <michael.roth@amd.com>

show more ...

a88bceef21-Oct-2020 Markus Armbruster <armbru@redhat.com>

qga: Use common time encoding for guest-get-devices 'driver-date'

guest-get-devices returns 'driver-date' as string in the format
YYYY-MM-DD. Goes back to recent commit 2e4211cee4 "qga: add command

qga: Use common time encoding for guest-get-devices 'driver-date'

guest-get-devices returns 'driver-date' as string in the format
YYYY-MM-DD. Goes back to recent commit 2e4211cee4 "qga: add command
guest-get-devices for reporting VirtIO devices".

We should avoid use of multiple encodings for the same kind of data.
Especially string encodings. Change it to return nanoseconds since
the epoch, like guest-get-time does.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Michael Roth <michael.roth@amd.com>

show more ...

b519e2e921-Oct-2020 Markus Armbruster <armbru@redhat.com>

qga: Rename guest-get-devices return member 'address' to 'id'

Member 'address' is union GuestDeviceAddress with a single branch
GuestDeviceAddressPCI, containing PCI vendor ID and device ID. This
i

qga: Rename guest-get-devices return member 'address' to 'id'

Member 'address' is union GuestDeviceAddress with a single branch
GuestDeviceAddressPCI, containing PCI vendor ID and device ID. This
is not a PCI address. Type GuestPCIAddress is. Messed up in recent
commit 2e4211cee4 "qga: add command guest-get-devices for reporting
VirtIO devices".

Rename type GuestDeviceAddressPCI to GuestDeviceIdPCI, type
GuestDeviceAddress to GuestDeviceId, and member 'address' to 'id'.

Document the member properly while there.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Michael Roth <michael.roth@amd.com>

show more ...


/qemu/.cirrus.yml
/qemu/.gitlab-ci.d/check-dco.py
/qemu/.gitlab-ci.d/check-patch.py
/qemu/.gitlab-ci.yml
/qemu/.mailmap
/qemu/.travis.yml
/qemu/MAINTAINERS
/qemu/Makefile
/qemu/README.rst
/qemu/accel/dummy-cpus.c
/qemu/accel/meson.build
/qemu/accel/qtest/meson.build
/qemu/accel/qtest/qtest.c
/qemu/accel/stubs/xen-stub.c
/qemu/accel/tcg/cputlb.c
/qemu/accel/tcg/translate-all.c
/qemu/accel/tcg/user-exec-stub.c
/qemu/accel/xen/xen-all.c
/qemu/audio/meson.build
/qemu/audio/spiceaudio.c
/qemu/authz/base.c
/qemu/authz/list.c
/qemu/authz/listfile.c
/qemu/authz/meson.build
/qemu/authz/pamacct.c
/qemu/authz/simple.c
/qemu/backends/cryptodev-builtin.c
/qemu/backends/cryptodev-vhost-user.c
/qemu/backends/cryptodev-vhost.c
/qemu/backends/cryptodev.c
/qemu/backends/rng-egd.c
/qemu/backends/rng-random.c
/qemu/backends/rng.c
/qemu/backends/vhost-user.c
/qemu/block.c
/qemu/block/blkdebug.c
/qemu/block/commit.c
/qemu/block/coroutines.h
/qemu/block/export/export.c
/qemu/block/export/meson.build
/qemu/block/export/vhost-user-blk-server.c
/qemu/block/export/vhost-user-blk-server.h
/qemu/block/io.c
/qemu/block/meson.build
/qemu/block/mirror.c
/qemu/block/nbd.c
/qemu/block/nvme.c
/qemu/block/qcow2.c
/qemu/block/sheepdog.c
/qemu/block/stream.c
/qemu/block/vmdk.c
/qemu/blockdev-nbd.c
/qemu/blockdev.c
/qemu/chardev/meson.build
/qemu/chardev/spice.c
/qemu/configure
/qemu/contrib/elf2dmp/main.c
/qemu/contrib/gitdm/domain-map
/qemu/contrib/gitdm/group-map-academics
/qemu/contrib/gitdm/group-map-individuals
/qemu/contrib/gitdm/group-map-redhat
/qemu/contrib/libvhost-user/libvhost-user-glib.c
/qemu/contrib/libvhost-user/libvhost-user.c
/qemu/contrib/libvhost-user/libvhost-user.h
/qemu/contrib/libvhost-user/meson.build
/qemu/contrib/plugins/hotblocks.c
/qemu/contrib/vhost-user-gpu/meson.build
/qemu/cpu.c
/qemu/crypto/meson.build
/qemu/default-configs/devices/arm-softmmu.mak
/qemu/docs/conf.py
/qemu/docs/devel/build-system.rst
/qemu/docs/devel/fuzzing.txt
/qemu/docs/devel/index.rst
/qemu/docs/devel/loads-stores.rst
/qemu/docs/devel/multi-thread-tcg.rst
/qemu/docs/devel/qapi-code-gen.txt
/qemu/docs/devel/qtest.rst
/qemu/docs/devel/testing.rst
/qemu/docs/interop/nbd.txt
/qemu/docs/meson.build
/qemu/docs/specs/ppc-spapr-numa.rst
/qemu/docs/sphinx/kerneldoc.py
/qemu/docs/sphinx/qapidoc.py
/qemu/docs/system/arm/nuvoton.rst
/qemu/docs/system/cpu-models-mips.rst.inc
/qemu/docs/system/deprecated.rst
/qemu/docs/tools/qemu-img.rst
/qemu/docs/tools/qemu-nbd.rst
/qemu/docs/tools/virtiofsd.rst
/qemu/hmp-commands.hx
/qemu/hw/9pfs/9p-synth.c
/qemu/hw/9pfs/virtio-9p-device.c
/qemu/hw/acpi/aml-build-stub.c
/qemu/hw/acpi/piix4.c
/qemu/hw/arm/Kconfig
/qemu/hw/arm/aspeed.c
/qemu/hw/arm/bcm2835_peripherals.c
/qemu/hw/arm/bcm2836.c
/qemu/hw/arm/highbank.c
/qemu/hw/arm/npcm7xx.c
/qemu/hw/arm/nseries.c
/qemu/hw/arm/raspi.c
/qemu/hw/arm/sbsa-ref.c
/qemu/hw/arm/smmuv3.c
/qemu/hw/arm/strongarm.c
/qemu/hw/arm/tosa.c
/qemu/hw/arm/trace-events
/qemu/hw/arm/virt.c
/qemu/hw/arm/xlnx-versal-virt.c
/qemu/hw/block/nvme.c
/qemu/hw/block/vhost-user-blk.c
/qemu/hw/char/pl011.c
/qemu/hw/char/serial.c
/qemu/hw/char/trace-events
/qemu/hw/core/bus.c
/qemu/hw/core/clock.c
/qemu/hw/core/machine.c
/qemu/hw/core/meson.build
/qemu/hw/core/ptimer.c
/qemu/hw/core/qdev-clock.c
/qemu/hw/core/qdev-properties-system.c
/qemu/hw/core/qdev.c
/qemu/hw/core/trace-events
/qemu/hw/display/meson.build
/qemu/hw/display/tcx.c
/qemu/hw/display/vga-pci.c
/qemu/hw/display/virtio-gpu-3d.c
/qemu/hw/dma/sparc32_dma.c
/qemu/hw/gpio/meson.build
/qemu/hw/gpio/npcm7xx_gpio.c
/qemu/hw/gpio/trace-events
/qemu/hw/i2c/microbit_i2c.c
/qemu/hw/i386/Kconfig
/qemu/hw/i386/acpi-build.c
/qemu/hw/i386/acpi-common.c
/qemu/hw/i386/acpi-common.h
/qemu/hw/i386/acpi-microvm.c
/qemu/hw/i386/fw_cfg.c
/qemu/hw/i386/intel_iommu.c
/qemu/hw/i386/kvm/apic.c
/qemu/hw/i386/kvm/ioapic.c
/qemu/hw/i386/microvm.c
/qemu/hw/i386/pc.c
/qemu/hw/i386/pc_piix.c
/qemu/hw/i386/x86.c
/qemu/hw/i386/xen/xen-hvm.c
/qemu/hw/i386/xen/xen_platform.c
/qemu/hw/ide/core.c
/qemu/hw/intc/bcm2835_ic.c
/qemu/hw/intc/bcm2836_control.c
/qemu/hw/intc/trace-events
/qemu/hw/mem/pc-dimm.c
/qemu/hw/mips/boston.c
/qemu/hw/mips/cps.c
/qemu/hw/mips/fuloong2e.c
/qemu/hw/mips/jazz.c
/qemu/hw/mips/malta.c
/qemu/hw/mips/mipssim.c
/qemu/hw/mips/r4k.c
/qemu/hw/misc/Kconfig
/qemu/hw/misc/bcm2835_cprman.c
/qemu/hw/misc/led.c
/qemu/hw/misc/macio/macio.c
/qemu/hw/misc/meson.build
/qemu/hw/misc/mips_cpc.c
/qemu/hw/misc/mps2-fpgaio.c
/qemu/hw/misc/mps2-scc.c
/qemu/hw/misc/npcm7xx_clk.c
/qemu/hw/misc/npcm7xx_rng.c
/qemu/hw/misc/sifive_u_otp.c
/qemu/hw/misc/trace-events
/qemu/hw/net/spapr_llan.c
/qemu/hw/net/virtio-net.c
/qemu/hw/nvram/fw_cfg-interface.c
/qemu/hw/nvram/fw_cfg.c
/qemu/hw/nvram/meson.build
/qemu/hw/pci-host/grackle.c
/qemu/hw/pci-host/sabre.c
/qemu/hw/pci-host/uninorth.c
/qemu/hw/pci/pci.c
/qemu/hw/pci/pcie.c
/qemu/hw/ppc/mac.h
/qemu/hw/ppc/mac_newworld.c
/qemu/hw/ppc/mac_oldworld.c
/qemu/hw/ppc/pnv.c
/qemu/hw/ppc/ppc405_boards.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_numa.c
/qemu/hw/ppc/spapr_nvdimm.c
/qemu/hw/ppc/spapr_pci.c
/qemu/hw/ppc/spapr_vio.c
/qemu/hw/riscv/boot.c
/qemu/hw/riscv/opentitan.c
/qemu/hw/riscv/sifive_e.c
/qemu/hw/riscv/sifive_u.c
/qemu/hw/riscv/spike.c
/qemu/hw/riscv/virt.c
/qemu/hw/rtc/goldfish_rtc.c
/qemu/hw/rtc/m48t59-isa.c
/qemu/hw/rtc/m48t59.c
/qemu/hw/s390x/meson.build
/qemu/hw/s390x/s390-pci-bus.c
/qemu/hw/s390x/s390-pci-inst.c
/qemu/hw/s390x/s390-pci-vfio.c
/qemu/hw/s390x/s390-virtio-ccw.c
/qemu/hw/s390x/sclp.c
/qemu/hw/s390x/trace-events
/qemu/hw/scsi/scsi-bus.c
/qemu/hw/scsi/virtio-scsi.c
/qemu/hw/sd/core.c
/qemu/hw/sd/sd.c
/qemu/hw/sd/sdhci.c
/qemu/hw/sd/trace-events
/qemu/hw/sparc/sun4m.c
/qemu/hw/sparc64/sun4u.c
/qemu/hw/timer/armv7m_systick.c
/qemu/hw/timer/bcm2835_systmr.c
/qemu/hw/timer/npcm7xx_timer.c
/qemu/hw/timer/sh_timer.c
/qemu/hw/timer/trace-events
/qemu/hw/usb/Kconfig
/qemu/hw/usb/hcd-dwc2.c
/qemu/hw/usb/hcd-ehci-sysbus.c
/qemu/hw/usb/hcd-ehci.c
/qemu/hw/usb/hcd-ehci.h
/qemu/hw/usb/hcd-xhci-nec.c
/qemu/hw/usb/hcd-xhci-pci.c
/qemu/hw/usb/hcd-xhci-sysbus.c
/qemu/hw/usb/hcd-xhci-sysbus.h
/qemu/hw/usb/hcd-xhci.c
/qemu/hw/usb/hcd-xhci.h
/qemu/hw/vfio/common.c
/qemu/hw/vfio/meson.build
/qemu/hw/vfio/migration.c
/qemu/hw/vfio/pci.c
/qemu/hw/vfio/pci.h
/qemu/hw/vfio/platform.c
/qemu/hw/vfio/trace-events
/qemu/hw/virtio/vhost-vdpa.c
/qemu/hw/virtio/vhost-vsock.c
/qemu/hw/virtio/vhost.c
/qemu/hw/virtio/virtio.c
/qemu/hw/watchdog/Kconfig
/qemu/hw/watchdog/meson.build
/qemu/hw/watchdog/sbsa_gwdt.c
/qemu/hw/xen/xen-backend.c
/qemu/hw/xen/xen-bus.c
/qemu/include/authz/base.h
/qemu/include/authz/list.h
/qemu/include/authz/listfile.h
/qemu/include/authz/pamacct.h
/qemu/include/authz/simple.h
/qemu/include/block/aio.h
/qemu/include/block/block.h
/qemu/include/block/nbd.h
/qemu/include/chardev/spice.h
/qemu/include/elf.h
/qemu/include/exec/cpu-all.h
/qemu/include/exec/cpu-common.h
/qemu/include/exec/exec-all.h
/qemu/include/exec/memory.h
/qemu/include/exec/memory_ldst_cached.h.inc
/qemu/include/hw/acpi/vmgenid.h
/qemu/include/hw/arm/bcm2835_peripherals.h
/qemu/include/hw/arm/bcm2836.h
/qemu/include/hw/arm/npcm7xx.h
/qemu/include/hw/arm/raspi_platform.h
/qemu/include/hw/boards.h
/qemu/include/hw/char/pl011.h
/qemu/include/hw/clock.h
/qemu/include/hw/core/cpu.h
/qemu/include/hw/gpio/npcm7xx_gpio.h
/qemu/include/hw/i386/microvm.h
/qemu/include/hw/i386/pc.h
/qemu/include/hw/i386/x86.h
/qemu/include/hw/intc/sifive_plic.h
/qemu/include/hw/mem/pc-dimm.h
/qemu/include/hw/mips/cps.h
/qemu/include/hw/mips/mips.h
/qemu/include/hw/misc/bcm2835_cprman.h
/qemu/include/hw/misc/bcm2835_cprman_internals.h
/qemu/include/hw/misc/led.h
/qemu/include/hw/misc/mps2-fpgaio.h
/qemu/include/hw/misc/mps2-scc.h
/qemu/include/hw/misc/npcm7xx_clk.h
/qemu/include/hw/misc/npcm7xx_rng.h
/qemu/include/hw/misc/sifive_u_otp.h
/qemu/include/hw/misc/vmcoreinfo.h
/qemu/include/hw/pci-host/uninorth.h
/qemu/include/hw/ppc/spapr.h
/qemu/include/hw/ppc/spapr_drc.h
/qemu/include/hw/ppc/spapr_nvdimm.h
/qemu/include/hw/qdev-core.h
/qemu/include/hw/riscv/boot.h
/qemu/include/hw/riscv/sifive_u.h
/qemu/include/hw/rtc/m48t59.h
/qemu/include/hw/s390x/s390-pci-bus.h
/qemu/include/hw/s390x/s390-pci-clp.h
/qemu/include/hw/s390x/s390-pci-inst.h
/qemu/include/hw/s390x/s390-pci-vfio.h
/qemu/include/hw/scsi/scsi.h
/qemu/include/hw/sparc/sparc32_dma.h
/qemu/include/hw/timer/armv7m_systick.h
/qemu/include/hw/timer/bcm2835_systmr.h
/qemu/include/hw/timer/npcm7xx_timer.h
/qemu/include/hw/usb/xhci.h
/qemu/include/hw/vfio/vfio-common.h
/qemu/include/hw/virtio/vhost.h
/qemu/include/hw/watchdog/sbsa_gwdt.h
/qemu/include/hw/xen/xen-backend.h
/qemu/include/hw/xen/xen-bus.h
/qemu/include/hw/xen/xen-legacy-backend.h
/qemu/include/io/channel-buffer.h
/qemu/include/io/channel-command.h
/qemu/include/io/channel-file.h
/qemu/include/io/channel-socket.h
/qemu/include/io/channel-tls.h
/qemu/include/io/channel-util.h
/qemu/include/io/channel-watch.h
/qemu/include/io/channel-websock.h
/qemu/include/io/channel.h
/qemu/include/io/dns-resolver.h
/qemu/include/io/task.h
/qemu/include/migration/vmstate.h
/qemu/include/monitor/monitor.h
/qemu/include/net/can_host.h
/qemu/include/qapi/qmp/dispatch.h
/qemu/include/qapi/util.h
/qemu/include/qemu/cutils.h
/qemu/include/qemu/help_option.h
/qemu/include/qemu/module.h
/qemu/include/qemu/option.h
/qemu/include/qemu/vhost-user-server.h
/qemu/include/qom/object_interfaces.h
/qemu/include/standard-headers/drivers/infiniband/hw/vmw_pvrdma/pvrdma_verbs.h
/qemu/include/standard-headers/linux/ethtool.h
/qemu/include/standard-headers/linux/fuse.h
/qemu/include/standard-headers/linux/input-event-codes.h
/qemu/include/standard-headers/linux/pci_regs.h
/qemu/include/standard-headers/linux/virtio_fs.h
/qemu/include/standard-headers/linux/virtio_gpu.h
/qemu/include/standard-headers/linux/virtio_mmio.h
/qemu/include/standard-headers/linux/virtio_pci.h
/qemu/include/sysemu/cpus.h
/qemu/include/sysemu/cryptodev-vhost-user.h
/qemu/include/sysemu/cryptodev-vhost.h
/qemu/include/sysemu/cryptodev.h
/qemu/include/sysemu/kvm.h
/qemu/include/sysemu/os-win32.h
/qemu/include/tcg/tcg-opc.h
/qemu/include/tcg/tcg.h
/qemu/include/ui/qemu-spice-module.h
/qemu/include/ui/qemu-spice.h
/qemu/io/channel-buffer.c
/qemu/io/channel-command.c
/qemu/io/channel-file.c
/qemu/io/channel-socket.c
/qemu/io/channel-tls.c
/qemu/io/channel-util.c
/qemu/io/channel-watch.c
/qemu/io/channel-websock.c
/qemu/io/channel.c
/qemu/io/dns-resolver.c
/qemu/io/meson.build
/qemu/io/task.c
/qemu/linux-headers/asm-arm64/kvm.h
/qemu/linux-headers/asm-arm64/mman.h
/qemu/linux-headers/asm-generic/hugetlb_encode.h
/qemu/linux-headers/asm-generic/unistd.h
/qemu/linux-headers/asm-mips/unistd_n32.h
/qemu/linux-headers/asm-mips/unistd_n64.h
/qemu/linux-headers/asm-mips/unistd_o32.h
/qemu/linux-headers/asm-powerpc/unistd_32.h
/qemu/linux-headers/asm-powerpc/unistd_64.h
/qemu/linux-headers/asm-s390/unistd_32.h
/qemu/linux-headers/asm-s390/unistd_64.h
/qemu/linux-headers/asm-x86/kvm.h
/qemu/linux-headers/asm-x86/unistd_32.h
/qemu/linux-headers/asm-x86/unistd_64.h
/qemu/linux-headers/asm-x86/unistd_x32.h
/qemu/linux-headers/linux/kvm.h
/qemu/linux-headers/linux/mman.h
/qemu/linux-headers/linux/vfio.h
/qemu/linux-headers/linux/vfio_zdev.h
/qemu/linux-user/aarch64/signal.c
/qemu/linux-user/aarch64/syscall_nr.h
/qemu/linux-user/alpha/syscall.tbl
/qemu/linux-user/arm/syscall.tbl
/qemu/linux-user/elfload.c
/qemu/linux-user/hppa/syscall.tbl
/qemu/linux-user/i386/syscall_32.tbl
/qemu/linux-user/m68k/syscall.tbl
/qemu/linux-user/microblaze/signal.c
/qemu/linux-user/microblaze/syscall.tbl
/qemu/linux-user/microblaze/target_signal.h
/qemu/linux-user/mips/syscall-args-o32.c.inc
/qemu/linux-user/mips/syscall_o32.tbl
/qemu/linux-user/mips64/syscall_n32.tbl
/qemu/linux-user/mips64/syscall_n64.tbl
/qemu/linux-user/mmap.c
/qemu/linux-user/nios2/syscall_nr.h
/qemu/linux-user/openrisc/syscall_nr.h
/qemu/linux-user/ppc/syscall.tbl
/qemu/linux-user/qemu.h
/qemu/linux-user/riscv/syscall32_nr.h
/qemu/linux-user/riscv/syscall64_nr.h
/qemu/linux-user/s390x/syscall.tbl
/qemu/linux-user/sh4/syscall.tbl
/qemu/linux-user/sparc/syscall.tbl
/qemu/linux-user/sparc64/syscall.tbl
/qemu/linux-user/syscall.c
/qemu/linux-user/syscall_defs.h
/qemu/linux-user/x86_64/syscall_64.tbl
/qemu/linux-user/xtensa/syscall.tbl
/qemu/memory_ldst.c.inc
/qemu/meson
/qemu/meson.build
/qemu/meson_options.txt
/qemu/migration/block-dirty-bitmap.c
/qemu/migration/block.c
/qemu/migration/colo.c
/qemu/migration/dirtyrate.c
/qemu/migration/meson.build
/qemu/migration/migration.c
/qemu/migration/migration.h
/qemu/migration/page_cache.c
/qemu/migration/postcopy-ram.c
/qemu/migration/ram.c
/qemu/migration/rdma.c
/qemu/migration/savevm.c
/qemu/migration/trace-events
/qemu/migration/vmstate-types.c
/qemu/migration/vmstate.c
/qemu/monitor/hmp-cmds.c
/qemu/monitor/hmp.c
/qemu/monitor/meson.build
/qemu/monitor/misc.c
/qemu/monitor/monitor-internal.h
/qemu/monitor/monitor.c
/qemu/monitor/qmp-cmds.c
/qemu/monitor/qmp.c
/qemu/nbd/meson.build
/qemu/nbd/server.c
/qemu/net/can/can_socketcan.c
/qemu/net/meson.build
/qemu/net/vhost-vdpa.c
/qemu/pc-bios/descriptors/meson.build
/qemu/pc-bios/meson.build
/qemu/plugins/loader.c
/qemu/python/mypy.ini
/qemu/python/qemu/.isort.cfg
/qemu/python/qemu/accel.py
/qemu/python/qemu/console_socket.py
/qemu/python/qemu/machine.py
/qemu/python/qemu/qmp.py
/qemu/python/qemu/qtest.py
/qemu/qapi/block-core.json
/qemu/qapi/block-export.json
/qemu/qapi/machine-target.json
/qemu/qapi/machine.json
/qemu/qapi/migration.json
/qemu/qapi/misc.json
/qemu/qapi/qmp-dispatch.c
/qemu/qapi/qmp-registry.c
/qemu/qapi/qobject-input-visitor.c
/qemu/qemu-edid.c
/qemu/qemu-img-cmds.hx
/qemu/qemu-img.c
/qemu/qemu-nbd.c
/qemu/qemu-options.hx
commands-win32.c
qapi-schema.json
/qemu/qom/meson.build
/qemu/qom/object_interfaces.c
/qemu/replay/meson.build
/qemu/replay/stubs-system.c
/qemu/scripts/checkpatch.pl
/qemu/scripts/ci/gitlab-pipeline-status
/qemu/scripts/coccinelle/qom-parent-type.cocci
/qemu/scripts/decodetree.py
/qemu/scripts/gensyscalls.sh
/qemu/scripts/mtest2make.py
/qemu/scripts/oss-fuzz/build.sh
/qemu/scripts/oss-fuzz/minimize_qtest_trace.py
/qemu/scripts/oss-fuzz/reorder_fuzzer_qtest_trace.py
/qemu/scripts/qapi-gen.py
/qemu/scripts/qapi/.flake8
/qemu/scripts/qapi/.isort.cfg
/qemu/scripts/qapi/commands.py
/qemu/scripts/qapi/common.py
/qemu/scripts/qapi/events.py
/qemu/scripts/qapi/expr.py
/qemu/scripts/qapi/gen.py
/qemu/scripts/qapi/introspect.py
/qemu/scripts/qapi/main.py
/qemu/scripts/qapi/mypy.ini
/qemu/scripts/qapi/parser.py
/qemu/scripts/qapi/pylintrc
/qemu/scripts/qapi/schema.py
/qemu/scripts/qapi/source.py
/qemu/scripts/qapi/types.py
/qemu/scripts/qapi/visit.py
/qemu/scripts/qemu-version.sh
/qemu/scripts/qmp/qmp
/qemu/scripts/qmp/qmp-shell
/qemu/scripts/tracetool.py
/qemu/scripts/undefsym.py
/qemu/scripts/update-linux-headers.sh
/qemu/softmmu/bootdevice.c
/qemu/softmmu/cpus.c
/qemu/softmmu/device_tree.c
/qemu/softmmu/dma-helpers.c
/qemu/softmmu/memory.c
/qemu/softmmu/meson.build
/qemu/softmmu/physmem.c
/qemu/softmmu/qdev-monitor.c
/qemu/softmmu/qemu-seccomp.c
/qemu/softmmu/qtest.c
/qemu/softmmu/tpm.c
/qemu/softmmu/vl.c
/qemu/storage-daemon/meson.build
/qemu/storage-daemon/qemu-storage-daemon.c
/qemu/stubs/blk-exp-close-all.c
/qemu/stubs/meson.build
/qemu/stubs/monitor-core.c
/qemu/stubs/replay-tools.c
/qemu/stubs/replay.c
/qemu/target/arm/cpu.c
/qemu/target/arm/cpu.h
/qemu/target/arm/helper.c
/qemu/target/arm/helper.h
/qemu/target/arm/internals.h
/qemu/target/arm/m-nocp.decode
/qemu/target/arm/mte_helper.c
/qemu/target/arm/t32.decode
/qemu/target/arm/translate-a64.c
/qemu/target/arm/translate-vfp.c.inc
/qemu/target/arm/translate.c
/qemu/target/arm/vfp_helper.c
/qemu/target/i386/cpu.c
/qemu/target/i386/hax-cpus.c
/qemu/target/i386/kvm-stub.c
/qemu/target/i386/kvm.c
/qemu/target/i386/kvm_i386.h
/qemu/target/mips/cp0_helper.c
/qemu/target/mips/cp0_timer.c
/qemu/target/mips/cpu.c
/qemu/target/mips/cpu.h
/qemu/target/mips/fpu_helper.c
/qemu/target/mips/internal.h
/qemu/target/mips/op_helper.c
/qemu/target/mips/translate.c
/qemu/target/mips/translate_init.c.inc
/qemu/target/ppc/compat.c
/qemu/target/ppc/cpu.h
/qemu/target/ppc/excp_helper.c
/qemu/target/ppc/fpu_helper.c
/qemu/target/ppc/internal.h
/qemu/target/ppc/kvm.c
/qemu/target/ppc/kvm_ppc.h
/qemu/target/ppc/machine.c
/qemu/target/ppc/mmu-hash64.c
/qemu/target/ppc/mmu_helper.c
/qemu/target/ppc/translate_init.c.inc
/qemu/target/riscv/cpu.h
/qemu/target/riscv/cpu_helper.c
/qemu/target/riscv/op_helper.c
/qemu/target/rx/insns.decode
/qemu/target/rx/op_helper.c
/qemu/target/rx/translate.c
/qemu/target/s390x/cpu_features.c
/qemu/target/s390x/cpu_features.h
/qemu/target/s390x/cpu_models.c
/qemu/target/s390x/kvm.c
/qemu/target/sh4/cpu.h
/qemu/target/sh4/op_helper.c
/qemu/target/sh4/translate.c
/qemu/target/sparc/int32_helper.c
/qemu/target/xtensa/cpu.c
/qemu/tcg/optimize.c
/qemu/tcg/tcg.c
/qemu/tests/Makefile.include
/qemu/tests/acceptance/boot_linux.py
/qemu/tests/acceptance/boot_linux_console.py
/qemu/tests/acceptance/machine_m68k_nextcube.py
/qemu/tests/acceptance/machine_rx_gdbsim.py
/qemu/tests/acceptance/ppc_prep_40p.py
/qemu/tests/acceptance/replay_kernel.py
/qemu/tests/acceptance/reverse_debugging.py
/qemu/tests/data/acpi/microvm/APIC.pcie
/qemu/tests/data/acpi/microvm/DSDT.rtc
/qemu/tests/data/acpi/microvm/DSDT.usb
/qemu/tests/docker/dockerfiles/centos7.docker
/qemu/tests/docker/dockerfiles/centos8.docker
/qemu/tests/docker/dockerfiles/debian-amd64.docker
/qemu/tests/docker/dockerfiles/debian10.docker
/qemu/tests/docker/dockerfiles/fedora.docker
/qemu/tests/docker/dockerfiles/travis.docker
/qemu/tests/docker/dockerfiles/ubuntu.docker
/qemu/tests/docker/dockerfiles/ubuntu1804.docker
/qemu/tests/docker/dockerfiles/ubuntu2004.docker
/qemu/tests/fp/meson.build
/qemu/tests/include/meson.build
/qemu/tests/meson.build
/qemu/tests/plugin/bb.c
/qemu/tests/ptimer-test-stubs.c
/qemu/tests/qapi-schema/meson.build
/qemu/tests/qapi-schema/oob-coroutine.err
/qemu/tests/qapi-schema/oob-coroutine.json
/qemu/tests/qapi-schema/oob-coroutine.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/162.out
/qemu/tests/qemu-iotests/274
/qemu/tests/qemu-iotests/274.out
/qemu/tests/qemu-iotests/291
/qemu/tests/qemu-iotests/291.out
/qemu/tests/qemu-iotests/309
/qemu/tests/qemu-iotests/309.out
/qemu/tests/qemu-iotests/group
/qemu/tests/qemu-iotests/iotests.py
/qemu/tests/qtest/bios-tables-test.c
/qemu/tests/qtest/device-plug-test.c
/qemu/tests/qtest/drive_del-test.c
/qemu/tests/qtest/fuzz-test.c
/qemu/tests/qtest/fuzz/fuzz.c
/qemu/tests/qtest/fuzz/fuzz.h
/qemu/tests/qtest/fuzz/generic_fuzz.c
/qemu/tests/qtest/fuzz/generic_fuzz_configs.h
/qemu/tests/qtest/fuzz/meson.build
/qemu/tests/qtest/libqos/libqtest.h
/qemu/tests/qtest/libqos/virtio-9p.c
/qemu/tests/qtest/libqos/virtio-9p.h
/qemu/tests/qtest/libqtest.c
/qemu/tests/qtest/meson.build
/qemu/tests/qtest/migration-helpers.c
/qemu/tests/qtest/migration-test.c
/qemu/tests/qtest/npcm7xx_gpio-test.c
/qemu/tests/qtest/npcm7xx_rng-test.c
/qemu/tests/qtest/npcm7xx_timer-test.c
/qemu/tests/qtest/npcm7xx_watchdog_timer-test.c
/qemu/tests/qtest/pvpanic-test.c
/qemu/tests/qtest/qmp-cmd-test.c
/qemu/tests/qtest/qmp-test.c
/qemu/tests/qtest/rtc-test.c
/qemu/tests/qtest/tpm-util.c
/qemu/tests/qtest/virtio-9p-test.c
/qemu/tests/requirements.txt
/qemu/tests/tcg/aarch64/Makefile.target
/qemu/tests/tcg/aarch64/bti-1.c
/qemu/tests/tcg/aarch64/bti-2.c
/qemu/tests/tcg/aarch64/bti-crt.inc.c
/qemu/tests/tcg/configure.sh
/qemu/tests/tcg/multiarch/linux-test.c
/qemu/tests/test-authz-list.c
/qemu/tests/test-authz-listfile.c
/qemu/tests/test-authz-pam.c
/qemu/tests/test-authz-simple.c
/qemu/tests/test-bdrv-drain.c
/qemu/tests/test-bitmap.c
/qemu/tests/test-char.c
/qemu/tests/test-crypto-afsplit.c
/qemu/tests/test-crypto-block.c
/qemu/tests/test-crypto-cipher.c
/qemu/tests/test-crypto-hash.c
/qemu/tests/test-crypto-ivgen.c
/qemu/tests/test-crypto-secret.c
/qemu/tests/test-crypto-xts.c
/qemu/tests/test-io-channel-buffer.c
/qemu/tests/test-io-channel-command.c
/qemu/tests/test-io-channel-file.c
/qemu/tests/test-io-channel-socket.c
/qemu/tests/test-io-task.c
/qemu/tests/test-keyval.c
/qemu/tests/test-qmp-cmds.c
/qemu/tests/vhost-user-bridge.c
/qemu/tests/vm/centos
/qemu/tests/vm/centos.aarch64
/qemu/tests/vm/fedora
/qemu/tests/vm/freebsd
/qemu/tests/vm/netbsd
/qemu/tests/vm/openbsd
/qemu/tests/vm/ubuntu.aarch64
/qemu/tests/vm/ubuntu.i386
/qemu/tools/meson.build
/qemu/tools/virtiofsd/fuse_i.h
/qemu/tools/virtiofsd/fuse_lowlevel.c
/qemu/tools/virtiofsd/fuse_virtio.c
/qemu/tools/virtiofsd/helper.c
/qemu/tools/virtiofsd/meson.build
/qemu/tools/virtiofsd/passthrough_ll.c
/qemu/trace/control.c
/qemu/ui/cocoa.m
/qemu/ui/console.c
/qemu/ui/curses.c
/qemu/ui/gtk.c
/qemu/ui/icons/meson.build
/qemu/ui/input-barrier.c
/qemu/ui/input-linux.c
/qemu/ui/meson.build
/qemu/ui/sdl2.c
/qemu/ui/spice-app.c
/qemu/ui/spice-core.c
/qemu/ui/spice-input.c
/qemu/ui/spice-module.c
/qemu/ui/vnc-stubs.c
/qemu/util/aio-posix.c
/qemu/util/async.c
/qemu/util/block-helpers.c
/qemu/util/block-helpers.h
/qemu/util/cutils.c
/qemu/util/keyval.c
/qemu/util/meson.build
/qemu/util/module.c
/qemu/util/oslib-win32.c
/qemu/util/qemu-sockets.c
/qemu/util/vhost-user-server.c
41725fa705-Oct-2020 Kevin Wolf <kwolf@redhat.com>

qmp: Call monitor_set_cur() only in qmp_dispatch()

The correct way to set the current monitor for a coroutine handler will
be different than for a blocking handler, so monitor_set_cur() needs to
be

qmp: Call monitor_set_cur() only in qmp_dispatch()

The correct way to set the current monitor for a coroutine handler will
be different than for a blocking handler, so monitor_set_cur() needs to
be called in qmp_dispatch().

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Message-Id: <20201005155855.256490-7-kwolf@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>

show more ...


/qemu/.gitlab-ci.d/containers.yml
/qemu/.gitlab-ci.d/crossbuilds.yml
/qemu/.gitlab-ci.yml
/qemu/.readthedocs.yml
/qemu/.shippable.yml
/qemu/.travis.yml
/qemu/MAINTAINERS
/qemu/Makefile
/qemu/accel/kvm/kvm-all.c
/qemu/accel/kvm/kvm-cpus.c
/qemu/accel/kvm/kvm-cpus.h
/qemu/accel/kvm/meson.build
/qemu/accel/kvm/trace-events
/qemu/accel/meson.build
/qemu/accel/qtest/meson.build
/qemu/accel/qtest/qtest-cpus.c
/qemu/accel/qtest/qtest-cpus.h
/qemu/accel/qtest/qtest.c
/qemu/accel/stubs/hax-stub.c
/qemu/accel/stubs/kvm-stub.c
/qemu/accel/stubs/meson.build
/qemu/accel/stubs/xen-stub.c
/qemu/accel/tcg/cpu-exec.c
/qemu/accel/tcg/cputlb.c
/qemu/accel/tcg/meson.build
/qemu/accel/tcg/tcg-all.c
/qemu/accel/tcg/tcg-cpus.c
/qemu/accel/tcg/tcg-cpus.h
/qemu/accel/tcg/translate-all.c
/qemu/accel/tcg/translator.c
/qemu/accel/tcg/user-exec.c
/qemu/audio/wavcapture.c
/qemu/block.c
/qemu/block/block-gen.h
/qemu/block/coroutines.h
/qemu/block/export/export.c
/qemu/block/export/meson.build
/qemu/block/io.c
/qemu/block/meson.build
/qemu/block/monitor/block-hmp-cmds.c
/qemu/block/nvme.c
/qemu/block/qapi.c
/qemu/block/qcow2-cluster.c
/qemu/block/qcow2-snapshot.c
/qemu/block/qcow2.h
/qemu/block/sheepdog.c
/qemu/blockdev-nbd.c
/qemu/blockdev.c
/qemu/capstone
/qemu/chardev/char.c
/qemu/configure
/qemu/default-configs/devices/aarch64-softmmu.mak
/qemu/default-configs/devices/alpha-softmmu.mak
/qemu/default-configs/devices/arm-softmmu.mak
/qemu/default-configs/devices/avr-softmmu.mak
/qemu/default-configs/devices/cris-softmmu.mak
/qemu/default-configs/devices/hppa-softmmu.mak
/qemu/default-configs/devices/i386-softmmu.mak
/qemu/default-configs/devices/lm32-softmmu.mak
/qemu/default-configs/devices/m68k-softmmu.mak
/qemu/default-configs/devices/microblaze-softmmu.mak
/qemu/default-configs/devices/microblazeel-softmmu.mak
/qemu/default-configs/devices/mips-softmmu-common.mak
/qemu/default-configs/devices/mips-softmmu.mak
/qemu/default-configs/devices/mips64-softmmu.mak
/qemu/default-configs/devices/mips64el-softmmu.mak
/qemu/default-configs/devices/mipsel-softmmu.mak
/qemu/default-configs/devices/moxie-softmmu.mak
/qemu/default-configs/devices/nios2-softmmu.mak
/qemu/default-configs/devices/or1k-softmmu.mak
/qemu/default-configs/devices/ppc-softmmu.mak
/qemu/default-configs/devices/ppc64-softmmu.mak
/qemu/default-configs/devices/riscv32-softmmu.mak
/qemu/default-configs/devices/riscv64-softmmu.mak
/qemu/default-configs/devices/rx-softmmu.mak
/qemu/default-configs/devices/s390x-softmmu.mak
/qemu/default-configs/devices/sh4-softmmu.mak
/qemu/default-configs/devices/sh4eb-softmmu.mak
/qemu/default-configs/devices/sparc-softmmu.mak
/qemu/default-configs/devices/sparc64-softmmu.mak
/qemu/default-configs/devices/tricore-softmmu.mak
/qemu/default-configs/devices/unicore32-softmmu.mak
/qemu/default-configs/devices/x86_64-softmmu.mak
/qemu/default-configs/devices/xtensa-softmmu.mak
/qemu/default-configs/devices/xtensaeb-softmmu.mak
/qemu/default-configs/targets/aarch64-linux-user.mak
/qemu/default-configs/targets/aarch64-softmmu.mak
/qemu/default-configs/targets/aarch64_be-linux-user.mak
/qemu/default-configs/targets/alpha-linux-user.mak
/qemu/default-configs/targets/alpha-softmmu.mak
/qemu/default-configs/targets/arm-linux-user.mak
/qemu/default-configs/targets/arm-softmmu.mak
/qemu/default-configs/targets/armeb-linux-user.mak
/qemu/default-configs/targets/avr-softmmu.mak
/qemu/default-configs/targets/cris-linux-user.mak
/qemu/default-configs/targets/cris-softmmu.mak
/qemu/default-configs/targets/hppa-linux-user.mak
/qemu/default-configs/targets/hppa-softmmu.mak
/qemu/default-configs/targets/i386-bsd-user.mak
/qemu/default-configs/targets/i386-linux-user.mak
/qemu/default-configs/targets/i386-softmmu.mak
/qemu/default-configs/targets/lm32-softmmu.mak
/qemu/default-configs/targets/m68k-linux-user.mak
/qemu/default-configs/targets/m68k-softmmu.mak
/qemu/default-configs/targets/microblaze-linux-user.mak
/qemu/default-configs/targets/microblaze-softmmu.mak
/qemu/default-configs/targets/microblazeel-linux-user.mak
/qemu/default-configs/targets/microblazeel-softmmu.mak
/qemu/default-configs/targets/mips-linux-user.mak
/qemu/default-configs/targets/mips-softmmu.mak
/qemu/default-configs/targets/mips64-linux-user.mak
/qemu/default-configs/targets/mips64-softmmu.mak
/qemu/default-configs/targets/mips64el-linux-user.mak
/qemu/default-configs/targets/mips64el-softmmu.mak
/qemu/default-configs/targets/mipsel-linux-user.mak
/qemu/default-configs/targets/mipsel-softmmu.mak
/qemu/default-configs/targets/mipsn32-linux-user.mak
/qemu/default-configs/targets/mipsn32el-linux-user.mak
/qemu/default-configs/targets/moxie-softmmu.mak
/qemu/default-configs/targets/nios2-linux-user.mak
/qemu/default-configs/targets/nios2-softmmu.mak
/qemu/default-configs/targets/or1k-linux-user.mak
/qemu/default-configs/targets/or1k-softmmu.mak
/qemu/default-configs/targets/ppc-linux-user.mak
/qemu/default-configs/targets/ppc-softmmu.mak
/qemu/default-configs/targets/ppc64-linux-user.mak
/qemu/default-configs/targets/ppc64-softmmu.mak
/qemu/default-configs/targets/ppc64abi32-linux-user.mak
/qemu/default-configs/targets/ppc64le-linux-user.mak
/qemu/default-configs/targets/riscv32-linux-user.mak
/qemu/default-configs/targets/riscv32-softmmu.mak
/qemu/default-configs/targets/riscv64-linux-user.mak
/qemu/default-configs/targets/riscv64-softmmu.mak
/qemu/default-configs/targets/rx-softmmu.mak
/qemu/default-configs/targets/s390x-linux-user.mak
/qemu/default-configs/targets/s390x-softmmu.mak
/qemu/default-configs/targets/sh4-linux-user.mak
/qemu/default-configs/targets/sh4-softmmu.mak
/qemu/default-configs/targets/sh4eb-linux-user.mak
/qemu/default-configs/targets/sh4eb-softmmu.mak
/qemu/default-configs/targets/sparc-bsd-user.mak
/qemu/default-configs/targets/sparc-linux-user.mak
/qemu/default-configs/targets/sparc-softmmu.mak
/qemu/default-configs/targets/sparc32plus-linux-user.mak
/qemu/default-configs/targets/sparc64-bsd-user.mak
/qemu/default-configs/targets/sparc64-linux-user.mak
/qemu/default-configs/targets/sparc64-softmmu.mak
/qemu/default-configs/targets/tilegx-linux-user.mak
/qemu/default-configs/targets/tricore-softmmu.mak
/qemu/default-configs/targets/unicore32-softmmu.mak
/qemu/default-configs/targets/x86_64-bsd-user.mak
/qemu/default-configs/targets/x86_64-linux-user.mak
/qemu/default-configs/targets/x86_64-softmmu.mak
/qemu/default-configs/targets/xtensa-linux-user.mak
/qemu/default-configs/targets/xtensa-softmmu.mak
/qemu/default-configs/targets/xtensaeb-linux-user.mak
/qemu/default-configs/targets/xtensaeb-softmmu.mak
/qemu/disas.c
/qemu/disas/capstone.c
/qemu/disas/meson.build
/qemu/dma-helpers.c
/qemu/docs/can.txt
/qemu/docs/conf.py
/qemu/docs/devel/block-coroutine-wrapper.rst
/qemu/docs/devel/index.rst
/qemu/docs/devel/qom.rst
/qemu/docs/interop/qcow2.txt
/qemu/docs/replay.txt
/qemu/docs/system/arm/cpu-features.rst
/qemu/docs/system/deprecated.rst
/qemu/docs/throttle.txt
/qemu/dump/dump.c
/qemu/exec.c
/qemu/gdbstub.c
/qemu/hmp-commands-info.hx
/qemu/hmp-commands.hx
/qemu/hw/arm/bcm2835_peripherals.c
/qemu/hw/arm/raspi.c
/qemu/hw/arm/sbsa-ref.c
/qemu/hw/arm/virt-acpi-build.c
/qemu/hw/arm/virt.c
/qemu/hw/char/bcm2835_aux.c
/qemu/hw/core/cpu.c
/qemu/hw/core/machine-hmp-cmds.c
/qemu/hw/core/numa.c
/qemu/hw/core/ptimer.c
/qemu/hw/core/qdev-prop-internal.h
/qemu/hw/core/qdev-properties-system.c
/qemu/hw/core/qdev-properties.c
/qemu/hw/i386/Kconfig
/qemu/hw/i386/acpi-microvm.c
/qemu/hw/i386/kvm/clock.c
/qemu/hw/i386/microvm.c
/qemu/hw/i386/pc.c
/qemu/hw/i386/pc_piix.c
/qemu/hw/i386/pc_q35.c
/qemu/hw/i386/x86.c
/qemu/hw/i386/xen/xen-hvm.c
/qemu/hw/ide/ahci.c
/qemu/hw/ide/core.c
/qemu/hw/ide/ioport.c
/qemu/hw/ide/macio.c
/qemu/hw/ide/mmio.c
/qemu/hw/ide/pci.c
/qemu/hw/ide/trace-events
/qemu/hw/intc/armv7m_nvic.c
/qemu/hw/net/Kconfig
/qemu/hw/net/can/can_sja1000.c
/qemu/hw/net/can/ctu_can_fd_frame.h
/qemu/hw/net/can/ctu_can_fd_regs.h
/qemu/hw/net/can/ctucan_core.c
/qemu/hw/net/can/ctucan_core.h
/qemu/hw/net/can/ctucan_pci.c
/qemu/hw/net/can/meson.build
/qemu/hw/pci-host/gpex-acpi.c
/qemu/hw/pci-host/meson.build
/qemu/hw/s390x/css.c
/qemu/hw/s390x/event-facility.c
/qemu/hw/s390x/sclp.c
/qemu/hw/scsi/vhost-scsi.c
/qemu/hw/ssi/npcm7xx_fiu.c
/qemu/hw/ssi/trace-events
/qemu/hw/vfio/ccw.c
/qemu/hw/virtio/vhost-vsock.c
/qemu/include/block/block.h
/qemu/include/block/export.h
/qemu/include/block/nbd.h
/qemu/include/block/snapshot.h
/qemu/include/disas/dis-asm.h
/qemu/include/disas/disas.h
/qemu/include/exec/cpu-all.h
/qemu/include/exec/exec-all.h
/qemu/include/exec/hwaddr.h
/qemu/include/exec/log.h
/qemu/include/exec/memory.h
/qemu/include/hw/arm/bcm2835_peripherals.h
/qemu/include/hw/arm/fsl-imx25.h
/qemu/include/hw/arm/raspi_platform.h
/qemu/include/hw/arm/virt.h
/qemu/include/hw/core/cpu.h
/qemu/include/hw/i386/microvm.h
/qemu/include/hw/i386/pc.h
/qemu/include/hw/ide/internal.h
/qemu/include/hw/kvm/clock.h
/qemu/include/hw/pci-host/gpex.h
/qemu/include/hw/qdev-properties.h
/qemu/include/hw/s390x/sclp.h
/qemu/include/hw/xen/xen-x86.h
/qemu/include/hw/xen/xen.h
/qemu/include/monitor/hmp.h
/qemu/include/monitor/monitor.h
/qemu/include/net/can_emu.h
/qemu/include/qapi/qmp/dispatch.h
/qemu/include/qemu/timer.h
/qemu/include/qemu/typedefs.h
/qemu/include/qemu/vfio-helpers.h
/qemu/include/qom/object.h
/qemu/include/sysemu/cpu-timers.h
/qemu/include/sysemu/cpus.h
/qemu/include/sysemu/hax.h
/qemu/include/sysemu/hvf.h
/qemu/include/sysemu/hw_accel.h
/qemu/include/sysemu/kvm.h
/qemu/include/sysemu/qtest.h
/qemu/include/sysemu/replay.h
/qemu/include/sysemu/whpx.h
/qemu/include/sysemu/xen.h
/qemu/include/tcg/tcg-gvec-desc.h
/qemu/include/tcg/tcg.h
/qemu/linux-headers/linux/kvm.h
/qemu/meson.build
/qemu/meson_options.txt
/qemu/migration/fd.c
/qemu/migration/global_state.c
/qemu/migration/savevm.c
/qemu/monitor/hmp-cmds.c
/qemu/monitor/hmp.c
/qemu/monitor/misc.c
/qemu/monitor/monitor.c
/qemu/monitor/qmp-cmds-control.c
/qemu/monitor/qmp-cmds.c
/qemu/monitor/qmp.c
/qemu/nbd/server.c
/qemu/net/can/can_core.c
/qemu/net/can/can_socketcan.c
/qemu/net/meson.build
/qemu/net/socket.c
/qemu/net/tap.c
/qemu/pc-bios/keymaps/meson.build
/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/jump2ipl.c
/qemu/pc-bios/s390-ccw/main.c
/qemu/pc-bios/s390-ccw/s390-ccw.h
/qemu/pc-bios/s390-ccw/start.S
/qemu/pc-bios/s390-ccw/virtio-blkdev.c
/qemu/pc-bios/s390-ccw/virtio-scsi.c
/qemu/pc-bios/s390-ccw/virtio-scsi.h
/qemu/pc-bios/s390-netboot.img
/qemu/qapi/block-core.json
/qemu/qapi/block-export.json
/qemu/qapi/meson.build
/qemu/qapi/misc.json
/qemu/qapi/qapi-schema.json
/qemu/qapi/qmp-dispatch.c
/qemu/qapi/replay.json
/qemu/qapi/run-state.json
/qemu/qemu-io-cmds.c
/qemu/qemu-nbd.c
/qemu/qemu-options.hx
main.c
/qemu/qom/object.c
/qemu/replay/meson.build
/qemu/replay/replay-debugging.c
/qemu/replay/replay-events.c
/qemu/replay/replay-internal.h
/qemu/replay/replay.c
/qemu/scripts/block-coroutine-wrapper.py
/qemu/scripts/check_sparse.py
/qemu/scripts/checkpatch.pl
/qemu/scripts/kernel-doc
/qemu/softmmu/cpu-timers.c
/qemu/softmmu/cpus.c
/qemu/softmmu/icount.c
/qemu/softmmu/memory.c
/qemu/softmmu/meson.build
/qemu/softmmu/qtest.c
/qemu/softmmu/timers-state.h
/qemu/softmmu/vl.c
/qemu/storage-daemon/qapi/qapi-schema.json
/qemu/storage-daemon/qemu-storage-daemon.c
/qemu/stubs/cpu-get-clock.c
/qemu/stubs/cpu-synchronize-state.c
/qemu/stubs/cpus-get-virtual-clock.c
/qemu/stubs/icount.c
/qemu/stubs/meson.build
/qemu/stubs/monitor-core.c
/qemu/stubs/qemu-timer-notify-cb.c
/qemu/stubs/qtest.c
/qemu/stubs/replay.c
/qemu/stubs/xen-hw-stub.c
/qemu/target/alpha/translate.c
/qemu/target/arm/cpu.c
/qemu/target/arm/cpu.h
/qemu/target/arm/cpu64.c
/qemu/target/arm/cpu_tcg.c
/qemu/target/arm/helper.c
/qemu/target/arm/kvm.c
/qemu/target/arm/kvm64.c
/qemu/target/arm/kvm_arm.h
/qemu/target/arm/monitor.c
/qemu/target/arm/translate-sve.c
/qemu/target/i386/hax-all.c
/qemu/target/i386/hax-cpus.c
/qemu/target/i386/hax-cpus.h
/qemu/target/i386/hax-i386.h
/qemu/target/i386/hax-mem.c
/qemu/target/i386/hax-posix.c
/qemu/target/i386/hax-windows.c
/qemu/target/i386/hax-windows.h
/qemu/target/i386/helper.c
/qemu/target/i386/hvf/hvf-cpus.c
/qemu/target/i386/hvf/hvf-cpus.h
/qemu/target/i386/hvf/hvf.c
/qemu/target/i386/hvf/meson.build
/qemu/target/i386/hvf/x86hvf.c
/qemu/target/i386/hvf/x86hvf.h
/qemu/target/i386/kvm.c
/qemu/target/i386/kvm_i386.h
/qemu/target/i386/meson.build
/qemu/target/i386/seg_helper.c
/qemu/target/i386/whpx-all.c
/qemu/target/i386/whpx-cpus.c
/qemu/target/i386/whpx-cpus.h
/qemu/target/riscv/csr.c
/qemu/target/s390x/cc_helper.c
/qemu/target/s390x/cpu.c
/qemu/target/s390x/cpu.h
/qemu/target/s390x/cpu_features.h
/qemu/target/s390x/cpu_features_def.h.inc
/qemu/target/s390x/cpu_models.c
/qemu/target/s390x/excp_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/kvm.c
/qemu/target/s390x/machine.c
/qemu/target/s390x/translate.c
/qemu/tcg/aarch64/tcg-target.c.inc
/qemu/tcg/aarch64/tcg-target.h
/qemu/tcg/arm/tcg-target.c.inc
/qemu/tcg/i386/tcg-target.c.inc
/qemu/tcg/i386/tcg-target.h
/qemu/tcg/mips/tcg-target.c.inc
/qemu/tcg/optimize.c
/qemu/tcg/ppc/tcg-target.c.inc
/qemu/tcg/ppc/tcg-target.h
/qemu/tcg/riscv/tcg-target.c.inc
/qemu/tcg/s390/tcg-target.c.inc
/qemu/tcg/sparc/tcg-target.c.inc
/qemu/tcg/tcg-op-gvec.c
/qemu/tcg/tcg-op-vec.c
/qemu/tcg/tcg.c
/qemu/tcg/tci/tcg-target.c.inc
/qemu/tests/Makefile.include
/qemu/tests/acceptance/reverse_debugging.py
/qemu/tests/check-block.sh
/qemu/tests/data/acpi/microvm/DSDT.pcie
/qemu/tests/data/acpi/virt/DSDT
/qemu/tests/data/acpi/virt/DSDT.memhp
/qemu/tests/data/acpi/virt/DSDT.numamem
/qemu/tests/docker/Makefile.include
/qemu/tests/docker/dockerfiles/debian-tricore-cross.docker
/qemu/tests/docker/dockerfiles/fedora-win32-cross.docker
/qemu/tests/docker/dockerfiles/fedora-win64-cross.docker
/qemu/tests/docker/dockerfiles/fedora.docker
/qemu/tests/meson.build
/qemu/tests/ptimer-test-stubs.c
/qemu/tests/qemu-iotests/140
/qemu/tests/qemu-iotests/140.out
/qemu/tests/qemu-iotests/223.out
/qemu/tests/qemu-iotests/261
/qemu/tests/qemu-iotests/261.out
/qemu/tests/qemu-iotests/267.out
/qemu/tests/qemu-iotests/307
/qemu/tests/qemu-iotests/307.out
/qemu/tests/qemu-iotests/group
/qemu/tests/qemu-iotests/iotests.py
/qemu/tests/qtest/arm-cpu-features.c
/qemu/tests/qtest/bios-tables-test.c
/qemu/tests/qtest/cdrom-test.c
/qemu/tests/qtest/meson.build
/qemu/tests/tcg/Makefile.qemu
/qemu/tests/tcg/configure.sh
/qemu/tests/test-bdrv-drain.c
/qemu/tests/test-qmp-cmds.c
/qemu/tests/test-timed-average.c
/qemu/tests/test-util-sockets.c
/qemu/trace/control.c
/qemu/ui/gtk.c
/qemu/ui/sdl2.c
/qemu/util/main-loop.c
/qemu/util/qemu-error.c
/qemu/util/qemu-print.c
/qemu/util/qemu-sockets.c
/qemu/util/qemu-timer.c
/qemu/util/vfio-helpers.c
a9eacf8b18-Aug-2020 Paolo Bonzini <pbonzini@redhat.com>

qga: relocate path to default configuration and hook

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

18240fdc11-Sep-2020 Marc-André Lureau <marcandre.lureau@redhat.com>

meson: fix MSI rule

The environment variables can't be passed through an env: argument
yet (meson#2723), use 'env' as suggested in:
https://github.com/mesonbuild/meson/issues/2723#issuecomment-34863

meson: fix MSI rule

The environment variables can't be passed through an env: argument
yet (meson#2723), use 'env' as suggested in:
https://github.com/mesonbuild/meson/issues/2723#issuecomment-348630957

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

show more ...

ac741a9e25-Sep-2020 Peter Maydell <peter.maydell@linaro.org>

qga/qapi-schema.json: Add some headings

Add some section headings to the QGA json; this is purely so that we
have some H1 headings, as otherwise each command ends up being
visible in the interop/ ma

qga/qapi-schema.json: Add some headings

Add some section headings to the QGA json; this is purely so that we
have some H1 headings, as otherwise each command ends up being
visible in the interop/ manual's table of contents. In an ideal
world there might be a proper 'Introduction' section the way there is
in qapi/qapi-schema.json.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20200925162316.21205-12-peter.maydell@linaro.org>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>

show more ...

db16115f25-Sep-2020 Peter Maydell <peter.maydell@linaro.org>

docs/interop: Convert qemu-ga-ref to rST

Convert qemu-ga-ref to rST format. This includes dropping
the plain-text, pdf and info format outputs for this document;
as with all our other Sphinx-based d

docs/interop: Convert qemu-ga-ref to rST

Convert qemu-ga-ref to rST format. This includes dropping
the plain-text, pdf and info format outputs for this document;
as with all our other Sphinx-based documentation, we provide
HTML and manpage only.

The qemu-ga-ref.rst is somewhat more stripped down than
the .texi was, because we do not (currently) attempt to
generate indexes for the commands, events and data types
being documented.

As the GA ref is now part of the Sphinx 'interop' manual,
we can delete the direct link from index.html.in.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20200925162316.21205-9-peter.maydell@linaro.org>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
[Unicode legacy literal dumbed down to plain string literal, TODO
comment on displaying QEMU version added]
Signed-off-by: Markus Armbruster <armbru@redhat.com>

show more ...


/qemu/.gitignore
/qemu/Kconfig.host
/qemu/MAINTAINERS
/qemu/audio/audio.c
/qemu/audio/meson.build
/qemu/audio/spiceaudio.c
/qemu/backends/cryptodev-vhost-user.c
/qemu/backends/cryptodev.c
/qemu/block/iscsi.c
/qemu/configure
/qemu/contrib/libvhost-user/libvhost-user.c
/qemu/docs/conf.py
/qemu/docs/devel/qapi-code-gen.txt
/qemu/docs/index.html.in
/qemu/docs/interop/conf.py
/qemu/docs/interop/index.rst
/qemu/docs/interop/qemu-ga-ref.rst
/qemu/docs/meson.build
/qemu/docs/sphinx/qapidoc.py
/qemu/docs/system/deprecated.rst
/qemu/docs/tools/virtiofsd.rst
/qemu/hmp-commands.hx
/qemu/hw/acpi/aml-build.c
/qemu/hw/acpi/core.c
/qemu/hw/acpi/cpu.c
/qemu/hw/acpi/ich9.c
/qemu/hw/acpi/memory_hotplug.c
/qemu/hw/acpi/pcihp.c
/qemu/hw/acpi/piix4.c
/qemu/hw/acpi/vmgenid.c
/qemu/hw/alpha/dp264.c
/qemu/hw/arm/armv7m.c
/qemu/hw/arm/exynos4210.c
/qemu/hw/arm/highbank.c
/qemu/hw/arm/integratorcp.c
/qemu/hw/arm/realview.c
/qemu/hw/arm/sbsa-ref.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/xlnx-zcu102.c
/qemu/hw/block/vhost-user-blk.c
/qemu/hw/core/machine-hmp-cmds.c
/qemu/hw/core/machine-qmp-cmds.c
/qemu/hw/core/machine.c
/qemu/hw/core/qdev-properties-system.c
/qemu/hw/core/qdev-properties.c
/qemu/hw/core/register.c
/qemu/hw/core/sysbus.c
/qemu/hw/cpu/a15mpcore.c
/qemu/hw/cpu/a9mpcore.c
/qemu/hw/cpu/core.c
/qemu/hw/cris/boot.c
/qemu/hw/display/edid-generate.c
/qemu/hw/display/virtio-gpu-3d.c
/qemu/hw/display/virtio-gpu-base.c
/qemu/hw/display/virtio-gpu.c
/qemu/hw/display/virtio-vga.c
/qemu/hw/i386/acpi-build.c
/qemu/hw/i386/kvm/i8254.c
/qemu/hw/i386/pc.c
/qemu/hw/i386/pc_piix.c
/qemu/hw/i386/pc_q35.c
/qemu/hw/i386/x86.c
/qemu/hw/isa/lpc_ich9.c
/qemu/hw/microblaze/boot.c
/qemu/hw/mips/fuloong2e.c
/qemu/hw/misc/iotkit-sysctl.c
/qemu/hw/moxie/moxiesim.c
/qemu/hw/nios2/boot.c
/qemu/hw/pci-host/i440fx.c
/qemu/hw/pci/pci-stub.c
/qemu/hw/pci/pci.c
/qemu/hw/ppc/mac_newworld.c
/qemu/hw/ppc/mac_oldworld.c
/qemu/hw/ppc/ppc440_bamboo.c
/qemu/hw/ppc/sam460ex.c
/qemu/hw/ppc/spapr.c
/qemu/hw/ppc/spapr_pci.c
/qemu/hw/ppc/virtex_ml507.c
/qemu/hw/riscv/boot.c
/qemu/hw/riscv/sifive_e.c
/qemu/hw/riscv/sifive_u.c
/qemu/hw/s390x/s390-virtio-ccw.c
/qemu/hw/s390x/vhost-vsock-ccw.c
/qemu/hw/s390x/virtio-ccw.c
/qemu/hw/scsi/scsi-bus.c
/qemu/hw/smbios/smbios.c
/qemu/hw/usb/Kconfig
/qemu/hw/usb/ccid-card-emulated.c
/qemu/hw/usb/hcd-xhci-nec.c
/qemu/hw/usb/hcd-xhci-pci.c
/qemu/hw/usb/hcd-xhci-pci.h
/qemu/hw/usb/hcd-xhci-sysbus.c
/qemu/hw/usb/hcd-xhci-sysbus.h
/qemu/hw/usb/hcd-xhci.c
/qemu/hw/usb/hcd-xhci.h
/qemu/hw/usb/meson.build
/qemu/hw/virtio/trace-events
/qemu/hw/virtio/vhost-backend.c
/qemu/hw/virtio/vhost-user-vsock-pci.c
/qemu/hw/virtio/vhost-vdpa.c
/qemu/hw/virtio/vhost-vsock-pci.c
/qemu/hw/virtio/vhost.c
/qemu/hw/virtio/virtio-balloon.c
/qemu/hw/virtio/virtio-iommu-pci.c
/qemu/hw/virtio/virtio-iommu.c
/qemu/hw/virtio/virtio-mem-pci.c
/qemu/hw/virtio/virtio-mem.c
/qemu/hw/virtio/virtio-pci.c
/qemu/hw/virtio/virtio-pmem-pci.c
/qemu/hw/virtio/virtio-pmem.c
/qemu/hw/virtio/virtio.c
/qemu/hw/xtensa/sim.c
/qemu/hw/xtensa/xtfpga.c
/qemu/include/hw/acpi/acpi_dev_interface.h
/qemu/include/hw/acpi/aml-build.h
/qemu/include/hw/acpi/cpu.h
/qemu/include/hw/boards.h
/qemu/include/hw/display/edid.h
/qemu/include/hw/i386/ich9.h
/qemu/include/hw/i386/pc.h
/qemu/include/hw/mem/memory-device.h
/qemu/include/hw/rtc/mc146818rtc.h
/qemu/include/hw/virtio/vhost-backend.h
/qemu/include/hw/virtio/vhost-user-blk.h
/qemu/include/hw/virtio/vhost-vdpa.h
/qemu/include/hw/virtio/vhost.h
/qemu/include/hw/virtio/virtio-gpu.h
/qemu/include/hw/virtio/virtio-pmem.h
/qemu/include/hw/virtio/virtio.h
/qemu/include/monitor/hmp.h
/qemu/include/qemu-common.h
/qemu/include/qemu/timer.h
/qemu/include/qom/object.h
/qemu/include/standard-headers/drm/drm_fourcc.h
/qemu/include/standard-headers/linux/ethtool.h
/qemu/include/standard-headers/linux/input-event-codes.h
/qemu/include/standard-headers/linux/vhost_types.h
/qemu/include/standard-headers/linux/virtio_9p.h
/qemu/include/standard-headers/linux/virtio_blk.h
/qemu/include/standard-headers/linux/virtio_config.h
/qemu/include/standard-headers/linux/virtio_console.h
/qemu/include/standard-headers/linux/virtio_net.h
/qemu/include/standard-headers/linux/virtio_scsi.h
/qemu/include/sysemu/balloon.h
/qemu/include/ui/console.h
/qemu/include/ui/qemu-spice.h
/qemu/linux-headers/asm-generic/unistd.h
/qemu/linux-headers/asm-mips/unistd_n32.h
/qemu/linux-headers/asm-mips/unistd_n64.h
/qemu/linux-headers/asm-mips/unistd_o32.h
/qemu/linux-headers/asm-powerpc/kvm.h
/qemu/linux-headers/asm-powerpc/unistd_32.h
/qemu/linux-headers/asm-powerpc/unistd_64.h
/qemu/linux-headers/asm-s390/kvm.h
/qemu/linux-headers/asm-s390/unistd_32.h
/qemu/linux-headers/asm-s390/unistd_64.h
/qemu/linux-headers/asm-x86/unistd_32.h
/qemu/linux-headers/asm-x86/unistd_64.h
/qemu/linux-headers/asm-x86/unistd_x32.h
/qemu/linux-headers/linux/kvm.h
/qemu/linux-headers/linux/vfio.h
/qemu/linux-headers/linux/vhost.h
/qemu/meson.build
/qemu/migration/channel.c
/qemu/migration/dirtyrate.c
/qemu/migration/dirtyrate.h
/qemu/migration/meson.build
/qemu/migration/migration.c
/qemu/migration/migration.h
/qemu/migration/multifd.c
/qemu/migration/multifd.h
/qemu/migration/postcopy-ram.c
/qemu/migration/ram.c
/qemu/migration/ram.h
/qemu/migration/savevm.c
/qemu/migration/tls.c
/qemu/migration/tls.h
/qemu/migration/trace-events
/qemu/monitor/hmp-cmds.c
/qemu/monitor/misc.c
/qemu/monitor/qmp-cmds.c
/qemu/net/vhost-user.c
/qemu/qapi/acpi.json
/qemu/qapi/block-core.json
/qemu/qapi/block.json
/qemu/qapi/machine.json
/qemu/qapi/meson.build
/qemu/qapi/migration.json
/qemu/qapi/misc.json
/qemu/qapi/pci.json
/qemu/qapi/qapi-schema.json
/qemu/qemu-edid.c
/qemu/qemu-img.c
/qemu/qemu-options.hx
meson.build
/qemu/qom/object.c
/qemu/scripts/qapi/doc.py
/qemu/scripts/qapi/parser.py
/qemu/softmmu/balloon.c
/qemu/stubs/uuid.c
/qemu/stubs/vmgenid.c
/qemu/target/arm/monitor.c
/qemu/target/i386/cpu.c
/qemu/target/ppc/translate_init.c.inc
/qemu/target/s390x/cpu.c
/qemu/target/s390x/cpu_models.c
/qemu/target/s390x/internal.h
/qemu/tests/data/acpi/pc/DSDT
/qemu/tests/data/acpi/pc/DSDT.acpihmat
/qemu/tests/data/acpi/pc/DSDT.bridge
/qemu/tests/data/acpi/pc/DSDT.cphp
/qemu/tests/data/acpi/pc/DSDT.dimmpxm
/qemu/tests/data/acpi/pc/DSDT.hpbridge
/qemu/tests/data/acpi/pc/DSDT.ipmikcs
/qemu/tests/data/acpi/pc/DSDT.memhp
/qemu/tests/data/acpi/pc/DSDT.numamem
/qemu/tests/data/acpi/pc/DSDT.roothp
/qemu/tests/data/acpi/q35/DSDT
/qemu/tests/data/acpi/q35/DSDT.acpihmat
/qemu/tests/data/acpi/q35/DSDT.bridge
/qemu/tests/data/acpi/q35/DSDT.cphp
/qemu/tests/data/acpi/q35/DSDT.dimmpxm
/qemu/tests/data/acpi/q35/DSDT.ipmibt
/qemu/tests/data/acpi/q35/DSDT.memhp
/qemu/tests/data/acpi/q35/DSDT.mmio64
/qemu/tests/data/acpi/q35/DSDT.numamem
/qemu/tests/data/acpi/q35/DSDT.tis
/qemu/tests/qapi-schema/doc-bad-indent.err
/qemu/tests/qapi-schema/doc-bad-indent.json
/qemu/tests/qapi-schema/doc-bad-indent.out
/qemu/tests/qapi-schema/doc-good.json
/qemu/tests/qapi-schema/doc-good.out
/qemu/tests/qapi-schema/doc-good.texi
/qemu/tests/qapi-schema/meson.build
/qemu/tests/qemu-iotests/291
/qemu/tests/qemu-iotests/291.out
/qemu/tests/qtest/bios-tables-test.c
/qemu/tests/qtest/cpu-plug-test.c
/qemu/tests/qtest/test-hmp.c
/qemu/tests/qtest/vhost-user-test.c
/qemu/tools/virtiofsd/fuse_virtio.c
/qemu/tools/virtiofsd/helper.c
/qemu/tools/virtiofsd/passthrough_ll.c
/qemu/tools/virtiofsd/passthrough_seccomp.c
/qemu/ui/console.c
/qemu/ui/spice-core.c
/qemu/ui/spice-display.c
/qemu/util/hexdump.c
d73415a323-Sep-2020 Stefan Hajnoczi <stefanha@redhat.com>

qemu/atomic.h: rename atomic_ to qatomic_

clang's C11 atomic_fetch_*() functions only take a C11 atomic type
pointer argument. QEMU uses direct types (int, etc) and this causes a
compiler error when

qemu/atomic.h: rename atomic_ to qatomic_

clang's C11 atomic_fetch_*() functions only take a C11 atomic type
pointer argument. QEMU uses direct types (int, etc) and this causes a
compiler error when a QEMU code calls these functions in a source file
that also included <stdatomic.h> via a system header file:

$ CC=clang CXX=clang++ ./configure ... && make
../util/async.c:79:17: error: address argument to atomic operation must be a pointer to _Atomic type ('unsigned int *' invalid)

Avoid using atomic_*() names in QEMU's atomic.h since that namespace is
used by <stdatomic.h>. Prefix QEMU's APIs with 'q' so that atomic.h
and <stdatomic.h> can co-exist. I checked /usr/include on my machine and
searched GitHub for existing "qatomic_" users but there seem to be none.

This patch was generated using:

$ git grep -h -o '\<atomic\(64\)\?_[a-z0-9_]\+' include/qemu/atomic.h | \
sort -u >/tmp/changed_identifiers
$ for identifier in $(</tmp/changed_identifiers); do
sed -i "s%\<$identifier\>%q$identifier%g" \
$(git grep -I -l "\<$identifier\>")
done

I manually fixed line-wrap issues and misaligned rST tables.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20200923105646.47864-1-stefanha@redhat.com>

show more ...


/qemu/.gitlab-ci.yml
/qemu/.gitmodules
/qemu/.shippable.yml
/qemu/.travis.yml
/qemu/Changelog
/qemu/MAINTAINERS
/qemu/accel/kvm/kvm-all.c
/qemu/accel/tcg/atomic_template.h
/qemu/accel/tcg/cpu-exec.c
/qemu/accel/tcg/cputlb.c
/qemu/accel/tcg/tcg-all.c
/qemu/accel/tcg/translate-all.c
/qemu/accel/tcg/user-exec.c
/qemu/audio/audio.c
/qemu/audio/jackaudio.c
/qemu/authz/list.c
/qemu/authz/listfile.c
/qemu/authz/pamacct.c
/qemu/authz/simple.c
/qemu/backends/cryptodev-builtin.c
/qemu/backends/cryptodev-vhost-user.c
/qemu/backends/dbus-vmstate.c
/qemu/backends/hostmem-file.c
/qemu/backends/hostmem-memfd.c
/qemu/backends/rng-builtin.c
/qemu/backends/rng-egd.c
/qemu/backends/tpm/tpm_emulator.c
/qemu/backends/tpm/tpm_passthrough.c
/qemu/backends/vhost-user.c
/qemu/block.c
/qemu/block/block-backend.c
/qemu/block/io.c
/qemu/block/nfs.c
/qemu/block/sheepdog.c
/qemu/block/throttle-groups.c
/qemu/block/throttle.c
/qemu/blockdev.c
/qemu/blockjob.c
/qemu/configure
/qemu/contrib/gitdm/filetypes.txt
/qemu/contrib/ivshmem-client/ivshmem-client.h
/qemu/contrib/libvhost-user/libvhost-user.c
/qemu/contrib/libvhost-user/libvhost-user.h
/qemu/cpus-common.c
/qemu/crypto/secret_keyring.c
/qemu/disas/hppa.c
/qemu/disas/m68k.c
/qemu/disas/ppc.c
/qemu/docs/COLO-FT.txt
/qemu/docs/devel/atomics.rst
/qemu/docs/devel/blkdebug.txt
/qemu/docs/devel/lockcnt.txt
/qemu/docs/devel/migration.rst
/qemu/docs/devel/rcu.txt
/qemu/docs/devel/testing.rst
/qemu/docs/devel/tracing.txt
/qemu/docs/hyperv.txt
/qemu/docs/interop/bitmaps.rst
/qemu/docs/interop/dbus.rst
/qemu/docs/interop/nbd.txt
/qemu/docs/interop/vhost-user-gpu.rst
/qemu/docs/interop/vhost-user.rst
/qemu/docs/rdma.txt
/qemu/docs/specs/ppc-spapr-hotplug.txt
/qemu/docs/specs/ppc-spapr-xive.rst
/qemu/docs/system/arm/aspeed.rst
/qemu/docs/system/deprecated.rst
/qemu/docs/system/device-url-syntax.rst.inc
/qemu/docs/system/target-avr.rst
/qemu/docs/tools/virtiofsd.rst
/qemu/dump/dump.c
/qemu/exec.c
/qemu/fsdev/virtfs-proxy-helper.c
/qemu/hmp-commands.hx
/qemu/hw/9pfs/virtio-9p.h
/qemu/hw/acpi/generic_event_device.c
/qemu/hw/acpi/piix4.c
/qemu/hw/alpha/typhoon.c
/qemu/hw/arm/aspeed.c
/qemu/hw/arm/aspeed_ast2600.c
/qemu/hw/arm/aspeed_soc.c
/qemu/hw/arm/collie.c
/qemu/hw/arm/highbank.c
/qemu/hw/arm/integratorcp.c
/qemu/hw/arm/microbit.c
/qemu/hw/arm/mps2-tz.c
/qemu/hw/arm/mps2.c
/qemu/hw/arm/musca.c
/qemu/hw/arm/musicpal.c
/qemu/hw/arm/palm.c
/qemu/hw/arm/pxa2xx.c
/qemu/hw/arm/pxa2xx_gpio.c
/qemu/hw/arm/pxa2xx_pic.c
/qemu/hw/arm/sbsa-ref.c
/qemu/hw/arm/spitz.c
/qemu/hw/arm/stellaris.c
/qemu/hw/arm/strongarm.c
/qemu/hw/arm/tosa.c
/qemu/hw/arm/versatilepb.c
/qemu/hw/arm/vexpress.c
/qemu/hw/arm/virt-acpi-build.c
/qemu/hw/arm/xilinx_zynq.c
/qemu/hw/arm/xlnx-versal-virt.c
/qemu/hw/arm/xlnx-zcu102.c
/qemu/hw/arm/z2.c
/qemu/hw/audio/ac97.c
/qemu/hw/audio/adlib.c
/qemu/hw/audio/es1370.c
/qemu/hw/audio/gus.c
/qemu/hw/audio/hda-codec.c
/qemu/hw/audio/intel-hda.h
/qemu/hw/audio/marvell_88w8618.c
/qemu/hw/audio/milkymist-ac97.c
/qemu/hw/audio/pcspk.c
/qemu/hw/audio/pl041.c
/qemu/hw/audio/sb16.c
/qemu/hw/audio/wm8750.c
/qemu/hw/block/fdc.c
/qemu/hw/block/m25p80.c
/qemu/hw/block/nand.c
/qemu/hw/block/onenand.c
/qemu/hw/block/virtio-blk.c
/qemu/hw/char/debugcon.c
/qemu/hw/char/exynos4210_uart.c
/qemu/hw/char/grlib_apbuart.c
/qemu/hw/char/ipoctal232.c
/qemu/hw/char/lm32_juart.c
/qemu/hw/char/lm32_uart.c
/qemu/hw/char/mcf_uart.c
/qemu/hw/char/milkymist-uart.c
/qemu/hw/char/parallel.c
/qemu/hw/char/serial-isa.c
/qemu/hw/char/serial-pci.c
/qemu/hw/char/spapr_vty.c
/qemu/hw/char/xilinx_uartlite.c
/qemu/hw/core/cpu.c
/qemu/hw/cpu/realview_mpcore.c
/qemu/hw/display/ads7846.c
/qemu/hw/display/artist.c
/qemu/hw/display/ati_int.h
/qemu/hw/display/bochs-display.c
/qemu/hw/display/cg3.c
/qemu/hw/display/cirrus_vga.c
/qemu/hw/display/cirrus_vga_isa.c
/qemu/hw/display/exynos4210_fimd.c
/qemu/hw/display/g364fb.c
/qemu/hw/display/jazz_led.c
/qemu/hw/display/milkymist-tmu2.c
/qemu/hw/display/milkymist-vgafb.c
/qemu/hw/display/next-fb.c
/qemu/hw/display/pl110.c
/qemu/hw/display/qxl.c
/qemu/hw/display/qxl.h
/qemu/hw/display/sii9022.c
/qemu/hw/display/sm501.c
/qemu/hw/display/ssd0303.c
/qemu/hw/display/ssd0323.c
/qemu/hw/display/tcx.c
/qemu/hw/display/vga-isa.c
/qemu/hw/display/vga-pci.c
/qemu/hw/display/virtio-vga.h
/qemu/hw/dma/i82374.c
/qemu/hw/dma/pl330.c
/qemu/hw/dma/puv3_dma.c
/qemu/hw/dma/pxa2xx_dma.c
/qemu/hw/dma/rc4030.c
/qemu/hw/dma/xilinx_axidma.c
/qemu/hw/gpio/gpio_key.c
/qemu/hw/gpio/max7310.c
/qemu/hw/gpio/mpc8xxx.c
/qemu/hw/gpio/pl061.c
/qemu/hw/gpio/puv3_gpio.c
/qemu/hw/gpio/zaurus.c
/qemu/hw/hppa/dino.c
/qemu/hw/hppa/lasi.c
/qemu/hw/hyperv/hyperv.c
/qemu/hw/hyperv/hyperv_testdev.c
/qemu/hw/hyperv/vmbus.c
/qemu/hw/i2c/bitbang_i2c.c
/qemu/hw/i2c/exynos4210_i2c.c
/qemu/hw/i2c/mpc_i2c.c
/qemu/hw/i2c/smbus_eeprom.c
/qemu/hw/i2c/smbus_ich9.c
/qemu/hw/i386/Kconfig
/qemu/hw/i386/acpi-build.c
/qemu/hw/i386/acpi-microvm.c
/qemu/hw/i386/acpi-microvm.h
/qemu/hw/i386/amd_iommu.h
/qemu/hw/i386/generic_event_device_x86.c
/qemu/hw/i386/kvm/clock.c
/qemu/hw/i386/kvmvapic.c
/qemu/hw/i386/meson.build
/qemu/hw/i386/microvm.c
/qemu/hw/i386/pc.c
/qemu/hw/i386/pc_piix.c
/qemu/hw/i386/pc_q35.c
/qemu/hw/i386/port92.c
/qemu/hw/i386/vmmouse.c
/qemu/hw/i386/vmport.c
/qemu/hw/i386/x86.c
/qemu/hw/i386/xen/xen-hvm.c
/qemu/hw/i386/xen/xen_platform.c
/qemu/hw/i386/xen/xen_pvdevice.c
/qemu/hw/ide/isa.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/milkymist-softusb.c
/qemu/hw/input/pl050.c
/qemu/hw/intc/arm_gicv2m.c
/qemu/hw/intc/exynos4210_combiner.c
/qemu/hw/intc/exynos4210_gic.c
/qemu/hw/intc/grlib_irqmp.c
/qemu/hw/intc/lm32_pic.c
/qemu/hw/intc/nios2_iic.c
/qemu/hw/intc/ompic.c
/qemu/hw/intc/openpic_kvm.c
/qemu/hw/intc/pl190.c
/qemu/hw/intc/puv3_intc.c
/qemu/hw/intc/rx_icu.c
/qemu/hw/intc/sifive_plic.c
/qemu/hw/intc/sifive_plic.h
/qemu/hw/intc/slavio_intctl.c
/qemu/hw/ipack/tpci200.c
/qemu/hw/ipmi/ipmi_bmc_extern.c
/qemu/hw/ipmi/isa_ipmi_bt.c
/qemu/hw/ipmi/isa_ipmi_kcs.c
/qemu/hw/ipmi/pci_ipmi_bt.c
/qemu/hw/ipmi/pci_ipmi_kcs.c
/qemu/hw/ipmi/smbus_ipmi.c
/qemu/hw/isa/i82378.c
/qemu/hw/isa/piix4.c
/qemu/hw/isa/vt82c686.c
/qemu/hw/m68k/mcf_intc.c
/qemu/hw/m68k/next-cube.c
/qemu/hw/m68k/next-kbd.c
/qemu/hw/microblaze/xlnx-zynqmp-pmu.c
/qemu/hw/mips/gt64xxx_pci.c
/qemu/hw/mips/malta.c
/qemu/hw/misc/applesmc.c
/qemu/hw/misc/arm_integrator_debug.c
/qemu/hw/misc/arm_l2x0.c
/qemu/hw/misc/arm_sysctl.c
/qemu/hw/misc/aspeed_scu.c
/qemu/hw/misc/debugexit.c
/qemu/hw/misc/eccmemctl.c
/qemu/hw/misc/edu.c
/qemu/hw/misc/empty_slot.c
/qemu/hw/misc/exynos4210_clk.c
/qemu/hw/misc/exynos4210_pmu.c
/qemu/hw/misc/exynos4210_rng.c
/qemu/hw/misc/milkymist-hpdmc.c
/qemu/hw/misc/milkymist-pfpu.c
/qemu/hw/misc/mst_fpga.c
/qemu/hw/misc/pc-testdev.c
/qemu/hw/misc/pci-testdev.c
/qemu/hw/misc/puv3_pm.c
/qemu/hw/misc/sga.c
/qemu/hw/misc/slavio_misc.c
/qemu/hw/misc/tmp105.h
/qemu/hw/misc/tmp421.c
/qemu/hw/misc/zynq_slcr.c
/qemu/hw/net/dp8393x.c
/qemu/hw/net/e1000e.c
/qemu/hw/net/etraxfs_eth.c
/qemu/hw/net/fsl_etsec/etsec.h
/qemu/hw/net/lan9118.c
/qemu/hw/net/milkymist-minimac2.c
/qemu/hw/net/mipsnet.c
/qemu/hw/net/ne2000-isa.c
/qemu/hw/net/opencores_eth.c
/qemu/hw/net/pcnet-pci.c
/qemu/hw/net/rtl8139.c
/qemu/hw/net/smc91c111.c
/qemu/hw/net/spapr_llan.c
/qemu/hw/net/stellaris_enet.c
/qemu/hw/net/sungem.c
/qemu/hw/net/sunhme.c
/qemu/hw/net/tulip.h
/qemu/hw/net/virtio-net.c
/qemu/hw/net/xgmac.c
/qemu/hw/net/xilinx_axienet.c
/qemu/hw/nvram/ds1225y.c
/qemu/hw/nvram/fw_cfg.c
/qemu/hw/nvram/spapr_nvram.c
/qemu/hw/pci-bridge/dec.c
/qemu/hw/pci-bridge/gen_pcie_root_port.c
/qemu/hw/pci-bridge/pci_bridge_dev.c
/qemu/hw/pci-bridge/pcie_pci_bridge.c
/qemu/hw/pci-host/bonito.c
/qemu/hw/pci-host/grackle.c
/qemu/hw/pci-host/i440fx.c
/qemu/hw/pci-host/ppce500.c
/qemu/hw/pci-host/prep.c
/qemu/hw/ppc/e500-ccsr.h
/qemu/hw/ppc/e500.h
/qemu/hw/ppc/mac.h
/qemu/hw/ppc/mpc8544_guts.c
/qemu/hw/ppc/ppc440_pcix.c
/qemu/hw/ppc/ppc440_uc.c
/qemu/hw/ppc/ppc4xx_pci.c
/qemu/hw/ppc/ppce500_spin.c
/qemu/hw/ppc/prep_systemio.c
/qemu/hw/ppc/rs6000_mc.c
/qemu/hw/ppc/spapr_rng.c
/qemu/hw/rdma/rdma_backend.c
/qemu/hw/rdma/rdma_rm.c
/qemu/hw/rdma/vmw/pvrdma_dev_ring.c
/qemu/hw/riscv/sifive_e.c
/qemu/hw/riscv/sifive_u.c
/qemu/hw/rtc/ds1338.c
/qemu/hw/rtc/exynos4210_rtc.c
/qemu/hw/rtc/m41t80.c
/qemu/hw/rtc/sun4v-rtc.c
/qemu/hw/rtc/twl92230.c
/qemu/hw/s390x/ccw-device.h
/qemu/hw/s390x/ipl.h
/qemu/hw/s390x/meson.build
/qemu/hw/s390x/s390-pci-bus.c
/qemu/hw/s390x/s390-pci-bus.h
/qemu/hw/s390x/vhost-user-fs-ccw.c
/qemu/hw/s390x/virtio-ccw.c
/qemu/hw/s390x/virtio-ccw.h
/qemu/hw/scsi/lsi53c895a.c
/qemu/hw/scsi/scsi-disk.c
/qemu/hw/scsi/spapr_vscsi.c
/qemu/hw/scsi/vmw_pvscsi.c
/qemu/hw/sd/milkymist-memcard.c
/qemu/hw/sd/pl181.c
/qemu/hw/sd/ssi-sd.c
/qemu/hw/sh4/sh_pci.c
/qemu/hw/sparc/sun4m.c
/qemu/hw/sparc64/sun4u.c
/qemu/hw/ssi/ssi.c
/qemu/hw/ssi/xilinx_spi.c
/qemu/hw/timer/altera_timer.c
/qemu/hw/timer/arm_timer.c
/qemu/hw/timer/cadence_ttc.c
/qemu/hw/timer/exynos4210_mct.c
/qemu/hw/timer/exynos4210_pwm.c
/qemu/hw/timer/grlib_gptimer.c
/qemu/hw/timer/hpet.c
/qemu/hw/timer/lm32_timer.c
/qemu/hw/timer/milkymist-sysctl.c
/qemu/hw/timer/puv3_ost.c
/qemu/hw/timer/pxa2xx_timer.c
/qemu/hw/timer/slavio_timer.c
/qemu/hw/tpm/tpm_tis_isa.c
/qemu/hw/tpm/tpm_tis_sysbus.c
/qemu/hw/usb/ccid.h
/qemu/hw/usb/dev-audio.c
/qemu/hw/usb/dev-hid.c
/qemu/hw/usb/dev-hub.c
/qemu/hw/usb/dev-mtp.c
/qemu/hw/usb/dev-network.c
/qemu/hw/usb/dev-serial.c
/qemu/hw/usb/dev-smartcard-reader.c
/qemu/hw/usb/dev-uas.c
/qemu/hw/usb/dev-wacom.c
/qemu/hw/usb/hcd-dwc2.h
/qemu/hw/usb/hcd-ehci.h
/qemu/hw/usb/hcd-ohci-pci.c
/qemu/hw/usb/hcd-ohci.c
/qemu/hw/usb/hcd-ohci.h
/qemu/hw/usb/hcd-xhci.h
/qemu/hw/usb/host-libusb.c
/qemu/hw/usb/tusb6010.c
/qemu/hw/usb/u2f-emulated.c
/qemu/hw/vfio/ap.c
/qemu/hw/vfio/pci.h
/qemu/hw/virtio/vhost.c
/qemu/hw/virtio/virtio-crypto.c
/qemu/hw/virtio/virtio-input-pci.c
/qemu/hw/virtio/virtio-mmio.c
/qemu/hw/virtio/virtio-pci.c
/qemu/hw/virtio/virtio-pci.h
/qemu/hw/virtio/virtio.c
/qemu/hw/watchdog/wdt_i6300esb.c
/qemu/hw/xen/xen_pt.h
/qemu/hw/xtensa/pic_cpu.c
/qemu/include/authz/base.h
/qemu/include/authz/list.h
/qemu/include/authz/listfile.h
/qemu/include/authz/pamacct.h
/qemu/include/authz/simple.h
/qemu/include/block/aio-wait.h
/qemu/include/block/aio.h
/qemu/include/block/throttle-groups.h
/qemu/include/chardev/char.h
/qemu/include/crypto/secret_common.h
/qemu/include/crypto/secret_keyring.h
/qemu/include/exec/cpu_ldst.h
/qemu/include/exec/exec-all.h
/qemu/include/exec/log.h
/qemu/include/exec/memory.h
/qemu/include/exec/ram_addr.h
/qemu/include/exec/ramlist.h
/qemu/include/exec/tb-lookup.h
/qemu/include/hw/acpi/generic_event_device.h
/qemu/include/hw/acpi/vmgenid.h
/qemu/include/hw/adc/stm32f2xx_adc.h
/qemu/include/hw/arm/allwinner-a10.h
/qemu/include/hw/arm/allwinner-h3.h
/qemu/include/hw/arm/armsse.h
/qemu/include/hw/arm/armv7m.h
/qemu/include/hw/arm/aspeed_soc.h
/qemu/include/hw/arm/bcm2835_peripherals.h
/qemu/include/hw/arm/bcm2836.h
/qemu/include/hw/arm/digic.h
/qemu/include/hw/arm/exynos4210.h
/qemu/include/hw/arm/fsl-imx25.h
/qemu/include/hw/arm/fsl-imx31.h
/qemu/include/hw/arm/fsl-imx6.h
/qemu/include/hw/arm/fsl-imx6ul.h
/qemu/include/hw/arm/fsl-imx7.h
/qemu/include/hw/arm/msf2-soc.h
/qemu/include/hw/arm/nrf51_soc.h
/qemu/include/hw/arm/omap.h
/qemu/include/hw/arm/pxa.h
/qemu/include/hw/arm/smmu-common.h
/qemu/include/hw/arm/smmuv3.h
/qemu/include/hw/arm/stm32f205_soc.h
/qemu/include/hw/arm/stm32f405_soc.h
/qemu/include/hw/arm/virt.h
/qemu/include/hw/arm/xlnx-versal.h
/qemu/include/hw/arm/xlnx-zynqmp.h
/qemu/include/hw/block/flash.h
/qemu/include/hw/block/swim.h
/qemu/include/hw/boards.h
/qemu/include/hw/char/avr_usart.h
/qemu/include/hw/char/bcm2835_aux.h
/qemu/include/hw/char/cadence_uart.h
/qemu/include/hw/char/cmsdk-apb-uart.h
/qemu/include/hw/char/digic-uart.h
/qemu/include/hw/char/escc.h
/qemu/include/hw/char/ibex_uart.h
/qemu/include/hw/char/imx_serial.h
/qemu/include/hw/char/nrf51_uart.h
/qemu/include/hw/char/pl011.h
/qemu/include/hw/char/serial.h
/qemu/include/hw/char/sifive_uart.h
/qemu/include/hw/char/stm32f2xx_usart.h
/qemu/include/hw/clock.h
/qemu/include/hw/core/cpu.h
/qemu/include/hw/core/generic-loader.h
/qemu/include/hw/core/split-irq.h
/qemu/include/hw/cpu/a15mpcore.h
/qemu/include/hw/cpu/a9mpcore.h
/qemu/include/hw/cpu/arm11mpcore.h
/qemu/include/hw/cpu/cluster.h
/qemu/include/hw/cpu/core.h
/qemu/include/hw/display/bcm2835_fb.h
/qemu/include/hw/display/dpcd.h
/qemu/include/hw/display/i2c-ddc.h
/qemu/include/hw/display/macfb.h
/qemu/include/hw/display/xlnx_dp.h
/qemu/include/hw/dma/bcm2835_dma.h
/qemu/include/hw/dma/i8257.h
/qemu/include/hw/dma/pl080.h
/qemu/include/hw/dma/xlnx-zdma.h
/qemu/include/hw/dma/xlnx-zynq-devcfg.h
/qemu/include/hw/dma/xlnx_dpdma.h
/qemu/include/hw/gpio/aspeed_gpio.h
/qemu/include/hw/gpio/bcm2835_gpio.h
/qemu/include/hw/gpio/imx_gpio.h
/qemu/include/hw/gpio/nrf51_gpio.h
/qemu/include/hw/gpio/sifive_gpio.h
/qemu/include/hw/hyperv/vmbus-bridge.h
/qemu/include/hw/hyperv/vmbus.h
/qemu/include/hw/i2c/aspeed_i2c.h
/qemu/include/hw/i2c/i2c.h
/qemu/include/hw/i2c/imx_i2c.h
/qemu/include/hw/i2c/microbit_i2c.h
/qemu/include/hw/i2c/ppc4xx_i2c.h
/qemu/include/hw/i2c/smbus_slave.h
/qemu/include/hw/i386/ich9.h
/qemu/include/hw/i386/intel_iommu.h
/qemu/include/hw/i386/ioapic_internal.h
/qemu/include/hw/i386/microvm.h
/qemu/include/hw/i386/pc.h
/qemu/include/hw/i386/vmport.h
/qemu/include/hw/i386/x86-iommu.h
/qemu/include/hw/i386/x86.h
/qemu/include/hw/ide/ahci.h
/qemu/include/hw/ide/internal.h
/qemu/include/hw/ide/pci.h
/qemu/include/hw/input/adb.h
/qemu/include/hw/input/i8042.h
/qemu/include/hw/input/tsc2xxx.h
/qemu/include/hw/intc/allwinner-a10-pic.h
/qemu/include/hw/intc/aspeed_vic.h
/qemu/include/hw/intc/bcm2835_ic.h
/qemu/include/hw/intc/bcm2836_control.h
/qemu/include/hw/intc/heathrow_pic.h
/qemu/include/hw/intc/ibex_plic.h
/qemu/include/hw/intc/imx_avic.h
/qemu/include/hw/intc/imx_gpcv2.h
/qemu/include/hw/intc/mips_gic.h
/qemu/include/hw/intc/realview_gic.h
/qemu/include/hw/intc/rx_icu.h
/qemu/include/hw/intc/xlnx-pmu-iomod-intc.h
/qemu/include/hw/intc/xlnx-zynqmp-ipi.h
/qemu/include/hw/ipack/ipack.h
/qemu/include/hw/ipmi/ipmi.h
/qemu/include/hw/isa/i8259_internal.h
/qemu/include/hw/isa/isa.h
/qemu/include/hw/isa/pc87312.h
/qemu/include/hw/m68k/mcf_fec.h
/qemu/include/hw/mem/nvdimm.h
/qemu/include/hw/mem/pc-dimm.h
/qemu/include/hw/mips/cps.h
/qemu/include/hw/misc/a9scu.h
/qemu/include/hw/misc/allwinner-cpucfg.h
/qemu/include/hw/misc/allwinner-h3-ccu.h
/qemu/include/hw/misc/allwinner-h3-dramc.h
/qemu/include/hw/misc/allwinner-h3-sysctrl.h
/qemu/include/hw/misc/allwinner-sid.h
/qemu/include/hw/misc/arm11scu.h
/qemu/include/hw/misc/armsse-cpuid.h
/qemu/include/hw/misc/armsse-mhu.h
/qemu/include/hw/misc/aspeed_scu.h
/qemu/include/hw/misc/aspeed_sdmc.h
/qemu/include/hw/misc/aspeed_xdma.h
/qemu/include/hw/misc/auxbus.h
/qemu/include/hw/misc/avr_power.h
/qemu/include/hw/misc/bcm2835_mbox.h
/qemu/include/hw/misc/bcm2835_mphi.h
/qemu/include/hw/misc/bcm2835_property.h
/qemu/include/hw/misc/bcm2835_rng.h
/qemu/include/hw/misc/bcm2835_thermal.h
/qemu/include/hw/misc/grlib_ahb_apb_pnp.h
/qemu/include/hw/misc/imx25_ccm.h
/qemu/include/hw/misc/imx31_ccm.h
/qemu/include/hw/misc/imx6_ccm.h
/qemu/include/hw/misc/imx6_src.h
/qemu/include/hw/misc/imx6ul_ccm.h
/qemu/include/hw/misc/imx7_ccm.h
/qemu/include/hw/misc/imx7_gpr.h
/qemu/include/hw/misc/imx7_snvs.h
/qemu/include/hw/misc/imx_ccm.h
/qemu/include/hw/misc/imx_rngc.h
/qemu/include/hw/misc/iotkit-secctl.h
/qemu/include/hw/misc/iotkit-sysctl.h
/qemu/include/hw/misc/iotkit-sysinfo.h
/qemu/include/hw/misc/mac_via.h
/qemu/include/hw/misc/macio/cuda.h
/qemu/include/hw/misc/macio/gpio.h
/qemu/include/hw/misc/macio/macio.h
/qemu/include/hw/misc/macio/pmu.h
/qemu/include/hw/misc/max111x.h
/qemu/include/hw/misc/mips_cmgcr.h
/qemu/include/hw/misc/mips_cpc.h
/qemu/include/hw/misc/mips_itu.h
/qemu/include/hw/misc/mos6522.h
/qemu/include/hw/misc/mps2-fpgaio.h
/qemu/include/hw/misc/mps2-scc.h
/qemu/include/hw/misc/msf2-sysreg.h
/qemu/include/hw/misc/nrf51_rng.h
/qemu/include/hw/misc/sifive_e_prci.h
/qemu/include/hw/misc/sifive_test.h
/qemu/include/hw/misc/sifive_u_otp.h
/qemu/include/hw/misc/sifive_u_prci.h
/qemu/include/hw/misc/stm32f2xx_syscfg.h
/qemu/include/hw/misc/stm32f4xx_exti.h
/qemu/include/hw/misc/stm32f4xx_syscfg.h
/qemu/include/hw/misc/tz-mpc.h
/qemu/include/hw/misc/tz-msc.h
/qemu/include/hw/misc/tz-ppc.h
/qemu/include/hw/misc/unimp.h
/qemu/include/hw/misc/zynq-xadc.h
/qemu/include/hw/net/allwinner-sun8i-emac.h
/qemu/include/hw/net/allwinner_emac.h
/qemu/include/hw/net/cadence_gem.h
/qemu/include/hw/net/ftgmac100.h
/qemu/include/hw/net/imx_fec.h
/qemu/include/hw/net/msf2-emac.h
/qemu/include/hw/nubus/mac-nubus-bridge.h
/qemu/include/hw/nubus/nubus.h
/qemu/include/hw/nvram/fw_cfg.h
/qemu/include/hw/nvram/nrf51_nvm.h
/qemu/include/hw/pci-bridge/simba.h
/qemu/include/hw/pci-host/designware.h
/qemu/include/hw/pci-host/gpex.h
/qemu/include/hw/pci-host/i440fx.h
/qemu/include/hw/pci-host/pnv_phb3.h
/qemu/include/hw/pci-host/pnv_phb4.h
/qemu/include/hw/pci-host/q35.h
/qemu/include/hw/pci-host/sabre.h
/qemu/include/hw/pci-host/spapr.h
/qemu/include/hw/pci-host/uninorth.h
/qemu/include/hw/pci-host/xilinx-pcie.h
/qemu/include/hw/pci/pci.h
/qemu/include/hw/pci/pci_bridge.h
/qemu/include/hw/pci/pci_host.h
/qemu/include/hw/pci/pcie_host.h
/qemu/include/hw/pci/pcie_port.h
/qemu/include/hw/pcmcia.h
/qemu/include/hw/platform-bus.h
/qemu/include/hw/ppc/mac_dbdma.h
/qemu/include/hw/ppc/openpic.h
/qemu/include/hw/ppc/pnv.h
/qemu/include/hw/ppc/pnv_core.h
/qemu/include/hw/ppc/pnv_homer.h
/qemu/include/hw/ppc/pnv_occ.h
/qemu/include/hw/ppc/pnv_pnor.h
/qemu/include/hw/ppc/pnv_psi.h
/qemu/include/hw/ppc/pnv_xive.h
/qemu/include/hw/ppc/spapr.h
/qemu/include/hw/ppc/spapr_cpu_core.h
/qemu/include/hw/ppc/spapr_tpm_proxy.h
/qemu/include/hw/ppc/spapr_vio.h
/qemu/include/hw/ppc/xics.h
/qemu/include/hw/ppc/xive.h
/qemu/include/hw/qdev-core.h
/qemu/include/hw/riscv/opentitan.h
/qemu/include/hw/riscv/riscv_hart.h
/qemu/include/hw/riscv/sifive_e.h
/qemu/include/hw/riscv/sifive_u.h
/qemu/include/hw/rtc/allwinner-rtc.h
/qemu/include/hw/rtc/aspeed_rtc.h
/qemu/include/hw/rtc/goldfish_rtc.h
/qemu/include/hw/rtc/mc146818rtc.h
/qemu/include/hw/rtc/pl031.h
/qemu/include/hw/rtc/xlnx-zynqmp-rtc.h
/qemu/include/hw/s390x/3270-ccw.h
/qemu/include/hw/s390x/css-bridge.h
/qemu/include/hw/s390x/event-facility.h
/qemu/include/hw/s390x/s390-virtio-ccw.h
/qemu/include/hw/s390x/s390_flic.h
/qemu/include/hw/s390x/sclp.h
/qemu/include/hw/s390x/storage-attributes.h
/qemu/include/hw/s390x/storage-keys.h
/qemu/include/hw/s390x/tod.h
/qemu/include/hw/s390x/vfio-ccw.h
/qemu/include/hw/scsi/esp.h
/qemu/include/hw/scsi/scsi.h
/qemu/include/hw/sd/allwinner-sdhost.h
/qemu/include/hw/sd/aspeed_sdhci.h
/qemu/include/hw/sd/bcm2835_sdhost.h
/qemu/include/hw/sd/sd.h
/qemu/include/hw/sparc/sparc32_dma.h
/qemu/include/hw/ssi/aspeed_smc.h
/qemu/include/hw/ssi/imx_spi.h
/qemu/include/hw/ssi/mss-spi.h
/qemu/include/hw/ssi/pl022.h
/qemu/include/hw/ssi/ssi.h
/qemu/include/hw/ssi/stm32f2xx_spi.h
/qemu/include/hw/ssi/xilinx_spips.h
/qemu/include/hw/sysbus.h
/qemu/include/hw/timer/a9gtimer.h
/qemu/include/hw/timer/allwinner-a10-pit.h
/qemu/include/hw/timer/arm_mptimer.h
/qemu/include/hw/timer/armv7m_systick.h
/qemu/include/hw/timer/aspeed_timer.h
/qemu/include/hw/timer/avr_timer16.h
/qemu/include/hw/timer/bcm2835_systmr.h
/qemu/include/hw/timer/cmsdk-apb-dualtimer.h
/qemu/include/hw/timer/cmsdk-apb-timer.h
/qemu/include/hw/timer/digic-timer.h
/qemu/include/hw/timer/i8254.h
/qemu/include/hw/timer/imx_epit.h
/qemu/include/hw/timer/mss-timer.h
/qemu/include/hw/timer/nrf51_timer.h
/qemu/include/hw/usb.h
/qemu/include/hw/usb/chipidea.h
/qemu/include/hw/usb/imx-usb-phy.h
/qemu/include/hw/virtio/vhost-scsi-common.h
/qemu/include/hw/virtio/vhost-scsi.h
/qemu/include/hw/virtio/vhost-user-blk.h
/qemu/include/hw/virtio/vhost-user-fs.h
/qemu/include/hw/virtio/vhost-user-scsi.h
/qemu/include/hw/virtio/vhost-user-vsock.h
/qemu/include/hw/virtio/vhost-vsock-common.h
/qemu/include/hw/virtio/vhost-vsock.h
/qemu/include/hw/virtio/virtio-balloon.h
/qemu/include/hw/virtio/virtio-blk.h
/qemu/include/hw/virtio/virtio-crypto.h
/qemu/include/hw/virtio/virtio-gpu-pci.h
/qemu/include/hw/virtio/virtio-gpu.h
/qemu/include/hw/virtio/virtio-input.h
/qemu/include/hw/virtio/virtio-iommu.h
/qemu/include/hw/virtio/virtio-mem.h
/qemu/include/hw/virtio/virtio-mmio.h
/qemu/include/hw/virtio/virtio-net.h
/qemu/include/hw/virtio/virtio-pmem.h
/qemu/include/hw/virtio/virtio-rng.h
/qemu/include/hw/virtio/virtio-scsi.h
/qemu/include/hw/virtio/virtio-serial.h
/qemu/include/hw/virtio/virtio.h
/qemu/include/hw/watchdog/cmsdk-apb-watchdog.h
/qemu/include/hw/watchdog/wdt_aspeed.h
/qemu/include/hw/watchdog/wdt_imx2.h
/qemu/include/hw/xen/xen-block.h
/qemu/include/hw/xen/xen-bus.h
/qemu/include/io/channel-buffer.h
/qemu/include/io/channel-command.h
/qemu/include/io/channel-file.h
/qemu/include/io/channel-socket.h
/qemu/include/io/channel-tls.h
/qemu/include/io/channel-websock.h
/qemu/include/io/channel.h
/qemu/include/io/dns-resolver.h
/qemu/include/io/net-listener.h
/qemu/include/net/can_emu.h
/qemu/include/net/can_host.h
/qemu/include/net/filter.h
/qemu/include/qemu/atomic.h
/qemu/include/qemu/atomic128.h
/qemu/include/qemu/bitops.h
/qemu/include/qemu/coroutine.h
/qemu/include/qemu/iov.h
/qemu/include/qemu/log.h
/qemu/include/qemu/queue.h
/qemu/include/qemu/rcu.h
/qemu/include/qemu/rcu_queue.h
/qemu/include/qemu/seqlock.h
/qemu/include/qemu/stats64.h
/qemu/include/qemu/thread.h
/qemu/include/qom/object.h
/qemu/include/scsi/pr-manager.h
/qemu/include/standard-headers/drivers/infiniband/hw/vmw_pvrdma/pvrdma_ring.h
/qemu/include/sysemu/cryptodev.h
/qemu/include/sysemu/hostmem.h
/qemu/include/sysemu/rng-random.h
/qemu/include/sysemu/rng.h
/qemu/include/sysemu/tpm_backend.h
/qemu/include/sysemu/vhost-user-backend.h
/qemu/include/ui/console.h
/qemu/io/dns-resolver.c
/qemu/io/net-listener.c
/qemu/iothread.c
/qemu/libdecnumber/decNumber.c
/qemu/linux-user/aarch64/signal.c
/qemu/linux-user/cris/target_syscall.h
/qemu/linux-user/elfload.c
/qemu/linux-user/flat.h
/qemu/linux-user/flatload.c
/qemu/linux-user/host/ppc64/safe-syscall.inc.S
/qemu/linux-user/hppa/cpu_loop.c
/qemu/linux-user/qemu.h
/qemu/linux-user/signal.c
/qemu/linux-user/syscall.c
/qemu/migration/colo-failover.c
/qemu/migration/colo.c
/qemu/migration/migration.c
/qemu/migration/multifd.c
/qemu/migration/postcopy-ram.c
/qemu/migration/postcopy-ram.h
/qemu/migration/ram.c
/qemu/migration/rdma.c
/qemu/migration/savevm.c
/qemu/monitor/hmp.c
/qemu/monitor/misc.c
/qemu/monitor/monitor.c
/qemu/net/can/can_socketcan.c
/qemu/net/dump.c
/qemu/net/filter-buffer.c
/qemu/net/filter-replay.c
/qemu/net/filter-rewriter.c
/qemu/pc-bios/bios-microvm.bin
/qemu/pc-bios/meson.build
/qemu/pc-bios/qboot.rom
/qemu/qapi/block-core.json
/qemu/qapi/crypto.json
/qemu/qemu-img.c
/qemu/qemu-nbd.c
/qemu/qemu-options.hx
commands.c
/qemu/qobject/qdict.c
/qemu/qom/object.c
/qemu/roms/Makefile
/qemu/roms/config.seabios-microvm
/qemu/scripts/analyze-migration.py
/qemu/scripts/checkpatch.pl
/qemu/scripts/clean-header-guards.pl
/qemu/scripts/codeconverter/codeconverter/patching.py
/qemu/scripts/codeconverter/codeconverter/qom_macros.py
/qemu/scripts/codeconverter/codeconverter/qom_type_info.py
/qemu/scripts/codeconverter/codeconverter/test_patching.py
/qemu/scripts/codeconverter/codeconverter/test_regexps.py
/qemu/scripts/codeconverter/converter.py
/qemu/scripts/decodetree.py
/qemu/scripts/git.orderfile
/qemu/scripts/kernel-doc
/qemu/scripts/oss-fuzz/build.sh
/qemu/scripts/simplebench/bench_write_req.py
/qemu/scripts/tracetool/__init__.py
/qemu/scsi/pr-manager-helper.c
/qemu/scsi/qemu-pr-helper.c
/qemu/softmmu/cpu-throttle.c
/qemu/softmmu/cpus.c
/qemu/softmmu/memory.c
/qemu/softmmu/vl.c
/qemu/target/alpha/cpu-qom.h
/qemu/target/arm/cpu-qom.h
/qemu/target/arm/cpu.c
/qemu/target/arm/mte_helper.c
/qemu/target/avr/cpu-qom.h
/qemu/target/cris/cpu-qom.h
/qemu/target/hppa/cpu-qom.h
/qemu/target/hppa/op_helper.c
/qemu/target/i386/cpu-qom.h
/qemu/target/i386/cpu.c
/qemu/target/i386/cpu.h
/qemu/target/i386/kvm.c
/qemu/target/i386/mem_helper.c
/qemu/target/i386/sev.c
/qemu/target/i386/whpx-all.c
/qemu/target/lm32/cpu-qom.h
/qemu/target/m68k/cpu-qom.h
/qemu/target/microblaze/cpu-qom.h
/qemu/target/mips/cpu-qom.h
/qemu/target/moxie/cpu.h
/qemu/target/nios2/cpu.h
/qemu/target/openrisc/cpu.h
/qemu/target/ppc/cpu-qom.h
/qemu/target/ppc/translate_init.c.inc
/qemu/target/riscv/cpu.c
/qemu/target/riscv/cpu.h
/qemu/target/riscv/cpu_helper.c
/qemu/target/rx/cpu-qom.h
/qemu/target/s390x/cpu-qom.h
/qemu/target/s390x/cpu.c
/qemu/target/s390x/mem_helper.c
/qemu/target/sh4/cpu-qom.h
/qemu/target/sparc/cpu-qom.h
/qemu/target/tilegx/cpu.h
/qemu/target/tricore/cpu-qom.h
/qemu/target/unicore32/cpu-qom.h
/qemu/target/xtensa/cpu-qom.h
/qemu/target/xtensa/exc_helper.c
/qemu/target/xtensa/op_helper.c
/qemu/tcg/aarch64/tcg-target.c.inc
/qemu/tcg/i386/tcg-target.h
/qemu/tcg/mips/tcg-target.c.inc
/qemu/tcg/ppc/tcg-target.c.inc
/qemu/tcg/s390/tcg-target.h
/qemu/tcg/sparc/tcg-target.c.inc
/qemu/tcg/tcg.c
/qemu/tcg/tci.c
/qemu/tcg/tci/tcg-target.h
/qemu/tests/acceptance/boot_linux_console.py
/qemu/tests/acceptance/replay_kernel.py
/qemu/tests/atomic64-bench.c
/qemu/tests/atomic_add-bench.c
/qemu/tests/check-qom-proplist.c
/qemu/tests/data/acpi/microvm/APIC
/qemu/tests/data/acpi/microvm/DSDT
/qemu/tests/data/acpi/microvm/FACP
/qemu/tests/docker/Makefile.include
/qemu/tests/docker/docker.py
/qemu/tests/iothread.c
/qemu/tests/meson.build
/qemu/tests/qht-bench.c
/qemu/tests/qtest/bios-tables-test.c
/qemu/tests/rcutorture.c
/qemu/tests/test-aio-multithread.c
/qemu/tests/test-fdmon-epoll.c
/qemu/tests/test-iov.c
/qemu/tests/test-logging.c
/qemu/tests/test-rcu-list.c
/qemu/tests/test-thread-pool.c
/qemu/ui/input-barrier.c
/qemu/ui/input-linux.c
/qemu/ui/spice-input.c
/qemu/util/aio-posix.c
/qemu/util/aio-wait.c
/qemu/util/aio-win32.c
/qemu/util/async.c
/qemu/util/atomic64.c
/qemu/util/bitmap.c
/qemu/util/cacheinfo.c
/qemu/util/fdmon-epoll.c
/qemu/util/fdmon-io_uring.c
/qemu/util/fdmon-poll.c
/qemu/util/iov.c
/qemu/util/lockcnt.c
/qemu/util/log.c
/qemu/util/osdep.c
/qemu/util/qemu-coroutine-lock.c
/qemu/util/qemu-coroutine-sleep.c
/qemu/util/qemu-coroutine.c
/qemu/util/qemu-progress.c
/qemu/util/qemu-sockets.c
/qemu/util/qemu-thread-posix.c
/qemu/util/qemu-thread-win32.c
/qemu/util/qemu-timer.c
/qemu/util/qht.c
/qemu/util/qsp.c
/qemu/util/rcu.c
/qemu/util/stats64.c
/qemu/util/trace-events
448058aa21-Jul-2020 Daniel P. Berrangé <berrange@redhat.com>

util: rename qemu_open() to qemu_open_old()

We want to introduce a new version of qemu_open() that uses an Error
object for reporting problems and make this it the preferred interface.
Rename the ex

util: rename qemu_open() to qemu_open_old()

We want to introduce a new version of qemu_open() that uses an Error
object for reporting problems and make this it the preferred interface.
Rename the existing method to release the namespace for the new impl.

Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>

show more ...


/qemu/.gitmodules
/qemu/.travis.yml
/qemu/CODING_STYLE.rst
/qemu/MAINTAINERS
/qemu/Makefile
/qemu/accel/kvm/kvm-all.c
/qemu/backends/rng-random.c
/qemu/backends/tpm/tpm_passthrough.c
/qemu/block/file-posix.c
/qemu/block/file-win32.c
/qemu/block/qcow.c
/qemu/block/qcow2-bitmap.c
/qemu/block/qcow2-cluster.c
/qemu/block/qcow2-refcount.c
/qemu/block/qcow2-snapshot.c
/qemu/block/qcow2.c
/qemu/block/qcow2.h
/qemu/block/quorum.c
/qemu/block/rbd.c
/qemu/block/vhdx.c
/qemu/block/vvfat.c
/qemu/chardev/char-fd.c
/qemu/chardev/char-pipe.c
/qemu/chardev/char.c
/qemu/configure
/qemu/contrib/plugins/Makefile
/qemu/contrib/plugins/hotblocks.c
/qemu/contrib/plugins/hotpages.c
/qemu/contrib/plugins/howvec.c
/qemu/contrib/plugins/lockstep.c
/qemu/default-configs/arm-softmmu.mak
/qemu/default-configs/riscv64-softmmu.mak
/qemu/docs/devel/tcg-plugins.rst
/qemu/docs/system/arm/mps2.rst
/qemu/docs/system/arm/nuvoton.rst
/qemu/docs/system/deprecated.rst
/qemu/docs/system/target-arm.rst
/qemu/dump/dump.c
/qemu/hw/arm/Kconfig
/qemu/hw/arm/meson.build
/qemu/hw/arm/mps2.c
/qemu/hw/arm/npcm7xx.c
/qemu/hw/arm/npcm7xx_boards.c
/qemu/hw/arm/xilinx_zynq.c
/qemu/hw/arm/xlnx-versal-virt.c
/qemu/hw/arm/xlnx-versal.c
/qemu/hw/arm/xlnx-zynqmp.c
/qemu/hw/char/Kconfig
/qemu/hw/char/mchp_pfsoc_mmuart.c
/qemu/hw/char/meson.build
/qemu/hw/char/riscv_htif.c
/qemu/hw/char/sifive_uart.c
/qemu/hw/display/meson.build
/qemu/hw/display/virtio-gpu-base.c
/qemu/hw/display/virtio-vga.c
/qemu/hw/dma/Kconfig
/qemu/hw/dma/meson.build
/qemu/hw/dma/sifive_pdma.c
/qemu/hw/gpio/Kconfig
/qemu/hw/gpio/meson.build
/qemu/hw/gpio/sifive_gpio.c
/qemu/hw/gpio/trace-events
/qemu/hw/i386/pc_piix.c
/qemu/hw/intc/Kconfig
/qemu/hw/intc/meson.build
/qemu/hw/intc/sifive_clint.c
/qemu/hw/intc/sifive_plic.c
/qemu/hw/intc/sifive_plic.h
/qemu/hw/mem/meson.build
/qemu/hw/mem/npcm7xx_mc.c
/qemu/hw/misc/Kconfig
/qemu/hw/misc/a9scu.c
/qemu/hw/misc/meson.build
/qemu/hw/misc/npcm7xx_clk.c
/qemu/hw/misc/npcm7xx_gcr.c
/qemu/hw/misc/sifive_e_prci.c
/qemu/hw/misc/sifive_test.c
/qemu/hw/misc/sifive_u_otp.c
/qemu/hw/misc/sifive_u_prci.c
/qemu/hw/misc/trace-events
/qemu/hw/net/cadence_gem.c
/qemu/hw/nvram/meson.build
/qemu/hw/nvram/npcm7xx_otp.c
/qemu/hw/riscv/Kconfig
/qemu/hw/riscv/meson.build
/qemu/hw/riscv/microchip_pfsoc.c
/qemu/hw/riscv/opentitan.c
/qemu/hw/riscv/riscv_hart.c
/qemu/hw/riscv/sifive_e.c
/qemu/hw/riscv/sifive_u.c
/qemu/hw/riscv/spike.c
/qemu/hw/riscv/virt.c
/qemu/hw/s390x/s390-skeys.c
/qemu/hw/sd/Kconfig
/qemu/hw/sd/cadence_sdhci.c
/qemu/hw/sd/meson.build
/qemu/hw/ssi/meson.build
/qemu/hw/ssi/npcm7xx_fiu.c
/qemu/hw/ssi/trace-events
/qemu/hw/timer/armv7m_systick.c
/qemu/hw/timer/meson.build
/qemu/hw/timer/npcm7xx_timer.c
/qemu/hw/timer/trace-events
/qemu/hw/usb/host-libusb.c
/qemu/hw/usb/u2f-passthru.c
/qemu/hw/vfio/common.c
/qemu/include/hw/arm/npcm7xx.h
/qemu/include/hw/char/mchp_pfsoc_mmuart.h
/qemu/include/hw/char/riscv_htif.h
/qemu/include/hw/char/sifive_uart.h
/qemu/include/hw/dma/sifive_pdma.h
/qemu/include/hw/gpio/sifive_gpio.h
/qemu/include/hw/intc/sifive_clint.h
/qemu/include/hw/mem/npcm7xx_mc.h
/qemu/include/hw/misc/npcm7xx_clk.h
/qemu/include/hw/misc/npcm7xx_gcr.h
/qemu/include/hw/misc/sifive_e_prci.h
/qemu/include/hw/misc/sifive_test.h
/qemu/include/hw/misc/sifive_u_otp.h
/qemu/include/hw/misc/sifive_u_prci.h
/qemu/include/hw/net/cadence_gem.h
/qemu/include/hw/nvram/npcm7xx_otp.h
/qemu/include/hw/riscv/microchip_pfsoc.h
/qemu/include/hw/riscv/riscv_hart.h
/qemu/include/hw/riscv/sifive_e.h
/qemu/include/hw/riscv/sifive_u.h
/qemu/include/hw/sd/cadence_sdhci.h
/qemu/include/hw/ssi/npcm7xx_fiu.h
/qemu/include/hw/timer/npcm7xx_timer.h
/qemu/include/hw/virtio/virtio-gpu.h
/qemu/include/monitor/monitor.h
/qemu/include/qemu/osdep.h
/qemu/io/channel-file.c
/qemu/meson.build
/qemu/monitor/misc.c
/qemu/net/vhost-vdpa.c
/qemu/os-posix.c
/qemu/pc-bios/README
/qemu/pc-bios/edk2-aarch64-code.fd.bz2
/qemu/pc-bios/edk2-arm-code.fd.bz2
/qemu/pc-bios/edk2-i386-code.fd.bz2
/qemu/pc-bios/edk2-i386-secure-code.fd.bz2
/qemu/pc-bios/edk2-x86_64-code.fd.bz2
/qemu/pc-bios/edk2-x86_64-secure-code.fd.bz2
/qemu/pc-bios/meson.build
/qemu/pc-bios/npcm7xx_bootrom.bin
/qemu/qemu-img.c
/qemu/qemu-seccomp.c
channel-posix.c
commands-posix.c
/qemu/qom/object.c
/qemu/roms/Makefile
/qemu/roms/Makefile.edk2
/qemu/roms/edk2
/qemu/roms/vbootrom
/qemu/scripts/decodetree.py
/qemu/stubs/fdset.c
/qemu/target/arm/cpu.c
/qemu/target/arm/helper.c
/qemu/target/arm/kvm-consts.h
/qemu/target/arm/kvm.c
/qemu/target/arm/kvm_arm.h
/qemu/target/arm/meson.build
/qemu/target/arm/neon-dp.decode
/qemu/target/arm/neon-shared.decode
/qemu/target/arm/translate-neon.c.inc
/qemu/target/mips/translate.c
/qemu/target/riscv/cpu.c
/qemu/target/riscv/cpu.h
/qemu/target/riscv/cpu_helper.c
/qemu/target/riscv/csr.c
/qemu/tests/Makefile.include
/qemu/tests/acceptance/avocado_qemu/__init__.py
/qemu/tests/acceptance/boot_linux_console.py
/qemu/tests/check-block.sh
/qemu/tests/data/acpi/virt/SSDT.memhp
/qemu/tests/decode/succ_ident1.decode
/qemu/tests/meson.build
/qemu/tests/plugin/meson.build
/qemu/tests/qemu-iotests/030
/qemu/tests/qemu-iotests/125
/qemu/tests/qemu-iotests/125.out
/qemu/tests/qemu-iotests/194
/qemu/tests/qemu-iotests/208
/qemu/tests/qemu-iotests/222
/qemu/tests/qemu-iotests/251
/qemu/tests/qemu-iotests/257
/qemu/tests/qemu-iotests/305
/qemu/tests/qemu-iotests/305.out
/qemu/tests/qemu-iotests/group
/qemu/tests/qemu-iotests/iotests.py
/qemu/tests/requirements.txt
/qemu/tests/tcg/Makefile.target
/qemu/tests/uefi-test-tools/Makefile
/qemu/ui/console.c
/qemu/util/module.c
/qemu/util/osdep.c
/qemu/util/oslib-posix.c
37d98abd15-Sep-2020 Thomas Huth <thuth@redhat.com>

qga/commands-win32: Fix problem with redundant protype declaration

When compiling QEMU with MSYS2 on Windows, there is currently the
following error:

../qga/commands-win32.c:62:24: error: redundant

qga/commands-win32: Fix problem with redundant protype declaration

When compiling QEMU with MSYS2 on Windows, there is currently the
following error:

../qga/commands-win32.c:62:24: error: redundant redeclaration of
'CM_Get_DevNode_PropertyW' [-Werror=redundant-decls]
62 | CMAPI CONFIGRET WINAPI CM_Get_DevNode_PropertyW(
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../qga/commands-win32.c:26:
C:/tools/msys64/mingw64/x86_64-w64-mingw32/include/cfgmgr32.h:840:26: note:
previous declaration of 'CM_Get_DevNode_PropertyW' was here
840 | CMAPI CONFIGRET WINAPI CM_Get_DevNode_PropertyW(DEVINST dnDevInst,
const DEVPROPKEY *PropertyKey, DEVPROPTYPE *PropertyType, PBYTE PropertyBuffer,
PULONG PropertyBufferSize, ULONG ulFlags);

Seems like this protype is sometimes available in the cfgmgr32.h
header, and sometimes not. Let's silence the compiler warning here
to let the build pass with -Werror, too.

Message-Id: <20200915114757.55635-1-thuth@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>

show more ...


/qemu/.gitignore
/qemu/.gitmodules
/qemu/.travis.yml
/qemu/CODING_STYLE.rst
/qemu/MAINTAINERS
/qemu/Makefile
/qemu/block/qcow.c
/qemu/block/qcow2-bitmap.c
/qemu/block/qcow2-cluster.c
/qemu/block/qcow2-refcount.c
/qemu/block/qcow2-snapshot.c
/qemu/block/qcow2.c
/qemu/block/qcow2.h
/qemu/block/quorum.c
/qemu/block/rbd.c
/qemu/block/vhdx.c
/qemu/configure
/qemu/contrib/plugins/Makefile
/qemu/contrib/plugins/hotblocks.c
/qemu/contrib/plugins/hotpages.c
/qemu/contrib/plugins/howvec.c
/qemu/contrib/plugins/lockstep.c
/qemu/default-configs/arm-softmmu.mak
/qemu/default-configs/riscv64-softmmu.mak
/qemu/docs/devel/tcg-plugins.rst
/qemu/docs/system/arm/mps2.rst
/qemu/docs/system/arm/nuvoton.rst
/qemu/docs/system/deprecated.rst
/qemu/docs/system/target-arm.rst
/qemu/hw/arm/Kconfig
/qemu/hw/arm/meson.build
/qemu/hw/arm/mps2.c
/qemu/hw/arm/npcm7xx.c
/qemu/hw/arm/npcm7xx_boards.c
/qemu/hw/arm/xilinx_zynq.c
/qemu/hw/arm/xlnx-versal-virt.c
/qemu/hw/arm/xlnx-versal.c
/qemu/hw/arm/xlnx-zynqmp.c
/qemu/hw/char/Kconfig
/qemu/hw/char/mchp_pfsoc_mmuart.c
/qemu/hw/char/meson.build
/qemu/hw/char/riscv_htif.c
/qemu/hw/char/sifive_uart.c
/qemu/hw/display/meson.build
/qemu/hw/display/virtio-gpu-base.c
/qemu/hw/display/virtio-vga.c
/qemu/hw/dma/Kconfig
/qemu/hw/dma/meson.build
/qemu/hw/dma/sifive_pdma.c
/qemu/hw/gpio/Kconfig
/qemu/hw/gpio/meson.build
/qemu/hw/gpio/sifive_gpio.c
/qemu/hw/gpio/trace-events
/qemu/hw/i386/pc_piix.c
/qemu/hw/intc/Kconfig
/qemu/hw/intc/meson.build
/qemu/hw/intc/sifive_clint.c
/qemu/hw/intc/sifive_plic.c
/qemu/hw/intc/sifive_plic.h
/qemu/hw/mem/meson.build
/qemu/hw/mem/npcm7xx_mc.c
/qemu/hw/misc/Kconfig
/qemu/hw/misc/a9scu.c
/qemu/hw/misc/meson.build
/qemu/hw/misc/npcm7xx_clk.c
/qemu/hw/misc/npcm7xx_gcr.c
/qemu/hw/misc/sifive_e_prci.c
/qemu/hw/misc/sifive_test.c
/qemu/hw/misc/sifive_u_otp.c
/qemu/hw/misc/sifive_u_prci.c
/qemu/hw/misc/trace-events
/qemu/hw/net/cadence_gem.c
/qemu/hw/nvram/meson.build
/qemu/hw/nvram/npcm7xx_otp.c
/qemu/hw/riscv/Kconfig
/qemu/hw/riscv/meson.build
/qemu/hw/riscv/microchip_pfsoc.c
/qemu/hw/riscv/opentitan.c
/qemu/hw/riscv/riscv_hart.c
/qemu/hw/riscv/sifive_e.c
/qemu/hw/riscv/sifive_u.c
/qemu/hw/riscv/spike.c
/qemu/hw/riscv/virt.c
/qemu/hw/sd/Kconfig
/qemu/hw/sd/cadence_sdhci.c
/qemu/hw/sd/meson.build
/qemu/hw/ssi/meson.build
/qemu/hw/ssi/npcm7xx_fiu.c
/qemu/hw/ssi/trace-events
/qemu/hw/timer/armv7m_systick.c
/qemu/hw/timer/meson.build
/qemu/hw/timer/npcm7xx_timer.c
/qemu/hw/timer/trace-events
/qemu/hw/usb/host-libusb.c
/qemu/include/hw/arm/npcm7xx.h
/qemu/include/hw/char/mchp_pfsoc_mmuart.h
/qemu/include/hw/char/riscv_htif.h
/qemu/include/hw/char/sifive_uart.h
/qemu/include/hw/dma/sifive_pdma.h
/qemu/include/hw/gpio/sifive_gpio.h
/qemu/include/hw/intc/sifive_clint.h
/qemu/include/hw/mem/npcm7xx_mc.h
/qemu/include/hw/misc/npcm7xx_clk.h
/qemu/include/hw/misc/npcm7xx_gcr.h
/qemu/include/hw/misc/sifive_e_prci.h
/qemu/include/hw/misc/sifive_test.h
/qemu/include/hw/misc/sifive_u_otp.h
/qemu/include/hw/misc/sifive_u_prci.h
/qemu/include/hw/net/cadence_gem.h
/qemu/include/hw/nvram/npcm7xx_otp.h
/qemu/include/hw/riscv/microchip_pfsoc.h
/qemu/include/hw/riscv/riscv_hart.h
/qemu/include/hw/riscv/sifive_e.h
/qemu/include/hw/riscv/sifive_u.h
/qemu/include/hw/sd/cadence_sdhci.h
/qemu/include/hw/ssi/npcm7xx_fiu.h
/qemu/include/hw/timer/npcm7xx_timer.h
/qemu/include/hw/virtio/virtio-gpu.h
/qemu/meson.build
/qemu/pc-bios/README
/qemu/pc-bios/edk2-aarch64-code.fd.bz2
/qemu/pc-bios/edk2-arm-code.fd.bz2
/qemu/pc-bios/edk2-i386-code.fd.bz2
/qemu/pc-bios/edk2-i386-secure-code.fd.bz2
/qemu/pc-bios/edk2-x86_64-code.fd.bz2
/qemu/pc-bios/edk2-x86_64-secure-code.fd.bz2
/qemu/pc-bios/meson.build
/qemu/pc-bios/npcm7xx_bootrom.bin
/qemu/qemu-img.c
/qemu/qemu-seccomp.c
commands-win32.c
/qemu/qom/object.c
/qemu/roms/Makefile
/qemu/roms/Makefile.edk2
/qemu/roms/edk2
/qemu/roms/vbootrom
/qemu/scripts/decodetree.py
/qemu/target/arm/cpu.c
/qemu/target/arm/helper.c
/qemu/target/arm/kvm-consts.h
/qemu/target/arm/kvm.c
/qemu/target/arm/kvm_arm.h
/qemu/target/arm/meson.build
/qemu/target/arm/neon-dp.decode
/qemu/target/arm/neon-shared.decode
/qemu/target/arm/translate-neon.c.inc
/qemu/target/mips/translate.c
/qemu/target/riscv/cpu.c
/qemu/target/riscv/cpu.h
/qemu/target/riscv/cpu_helper.c
/qemu/target/riscv/csr.c
/qemu/tests/Makefile.include
/qemu/tests/acceptance/avocado_qemu/__init__.py
/qemu/tests/acceptance/boot_linux_console.py
/qemu/tests/check-block.sh
/qemu/tests/data/acpi/virt/SSDT.memhp
/qemu/tests/decode/succ_ident1.decode
/qemu/tests/meson.build
/qemu/tests/plugin/meson.build
/qemu/tests/qemu-iotests/030
/qemu/tests/qemu-iotests/125
/qemu/tests/qemu-iotests/125.out
/qemu/tests/qemu-iotests/194
/qemu/tests/qemu-iotests/208
/qemu/tests/qemu-iotests/222
/qemu/tests/qemu-iotests/251
/qemu/tests/qemu-iotests/257
/qemu/tests/qemu-iotests/305
/qemu/tests/qemu-iotests/305.out
/qemu/tests/qemu-iotests/check
/qemu/tests/qemu-iotests/group
/qemu/tests/qemu-iotests/iotests.py
/qemu/tests/qtest/fuzz/fuzz.c
/qemu/tests/qtest/qmp-cmd-test.c
/qemu/tests/requirements.txt
/qemu/tests/socket-helpers.c
/qemu/tests/tcg/Makefile.target
/qemu/tests/uefi-test-tools/Makefile
/qemu/util/module.c
2e4211ce21-Jul-2020 Tomáš Golembiovský <tgolembi@redhat.com>

qga: add command guest-get-devices for reporting VirtIO devices

Add command for reporting devices on Windows guest. The intent is not so
much to report the devices but more importantly the driver (a

qga: add command guest-get-devices for reporting VirtIO devices

Add command for reporting devices on Windows guest. The intent is not so
much to report the devices but more importantly the driver (and its
version) that is assigned to the device. This gives caller the
information whether VirtIO drivers are installed and/or whether
inadequate driver is used on a device (e.g. QXL device with base VGA
driver).

Example:
[
{
"driver-date": "2019-08-12",
"driver-name": "Red Hat VirtIO SCSI controller",
"driver-version": "100.80.104.17300",
"address": {
"type": "pci",
"data": {
"device-id": 4162,
"vendor-id": 6900
}
}
},
...
]

Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
*remove redundant glib autoptr declaration for GuestDeviceInfo
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>

show more ...

23843c1222-Jul-2020 Thomas Huth <thuth@redhat.com>

qga/commands-posix: Support fsinfo for non-PCI virtio devices, too

QEMU on s390x uses virtio via channel I/O instead of PCI by default.
Add a function to detect and provide information for virtio-sc

qga/commands-posix: Support fsinfo for non-PCI virtio devices, too

QEMU on s390x uses virtio via channel I/O instead of PCI by default.
Add a function to detect and provide information for virtio-scsi and
virtio-block devices here, too.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>

show more ...

43dadc4322-Jul-2020 Thomas Huth <thuth@redhat.com>

qga/commands-posix: Move the udev code from the pci to the generic function

The libudev-related code is independent from the other pci-related code
and can be re-used for non-pci devices (like ccw d

qga/commands-posix: Move the udev code from the pci to the generic function

The libudev-related code is independent from the other pci-related code
and can be re-used for non-pci devices (like ccw devices on s390x). Thus
move this part to the generic function.

Buglink: https://bugzilla.redhat.com/show_bug.cgi?id=1755075
Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>

show more ...

d9fe4f0f22-Jul-2020 Thomas Huth <thuth@redhat.com>

qga/commands-posix: Rework build_guest_fsinfo_for_real_device() function

We are going to support non-PCI devices soon. For this we need to split
the generic GuestDiskAddress and GuestDiskAddressList

qga/commands-posix: Rework build_guest_fsinfo_for_real_device() function

We are going to support non-PCI devices soon. For this we need to split
the generic GuestDiskAddress and GuestDiskAddressList memory allocation
and list chaining into a separate function first.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>

show more ...


/qemu/.cirrus.yml
/qemu/.gitignore
/qemu/.gitlab-ci.d/crossbuilds.yml
/qemu/.gitlab-ci.yml
/qemu/.mailmap
/qemu/.travis.yml
/qemu/Kconfig.host
/qemu/MAINTAINERS
/qemu/Makefile
/qemu/accel/tcg/cputlb.c
/qemu/accel/tcg/meson.build
/qemu/accel/tcg/tcg-all.c
/qemu/audio/trace-events
/qemu/backends/cryptodev-builtin.c
/qemu/backends/cryptodev-vhost-user.c
/qemu/backends/dbus-vmstate.c
/qemu/backends/hostmem-file.c
/qemu/backends/hostmem-memfd.c
/qemu/backends/rng-builtin.c
/qemu/backends/rng-egd.c
/qemu/backends/tpm/tpm_emulator.c
/qemu/backends/tpm/tpm_passthrough.c
/qemu/block.c
/qemu/block/backup-top.c
/qemu/block/backup.c
/qemu/block/blkdebug.c
/qemu/block/blklogwrites.c
/qemu/block/block-backend.c
/qemu/block/block-copy.c
/qemu/block/commit.c
/qemu/block/copy-on-read.c
/qemu/block/file-win32.c
/qemu/block/filter-compress.c
/qemu/block/io.c
/qemu/block/mirror.c
/qemu/block/monitor/block-hmp-cmds.c
/qemu/block/nbd.c
/qemu/block/null.c
/qemu/block/nvme.c
/qemu/block/qapi.c
/qemu/block/qcow2-cluster.c
/qemu/block/snapshot.c
/qemu/block/stream.c
/qemu/block/throttle.c
/qemu/block/trace-events
/qemu/block/vmdk.c
/qemu/blockdev.c
/qemu/chardev/baum.c
/qemu/chardev/char-pty.c
/qemu/chardev/char-ringbuf.c
/qemu/chardev/char-socket.c
/qemu/chardev/char-udp.c
/qemu/chardev/char-win-stdio.c
/qemu/chardev/chardev-internal.h
/qemu/chardev/meson.build
/qemu/chardev/msmouse.c
/qemu/chardev/testdev.c
/qemu/chardev/wctablet.c
/qemu/configure
/qemu/contrib/vhost-user-gpu/meson.build
/qemu/crypto/aes.c
/qemu/crypto/afalgpriv.h
/qemu/crypto/cipher-afalg.c
/qemu/crypto/cipher-builtin.c.inc
/qemu/crypto/cipher-gcrypt.c.inc
/qemu/crypto/cipher-nettle.c.inc
/qemu/crypto/cipher.c
/qemu/crypto/cipherpriv.h
/qemu/crypto/meson.build
/qemu/crypto/tls-cipher-suites.c
/qemu/disas/meson.build
/qemu/docs/amd-memory-encryption.txt
/qemu/docs/devel/build-system.rst
/qemu/docs/devel/qapi-code-gen.txt
/qemu/docs/interop/qmp-spec.txt
/qemu/docs/meson.build
/qemu/docs/pvrdma.txt
/qemu/docs/qdev-device-use.txt
/qemu/docs/system/build-platforms.rst
/qemu/docs/system/target-avr.rst
/qemu/exec.c
/qemu/hw/9pfs/virtio-9p.h
/qemu/hw/acpi/piix4.c
/qemu/hw/acpi/tco.c
/qemu/hw/acpi/vmgenid.c
/qemu/hw/alpha/typhoon.c
/qemu/hw/arm/aspeed.c
/qemu/hw/arm/collie.c
/qemu/hw/arm/highbank.c
/qemu/hw/arm/integratorcp.c
/qemu/hw/arm/meson.build
/qemu/hw/arm/microbit.c
/qemu/hw/arm/mps2-tz.c
/qemu/hw/arm/mps2.c
/qemu/hw/arm/musca.c
/qemu/hw/arm/musicpal.c
/qemu/hw/arm/omap1.c
/qemu/hw/arm/palm.c
/qemu/hw/arm/pxa2xx.c
/qemu/hw/arm/pxa2xx_gpio.c
/qemu/hw/arm/pxa2xx_pic.c
/qemu/hw/arm/raspi.c
/qemu/hw/arm/sbsa-ref.c
/qemu/hw/arm/spitz.c
/qemu/hw/arm/stellaris.c
/qemu/hw/arm/strongarm.c
/qemu/hw/arm/tosa.c
/qemu/hw/arm/versatilepb.c
/qemu/hw/arm/vexpress.c
/qemu/hw/arm/virt-acpi-build.c
/qemu/hw/arm/xilinx_zynq.c
/qemu/hw/arm/xlnx-versal-virt.c
/qemu/hw/arm/xlnx-zcu102.c
/qemu/hw/arm/z2.c
/qemu/hw/audio/ac97.c
/qemu/hw/audio/adlib.c
/qemu/hw/audio/cs4231.c
/qemu/hw/audio/cs4231a.c
/qemu/hw/audio/es1370.c
/qemu/hw/audio/gus.c
/qemu/hw/audio/hda-codec.c
/qemu/hw/audio/intel-hda.c
/qemu/hw/audio/intel-hda.h
/qemu/hw/audio/marvell_88w8618.c
/qemu/hw/audio/milkymist-ac97.c
/qemu/hw/audio/pcspk.c
/qemu/hw/audio/pl041.c
/qemu/hw/audio/sb16.c
/qemu/hw/audio/wm8750.c
/qemu/hw/avr/arduino.c
/qemu/hw/avr/atmega.c
/qemu/hw/avr/atmega.h
/qemu/hw/block/fdc.c
/qemu/hw/block/m25p80.c
/qemu/hw/block/nand.c
/qemu/hw/block/nvme.c
/qemu/hw/block/nvme.h
/qemu/hw/block/onenand.c
/qemu/hw/block/pflash_cfi01.c
/qemu/hw/block/trace-events
/qemu/hw/char/debugcon.c
/qemu/hw/char/etraxfs_ser.c
/qemu/hw/char/exynos4210_uart.c
/qemu/hw/char/grlib_apbuart.c
/qemu/hw/char/ipoctal232.c
/qemu/hw/char/lm32_juart.c
/qemu/hw/char/lm32_uart.c
/qemu/hw/char/mcf_uart.c
/qemu/hw/char/milkymist-uart.c
/qemu/hw/char/parallel.c
/qemu/hw/char/sclpconsole-lm.c
/qemu/hw/char/sclpconsole.c
/qemu/hw/char/serial-isa.c
/qemu/hw/char/serial-pci.c
/qemu/hw/char/spapr_vty.c
/qemu/hw/char/terminal3270.c
/qemu/hw/char/trace-events
/qemu/hw/char/virtio-console.c
/qemu/hw/char/xilinx_uartlite.c
/qemu/hw/core/cpu.c
/qemu/hw/core/irq.c
/qemu/hw/core/sysbus.c
/qemu/hw/cpu/realview_mpcore.c
/qemu/hw/display/ads7846.c
/qemu/hw/display/artist.c
/qemu/hw/display/ati_int.h
/qemu/hw/display/bochs-display.c
/qemu/hw/display/cg3.c
/qemu/hw/display/cirrus_vga.c
/qemu/hw/display/cirrus_vga_isa.c
/qemu/hw/display/exynos4210_fimd.c
/qemu/hw/display/g364fb.c
/qemu/hw/display/jazz_led.c
/qemu/hw/display/milkymist-tmu2.c
/qemu/hw/display/milkymist-vgafb.c
/qemu/hw/display/next-fb.c
/qemu/hw/display/pl110.c
/qemu/hw/display/qxl-logger.c
/qemu/hw/display/qxl.h
/qemu/hw/display/ramfb-standalone.c
/qemu/hw/display/sii9022.c
/qemu/hw/display/sm501.c
/qemu/hw/display/ssd0303.c
/qemu/hw/display/ssd0323.c
/qemu/hw/display/tcx.c
/qemu/hw/display/trace-events
/qemu/hw/display/vga-isa.c
/qemu/hw/display/vga-pci.c
/qemu/hw/display/vga.c
/qemu/hw/display/vhost-user-gpu-pci.c
/qemu/hw/display/vhost-user-vga.c
/qemu/hw/display/virtio-gpu-pci.c
/qemu/hw/display/virtio-gpu.c
/qemu/hw/display/virtio-vga.c
/qemu/hw/display/virtio-vga.h
/qemu/hw/display/vmware_vga.c
/qemu/hw/dma/i82374.c
/qemu/hw/dma/pl330.c
/qemu/hw/dma/puv3_dma.c
/qemu/hw/dma/pxa2xx_dma.c
/qemu/hw/dma/rc4030.c
/qemu/hw/dma/sparc32_dma.c
/qemu/hw/dma/xilinx_axidma.c
/qemu/hw/dma/xlnx_dpdma.c
/qemu/hw/gpio/gpio_key.c
/qemu/hw/gpio/max7310.c
/qemu/hw/gpio/mpc8xxx.c
/qemu/hw/gpio/omap_gpio.c
/qemu/hw/gpio/pl061.c
/qemu/hw/gpio/puv3_gpio.c
/qemu/hw/gpio/zaurus.c
/qemu/hw/hppa/dino.c
/qemu/hw/hppa/hppa_hardware.h
/qemu/hw/hppa/lasi.c
/qemu/hw/hppa/machine.c
/qemu/hw/hyperv/hyperv.c
/qemu/hw/hyperv/hyperv_testdev.c
/qemu/hw/hyperv/trace-events
/qemu/hw/hyperv/vmbus.c
/qemu/hw/i2c/bitbang_i2c.c
/qemu/hw/i2c/exynos4210_i2c.c
/qemu/hw/i2c/mpc_i2c.c
/qemu/hw/i2c/smbus_eeprom.c
/qemu/hw/i2c/smbus_ich9.c
/qemu/hw/i2c/versatile_i2c.c
/qemu/hw/i386/amd_iommu.c
/qemu/hw/i386/amd_iommu.h
/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/pc.c
/qemu/hw/i386/port92.c
/qemu/hw/i386/vmmouse.c
/qemu/hw/i386/vmport.c
/qemu/hw/i386/x86-iommu.c
/qemu/hw/i386/x86.c
/qemu/hw/i386/xen/xen_platform.c
/qemu/hw/i386/xen/xen_pvdevice.c
/qemu/hw/ide/ahci.c
/qemu/hw/ide/atapi.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/ide/pci.c
/qemu/hw/ide/sii3112.c
/qemu/hw/input/adb-kbd.c
/qemu/hw/input/adb-mouse.c
/qemu/hw/input/adb.c
/qemu/hw/input/lm832x.c
/qemu/hw/input/milkymist-softusb.c
/qemu/hw/input/pl050.c
/qemu/hw/input/pxa2xx_keypad.c
/qemu/hw/intc/apic.c
/qemu/hw/intc/arm_gic_kvm.c
/qemu/hw/intc/arm_gicv2m.c
/qemu/hw/intc/arm_gicv3_its_kvm.c
/qemu/hw/intc/arm_gicv3_kvm.c
/qemu/hw/intc/armv7m_nvic.c
/qemu/hw/intc/etraxfs_pic.c
/qemu/hw/intc/exynos4210_combiner.c
/qemu/hw/intc/exynos4210_gic.c
/qemu/hw/intc/grlib_irqmp.c
/qemu/hw/intc/i8259.c
/qemu/hw/intc/lm32_pic.c
/qemu/hw/intc/loongson_liointc.c
/qemu/hw/intc/nios2_iic.c
/qemu/hw/intc/omap_intc.c
/qemu/hw/intc/ompic.c
/qemu/hw/intc/openpic_kvm.c
/qemu/hw/intc/pl190.c
/qemu/hw/intc/puv3_intc.c
/qemu/hw/intc/s390_flic_kvm.c
/qemu/hw/intc/slavio_intctl.c
/qemu/hw/intc/spapr_xive.c
/qemu/hw/intc/spapr_xive_kvm.c
/qemu/hw/intc/xilinx_intc.c
/qemu/hw/ipack/tpci200.c
/qemu/hw/ipmi/ipmi_bmc_extern.c
/qemu/hw/ipmi/isa_ipmi_bt.c
/qemu/hw/ipmi/isa_ipmi_kcs.c
/qemu/hw/ipmi/pci_ipmi_bt.c
/qemu/hw/ipmi/pci_ipmi_kcs.c
/qemu/hw/ipmi/smbus_ipmi.c
/qemu/hw/isa/i82378.c
/qemu/hw/isa/isa-bus.c
/qemu/hw/isa/isa-superio.c
/qemu/hw/isa/lpc_ich9.c
/qemu/hw/isa/pc87312.c
/qemu/hw/isa/piix4.c
/qemu/hw/isa/vt82c686.c
/qemu/hw/m68k/an5206.c
/qemu/hw/m68k/mcf5206.c
/qemu/hw/m68k/mcf_intc.c
/qemu/hw/m68k/next-cube.c
/qemu/hw/m68k/next-kbd.c
/qemu/hw/m68k/q800.c
/qemu/hw/microblaze/petalogix_ml605_mmu.c
/qemu/hw/microblaze/xlnx-zynqmp-pmu.c
/qemu/hw/mips/boston.c
/qemu/hw/mips/cps.c
/qemu/hw/mips/fuloong2e.c
/qemu/hw/mips/gt64xxx_pci.c
/qemu/hw/mips/jazz.c
/qemu/hw/mips/malta.c
/qemu/hw/mips/meson.build
/qemu/hw/mips/trace-events
/qemu/hw/misc/applesmc.c
/qemu/hw/misc/arm_integrator_debug.c
/qemu/hw/misc/arm_l2x0.c
/qemu/hw/misc/arm_sysctl.c
/qemu/hw/misc/aspeed_scu.c
/qemu/hw/misc/aspeed_sdmc.c
/qemu/hw/misc/debugexit.c
/qemu/hw/misc/eccmemctl.c
/qemu/hw/misc/edu.c
/qemu/hw/misc/empty_slot.c
/qemu/hw/misc/exynos4210_clk.c
/qemu/hw/misc/exynos4210_pmu.c
/qemu/hw/misc/exynos4210_rng.c
/qemu/hw/misc/imx_ccm.c
/qemu/hw/misc/ivshmem.c
/qemu/hw/misc/mac_via.c
/qemu/hw/misc/macio/cuda.c
/qemu/hw/misc/macio/pmu.c
/qemu/hw/misc/meson.build
/qemu/hw/misc/milkymist-hpdmc.c
/qemu/hw/misc/milkymist-pfpu.c
/qemu/hw/misc/mos6522.c
/qemu/hw/misc/mst_fpga.c
/qemu/hw/misc/pc-testdev.c
/qemu/hw/misc/pca9552.c
/qemu/hw/misc/pci-testdev.c
/qemu/hw/misc/puv3_pm.c
/qemu/hw/misc/pvpanic.c
/qemu/hw/misc/sbsa_ec.c
/qemu/hw/misc/sga.c
/qemu/hw/misc/slavio_misc.c
/qemu/hw/misc/tmp105.h
/qemu/hw/misc/tmp421.c
/qemu/hw/misc/trace-events
/qemu/hw/misc/zynq_slcr.c
/qemu/hw/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/dp8393x.c
/qemu/hw/net/e1000.c
/qemu/hw/net/e1000e.c
/qemu/hw/net/e1000e_core.c
/qemu/hw/net/etraxfs_eth.c
/qemu/hw/net/fsl_etsec/etsec.c
/qemu/hw/net/fsl_etsec/etsec.h
/qemu/hw/net/fsl_etsec/rings.c
/qemu/hw/net/ftgmac100.c
/qemu/hw/net/lan9118.c
/qemu/hw/net/milkymist-minimac2.c
/qemu/hw/net/mipsnet.c
/qemu/hw/net/ne2000-isa.c
/qemu/hw/net/opencores_eth.c
/qemu/hw/net/pcnet-pci.c
/qemu/hw/net/rocker/rocker.h
/qemu/hw/net/rtl8139.c
/qemu/hw/net/smc91c111.c
/qemu/hw/net/spapr_llan.c
/qemu/hw/net/stellaris_enet.c
/qemu/hw/net/sungem.c
/qemu/hw/net/sunhme.c
/qemu/hw/net/tulip.h
/qemu/hw/net/virtio-net.c
/qemu/hw/net/vmxnet3.c
/qemu/hw/net/vmxnet3_defs.h
/qemu/hw/net/xgmac.c
/qemu/hw/net/xilinx_axienet.c
/qemu/hw/net/xilinx_ethlite.c
/qemu/hw/nvram/ds1225y.c
/qemu/hw/nvram/eeprom_at24c.c
/qemu/hw/nvram/spapr_nvram.c
/qemu/hw/pci-bridge/dec.c
/qemu/hw/pci-bridge/gen_pcie_root_port.c
/qemu/hw/pci-bridge/pci_bridge_dev.c
/qemu/hw/pci-bridge/pci_expander_bridge.c
/qemu/hw/pci-bridge/pcie_pci_bridge.c
/qemu/hw/pci-host/bonito.c
/qemu/hw/pci-host/grackle.c
/qemu/hw/pci-host/i440fx.c
/qemu/hw/pci-host/pnv_phb3.c
/qemu/hw/pci-host/pnv_phb4.c
/qemu/hw/pci-host/ppce500.c
/qemu/hw/pci-host/prep.c
/qemu/hw/pci-host/sabre.c
/qemu/hw/pci-host/versatile.c
/qemu/hw/ppc/e500-ccsr.h
/qemu/hw/ppc/e500.c
/qemu/hw/ppc/e500.h
/qemu/hw/ppc/mac.h
/qemu/hw/ppc/meson.build
/qemu/hw/ppc/mpc8544_guts.c
/qemu/hw/ppc/pnv_bmc.c
/qemu/hw/ppc/pnv_lpc.c
/qemu/hw/ppc/ppc440_pcix.c
/qemu/hw/ppc/ppc440_uc.c
/qemu/hw/ppc/ppc4xx_pci.c
/qemu/hw/ppc/ppce500_spin.c
/qemu/hw/ppc/prep_systemio.c
/qemu/hw/ppc/rs6000_mc.c
/qemu/hw/ppc/spapr.c
/qemu/hw/ppc/spapr_cpu_core.c
/qemu/hw/ppc/spapr_hcall.c
/qemu/hw/ppc/spapr_irq.c
/qemu/hw/ppc/spapr_numa.c
/qemu/hw/ppc/spapr_nvdimm.c
/qemu/hw/ppc/spapr_pci.c
/qemu/hw/ppc/spapr_pci_nvlink2.c
/qemu/hw/ppc/spapr_rng.c
/qemu/hw/ppc/trace-events
/qemu/hw/rdma/vmw/pvrdma.h
/qemu/hw/rdma/vmw/pvrdma_main.c
/qemu/hw/riscv/meson.build
/qemu/hw/riscv/trace-events
/qemu/hw/rtc/ds1338.c
/qemu/hw/rtc/exynos4210_rtc.c
/qemu/hw/rtc/m41t80.c
/qemu/hw/rtc/m48t59-isa.c
/qemu/hw/rtc/m48t59.c
/qemu/hw/rtc/sun4v-rtc.c
/qemu/hw/rtc/trace-events
/qemu/hw/rtc/twl92230.c
/qemu/hw/rx/rx-gdbsim.c
/qemu/hw/rx/rx62n.c
/qemu/hw/s390x/ap-device.c
/qemu/hw/s390x/ccw-device.h
/qemu/hw/s390x/ipl.h
/qemu/hw/s390x/s390-pci-bus.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.h
/qemu/hw/scsi/scsi-disk.c
/qemu/hw/scsi/spapr_vscsi.c
/qemu/hw/scsi/vmw_pvscsi.c
/qemu/hw/sd/allwinner-sdhost.c
/qemu/hw/sd/aspeed_sdhci.c
/qemu/hw/sd/bcm2835_sdhost.c
/qemu/hw/sd/milkymist-memcard.c
/qemu/hw/sd/pl181.c
/qemu/hw/sd/pxa2xx_mmci.c
/qemu/hw/sd/sd.c
/qemu/hw/sd/sdhci.c
/qemu/hw/sd/ssi-sd.c
/qemu/hw/sh4/sh_pci.c
/qemu/hw/sparc/sun4m.c
/qemu/hw/sparc64/sun4u.c
/qemu/hw/ssi/aspeed_smc.c
/qemu/hw/ssi/ssi.c
/qemu/hw/ssi/xilinx_spi.c
/qemu/hw/timer/altera_timer.c
/qemu/hw/timer/arm_timer.c
/qemu/hw/timer/cadence_ttc.c
/qemu/hw/timer/etraxfs_timer.c
/qemu/hw/timer/exynos4210_mct.c
/qemu/hw/timer/exynos4210_pwm.c
/qemu/hw/timer/grlib_gptimer.c
/qemu/hw/timer/hpet.c
/qemu/hw/timer/i8254.c
/qemu/hw/timer/lm32_timer.c
/qemu/hw/timer/milkymist-sysctl.c
/qemu/hw/timer/puv3_ost.c
/qemu/hw/timer/pxa2xx_timer.c
/qemu/hw/timer/slavio_timer.c
/qemu/hw/timer/trace-events
/qemu/hw/timer/xilinx_timer.c
/qemu/hw/tpm/tpm_crb.c
/qemu/hw/tpm/tpm_spapr.c
/qemu/hw/tpm/tpm_tis_isa.c
/qemu/hw/tpm/tpm_tis_sysbus.c
/qemu/hw/tpm/trace-events
/qemu/hw/usb/bus.c
/qemu/hw/usb/ccid-card-emulated.c
/qemu/hw/usb/ccid-card-passthru.c
/qemu/hw/usb/ccid.h
/qemu/hw/usb/dev-audio.c
/qemu/hw/usb/dev-hid.c
/qemu/hw/usb/dev-hub.c
/qemu/hw/usb/dev-mtp.c
/qemu/hw/usb/dev-network.c
/qemu/hw/usb/dev-serial.c
/qemu/hw/usb/dev-smartcard-reader.c
/qemu/hw/usb/dev-storage.c
/qemu/hw/usb/dev-uas.c
/qemu/hw/usb/dev-wacom.c
/qemu/hw/usb/hcd-dwc2.h
/qemu/hw/usb/hcd-ehci.h
/qemu/hw/usb/hcd-ohci-pci.c
/qemu/hw/usb/hcd-ohci.h
/qemu/hw/usb/hcd-uhci.c
/qemu/hw/usb/hcd-xhci.h
/qemu/hw/usb/host-libusb.c
/qemu/hw/usb/redirect.c
/qemu/hw/usb/trace-events
/qemu/hw/usb/tusb6010.c
/qemu/hw/vfio/ap.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-scsi-pci.c
/qemu/hw/virtio/vhost-user-blk-pci.c
/qemu/hw/virtio/vhost-user-fs-pci.c
/qemu/hw/virtio/vhost-user-input-pci.c
/qemu/hw/virtio/vhost-user-scsi-pci.c
/qemu/hw/virtio/vhost-user-vsock-pci.c
/qemu/hw/virtio/vhost-user.c
/qemu/hw/virtio/vhost-vsock-pci.c
/qemu/hw/virtio/virtio-9p-pci.c
/qemu/hw/virtio/virtio-balloon-pci.c
/qemu/hw/virtio/virtio-blk-pci.c
/qemu/hw/virtio/virtio-crypto-pci.c
/qemu/hw/virtio/virtio-input-host-pci.c
/qemu/hw/virtio/virtio-input-pci.c
/qemu/hw/virtio/virtio-iommu-pci.c
/qemu/hw/virtio/virtio-mem-pci.h
/qemu/hw/virtio/virtio-net-pci.c
/qemu/hw/virtio/virtio-pci.c
/qemu/hw/virtio/virtio-pci.h
/qemu/hw/virtio/virtio-pmem-pci.h
/qemu/hw/virtio/virtio-rng-pci.c
/qemu/hw/virtio/virtio-scsi-pci.c
/qemu/hw/virtio/virtio-serial-pci.c
/qemu/hw/watchdog/wdt_i6300esb.c
/qemu/hw/watchdog/wdt_ib700.c
/qemu/hw/xen/xen_pt.h
/qemu/include/authz/base.h
/qemu/include/authz/list.h
/qemu/include/authz/listfile.h
/qemu/include/authz/pamacct.h
/qemu/include/authz/simple.h
/qemu/include/block/block.h
/qemu/include/block/block_int.h
/qemu/include/block/nvme.h
/qemu/include/block/throttle-groups.h
/qemu/include/chardev/char-fd.h
/qemu/include/chardev/char-win.h
/qemu/include/chardev/char.h
/qemu/include/chardev/spice.h
/qemu/include/crypto/aes.h
/qemu/include/crypto/block.h
/qemu/include/crypto/cipher.h
/qemu/include/crypto/secret.h
/qemu/include/crypto/secret_common.h
/qemu/include/crypto/secret_keyring.h
/qemu/include/crypto/tls-cipher-suites.h
/qemu/include/crypto/tlscreds.h
/qemu/include/crypto/tlscredsanon.h
/qemu/include/crypto/tlscredspsk.h
/qemu/include/crypto/tlscredsx509.h
/qemu/include/exec/memory.h
/qemu/include/exec/user/thunk.h
/qemu/include/hw/acpi/acpi_dev_interface.h
/qemu/include/hw/acpi/generic_event_device.h
/qemu/include/hw/acpi/vmgenid.h
/qemu/include/hw/adc/stm32f2xx_adc.h
/qemu/include/hw/arm/allwinner-a10.h
/qemu/include/hw/arm/allwinner-h3.h
/qemu/include/hw/arm/armsse.h
/qemu/include/hw/arm/armv7m.h
/qemu/include/hw/arm/aspeed.h
/qemu/include/hw/arm/aspeed_soc.h
/qemu/include/hw/arm/bcm2835_peripherals.h
/qemu/include/hw/arm/bcm2836.h
/qemu/include/hw/arm/digic.h
/qemu/include/hw/arm/exynos4210.h
/qemu/include/hw/arm/fsl-imx25.h
/qemu/include/hw/arm/fsl-imx31.h
/qemu/include/hw/arm/fsl-imx6.h
/qemu/include/hw/arm/fsl-imx6ul.h
/qemu/include/hw/arm/fsl-imx7.h
/qemu/include/hw/arm/linux-boot-if.h
/qemu/include/hw/arm/msf2-soc.h
/qemu/include/hw/arm/nrf51_soc.h
/qemu/include/hw/arm/omap.h
/qemu/include/hw/arm/pxa.h
/qemu/include/hw/arm/smmu-common.h
/qemu/include/hw/arm/smmuv3.h
/qemu/include/hw/arm/stm32f205_soc.h
/qemu/include/hw/arm/stm32f405_soc.h
/qemu/include/hw/arm/virt.h
/qemu/include/hw/arm/xlnx-versal.h
/qemu/include/hw/arm/xlnx-zynqmp.h
/qemu/include/hw/block/flash.h
/qemu/include/hw/block/swim.h
/qemu/include/hw/boards.h
/qemu/include/hw/char/avr_usart.h
/qemu/include/hw/char/bcm2835_aux.h
/qemu/include/hw/char/cadence_uart.h
/qemu/include/hw/char/cmsdk-apb-uart.h
/qemu/include/hw/char/digic-uart.h
/qemu/include/hw/char/escc.h
/qemu/include/hw/char/ibex_uart.h
/qemu/include/hw/char/imx_serial.h
/qemu/include/hw/char/nrf51_uart.h
/qemu/include/hw/char/pl011.h
/qemu/include/hw/char/renesas_sci.h
/qemu/include/hw/char/serial.h
/qemu/include/hw/char/stm32f2xx_usart.h
/qemu/include/hw/clock.h
/qemu/include/hw/core/cpu.h
/qemu/include/hw/core/generic-loader.h
/qemu/include/hw/core/split-irq.h
/qemu/include/hw/cpu/a15mpcore.h
/qemu/include/hw/cpu/a9mpcore.h
/qemu/include/hw/cpu/arm11mpcore.h
/qemu/include/hw/cpu/cluster.h
/qemu/include/hw/cpu/core.h
/qemu/include/hw/display/bcm2835_fb.h
/qemu/include/hw/display/dpcd.h
/qemu/include/hw/display/i2c-ddc.h
/qemu/include/hw/display/macfb.h
/qemu/include/hw/display/xlnx_dp.h
/qemu/include/hw/dma/bcm2835_dma.h
/qemu/include/hw/dma/i8257.h
/qemu/include/hw/dma/pl080.h
/qemu/include/hw/dma/xlnx-zdma.h
/qemu/include/hw/dma/xlnx-zynq-devcfg.h
/qemu/include/hw/dma/xlnx_dpdma.h
/qemu/include/hw/fw-path-provider.h
/qemu/include/hw/gpio/aspeed_gpio.h
/qemu/include/hw/gpio/bcm2835_gpio.h
/qemu/include/hw/gpio/imx_gpio.h
/qemu/include/hw/gpio/nrf51_gpio.h
/qemu/include/hw/hotplug.h
/qemu/include/hw/hyperv/vmbus-bridge.h
/qemu/include/hw/hyperv/vmbus.h
/qemu/include/hw/i2c/arm_sbcon_i2c.h
/qemu/include/hw/i2c/aspeed_i2c.h
/qemu/include/hw/i2c/i2c.h
/qemu/include/hw/i2c/imx_i2c.h
/qemu/include/hw/i2c/microbit_i2c.h
/qemu/include/hw/i2c/ppc4xx_i2c.h
/qemu/include/hw/i2c/smbus_slave.h
/qemu/include/hw/i386/apic_internal.h
/qemu/include/hw/i386/ich9.h
/qemu/include/hw/i386/intel_iommu.h
/qemu/include/hw/i386/ioapic_internal.h
/qemu/include/hw/i386/microvm.h
/qemu/include/hw/i386/pc.h
/qemu/include/hw/i386/topology.h
/qemu/include/hw/i386/x86-iommu.h
/qemu/include/hw/i386/x86.h
/qemu/include/hw/ide/ahci.h
/qemu/include/hw/ide/internal.h
/qemu/include/hw/ide/pci.h
/qemu/include/hw/input/adb.h
/qemu/include/hw/input/i8042.h
/qemu/include/hw/intc/allwinner-a10-pic.h
/qemu/include/hw/intc/arm_gic.h
/qemu/include/hw/intc/arm_gic_common.h
/qemu/include/hw/intc/arm_gicv3.h
/qemu/include/hw/intc/arm_gicv3_common.h
/qemu/include/hw/intc/arm_gicv3_its_common.h
/qemu/include/hw/intc/armv7m_nvic.h
/qemu/include/hw/intc/aspeed_vic.h
/qemu/include/hw/intc/bcm2835_ic.h
/qemu/include/hw/intc/bcm2836_control.h
/qemu/include/hw/intc/heathrow_pic.h
/qemu/include/hw/intc/ibex_plic.h
/qemu/include/hw/intc/imx_avic.h
/qemu/include/hw/intc/imx_gpcv2.h
/qemu/include/hw/intc/intc.h
/qemu/include/hw/intc/mips_gic.h
/qemu/include/hw/intc/realview_gic.h
/qemu/include/hw/intc/rx_icu.h
/qemu/include/hw/intc/xlnx-pmu-iomod-intc.h
/qemu/include/hw/intc/xlnx-zynqmp-ipi.h
/qemu/include/hw/ipack/ipack.h
/qemu/include/hw/ipmi/ipmi.h
/qemu/include/hw/isa/i8259_internal.h
/qemu/include/hw/isa/isa.h
/qemu/include/hw/isa/pc87312.h
/qemu/include/hw/isa/superio.h
/qemu/include/hw/m68k/mcf.h
/qemu/include/hw/m68k/mcf_fec.h
/qemu/include/hw/mem/memory-device.h
/qemu/include/hw/mem/nvdimm.h
/qemu/include/hw/mem/pc-dimm.h
/qemu/include/hw/mips/cps.h
/qemu/include/hw/misc/a9scu.h
/qemu/include/hw/misc/allwinner-cpucfg.h
/qemu/include/hw/misc/allwinner-h3-ccu.h
/qemu/include/hw/misc/allwinner-h3-dramc.h
/qemu/include/hw/misc/allwinner-h3-sysctrl.h
/qemu/include/hw/misc/allwinner-sid.h
/qemu/include/hw/misc/arm11scu.h
/qemu/include/hw/misc/armsse-cpuid.h
/qemu/include/hw/misc/armsse-mhu.h
/qemu/include/hw/misc/aspeed_scu.h
/qemu/include/hw/misc/aspeed_sdmc.h
/qemu/include/hw/misc/aspeed_xdma.h
/qemu/include/hw/misc/auxbus.h
/qemu/include/hw/misc/avr_power.h
/qemu/include/hw/misc/bcm2835_mbox.h
/qemu/include/hw/misc/bcm2835_mphi.h
/qemu/include/hw/misc/bcm2835_property.h
/qemu/include/hw/misc/bcm2835_rng.h
/qemu/include/hw/misc/bcm2835_thermal.h
/qemu/include/hw/misc/grlib_ahb_apb_pnp.h
/qemu/include/hw/misc/imx25_ccm.h
/qemu/include/hw/misc/imx31_ccm.h
/qemu/include/hw/misc/imx6_ccm.h
/qemu/include/hw/misc/imx6_src.h
/qemu/include/hw/misc/imx6ul_ccm.h
/qemu/include/hw/misc/imx7_ccm.h
/qemu/include/hw/misc/imx7_gpr.h
/qemu/include/hw/misc/imx7_snvs.h
/qemu/include/hw/misc/imx_ccm.h
/qemu/include/hw/misc/imx_rngc.h
/qemu/include/hw/misc/iotkit-secctl.h
/qemu/include/hw/misc/iotkit-sysctl.h
/qemu/include/hw/misc/iotkit-sysinfo.h
/qemu/include/hw/misc/mac_via.h
/qemu/include/hw/misc/macio/cuda.h
/qemu/include/hw/misc/macio/gpio.h
/qemu/include/hw/misc/macio/macio.h
/qemu/include/hw/misc/macio/pmu.h
/qemu/include/hw/misc/max111x.h
/qemu/include/hw/misc/mips_cmgcr.h
/qemu/include/hw/misc/mips_cpc.h
/qemu/include/hw/misc/mips_itu.h
/qemu/include/hw/misc/mos6522.h
/qemu/include/hw/misc/mps2-fpgaio.h
/qemu/include/hw/misc/mps2-scc.h
/qemu/include/hw/misc/msf2-sysreg.h
/qemu/include/hw/misc/nrf51_rng.h
/qemu/include/hw/misc/pca9552.h
/qemu/include/hw/misc/stm32f2xx_syscfg.h
/qemu/include/hw/misc/stm32f4xx_exti.h
/qemu/include/hw/misc/stm32f4xx_syscfg.h
/qemu/include/hw/misc/tz-mpc.h
/qemu/include/hw/misc/tz-msc.h
/qemu/include/hw/misc/tz-ppc.h
/qemu/include/hw/misc/unimp.h
/qemu/include/hw/misc/vmcoreinfo.h
/qemu/include/hw/misc/zynq-xadc.h
/qemu/include/hw/net/allwinner-sun8i-emac.h
/qemu/include/hw/net/allwinner_emac.h
/qemu/include/hw/net/cadence_gem.h
/qemu/include/hw/net/ftgmac100.h
/qemu/include/hw/net/imx_fec.h
/qemu/include/hw/net/lance.h
/qemu/include/hw/net/lasi_82596.h
/qemu/include/hw/net/msf2-emac.h
/qemu/include/hw/nmi.h
/qemu/include/hw/nubus/mac-nubus-bridge.h
/qemu/include/hw/nubus/nubus.h
/qemu/include/hw/nvram/fw_cfg.h
/qemu/include/hw/nvram/nrf51_nvm.h
/qemu/include/hw/or-irq.h
/qemu/include/hw/pci-bridge/simba.h
/qemu/include/hw/pci-host/designware.h
/qemu/include/hw/pci-host/gpex.h
/qemu/include/hw/pci-host/i440fx.h
/qemu/include/hw/pci-host/pnv_phb3.h
/qemu/include/hw/pci-host/pnv_phb4.h
/qemu/include/hw/pci-host/q35.h
/qemu/include/hw/pci-host/sabre.h
/qemu/include/hw/pci-host/spapr.h
/qemu/include/hw/pci-host/uninorth.h
/qemu/include/hw/pci-host/xilinx-pcie.h
/qemu/include/hw/pci/pci.h
/qemu/include/hw/pci/pci_bridge.h
/qemu/include/hw/pci/pci_host.h
/qemu/include/hw/pci/pcie_host.h
/qemu/include/hw/pci/pcie_port.h
/qemu/include/hw/pcmcia.h
/qemu/include/hw/platform-bus.h
/qemu/include/hw/ppc/mac_dbdma.h
/qemu/include/hw/ppc/openpic.h
/qemu/include/hw/ppc/pnv.h
/qemu/include/hw/ppc/pnv_core.h
/qemu/include/hw/ppc/pnv_homer.h
/qemu/include/hw/ppc/pnv_lpc.h
/qemu/include/hw/ppc/pnv_occ.h
/qemu/include/hw/ppc/pnv_pnor.h
/qemu/include/hw/ppc/pnv_psi.h
/qemu/include/hw/ppc/pnv_xive.h
/qemu/include/hw/ppc/pnv_xscom.h
/qemu/include/hw/ppc/spapr.h
/qemu/include/hw/ppc/spapr_cpu_core.h
/qemu/include/hw/ppc/spapr_drc.h
/qemu/include/hw/ppc/spapr_irq.h
/qemu/include/hw/ppc/spapr_numa.h
/qemu/include/hw/ppc/spapr_nvdimm.h
/qemu/include/hw/ppc/spapr_tpm_proxy.h
/qemu/include/hw/ppc/spapr_vio.h
/qemu/include/hw/ppc/spapr_xive.h
/qemu/include/hw/ppc/xics.h
/qemu/include/hw/ppc/xics_spapr.h
/qemu/include/hw/ppc/xive.h
/qemu/include/hw/qdev-core.h
/qemu/include/hw/rdma/rdma.h
/qemu/include/hw/register.h
/qemu/include/hw/resettable.h
/qemu/include/hw/riscv/opentitan.h
/qemu/include/hw/riscv/riscv_hart.h
/qemu/include/hw/riscv/spike.h
/qemu/include/hw/riscv/virt.h
/qemu/include/hw/rtc/allwinner-rtc.h
/qemu/include/hw/rtc/aspeed_rtc.h
/qemu/include/hw/rtc/goldfish_rtc.h
/qemu/include/hw/rtc/m48t59.h
/qemu/include/hw/rtc/mc146818rtc.h
/qemu/include/hw/rtc/pl031.h
/qemu/include/hw/rtc/xlnx-zynqmp-rtc.h
/qemu/include/hw/rx/rx62n.h
/qemu/include/hw/s390x/3270-ccw.h
/qemu/include/hw/s390x/ap-device.h
/qemu/include/hw/s390x/css-bridge.h
/qemu/include/hw/s390x/event-facility.h
/qemu/include/hw/s390x/s390-ccw.h
/qemu/include/hw/s390x/s390-virtio-ccw.h
/qemu/include/hw/s390x/s390_flic.h
/qemu/include/hw/s390x/sclp.h
/qemu/include/hw/s390x/storage-attributes.h
/qemu/include/hw/s390x/storage-keys.h
/qemu/include/hw/s390x/tod.h
/qemu/include/hw/s390x/vfio-ccw.h
/qemu/include/hw/scsi/esp.h
/qemu/include/hw/scsi/scsi.h
/qemu/include/hw/sd/allwinner-sdhost.h
/qemu/include/hw/sd/aspeed_sdhci.h
/qemu/include/hw/sd/bcm2835_sdhost.h
/qemu/include/hw/sd/sd.h
/qemu/include/hw/sd/sdhci.h
/qemu/include/hw/southbridge/piix.h
/qemu/include/hw/sparc/sparc32_dma.h
/qemu/include/hw/sparc/sun4m_iommu.h
/qemu/include/hw/sparc/sun4u_iommu.h
/qemu/include/hw/ssi/aspeed_smc.h
/qemu/include/hw/ssi/imx_spi.h
/qemu/include/hw/ssi/mss-spi.h
/qemu/include/hw/ssi/pl022.h
/qemu/include/hw/ssi/ssi.h
/qemu/include/hw/ssi/stm32f2xx_spi.h
/qemu/include/hw/ssi/xilinx_spips.h
/qemu/include/hw/stream.h
/qemu/include/hw/sysbus.h
/qemu/include/hw/timer/a9gtimer.h
/qemu/include/hw/timer/allwinner-a10-pit.h
/qemu/include/hw/timer/arm_mptimer.h
/qemu/include/hw/timer/armv7m_systick.h
/qemu/include/hw/timer/aspeed_timer.h
/qemu/include/hw/timer/avr_timer16.h
/qemu/include/hw/timer/bcm2835_systmr.h
/qemu/include/hw/timer/cmsdk-apb-dualtimer.h
/qemu/include/hw/timer/cmsdk-apb-timer.h
/qemu/include/hw/timer/digic-timer.h
/qemu/include/hw/timer/i8254.h
/qemu/include/hw/timer/imx_epit.h
/qemu/include/hw/timer/imx_gpt.h
/qemu/include/hw/timer/mss-timer.h
/qemu/include/hw/timer/nrf51_timer.h
/qemu/include/hw/timer/renesas_cmt.h
/qemu/include/hw/timer/renesas_tmr.h
/qemu/include/hw/timer/stm32f2xx_timer.h
/qemu/include/hw/usb.h
/qemu/include/hw/usb/chipidea.h
/qemu/include/hw/usb/imx-usb-phy.h
/qemu/include/hw/vfio/vfio-amd-xgbe.h
/qemu/include/hw/vfio/vfio-calxeda-xgmac.h
/qemu/include/hw/vfio/vfio-platform.h
/qemu/include/hw/virtio/vhost-scsi-common.h
/qemu/include/hw/virtio/vhost-scsi.h
/qemu/include/hw/virtio/vhost-user-blk.h
/qemu/include/hw/virtio/vhost-user-fs.h
/qemu/include/hw/virtio/vhost-user-scsi.h
/qemu/include/hw/virtio/vhost-user-vsock.h
/qemu/include/hw/virtio/vhost-vsock-common.h
/qemu/include/hw/virtio/vhost-vsock.h
/qemu/include/hw/virtio/virtio-balloon.h
/qemu/include/hw/virtio/virtio-blk.h
/qemu/include/hw/virtio/virtio-bus.h
/qemu/include/hw/virtio/virtio-crypto.h
/qemu/include/hw/virtio/virtio-gpu-pci.h
/qemu/include/hw/virtio/virtio-gpu.h
/qemu/include/hw/virtio/virtio-input.h
/qemu/include/hw/virtio/virtio-iommu.h
/qemu/include/hw/virtio/virtio-mem.h
/qemu/include/hw/virtio/virtio-mmio.h
/qemu/include/hw/virtio/virtio-net.h
/qemu/include/hw/virtio/virtio-pmem.h
/qemu/include/hw/virtio/virtio-rng.h
/qemu/include/hw/virtio/virtio-scsi.h
/qemu/include/hw/virtio/virtio-serial.h
/qemu/include/hw/virtio/virtio.h
/qemu/include/hw/vmstate-if.h
/qemu/include/hw/watchdog/cmsdk-apb-watchdog.h
/qemu/include/hw/watchdog/wdt_aspeed.h
/qemu/include/hw/watchdog/wdt_diag288.h
/qemu/include/hw/watchdog/wdt_imx2.h
/qemu/include/hw/xen/xen-block.h
/qemu/include/hw/xen/xen-bus.h
/qemu/include/hw/xen/xen-legacy-backend.h
/qemu/include/io/channel-buffer.h
/qemu/include/io/channel-command.h
/qemu/include/io/channel-file.h
/qemu/include/io/channel-socket.h
/qemu/include/io/channel-tls.h
/qemu/include/io/channel-websock.h
/qemu/include/io/channel.h
/qemu/include/io/dns-resolver.h
/qemu/include/io/net-listener.h
/qemu/include/net/can_emu.h
/qemu/include/net/can_host.h
/qemu/include/net/filter.h
/qemu/include/qemu-common.h
/qemu/include/qemu/main-loop.h
/qemu/include/qom/object.h
/qemu/include/qom/object_interfaces.h
/qemu/include/scsi/pr-manager.h
/qemu/include/sysemu/cryptodev.h
/qemu/include/sysemu/hostmem.h
/qemu/include/sysemu/hvf.h
/qemu/include/sysemu/iothread.h
/qemu/include/sysemu/kvm.h
/qemu/include/sysemu/rng-random.h
/qemu/include/sysemu/rng.h
/qemu/include/sysemu/tpm.h
/qemu/include/sysemu/tpm_backend.h
/qemu/include/sysemu/vhost-user-backend.h
/qemu/include/tcg/tcg.h
/qemu/include/ui/console.h
/qemu/iothread.c
/qemu/linux-user/elfload.c
/qemu/linux-user/ioctls.h
/qemu/linux-user/microblaze/cpu_loop.c
/qemu/linux-user/microblaze/signal.c
/qemu/linux-user/ppc/termbits.h
/qemu/linux-user/strace.c
/qemu/linux-user/syscall.c
/qemu/linux-user/syscall_defs.h
/qemu/linux-user/syscall_types.h
/qemu/meson.build
/qemu/meson_options.txt
/qemu/migration/block-dirty-bitmap.c
/qemu/migration/migration.h
/qemu/migration/rdma.c
/qemu/migration/trace-events
/qemu/monitor/meson.build
/qemu/nbd/server.c
/qemu/net/can/can_socketcan.c
/qemu/net/colo-compare.c
/qemu/net/dump.c
/qemu/net/filter-buffer.c
/qemu/net/filter-mirror.c
/qemu/net/filter-replay.c
/qemu/net/filter-rewriter.c
/qemu/net/net.c
/qemu/net/trace-events
/qemu/pc-bios/descriptors/meson.build
/qemu/pc-bios/efi-e1000.rom
/qemu/pc-bios/efi-e1000e.rom
/qemu/pc-bios/efi-eepro100.rom
/qemu/pc-bios/efi-ne2k_pci.rom
/qemu/pc-bios/efi-pcnet.rom
/qemu/pc-bios/efi-rtl8139.rom
/qemu/pc-bios/efi-virtio.rom
/qemu/pc-bios/efi-vmxnet3.rom
/qemu/pc-bios/hppa-firmware.img
/qemu/pc-bios/keymaps/meson.build
/qemu/pc-bios/meson.build
/qemu/pc-bios/optionrom/Makefile
/qemu/pc-bios/s390-ccw/Makefile
/qemu/qapi/audio.json
/qemu/qapi/block-core.json
/qemu/qapi/char.json
/qemu/qapi/control.json
/qemu/qapi/machine.json
/qemu/qapi/migration.json
/qemu/qapi/misc.json
/qemu/qapi/net.json
/qemu/qemu-img.c
/qemu/qemu-io.c
/qemu/qemu-nbd.c
/qemu/qemu-options.hx
commands-posix.c
/qemu/qom/object.c
/qemu/roms/Makefile
/qemu/roms/ipxe
/qemu/roms/seabios-hppa
/qemu/scripts/cleanup-trace-events.pl
/qemu/scripts/codeconverter/codeconverter/__init__.py
/qemu/scripts/codeconverter/codeconverter/patching.py
/qemu/scripts/codeconverter/codeconverter/qom_macros.py
/qemu/scripts/codeconverter/codeconverter/qom_type_info.py
/qemu/scripts/codeconverter/codeconverter/regexps.py
/qemu/scripts/codeconverter/codeconverter/test_patching.py
/qemu/scripts/codeconverter/codeconverter/test_regexps.py
/qemu/scripts/codeconverter/codeconverter/utils.py
/qemu/scripts/codeconverter/converter.py
/qemu/scripts/mtest2make.py
/qemu/scripts/ninjatool.py
/qemu/scripts/nsis.py
/qemu/scripts/oss-fuzz/build.sh
/qemu/scripts/qapi/parser.py
/qemu/scripts/qapi/types.py
/qemu/scripts/qmp/qom-fuse
/qemu/scripts/test-driver.py
/qemu/scripts/tracetool/format/d.py
/qemu/scripts/tracetool/vcpu.py
/qemu/scripts/undefsym.py
/qemu/scsi/pr-manager-helper.c
/qemu/scsi/utils.c
/qemu/softmmu/balloon.c
/qemu/softmmu/cpus.c
/qemu/softmmu/ioport.c
/qemu/softmmu/memory.c
/qemu/softmmu/trace-events
/qemu/softmmu/trace.h
/qemu/softmmu/vl.c
/qemu/stubs/cmos.c
/qemu/stubs/cpu-get-icount.c
/qemu/stubs/meson.build
/qemu/stubs/qemu-timer-notify-cb.c
/qemu/target/alpha/cpu-qom.h
/qemu/target/arm/cpu-qom.h
/qemu/target/arm/cpu.c
/qemu/target/arm/cpu.h
/qemu/target/arm/cpu64.c
/qemu/target/arm/helper-a64.c
/qemu/target/arm/helper.h
/qemu/target/arm/idau.h
/qemu/target/arm/kvm32.c
/qemu/target/arm/kvm64.c
/qemu/target/arm/neon-dp.decode
/qemu/target/arm/translate-a64.c
/qemu/target/arm/translate-neon.c.inc
/qemu/target/arm/translate-sve.c
/qemu/target/arm/translate-vfp.c.inc
/qemu/target/arm/vec_helper.c
/qemu/target/arm/vfp-uncond.decode
/qemu/target/arm/vfp.decode
/qemu/target/arm/vfp_helper.c
/qemu/target/avr/cpu-qom.h
/qemu/target/cris/cpu-qom.h
/qemu/target/cris/translate.c
/qemu/target/cris/translate_v10.c.inc
/qemu/target/hppa/cpu-qom.h
/qemu/target/hppa/cpu.h
/qemu/target/hppa/insns.decode
/qemu/target/i386/cpu-qom.h
/qemu/target/i386/cpu.c
/qemu/target/i386/cpu.h
/qemu/target/i386/kvm.c
/qemu/target/i386/sev.c
/qemu/target/lm32/cpu-qom.h
/qemu/target/m68k/cpu-qom.h
/qemu/target/microblaze/cpu-param.h
/qemu/target/microblaze/cpu-qom.h
/qemu/target/microblaze/cpu.c
/qemu/target/microblaze/cpu.h
/qemu/target/microblaze/gdbstub.c
/qemu/target/microblaze/helper.c
/qemu/target/microblaze/helper.h
/qemu/target/microblaze/insns.decode
/qemu/target/microblaze/machine.c
/qemu/target/microblaze/meson.build
/qemu/target/microblaze/mmu.c
/qemu/target/microblaze/mmu.h
/qemu/target/microblaze/op_helper.c
/qemu/target/microblaze/translate.c
/qemu/target/mips/cpu-qom.h
/qemu/target/moxie/cpu.h
/qemu/target/nios2/cpu.h
/qemu/target/openrisc/cpu.h
/qemu/target/ppc/cpu-qom.h
/qemu/target/ppc/cpu.h
/qemu/target/ppc/misc_helper.c
/qemu/target/ppc/trace-events
/qemu/target/riscv/cpu.h
/qemu/target/riscv/trace-events
/qemu/target/rx/cpu-qom.h
/qemu/target/rx/cpu.c
/qemu/target/rx/cpu.h
/qemu/target/rx/gdbstub.c
/qemu/target/rx/helper.c
/qemu/target/rx/translate.c
/qemu/target/s390x/cpu-qom.h
/qemu/target/s390x/cpu.c
/qemu/target/sh4/cpu-qom.h
/qemu/target/sh4/translate.c
/qemu/target/sparc/cpu-qom.h
/qemu/target/tilegx/cpu.h
/qemu/target/tricore/cpu-qom.h
/qemu/target/unicore32/cpu-qom.h
/qemu/target/xtensa/cpu-qom.h
/qemu/tcg/tcg-op-gvec.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/check-qom-interface.c
/qemu/tests/check-qom-proplist.c
/qemu/tests/docker/Makefile.include
/qemu/tests/docker/dockerfiles/centos7.docker
/qemu/tests/docker/dockerfiles/centos8.docker
/qemu/tests/docker/dockerfiles/debian-win64-cross.docker
/qemu/tests/docker/dockerfiles/debian10.docker
/qemu/tests/docker/dockerfiles/debian9.docker
/qemu/tests/include/meson.build
/qemu/tests/meson.build
/qemu/tests/migration/initrd-stress.sh
/qemu/tests/migration/meson.build
/qemu/tests/migration/stress.c
/qemu/tests/qapi-schema/doc-bad-section.err
/qemu/tests/qapi-schema/doc-bad-section.json
/qemu/tests/qapi-schema/doc-bad-section.out
/qemu/tests/qapi-schema/doc-good.out
/qemu/tests/qemu-iotests/020
/qemu/tests/qemu-iotests/020.out
/qemu/tests/qemu-iotests/040
/qemu/tests/qemu-iotests/040.out
/qemu/tests/qemu-iotests/041
/qemu/tests/qemu-iotests/041.out
/qemu/tests/qemu-iotests/049
/qemu/tests/qemu-iotests/049.out
/qemu/tests/qemu-iotests/059.out
/qemu/tests/qemu-iotests/153.out
/qemu/tests/qemu-iotests/184
/qemu/tests/qemu-iotests/184.out
/qemu/tests/qemu-iotests/204.out
/qemu/tests/qemu-iotests/228
/qemu/tests/qemu-iotests/228.out
/qemu/tests/qemu-iotests/244
/qemu/tests/qemu-iotests/244.out
/qemu/tests/qemu-iotests/245
/qemu/tests/qemu-iotests/259.out
/qemu/tests/qemu-iotests/273.out
/qemu/tests/qemu-iotests/check
/qemu/tests/qemu-iotests/iotests.py
/qemu/tests/qemu-iotests/meson.build
/qemu/tests/qtest/ahci-test.c
/qemu/tests/qtest/drive_del-test.c
/qemu/tests/qtest/fuzz/meson.build
/qemu/tests/qtest/ipmi-kcs-test.c
/qemu/tests/qtest/libqos/libqtest.h
/qemu/tests/qtest/libqos/meson.build
/qemu/tests/qtest/libqtest.c
/qemu/tests/qtest/meson.build
/qemu/tests/qtest/qmp-cmd-test.c
/qemu/tests/qtest/qmp-test.c
/qemu/tests/qtest/tpm-tests.c
/qemu/tests/qtest/tpm-util.c
/qemu/tests/tcg/Makefile.qemu
/qemu/tests/tcg/configure.sh
/qemu/tests/tcg/multiarch/float_convs.c
/qemu/tests/tcg/multiarch/float_helpers.h
/qemu/tests/tcg/multiarch/float_madds.c
/qemu/tests/test-crypto-secret.c
/qemu/tests/test-qdev-global-props.c
/qemu/tests/test-qga.c
/qemu/tests/test-qobject-input-visitor.c
/qemu/tests/test-replication.c
/qemu/tests/test-util-filemonitor.c
/qemu/tests/test-vmstate.c
/qemu/tests/test-x86-cpuid.c
/qemu/tools/virtiofsd/meson.build
/qemu/trace-events
/qemu/trace/meson.build
/qemu/ui/console.c
/qemu/ui/gtk-gl-area.c
/qemu/ui/gtk.c
/qemu/ui/input-barrier.c
/qemu/ui/input-linux.c
/qemu/ui/meson.build
/qemu/ui/spice-app.c
/qemu/ui/spice-input.c
/qemu/ui/trace-events
/qemu/ui/vnc-auth-sasl.c
/qemu/ui/vnc-enc-tight.c
/qemu/util/hexdump.c
/qemu/util/iov.c
/qemu/util/main-loop.c
/qemu/util/qemu-timer.c
/qemu/util/trace-events
/qemu/util/vfio-helpers.c
8ab1aabc26-Aug-2020 Marc-André Lureau <marcandre.lureau@redhat.com>

meson: install $localstatedir/run for qga

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20200826130622.553318-6-marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzin

meson: install $localstatedir/run for qga

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

show more ...


/qemu/.gitignore
/qemu/.gitlab-ci.d/opensbi.yml
/qemu/MAINTAINERS
/qemu/Makefile
/qemu/block.c
/qemu/block/meson.build
/qemu/block/qcow2-cluster.c
/qemu/block/qcow2-refcount.c
/qemu/block/qcow2.c
/qemu/block/qcow2.h
/qemu/block/throttle-groups.c
/qemu/block/trace-events
/qemu/chardev/meson.build
/qemu/configure
/qemu/contrib/vhost-user-gpu/meson.build
/qemu/docs/devel/build-system.rst
/qemu/docs/devel/index.rst
/qemu/docs/interop/qcow2.txt
/qemu/docs/qcow2-cache.txt
/qemu/docs/qdev-device-use.txt
/qemu/docs/specs/index.rst
/qemu/docs/specs/ppc-spapr-numa.rst
/qemu/docs/specs/ppc-spapr-xive.rst
/qemu/docs/system/arm/xlnx-versal-virt.rst
/qemu/docs/system/s390x/bootdevices.rst
/qemu/docs/system/target-arm.rst
/qemu/docs/system/target-s390x.rst
/qemu/docs/system/usb.rst
/qemu/docs/tools/virtiofsd.rst
/qemu/docs/u2f.txt
/qemu/fpu/softfloat-specialize.c.inc
/qemu/fpu/softfloat.c
/qemu/hw/9pfs/9p.c
/qemu/hw/9pfs/9p.h
/qemu/hw/9pfs/codir.c
/qemu/hw/9pfs/coth.h
/qemu/hw/acpi/pcihp.c
/qemu/hw/acpi/piix4.c
/qemu/hw/arm/allwinner-a10.c
/qemu/hw/arm/allwinner-h3.c
/qemu/hw/arm/armsse.c
/qemu/hw/arm/aspeed.c
/qemu/hw/arm/aspeed_ast2600.c
/qemu/hw/arm/aspeed_soc.c
/qemu/hw/arm/integratorcp.c
/qemu/hw/arm/musicpal.c
/qemu/hw/arm/orangepi.c
/qemu/hw/arm/pxa2xx.c
/qemu/hw/arm/realview.c
/qemu/hw/arm/sbsa-ref.c
/qemu/hw/arm/smmu-common.c
/qemu/hw/arm/smmu-internal.h
/qemu/hw/arm/smmuv3-internal.h
/qemu/hw/arm/smmuv3.c
/qemu/hw/arm/tosa.c
/qemu/hw/arm/trace-events
/qemu/hw/arm/versatilepb.c
/qemu/hw/arm/vexpress.c
/qemu/hw/arm/virt-acpi-build.c
/qemu/hw/arm/virt.c
/qemu/hw/arm/xilinx_zynq.c
/qemu/hw/arm/xlnx-zcu102.c
/qemu/hw/block/swim.c
/qemu/hw/block/vhost-user-blk.c
/qemu/hw/block/virtio-blk.c
/qemu/hw/char/sclpconsole-lm.c
/qemu/hw/char/sclpconsole.c
/qemu/hw/char/virtio-serial-bus.c
/qemu/hw/core/clock.c
/qemu/hw/core/machine-qmp-cmds.c
/qemu/hw/core/machine.c
/qemu/hw/core/numa.c
/qemu/hw/core/qdev-clock.c
/qemu/hw/cpu/a9mpcore.c
/qemu/hw/display/artist.c
/qemu/hw/display/macfb.c
/qemu/hw/display/pl110.c
/qemu/hw/display/vhost-user-gpu.c
/qemu/hw/dma/i8257.c
/qemu/hw/hppa/hppa_hardware.h
/qemu/hw/hppa/lasi.c
/qemu/hw/hppa/machine.c
/qemu/hw/hyperv/vmbus.c
/qemu/hw/i386/acpi-build.c
/qemu/hw/i386/amd_iommu.c
/qemu/hw/i386/pc.c
/qemu/hw/i386/pc_piix.c
/qemu/hw/i386/pc_q35.c
/qemu/hw/ide/ahci-allwinner.c
/qemu/hw/ide/ahci_internal.h
/qemu/hw/input/pckbd.c
/qemu/hw/intc/ibex_plic.c
/qemu/hw/intc/nios2_iic.c
/qemu/hw/intc/s390_flic_kvm.c
/qemu/hw/intc/spapr_xive.c
/qemu/hw/intc/spapr_xive_kvm.c
/qemu/hw/intc/xive.c
/qemu/hw/isa/piix3.c
/qemu/hw/lm32/milkymist-hw.h
/qemu/hw/lm32/milkymist.c
/qemu/hw/misc/auxbus.c
/qemu/hw/misc/unimp.c
/qemu/hw/net/allwinner-sun8i-emac.c
/qemu/hw/net/e1000.c
/qemu/hw/net/fsl_etsec/etsec.c
/qemu/hw/net/mcf_fec.c
/qemu/hw/net/rocker/rocker.c
/qemu/hw/net/rocker/rocker.h
/qemu/hw/net/tulip.c
/qemu/hw/net/tulip.h
/qemu/hw/nvram/chrp_nvram.c
/qemu/hw/nvram/mac_nvram.c
/qemu/hw/nvram/spapr_nvram.c
/qemu/hw/pci-host/ppce500.c
/qemu/hw/pci-host/versatile.c
/qemu/hw/pcmcia/pxa2xx.c
/qemu/hw/ppc/spapr.c
/qemu/hw/ppc/spapr_caps.c
/qemu/hw/ppc/spapr_irq.c
/qemu/hw/ppc/spapr_pci.c
/qemu/hw/riscv/meson.build
/qemu/hw/riscv/numa.c
/qemu/hw/riscv/opentitan.c
/qemu/hw/riscv/sifive_clint.c
/qemu/hw/riscv/sifive_e.c
/qemu/hw/riscv/sifive_plic.c
/qemu/hw/riscv/sifive_u.c
/qemu/hw/riscv/spike.c
/qemu/hw/riscv/virt.c
/qemu/hw/s390x/s390-virtio-ccw.c
/qemu/hw/s390x/virtio-ccw-input.c
/qemu/hw/s390x/virtio-ccw.h
/qemu/hw/scsi/esp-pci.c
/qemu/hw/scsi/megasas.c
/qemu/hw/scsi/mptsas.c
/qemu/hw/scsi/mptsas.h
/qemu/hw/scsi/vhost-scsi.c
/qemu/hw/scsi/vhost-user-scsi.c
/qemu/hw/scsi/virtio-scsi.c
/qemu/hw/scsi/vmw_pvscsi.c
/qemu/hw/sd/allwinner-sdhost.c
/qemu/hw/sd/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/pxa2xx_mmci.c
/qemu/hw/sd/sd.c
/qemu/hw/sd/sdhci.c
/qemu/hw/sd/ssi-sd.c
/qemu/hw/sd/trace-events
/qemu/hw/smbios/smbios.c
/qemu/hw/sparc/sun4m.c
/qemu/hw/sparc64/sun4u.c
/qemu/hw/usb/Kconfig
/qemu/hw/usb/core.c
/qemu/hw/usb/dev-hid.c
/qemu/hw/usb/dev-wacom.c
/qemu/hw/usb/hcd-dwc2.c
/qemu/hw/usb/hcd-dwc2.h
/qemu/hw/usb/hcd-ehci.c
/qemu/hw/usb/hcd-xhci.c
/qemu/hw/usb/host-libusb.c
/qemu/hw/usb/meson.build
/qemu/hw/usb/u2f-emulated.c
/qemu/hw/usb/u2f-passthru.c
/qemu/hw/usb/u2f.c
/qemu/hw/usb/u2f.h
/qemu/hw/vfio/ap.c
/qemu/hw/vfio/pci.c
/qemu/hw/vfio/pci.h
/qemu/hw/virtio/vhost-scsi-pci.c
/qemu/hw/virtio/vhost-user-blk-pci.c
/qemu/hw/virtio/vhost-user-scsi-pci.c
/qemu/hw/virtio/virtio-blk-pci.c
/qemu/hw/virtio/virtio-pci.c
/qemu/hw/virtio/virtio-pci.h
/qemu/hw/virtio/virtio-scsi-pci.c
/qemu/hw/xtensa/pic_cpu.c
/qemu/include/block/block_int.h
/qemu/include/block/throttle-groups.h
/qemu/include/elf.h
/qemu/include/exec/user/thunk.h
/qemu/include/fpu/softfloat-helpers.h
/qemu/include/fpu/softfloat-types.h
/qemu/include/fpu/softfloat.h
/qemu/include/hw/acpi/pcihp.h
/qemu/include/hw/arm/allwinner-h3.h
/qemu/include/hw/arm/armsse.h
/qemu/include/hw/arm/aspeed_soc.h
/qemu/include/hw/arm/pxa.h
/qemu/include/hw/arm/smmu-common.h
/qemu/include/hw/arm/smmuv3.h
/qemu/include/hw/block/swim.h
/qemu/include/hw/boards.h
/qemu/include/hw/char/cadence_uart.h
/qemu/include/hw/clock.h
/qemu/include/hw/display/macfb.h
/qemu/include/hw/dma/i8257.h
/qemu/include/hw/hyperv/vmbus-bridge.h
/qemu/include/hw/hyperv/vmbus.h
/qemu/include/hw/i386/pc.h
/qemu/include/hw/ide/ahci.h
/qemu/include/hw/input/i8042.h
/qemu/include/hw/intc/ibex_plic.h
/qemu/include/hw/m68k/mcf_fec.h
/qemu/include/hw/misc/auxbus.h
/qemu/include/hw/misc/unimp.h
/qemu/include/hw/net/allwinner-sun8i-emac.h
/qemu/include/hw/nubus/nubus.h
/qemu/include/hw/nvram/chrp_nvram.h
/qemu/include/hw/pci/pci.h
/qemu/include/hw/pci/pci_bus.h
/qemu/include/hw/platform-bus.h
/qemu/include/hw/ppc/spapr.h
/qemu/include/hw/ppc/spapr_irq.h
/qemu/include/hw/ppc/spapr_xive.h
/qemu/include/hw/ppc/xive.h
/qemu/include/hw/qdev-clock.h
/qemu/include/hw/qdev-properties.h
/qemu/include/hw/riscv/numa.h
/qemu/include/hw/riscv/opentitan.h
/qemu/include/hw/riscv/sifive_clint.h
/qemu/include/hw/riscv/sifive_plic.h
/qemu/include/hw/riscv/sifive_u.h
/qemu/include/hw/riscv/spike.h
/qemu/include/hw/riscv/virt.h
/qemu/include/hw/s390x/event-facility.h
/qemu/include/hw/s390x/s390-virtio-ccw.h
/qemu/include/hw/s390x/s390_flic.h
/qemu/include/hw/s390x/sclp.h
/qemu/include/hw/sd/allwinner-sdhost.h
/qemu/include/hw/sd/sd.h
/qemu/include/hw/sd/sdcard_legacy.h
/qemu/include/hw/southbridge/piix.h
/qemu/include/hw/timer/aspeed_timer.h
/qemu/include/hw/timer/i8254.h
/qemu/include/hw/timer/i8254_internal.h
/qemu/include/hw/usb/hid.h
/qemu/include/hw/virtio/vhost-user-blk.h
/qemu/include/hw/virtio/virtio-blk.h
/qemu/include/hw/virtio/virtio-gpu.h
/qemu/include/hw/virtio/virtio-scsi.h
/qemu/include/hw/virtio/virtio-serial.h
/qemu/include/hw/xen/xen-legacy-backend.h
/qemu/include/net/can_emu.h
/qemu/include/qemu/int128.h
/qemu/include/sysemu/hvf.h
/qemu/include/sysemu/kvm.h
/qemu/include/sysemu/kvm_int.h
/qemu/linux-user/aarch64/target_syscall.h
/qemu/linux-user/aarch64/termbits.h
/qemu/linux-user/alpha/target_syscall.h
/qemu/linux-user/alpha/termbits.h
/qemu/linux-user/arm/target_syscall.h
/qemu/linux-user/arm/termbits.h
/qemu/linux-user/cris/target_syscall.h
/qemu/linux-user/cris/termbits.h
/qemu/linux-user/elfload.c
/qemu/linux-user/generic/termbits.h
/qemu/linux-user/hppa/target_syscall.h
/qemu/linux-user/hppa/termbits.h
/qemu/linux-user/i386/target_syscall.h
/qemu/linux-user/i386/termbits.h
/qemu/linux-user/ioctls.h
/qemu/linux-user/m68k/target_syscall.h
/qemu/linux-user/m68k/termbits.h
/qemu/linux-user/microblaze/target_syscall.h
/qemu/linux-user/microblaze/termbits.h
/qemu/linux-user/mips/target_syscall.h
/qemu/linux-user/mips/termbits.h
/qemu/linux-user/mips64/target_syscall.h
/qemu/linux-user/mmap.c
/qemu/linux-user/nios2/target_syscall.h
/qemu/linux-user/nios2/termbits.h
/qemu/linux-user/openrisc/target_syscall.h
/qemu/linux-user/openrisc/termbits.h
/qemu/linux-user/ppc/target_syscall.h
/qemu/linux-user/ppc/termbits.h
/qemu/linux-user/qemu.h
/qemu/linux-user/riscv/target_syscall.h
/qemu/linux-user/riscv/termbits.h
/qemu/linux-user/s390x/target_syscall.h
/qemu/linux-user/s390x/termbits.h
/qemu/linux-user/sh4/target_syscall.h
/qemu/linux-user/sh4/termbits.h
/qemu/linux-user/sparc/target_syscall.h
/qemu/linux-user/sparc/termbits.h
/qemu/linux-user/sparc64/target_syscall.h
/qemu/linux-user/sparc64/termbits.h
/qemu/linux-user/strace.c
/qemu/linux-user/strace.list
/qemu/linux-user/syscall.c
/qemu/linux-user/syscall_defs.h
/qemu/linux-user/syscall_types.h
/qemu/linux-user/tilegx/target_syscall.h
/qemu/linux-user/tilegx/termbits.h
/qemu/linux-user/x86_64/target_syscall.h
/qemu/linux-user/x86_64/termbits.h
/qemu/linux-user/xtensa/target_syscall.h
/qemu/linux-user/xtensa/termbits.h
/qemu/meson
/qemu/meson.build
/qemu/meson_options.txt
/qemu/migration/block-dirty-bitmap.c
/qemu/migration/migration.c
/qemu/migration/migration.h
/qemu/migration/savevm.c
/qemu/migration/socket.c
/qemu/migration/socket.h
/qemu/migration/tls.c
/qemu/monitor/hmp-cmds.c
/qemu/pc-bios/bios-256k.bin
/qemu/pc-bios/bios.bin
/qemu/pc-bios/hppa-firmware.img
/qemu/pc-bios/keymaps/.gitignore
/qemu/pc-bios/keymaps/ar
/qemu/pc-bios/keymaps/bepo
/qemu/pc-bios/keymaps/cz
/qemu/pc-bios/keymaps/da
/qemu/pc-bios/keymaps/de
/qemu/pc-bios/keymaps/de-ch
/qemu/pc-bios/keymaps/en-gb
/qemu/pc-bios/keymaps/en-us
/qemu/pc-bios/keymaps/es
/qemu/pc-bios/keymaps/et
/qemu/pc-bios/keymaps/fi
/qemu/pc-bios/keymaps/fo
/qemu/pc-bios/keymaps/fr
/qemu/pc-bios/keymaps/fr-be
/qemu/pc-bios/keymaps/fr-ca
/qemu/pc-bios/keymaps/fr-ch
/qemu/pc-bios/keymaps/hr
/qemu/pc-bios/keymaps/hu
/qemu/pc-bios/keymaps/is
/qemu/pc-bios/keymaps/it
/qemu/pc-bios/keymaps/ja
/qemu/pc-bios/keymaps/lt
/qemu/pc-bios/keymaps/lv
/qemu/pc-bios/keymaps/meson.build
/qemu/pc-bios/keymaps/mk
/qemu/pc-bios/keymaps/nl
/qemu/pc-bios/keymaps/no
/qemu/pc-bios/keymaps/pl
/qemu/pc-bios/keymaps/pt
/qemu/pc-bios/keymaps/pt-br
/qemu/pc-bios/keymaps/ru
/qemu/pc-bios/keymaps/th
/qemu/pc-bios/keymaps/tr
/qemu/pc-bios/meson.build
/qemu/pc-bios/opensbi-riscv32-generic-fw_dynamic.bin
/qemu/pc-bios/opensbi-riscv32-generic-fw_dynamic.elf
/qemu/pc-bios/opensbi-riscv64-generic-fw_dynamic.bin
/qemu/pc-bios/opensbi-riscv64-generic-fw_dynamic.elf
/qemu/pc-bios/petalogix-ml605.dtb
/qemu/pc-bios/petalogix-ml605.dts
/qemu/pc-bios/petalogix-s3adsp1800.dtb
/qemu/pc-bios/petalogix-s3adsp1800.dts
/qemu/pc-bios/vgabios-ati.bin
/qemu/pc-bios/vgabios-bochs-display.bin
/qemu/pc-bios/vgabios-cirrus.bin
/qemu/pc-bios/vgabios-qxl.bin
/qemu/pc-bios/vgabios-ramfb.bin
/qemu/pc-bios/vgabios-stdvga.bin
/qemu/pc-bios/vgabios-virtio.bin
/qemu/pc-bios/vgabios-vmware.bin
/qemu/pc-bios/vgabios.bin
/qemu/po/LINGUAS
/qemu/po/POTFILES
/qemu/po/meson.build
/qemu/qapi/block-core.json
/qemu/qapi/machine.json
/qemu/qapi/migration.json
/qemu/qemu-options.hx
meson.build
/qemu/roms/Makefile
/qemu/roms/opensbi
/qemu/roms/seabios
/qemu/roms/seabios-hppa
/qemu/rules.mak
/qemu/scripts/meson.build
/qemu/scripts/mtest2make.py
/qemu/scripts/ninjatool.py
/qemu/scripts/qemu-version.sh
/qemu/scripts/u2f-setup-gen.py
/qemu/softmmu/main.c
/qemu/target/arm/a32.decode
/qemu/target/arm/cpu.c
/qemu/target/arm/cpu.h
/qemu/target/arm/helper-sve.h
/qemu/target/arm/helper.c
/qemu/target/arm/helper.h
/qemu/target/arm/m-nocp.decode
/qemu/target/arm/meson.build
/qemu/target/arm/mte_helper.c
/qemu/target/arm/sve.decode
/qemu/target/arm/sve_helper.c
/qemu/target/arm/t32.decode
/qemu/target/arm/translate-a64.c
/qemu/target/arm/translate-a64.h
/qemu/target/arm/translate-neon.c.inc
/qemu/target/arm/translate-sve.c
/qemu/target/arm/translate-vfp.c.inc
/qemu/target/arm/translate.c
/qemu/target/arm/translate.h
/qemu/target/arm/vec_helper.c
/qemu/target/arm/vfp.decode
/qemu/target/arm/vfp_helper.c
/qemu/target/i386/hvf/hvf-i386.h
/qemu/target/microblaze/translate.c
/qemu/target/ppc/cpu.h
/qemu/target/ppc/helper.h
/qemu/target/ppc/int_helper.c
/qemu/target/ppc/translate.c
/qemu/target/ppc/translate/spe-impl.c.inc
/qemu/target/ppc/translate/vmx-impl.c.inc
/qemu/target/ppc/translate/vmx-ops.c.inc
/qemu/target/ppc/translate_init.c.inc
/qemu/target/riscv/cpu.h
/qemu/target/riscv/cpu_bits.h
/qemu/target/riscv/cpu_helper.c
/qemu/target/riscv/csr.c
/qemu/target/riscv/fpu_helper.c
/qemu/target/riscv/helper.h
/qemu/target/riscv/insn32-64.decode
/qemu/target/riscv/insn32.decode
/qemu/target/riscv/insn_trans/trans_rvd.c.inc
/qemu/target/riscv/insn_trans/trans_rvf.c.inc
/qemu/target/riscv/insn_trans/trans_rvh.c.inc
/qemu/target/riscv/internals.h
/qemu/target/riscv/op_helper.c
/qemu/target/riscv/pmp.c
/qemu/target/riscv/pmp.h
/qemu/target/riscv/translate.c
/qemu/target/riscv/vector_helper.c
/qemu/target/s390x/meson.build
/qemu/target/xtensa/core-de233_fpu.c
/qemu/target/xtensa/core-de233_fpu/core-isa.h
/qemu/target/xtensa/core-de233_fpu/core-matmap.h
/qemu/target/xtensa/core-de233_fpu/gdb-config.c.inc
/qemu/target/xtensa/core-de233_fpu/xtensa-modules.c.inc
/qemu/target/xtensa/core-dsp3400.c
/qemu/target/xtensa/core-dsp3400/core-isa.h
/qemu/target/xtensa/core-dsp3400/core-matmap.h
/qemu/target/xtensa/core-dsp3400/gdb-config.c.inc
/qemu/target/xtensa/core-dsp3400/xtensa-modules.c.inc
/qemu/target/xtensa/cpu.c
/qemu/target/xtensa/cpu.h
/qemu/target/xtensa/exc_helper.c
/qemu/target/xtensa/fpu_helper.c
/qemu/target/xtensa/helper.c
/qemu/target/xtensa/helper.h
/qemu/target/xtensa/meson.build
/qemu/target/xtensa/overlay_tool.h
/qemu/target/xtensa/translate.c
/qemu/tcg/ppc/tcg-target.c.inc
/qemu/tcg/ppc/tcg-target.h
/qemu/tests/Makefile.include
/qemu/tests/acceptance/boot_linux_console.py
/qemu/tests/data/acpi/disassemle-aml.sh
/qemu/tests/data/acpi/pc/DSDT
/qemu/tests/data/acpi/pc/DSDT.acpihmat
/qemu/tests/data/acpi/pc/DSDT.bridge
/qemu/tests/data/acpi/pc/DSDT.cphp
/qemu/tests/data/acpi/pc/DSDT.dimmpxm
/qemu/tests/data/acpi/pc/DSDT.ipmikcs
/qemu/tests/data/acpi/pc/DSDT.memhp
/qemu/tests/data/acpi/pc/DSDT.numamem
/qemu/tests/data/acpi/q35/DSDT
/qemu/tests/data/acpi/q35/DSDT.acpihmat
/qemu/tests/data/acpi/q35/DSDT.bridge
/qemu/tests/data/acpi/q35/DSDT.cphp
/qemu/tests/data/acpi/q35/DSDT.dimmpxm
/qemu/tests/data/acpi/q35/DSDT.ipmibt
/qemu/tests/data/acpi/q35/DSDT.memhp
/qemu/tests/data/acpi/q35/DSDT.mmio64
/qemu/tests/data/acpi/q35/DSDT.numamem
/qemu/tests/data/acpi/q35/DSDT.tis
/qemu/tests/data/acpi/virt/DSDT
/qemu/tests/data/acpi/virt/DSDT.memhp
/qemu/tests/data/acpi/virt/DSDT.numamem
/qemu/tests/meson.build
/qemu/tests/plugin/meson.build
/qemu/tests/qemu-iotests/031.out
/qemu/tests/qemu-iotests/036.out
/qemu/tests/qemu-iotests/049.out
/qemu/tests/qemu-iotests/060.out
/qemu/tests/qemu-iotests/061
/qemu/tests/qemu-iotests/061.out
/qemu/tests/qemu-iotests/065
/qemu/tests/qemu-iotests/082.out
/qemu/tests/qemu-iotests/085.out
/qemu/tests/qemu-iotests/144.out
/qemu/tests/qemu-iotests/182.out
/qemu/tests/qemu-iotests/185.out
/qemu/tests/qemu-iotests/198
/qemu/tests/qemu-iotests/206.out
/qemu/tests/qemu-iotests/242.out
/qemu/tests/qemu-iotests/255.out
/qemu/tests/qemu-iotests/267.out
/qemu/tests/qemu-iotests/271
/qemu/tests/qemu-iotests/271.out
/qemu/tests/qemu-iotests/274.out
/qemu/tests/qemu-iotests/280.out
/qemu/tests/qemu-iotests/291.out
/qemu/tests/qemu-iotests/300
/qemu/tests/qemu-iotests/300.out
/qemu/tests/qemu-iotests/302.out
/qemu/tests/qemu-iotests/303
/qemu/tests/qemu-iotests/303.out
/qemu/tests/qemu-iotests/common.filter
/qemu/tests/qemu-iotests/group
/qemu/tests/qemu-iotests/iotests.py
/qemu/tests/qemu-iotests/meson.build
/qemu/tests/qemu-iotests/qcow2.py
/qemu/tests/qemu-iotests/qcow2_format.py
/qemu/tests/qtest/bios-tables-test.c
/qemu/tests/qtest/virtio-9p-test.c
/qemu/tests/tcg/xtensa/fpu.h
/qemu/tests/tcg/xtensa/macros.inc
/qemu/tests/tcg/xtensa/test_dfp0_arith.S
/qemu/tests/tcg/xtensa/test_fp0_arith.S
/qemu/tests/tcg/xtensa/test_fp0_conv.S
/qemu/tests/tcg/xtensa/test_fp0_div.S
/qemu/tests/tcg/xtensa/test_fp0_sqrt.S
/qemu/tests/tcg/xtensa/test_fp1.S
/qemu/tests/tcg/xtensa/test_lsc.S
/qemu/tests/test-util-sockets.c
/qemu/tests/vm/freebsd
/qemu/tests/vm/netbsd
/qemu/tests/vm/openbsd
/qemu/thunk.c
/qemu/tools/virtiofsd/fuse_virtio.c
/qemu/tools/virtiofsd/helper.c
/qemu/tools/virtiofsd/passthrough_ll.c
/qemu/trace/meson.build
/qemu/ui/icons/meson.build
/qemu/ui/meson.build
/qemu/util/aio-posix.c
/qemu/util/async.c
/qemu/util/meson.build
/qemu/util/module.c
acfdaac505-Aug-2020 Paolo Bonzini <pbonzini@redhat.com>

meson: build texi doc

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


/qemu/.gitlab-ci.yml
/qemu/Makefile
/qemu/Makefile.objs
/qemu/accel/kvm/meson.build
/qemu/accel/meson.build
/qemu/accel/stubs/meson.build
/qemu/accel/tcg/meson.build
/qemu/accel/xen/meson.build
/qemu/audio/meson.build
/qemu/authz/meson.build
/qemu/backends/meson.build
/qemu/backends/tpm/meson.build
/qemu/block.c
/qemu/block/meson.build
/qemu/block/monitor/meson.build
/qemu/bsd-user/meson.build
/qemu/chardev/meson.build
/qemu/configure
/qemu/crypto/meson.build
/qemu/disas/libvixl/meson.build
/qemu/disas/meson.build
/qemu/docs/conf.py
/qemu/docs/devel/blkverify.txt
/qemu/docs/devel/testing.rst
/qemu/docs/index.html.in
/qemu/docs/interop/live-block-operations.rst
/qemu/docs/interop/qemu-ga-ref.texi
/qemu/docs/interop/qemu-qmp-ref.texi
/qemu/docs/meson.build
/qemu/docs/sphinx/depfile.py
/qemu/dump/meson.build
/qemu/fsdev/meson.build
/qemu/hw/9pfs/Kconfig
/qemu/hw/9pfs/meson.build
/qemu/hw/acpi/meson.build
/qemu/hw/adc/meson.build
/qemu/hw/alpha/meson.build
/qemu/hw/arm/meson.build
/qemu/hw/audio/meson.build
/qemu/hw/avr/meson.build
/qemu/hw/block/dataplane/meson.build
/qemu/hw/block/meson.build
/qemu/hw/char/meson.build
/qemu/hw/core/meson.build
/qemu/hw/cpu/meson.build
/qemu/hw/cris/meson.build
/qemu/hw/display/meson.build
/qemu/hw/dma/meson.build
/qemu/hw/gpio/meson.build
/qemu/hw/hppa/meson.build
/qemu/hw/hyperv/meson.build
/qemu/hw/i2c/meson.build
/qemu/hw/i386/fw_cfg.c
/qemu/hw/i386/kvm/meson.build
/qemu/hw/i386/meson.build
/qemu/hw/i386/pc.c
/qemu/hw/i386/pc_piix.c
/qemu/hw/i386/x86.c
/qemu/hw/i386/xen/meson.build
/qemu/hw/ide/meson.build
/qemu/hw/input/meson.build
/qemu/hw/intc/meson.build
/qemu/hw/ipack/meson.build
/qemu/hw/ipmi/meson.build
/qemu/hw/isa/meson.build
/qemu/hw/lm32/meson.build
/qemu/hw/m68k/meson.build
/qemu/hw/mem/Kconfig
/qemu/hw/mem/meson.build
/qemu/hw/meson.build
/qemu/hw/microblaze/meson.build
/qemu/hw/mips/meson.build
/qemu/hw/misc/macio/meson.build
/qemu/hw/misc/meson.build
/qemu/hw/moxie/meson.build
/qemu/hw/net/can/meson.build
/qemu/hw/net/meson.build
/qemu/hw/nios2/meson.build
/qemu/hw/nubus/meson.build
/qemu/hw/nvram/meson.build
/qemu/hw/openrisc/meson.build
/qemu/hw/pci-bridge/meson.build
/qemu/hw/pci-host/meson.build
/qemu/hw/pci/meson.build
/qemu/hw/pcmcia/meson.build
/qemu/hw/ppc/meson.build
/qemu/hw/rdma/meson.build
/qemu/hw/riscv/meson.build
/qemu/hw/rtc/meson.build
/qemu/hw/rx/meson.build
/qemu/hw/s390x/meson.build
/qemu/hw/scsi/meson.build
/qemu/hw/sd/meson.build
/qemu/hw/semihosting/meson.build
/qemu/hw/sh4/meson.build
/qemu/hw/smbios/meson.build
/qemu/hw/sparc/meson.build
/qemu/hw/sparc64/meson.build
/qemu/hw/ssi/meson.build
/qemu/hw/timer/meson.build
/qemu/hw/tpm/meson.build
/qemu/hw/tricore/meson.build
/qemu/hw/unicore32/meson.build
/qemu/hw/usb/meson.build
/qemu/hw/vfio/meson.build
/qemu/hw/vfio/pci-quirks.c
/qemu/hw/virtio/meson.build
/qemu/hw/virtio/virtio-mem.c
/qemu/hw/watchdog/meson.build
/qemu/hw/xen/meson.build
/qemu/hw/xenpv/meson.build
/qemu/hw/xtensa/meson.build
/qemu/include/qemu/osdep.h
/qemu/io/meson.build
/qemu/libdecnumber/meson.build
/qemu/linux-user/alpha/meson.build
/qemu/linux-user/arm/meson.build
/qemu/linux-user/arm/nwfpe/meson.build
/qemu/linux-user/hppa/meson.build
/qemu/linux-user/i386/meson.build
/qemu/linux-user/i386/syscall_nr.h
/qemu/linux-user/m68k/meson.build
/qemu/linux-user/meson.build
/qemu/linux-user/microblaze/meson.build
/qemu/linux-user/mips/meson.build
/qemu/linux-user/mips/syscall_nr.h
/qemu/linux-user/mips64/meson.build
/qemu/linux-user/mips64/syscall_nr.h
/qemu/linux-user/ppc/meson.build
/qemu/linux-user/s390x/meson.build
/qemu/linux-user/sh4/meson.build
/qemu/linux-user/sparc/meson.build
/qemu/linux-user/sparc64/meson.build
/qemu/linux-user/x86_64/meson.build
/qemu/linux-user/x86_64/syscall_nr.h
/qemu/linux-user/xtensa/meson.build
/qemu/meson.build
/qemu/migration/meson.build
/qemu/monitor/meson.build
/qemu/nbd/meson.build
/qemu/net/can/meson.build
/qemu/net/meson.build
/qemu/os-posix.c
/qemu/pc-bios/descriptors/meson.build
/qemu/pc-bios/meson.build
/qemu/plugins/meson.build
/qemu/qapi/meson.build
meson.build
/qemu/qom/meson.build
/qemu/replay/meson.build
/qemu/rules.mak
/qemu/scripts/create_config
/qemu/scripts/decodetree.py
/qemu/scripts/device-crash-test
/qemu/scripts/feature_to_c.sh
/qemu/scripts/grepy.sh
/qemu/scripts/hxtool
/qemu/scripts/minikconf.py
/qemu/scripts/oss-fuzz/build.sh
/qemu/scripts/qemu-version.sh
/qemu/scripts/undefsym.sh
/qemu/scsi/meson.build
/qemu/softmmu/meson.build
/qemu/softmmu/qtest.c
/qemu/storage-daemon/meson.build
/qemu/storage-daemon/qapi/meson.build
/qemu/storage-daemon/qemu-storage-daemon.c
/qemu/target/alpha/meson.build
/qemu/target/arm/meson.build
/qemu/target/avr/disas.c
/qemu/target/avr/meson.build
/qemu/target/avr/translate.c
/qemu/target/cris/meson.build
/qemu/target/hppa/meson.build
/qemu/target/hppa/translate.c
/qemu/target/i386/hvf/meson.build
/qemu/target/i386/meson.build
/qemu/target/lm32/meson.build
/qemu/target/m68k/meson.build
/qemu/target/meson.build
/qemu/target/microblaze/meson.build
/qemu/target/mips/meson.build
/qemu/target/moxie/meson.build
/qemu/target/nios2/meson.build
/qemu/target/openrisc/disas.c
/qemu/target/openrisc/meson.build
/qemu/target/openrisc/translate.c
/qemu/target/ppc/meson.build
/qemu/target/riscv/meson.build
/qemu/target/riscv/translate.c
/qemu/target/rx/disas.c
/qemu/target/rx/meson.build
/qemu/target/rx/translate.c
/qemu/target/s390x/cpu_features.h
/qemu/target/s390x/cpu_models.h
/qemu/target/s390x/meson.build
/qemu/target/sh4/meson.build
/qemu/target/sparc/meson.build
/qemu/target/tilegx/meson.build
/qemu/target/tricore/meson.build
/qemu/target/unicore32/meson.build
/qemu/target/xtensa/meson.build
/qemu/tests/Makefile.include
/qemu/tests/acceptance/avocado_qemu/__init__.py
/qemu/tests/data/acpi/rebuild-expected-aml.sh
/qemu/tests/fp/meson.build
/qemu/tests/meson.build
/qemu/tests/multiboot/run_test.sh
/qemu/tests/qapi-schema/meson.build
/qemu/tests/qemu-iotests/check
/qemu/tests/qtest/ac97-test.c
/qemu/tests/qtest/acpi-utils.h
/qemu/tests/qtest/ahci-test.c
/qemu/tests/qtest/arm-cpu-features.c
/qemu/tests/qtest/boot-order-test.c
/qemu/tests/qtest/boot-sector.c
/qemu/tests/qtest/boot-sector.h
/qemu/tests/qtest/boot-serial-test.c
/qemu/tests/qtest/cdrom-test.c
/qemu/tests/qtest/dbus-vmstate-test.c
/qemu/tests/qtest/device-introspect-test.c
/qemu/tests/qtest/device-plug-test.c
/qemu/tests/qtest/drive_del-test.c
/qemu/tests/qtest/ds1338-test.c
/qemu/tests/qtest/e1000-test.c
/qemu/tests/qtest/eepro100-test.c
/qemu/tests/qtest/endianness-test.c
/qemu/tests/qtest/es1370-test.c
/qemu/tests/qtest/fuzz/fuzz.c
/qemu/tests/qtest/fuzz/fuzz.h
/qemu/tests/qtest/fuzz/i440fx_fuzz.c
/qemu/tests/qtest/fuzz/meson.build
/qemu/tests/qtest/fuzz/qos_fuzz.c
/qemu/tests/qtest/fuzz/qtest_wrappers.c
/qemu/tests/qtest/fuzz/virtio_net_fuzz.c
/qemu/tests/qtest/fuzz/virtio_scsi_fuzz.c
/qemu/tests/qtest/fw_cfg-test.c
/qemu/tests/qtest/hd-geo-test.c
/qemu/tests/qtest/hexloader-test.c
/qemu/tests/qtest/ide-test.c
/qemu/tests/qtest/ipoctal232-test.c
/qemu/tests/qtest/ivshmem-test.c
/qemu/tests/qtest/libqos/aarch64-xlnx-zcu102-machine.c
/qemu/tests/qtest/libqos/ahci.c
/qemu/tests/qtest/libqos/ahci.h
/qemu/tests/qtest/libqos/arm-imx25-pdk-machine.c
/qemu/tests/qtest/libqos/arm-n800-machine.c
/qemu/tests/qtest/libqos/arm-raspi2-machine.c
/qemu/tests/qtest/libqos/arm-sabrelite-machine.c
/qemu/tests/qtest/libqos/arm-smdkc210-machine.c
/qemu/tests/qtest/libqos/arm-virt-machine.c
/qemu/tests/qtest/libqos/arm-xilinx-zynq-a9-machine.c
/qemu/tests/qtest/libqos/e1000e.c
/qemu/tests/qtest/libqos/e1000e.h
/qemu/tests/qtest/libqos/fw_cfg.c
/qemu/tests/qtest/libqos/i2c-imx.c
/qemu/tests/qtest/libqos/i2c-omap.c
/qemu/tests/qtest/libqos/i2c.c
/qemu/tests/qtest/libqos/i2c.h
/qemu/tests/qtest/libqos/libqos-pc.c
/qemu/tests/qtest/libqos/libqos-pc.h
/qemu/tests/qtest/libqos/libqos-spapr.c
/qemu/tests/qtest/libqos/libqos-spapr.h
/qemu/tests/qtest/libqos/libqos.c
/qemu/tests/qtest/libqos/libqos.h
/qemu/tests/qtest/libqos/libqtest.h
/qemu/tests/qtest/libqos/malloc-pc.c
/qemu/tests/qtest/libqos/malloc-pc.h
/qemu/tests/qtest/libqos/malloc-spapr.c
/qemu/tests/qtest/libqos/malloc-spapr.h
/qemu/tests/qtest/libqos/malloc.c
/qemu/tests/qtest/libqos/meson.build
/qemu/tests/qtest/libqos/pci-pc.c
/qemu/tests/qtest/libqos/pci-pc.h
/qemu/tests/qtest/libqos/pci-spapr.c
/qemu/tests/qtest/libqos/pci-spapr.h
/qemu/tests/qtest/libqos/pci.c
/qemu/tests/qtest/libqos/pci.h
/qemu/tests/qtest/libqos/ppc64_pseries-machine.c
/qemu/tests/qtest/libqos/qgraph.c
/qemu/tests/qtest/libqos/qgraph.h
/qemu/tests/qtest/libqos/qgraph_internal.h
/qemu/tests/qtest/libqos/qos_external.c
/qemu/tests/qtest/libqos/qos_external.h
/qemu/tests/qtest/libqos/rtas.c
/qemu/tests/qtest/libqos/rtas.h
/qemu/tests/qtest/libqos/sdhci.c
/qemu/tests/qtest/libqos/sdhci.h
/qemu/tests/qtest/libqos/tpci200.c
/qemu/tests/qtest/libqos/usb.c
/qemu/tests/qtest/libqos/usb.h
/qemu/tests/qtest/libqos/virtio-9p.c
/qemu/tests/qtest/libqos/virtio-9p.h
/qemu/tests/qtest/libqos/virtio-balloon.c
/qemu/tests/qtest/libqos/virtio-balloon.h
/qemu/tests/qtest/libqos/virtio-blk.c
/qemu/tests/qtest/libqos/virtio-blk.h
/qemu/tests/qtest/libqos/virtio-mmio.c
/qemu/tests/qtest/libqos/virtio-mmio.h
/qemu/tests/qtest/libqos/virtio-net.c
/qemu/tests/qtest/libqos/virtio-net.h
/qemu/tests/qtest/libqos/virtio-pci.c
/qemu/tests/qtest/libqos/virtio-pci.h
/qemu/tests/qtest/libqos/virtio-rng.c
/qemu/tests/qtest/libqos/virtio-rng.h
/qemu/tests/qtest/libqos/virtio-scsi.c
/qemu/tests/qtest/libqos/virtio-scsi.h
/qemu/tests/qtest/libqos/virtio-serial.c
/qemu/tests/qtest/libqos/virtio-serial.h
/qemu/tests/qtest/libqos/virtio.c
/qemu/tests/qtest/libqos/virtio.h
/qemu/tests/qtest/libqos/x86_64_pc-machine.c
/qemu/tests/qtest/libqtest-single.h
/qemu/tests/qtest/libqtest.c
/qemu/tests/qtest/m48t59-test.c
/qemu/tests/qtest/machine-none-test.c
/qemu/tests/qtest/megasas-test.c
/qemu/tests/qtest/meson.build
/qemu/tests/qtest/microbit-test.c
/qemu/tests/qtest/migration-helpers.h
/qemu/tests/qtest/migration-test.c
/qemu/tests/qtest/modules-test.c
/qemu/tests/qtest/ne2000-test.c
/qemu/tests/qtest/numa-test.c
/qemu/tests/qtest/nvme-test.c
/qemu/tests/qtest/pca9552-test.c
/qemu/tests/qtest/pci-test.c
/qemu/tests/qtest/pcnet-test.c
/qemu/tests/qtest/pflash-cfi02-test.c
/qemu/tests/qtest/pnv-xscom-test.c
/qemu/tests/qtest/prom-env-test.c
/qemu/tests/qtest/pvpanic-test.c
/qemu/tests/qtest/pxe-test.c
/qemu/tests/qtest/q35-test.c
/qemu/tests/qtest/qmp-cmd-test.c
/qemu/tests/qtest/qmp-test.c
/qemu/tests/qtest/qom-test.c
/qemu/tests/qtest/rtas-test.c
/qemu/tests/qtest/sdhci-test.c
/qemu/tests/qtest/spapr-phb-test.c
/qemu/tests/qtest/tco-test.c
/qemu/tests/qtest/test-filter-mirror.c
/qemu/tests/qtest/test-filter-redirector.c
/qemu/tests/qtest/test-hmp.c
/qemu/tests/qtest/tpm-crb-swtpm-test.c
/qemu/tests/qtest/tpm-tis-device-swtpm-test.c
/qemu/tests/qtest/tpm-tis-swtpm-test.c
/qemu/tests/qtest/tpm-util.c
/qemu/tests/qtest/tulip-test.c
/qemu/tests/qtest/virtio-rng-test.c
/qemu/tests/qtest/virtio-test.c
/qemu/tests/qtest/vmgenid-test.c
/qemu/tests/qtest/vmxnet3-test.c
/qemu/tests/qtest/wdt_ib700-test.c
/qemu/tests/tcg/configure.sh
/qemu/tests/test-qga.c
/qemu/tests/test-qgraph.c
/qemu/trace/meson.build
/qemu/ui/meson.build
/qemu/ui/shader.c
/qemu/ui/shader/meson.build
/qemu/util/module.c
/qemu/version.texi.in
588a19fa28-Jan-2020 Paolo Bonzini <pbonzini@redhat.com>

meson: convert dummy Windows qga/qemu-ga target

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

328ec32d15-Jul-2019 Marc-André Lureau <marcandre.lureau@redhat.com>

meson: add msi generation

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

7272fc7215-Jul-2019 Marc-André Lureau <marcandre.lureau@redhat.com>

meson: convert vss-win32

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

f15bff2518-Jul-2019 Paolo Bonzini <pbonzini@redhat.com>

meson: convert qemu-ga

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


/qemu/.editorconfig
/qemu/.gitignore
/qemu/.gitlab-ci.yml
/qemu/.gitmodules
/qemu/Makefile
/qemu/Makefile.objs
/qemu/Makefile.target
/qemu/VERSION
/qemu/accel/kvm/trace.h
/qemu/accel/stubs/xen-stub.c
/qemu/accel/tcg/atomic_common.c.inc
/qemu/accel/tcg/cputlb.c
/qemu/accel/tcg/trace.h
/qemu/accel/tcg/user-exec.c
/qemu/accel/xen/xen-all.c
/qemu/audio/trace.h
/qemu/authz/trace.h
/qemu/backends/tpm/trace.h
/qemu/backends/trace.h
/qemu/block/block-copy.c
/qemu/block/qcow2-bitmap.c
/qemu/block/qcow2-cluster.c
/qemu/block/trace.h
/qemu/chardev/trace.h
/qemu/configure
/qemu/contrib/elf2dmp/meson.build
/qemu/contrib/gitdm/filetypes.txt
/qemu/contrib/ivshmem-client/meson.build
/qemu/contrib/ivshmem-server/meson.build
/qemu/contrib/libvhost-user/meson.build
/qemu/contrib/rdmacm-mux/meson.build
/qemu/contrib/vhost-user-blk/meson.build
/qemu/contrib/vhost-user-gpu/meson.build
/qemu/contrib/vhost-user-input/meson.build
/qemu/contrib/vhost-user-scsi/meson.build
/qemu/contrib/vhost-user-scsi/vhost-user-scsi.c
/qemu/crypto/Makefile.objs
/qemu/crypto/meson.build
/qemu/crypto/trace.h
/qemu/dma-helpers.c
/qemu/docs/devel/decodetree.rst
/qemu/docs/devel/testing.rst
/qemu/docs/devel/tracing.txt
/qemu/exec.c
/qemu/fpu/softfloat-specialize.c.inc
/qemu/fpu/softfloat.c
/qemu/gdbstub.c
/qemu/hw/9pfs/trace.h
/qemu/hw/acpi/trace.h
/qemu/hw/alpha/trace.h
/qemu/hw/arm/msf2-soc.c
/qemu/hw/arm/netduino2.c
/qemu/hw/arm/netduinoplus2.c
/qemu/hw/arm/nrf51_soc.c
/qemu/hw/arm/stellaris.c
/qemu/hw/arm/trace.h
/qemu/hw/audio/trace.h
/qemu/hw/block/dataplane/trace.h
/qemu/hw/block/trace.h
/qemu/hw/char/trace.h
/qemu/hw/core/cpu.c
/qemu/hw/core/trace.h
/qemu/hw/display/trace.h
/qemu/hw/dma/trace.h
/qemu/hw/gpio/trace.h
/qemu/hw/hppa/trace.h
/qemu/hw/hyperv/trace.h
/qemu/hw/i2c/trace.h
/qemu/hw/i386/trace.h
/qemu/hw/i386/xen/trace.h
/qemu/hw/ide/trace.h
/qemu/hw/input/trace.h
/qemu/hw/intc/armv7m_nvic.c
/qemu/hw/intc/trace.h
/qemu/hw/isa/trace.h
/qemu/hw/mem/trace.h
/qemu/hw/mips/trace.h
/qemu/hw/misc/macio/trace.h
/qemu/hw/misc/trace.h
/qemu/hw/net/net_tx_pkt.c
/qemu/hw/net/trace.h
/qemu/hw/nvram/trace.h
/qemu/hw/pci-host/trace.h
/qemu/hw/pci/trace.h
/qemu/hw/ppc/trace.h
/qemu/hw/rdma/trace.h
/qemu/hw/rdma/vmw/trace.h
/qemu/hw/riscv/trace.h
/qemu/hw/rtc/trace.h
/qemu/hw/s390x/trace.h
/qemu/hw/scsi/trace.h
/qemu/hw/sd/trace.h
/qemu/hw/sparc/trace.h
/qemu/hw/sparc64/trace.h
/qemu/hw/ssi/trace.h
/qemu/hw/timer/imx_epit.c
/qemu/hw/timer/trace.h
/qemu/hw/tpm/trace.h
/qemu/hw/usb/trace.h
/qemu/hw/vfio/trace.h
/qemu/hw/virtio/trace.h
/qemu/hw/virtio/virtio-mem.c
/qemu/hw/watchdog/trace.h
/qemu/hw/xen/trace.h
/qemu/include/exec/cpu-all.h
/qemu/include/exec/memory.h
/qemu/include/exec/memory_ldst.h.inc
/qemu/include/exec/memory_ldst_cached.h.inc
/qemu/include/exec/memory_ldst_phys.h.inc
/qemu/include/hw/arm/armv7m.h
/qemu/include/hw/irq.h
/qemu/include/sysemu/xen.h
/qemu/include/tcg/tcg.h
/qemu/include/user/syscall-trace.h
/qemu/io/trace.h
/qemu/job-qmp.c
/qemu/job.c
/qemu/linux-user/trace.h
/qemu/memory_ldst.c.inc
/qemu/meson
/qemu/meson.build
/qemu/migration/trace.h
/qemu/monitor/trace.h
/qemu/nbd/trace.h
/qemu/net/colo-compare.c
/qemu/net/trace.h
/qemu/pc-bios/bios-256k.bin
/qemu/pc-bios/bios.bin
/qemu/pc-bios/optionrom/Makefile
/qemu/pc-bios/s390-ccw/Makefile
/qemu/pc-bios/vgabios-ati.bin
/qemu/pc-bios/vgabios-bochs-display.bin
/qemu/pc-bios/vgabios-cirrus.bin
/qemu/pc-bios/vgabios-qxl.bin
/qemu/pc-bios/vgabios-ramfb.bin
/qemu/pc-bios/vgabios-stdvga.bin
/qemu/pc-bios/vgabios-virtio.bin
/qemu/pc-bios/vgabios-vmware.bin
/qemu/pc-bios/vgabios.bin
/qemu/qapi/Makefile.objs
/qemu/qapi/meson.build
/qemu/qapi/trace.h
Makefile.objs
installer/qemu-ga.wxs
meson.build
/qemu/qobject/meson.build
/qemu/qom/trace.h
/qemu/roms/seabios
/qemu/rules.mak
/qemu/scripts/archive-source.sh
/qemu/scripts/check_sparse.py
/qemu/scripts/clean-includes
/qemu/scripts/coverity-scan/run-coverity-scan
/qemu/scripts/mtest2make.py
/qemu/scripts/ninjatool.py
/qemu/scripts/oss-fuzz/build.sh
/qemu/scripts/qapi-gen.py
/qemu/scripts/tracetool.py
/qemu/scripts/tracetool/backend/dtrace.py
/qemu/scripts/tracetool/backend/ust.py
/qemu/scripts/tracetool/format/c.py
/qemu/scripts/tracetool/format/tcg_h.py
/qemu/scripts/tracetool/format/tcg_helper_c.py
/qemu/scsi/trace.h
/qemu/softmmu/Makefile.objs
/qemu/softmmu/balloon.c
/qemu/softmmu/ioport.c
/qemu/softmmu/memory.c
/qemu/softmmu/vl.c
/qemu/storage-daemon/Makefile.objs
/qemu/storage-daemon/meson.build
/qemu/storage-daemon/qapi/meson.build
/qemu/stubs/meson.build
/qemu/target/arm/Makefile.objs
/qemu/target/arm/helper.c
/qemu/target/arm/pauth_helper.c
/qemu/target/arm/trace.h
/qemu/target/arm/translate-a64.c
/qemu/target/arm/translate-neon.c.inc
/qemu/target/arm/translate-sve.c
/qemu/target/arm/translate-vfp.c.inc
/qemu/target/arm/translate.c
/qemu/target/avr/Makefile.objs
/qemu/target/avr/disas.c
/qemu/target/avr/translate.c
/qemu/target/cris/translate.c
/qemu/target/cris/translate_v10.c.inc
/qemu/target/hppa/Makefile.objs
/qemu/target/hppa/trace.h
/qemu/target/hppa/translate.c
/qemu/target/i386/trace.h
/qemu/target/mips/trace.h
/qemu/target/mips/translate.c
/qemu/target/mips/translate_init.c.inc
/qemu/target/openrisc/Makefile.objs
/qemu/target/openrisc/disas.c
/qemu/target/openrisc/translate.c
/qemu/target/ppc/int_helper.c
/qemu/target/ppc/mfrom_table.c.inc
/qemu/target/ppc/trace.h
/qemu/target/ppc/translate.c
/qemu/target/ppc/translate/dfp-impl.c.inc
/qemu/target/ppc/translate/dfp-ops.c.inc
/qemu/target/ppc/translate/fp-impl.c.inc
/qemu/target/ppc/translate/fp-ops.c.inc
/qemu/target/ppc/translate/spe-impl.c.inc
/qemu/target/ppc/translate/spe-ops.c.inc
/qemu/target/ppc/translate/vmx-impl.c.inc
/qemu/target/ppc/translate/vmx-ops.c.inc
/qemu/target/ppc/translate/vsx-impl.c.inc
/qemu/target/ppc/translate/vsx-ops.c.inc
/qemu/target/ppc/translate_init.c.inc
/qemu/target/riscv/Makefile.objs
/qemu/target/riscv/insn_trans/trans_privileged.c.inc
/qemu/target/riscv/insn_trans/trans_rva.c.inc
/qemu/target/riscv/insn_trans/trans_rvd.c.inc
/qemu/target/riscv/insn_trans/trans_rvf.c.inc
/qemu/target/riscv/insn_trans/trans_rvh.c.inc
/qemu/target/riscv/insn_trans/trans_rvi.c.inc
/qemu/target/riscv/insn_trans/trans_rvm.c.inc
/qemu/target/riscv/insn_trans/trans_rvv.c.inc
/qemu/target/riscv/trace.h
/qemu/target/riscv/translate.c
/qemu/target/riscv/vector_helper.c
/qemu/target/rx/Makefile.objs
/qemu/target/rx/disas.c
/qemu/target/rx/translate.c
/qemu/target/s390x/cpu_features.c
/qemu/target/s390x/cpu_features_def.h
/qemu/target/s390x/cpu_features_def.h.inc
/qemu/target/s390x/trace.h
/qemu/target/s390x/translate.c
/qemu/target/s390x/translate_vx.c.inc
/qemu/target/sparc/trace.h
/qemu/target/xtensa/core-dc232b.c
/qemu/target/xtensa/core-dc232b/gdb-config.c.inc
/qemu/target/xtensa/core-dc232b/xtensa-modules.c.inc
/qemu/target/xtensa/core-dc233c.c
/qemu/target/xtensa/core-dc233c/gdb-config.c.inc
/qemu/target/xtensa/core-dc233c/xtensa-modules.c.inc
/qemu/target/xtensa/core-de212.c
/qemu/target/xtensa/core-de212/gdb-config.c.inc
/qemu/target/xtensa/core-de212/xtensa-modules.c.inc
/qemu/target/xtensa/core-fsf.c
/qemu/target/xtensa/core-fsf/xtensa-modules.c.inc
/qemu/target/xtensa/core-sample_controller.c
/qemu/target/xtensa/core-sample_controller/gdb-config.c.inc
/qemu/target/xtensa/core-sample_controller/xtensa-modules.c.inc
/qemu/target/xtensa/core-test_kc705_be.c
/qemu/target/xtensa/core-test_kc705_be/gdb-config.c.inc
/qemu/target/xtensa/core-test_kc705_be/xtensa-modules.c.inc
/qemu/target/xtensa/core-test_mmuhifi_c3.c
/qemu/target/xtensa/core-test_mmuhifi_c3/gdb-config.c.inc
/qemu/target/xtensa/core-test_mmuhifi_c3/xtensa-modules.c.inc
/qemu/target/xtensa/import_core.sh
/qemu/tcg/README
/qemu/tcg/aarch64/tcg-target.c.inc
/qemu/tcg/arm/tcg-target.c.inc
/qemu/tcg/i386/tcg-target.c.inc
/qemu/tcg/mips/tcg-target.c.inc
/qemu/tcg/ppc/tcg-target.c.inc
/qemu/tcg/riscv/tcg-target.c.inc
/qemu/tcg/s390/tcg-target.c.inc
/qemu/tcg/sparc/tcg-target.c.inc
/qemu/tcg/tcg-ldst.c.inc
/qemu/tcg/tcg-pool.c.inc
/qemu/tcg/tcg.c
/qemu/tcg/tci/README
/qemu/tcg/tci/tcg-target.c.inc
/qemu/tests/Makefile.include
/qemu/tests/acceptance/machine_rx_gdbsim.py
/qemu/tests/acceptance/replay_kernel.py
/qemu/tests/docker/dockerfiles/debian-amd64.docker
/qemu/tests/docker/test-static
/qemu/tests/fp/fp-test.c
/qemu/tests/fp/wrap.c.inc
/qemu/tests/qemu-iotests/169
/qemu/tests/qemu-iotests/169.out
/qemu/tests/qemu-iotests/304
/qemu/tests/qemu-iotests/304.out
/qemu/tests/qemu-iotests/group
/qemu/tests/tcg/aarch64/Makefile.target
/qemu/tests/tcg/aarch64/pauth-5.c
/qemu/tests/test-qga.c
/qemu/tests/test-util-sockets.c
/qemu/tests/vm/Makefile.include
/qemu/tests/vm/freebsd
/qemu/tests/vm/netbsd
/qemu/tests/vm/openbsd
/qemu/tools/meson.build
/qemu/tools/virtiofsd/meson.build
/qemu/tools/virtiofsd/passthrough_ll.c
/qemu/tools/virtiofsd/passthrough_seccomp.c
/qemu/tools/virtiofsd/passthrough_seccomp.h
/qemu/trace/Makefile.objs
/qemu/trace/control-target.c
/qemu/trace/control.c
/qemu/trace/meson.build
/qemu/ui/input-keymap.c
/qemu/ui/trace.h
/qemu/ui/vnc-enc-zrle.c
/qemu/ui/vnc-enc-zrle.c.inc
/qemu/util/meson.build
/qemu/util/trace.h
f7160f3229-Jul-2020 Andrea Bolognani <abologna@redhat.com>

schemas: Add vim modeline

The various schemas included in QEMU use a JSON-based format which
is, however, strictly speaking not valid JSON.

As a consequence, when vim tries to apply syntax highligh

schemas: Add vim modeline

The various schemas included in QEMU use a JSON-based format which
is, however, strictly speaking not valid JSON.

As a consequence, when vim tries to apply syntax highlight rules
for JSON (as guessed from the file name), the result is an unreadable
mess which mostly consist of red markers pointing out supposed errors
in, well, pretty much everything.

Using Python syntax highlighting produces much better results, and
in fact these files already start with specially-formatted comments
that instruct Emacs to process them as if they were Python files.

This commit adds the equivalent special comments for vim.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Message-Id: <20200729185024.121766-1-abologna@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>

show more ...


/qemu/MAINTAINERS
/qemu/VERSION
/qemu/block/amend.c
/qemu/block/io.c
/qemu/block/nbd.c
/qemu/block/qcow2.c
/qemu/block/trace-events
/qemu/contrib/libvhost-user/libvhost-user.c
/qemu/docs/interop/firmware.json
/qemu/docs/interop/qcow2.txt
/qemu/docs/interop/vhost-user.json
/qemu/docs/system/arm/virt.rst
/qemu/hw/acpi/ghes.c
/qemu/hw/arm/boot.c
/qemu/hw/core/machine.c
/qemu/hw/i386/pc.c
/qemu/hw/misc/aspeed_sdmc.c
/qemu/hw/net/virtio-net.c
/qemu/hw/pci/pci_host.c
/qemu/hw/s390x/s390-virtio-ccw.c
/qemu/hw/virtio/vhost-user.c
/qemu/hw/virtio/vhost-vdpa.c
/qemu/hw/virtio/virtio-mem-pci.c
/qemu/hw/virtio/virtio-pci.c
/qemu/hw/virtio/virtio.c
/qemu/include/hw/pci/pci_host.h
/qemu/include/hw/virtio/virtio.h
/qemu/linux-user/main.c
/qemu/linux-user/syscall.c
/qemu/migration/block-dirty-bitmap.c
/qemu/migration/migration.c
/qemu/migration/migration.h
/qemu/migration/savevm.c
/qemu/nbd/server.c
/qemu/net/queue.c
/qemu/pc-bios/openbios-ppc
/qemu/pc-bios/openbios-sparc32
/qemu/pc-bios/openbios-sparc64
/qemu/qapi/authz.json
/qemu/qapi/block-core.json
/qemu/qapi/block.json
/qemu/qapi/char.json
/qemu/qapi/common.json
/qemu/qapi/control.json
/qemu/qapi/crypto.json
/qemu/qapi/dump.json
/qemu/qapi/error.json
/qemu/qapi/introspect.json
/qemu/qapi/job.json
/qemu/qapi/machine-target.json
/qemu/qapi/machine.json
/qemu/qapi/migration.json
/qemu/qapi/misc-target.json
/qemu/qapi/misc.json
/qemu/qapi/net.json
/qemu/qapi/qapi-schema.json
/qemu/qapi/qdev.json
/qemu/qapi/qom.json
/qemu/qapi/rdma.json
/qemu/qapi/rocker.json
/qemu/qapi/run-state.json
/qemu/qapi/sockets.json
/qemu/qapi/tpm.json
/qemu/qapi/transaction.json
/qemu/qapi/ui.json
/qemu/qemu-io-cmds.c
qapi-schema.json
/qemu/roms/openbios
/qemu/scripts/tracetool/backend/dtrace.py
/qemu/slirp
/qemu/storage-daemon/qapi/qapi-schema.json
/qemu/target/arm/helper.c
/qemu/target/arm/mte_helper.c
/qemu/tests/qapi-schema/doc-good.json
/qemu/tests/qapi-schema/include/sub-module.json
/qemu/tests/qapi-schema/qapi-schema-test.json
/qemu/tests/qapi-schema/sub-sub-module.json
/qemu/tests/qemu-iotests/028
/qemu/tests/qemu-iotests/028.out
/qemu/tests/qemu-iotests/197
/qemu/tests/qemu-iotests/197.out
/qemu/tests/qemu-iotests/199
/qemu/tests/qemu-iotests/199.out
/qemu/tests/qemu-iotests/264
/qemu/tests/qemu-iotests/264.out
/qemu/tests/qemu-iotests/302
/qemu/tests/qemu-iotests/302.out
/qemu/tests/qemu-iotests/check
/qemu/tests/qemu-iotests/group
/qemu/tests/qemu-iotests/iotests.py
/qemu/tests/test-char.c
/qemu/trace/control.c
ba62054122-Jul-2020 Thomas Huth <thuth@redhat.com>

qga/qapi-schema: Document -1 for invalid PCI address fields

The "guest-get-fsinfo" could also be used for non-PCI devices in the
future. And the code in GuestPCIAddress() in qga/commands-win32.c see

qga/qapi-schema: Document -1 for invalid PCI address fields

The "guest-get-fsinfo" could also be used for non-PCI devices in the
future. And the code in GuestPCIAddress() in qga/commands-win32.c seems
to be using "-1" for fields that it can not determine already. Thus
let's properly document "-1" as value for invalid PCI address fields.

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>

show more ...

3aaebc0c30-Apr-2020 Basil Salman <bsalman@redhat.com>

qga-win: fix "guest-get-fsinfo" wrong filesystem type

This patch handles the case where unmounted volumes exist,
where in that case GetVolumePathNamesForVolumeName returns
empty path, GetVolumeInfor

qga-win: fix "guest-get-fsinfo" wrong filesystem type

This patch handles the case where unmounted volumes exist,
where in that case GetVolumePathNamesForVolumeName returns
empty path, GetVolumeInformation will use the current working
directory instead.
This patch fixes the issue by opening a handle to the volumes,
and using GetVolumeInformationByHandleW instead.

Buglink: https://bugzilla.redhat.com/show_bug.cgi?id=1746667

Signed-off-by: Basil Salman <bsalman@redhat.com>
Signed-off-by: Basil Salman <basil@daynix.com>
*fix crash when guest_build_fsinfo() sets errp multiple times
*make new error message more distinct from existing ones
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>

show more ...


/qemu/.gitlab-ci.d/containers.yml
/qemu/.gitlab-ci.yml
/qemu/.shippable.yml
/qemu/.travis.yml
/qemu/MAINTAINERS
/qemu/Makefile
/qemu/VERSION
/qemu/accel/tcg/cpu-exec.c
/qemu/accel/tcg/cputlb.c
/qemu/accel/tcg/translate-all.c
/qemu/backends/hostmem.c
/qemu/backends/tpm/tpm_emulator.c
/qemu/block.c
/qemu/block/Makefile.objs
/qemu/block/block-backend.c
/qemu/block/crypto.c
/qemu/block/file-posix.c
/qemu/block/nbd.c
/qemu/block/qcow.c
/qemu/block/qcow2-cluster.c
/qemu/block/qcow2.c
/qemu/block/sheepdog.c
/qemu/block/stream.c
/qemu/block/throttle-groups.c
/qemu/block/trace-events
/qemu/block/vmdk.c
/qemu/blockdev.c
/qemu/configure
/qemu/docs/devel/fuzzing.txt
/qemu/docs/devel/multi-thread-tcg.rst
/qemu/docs/system/arm/collie.rst
/qemu/docs/system/arm/digic.rst
/qemu/docs/system/arm/gumstix.rst
/qemu/docs/system/arm/orangepi.rst
/qemu/docs/system/arm/virt.rst
/qemu/docs/system/deprecated.rst
/qemu/docs/system/s390x/vfio-ccw.rst
/qemu/docs/system/target-arm.rst
/qemu/docs/tools/qemu-img.rst
/qemu/fpu/softfloat-specialize.inc.c
/qemu/gdbstub.c
/qemu/hw/acpi/core.c
/qemu/hw/arm/Kconfig
/qemu/hw/arm/allwinner-h3.c
/qemu/hw/arm/armsse.c
/qemu/hw/arm/aspeed.c
/qemu/hw/arm/msf2-soc.c
/qemu/hw/arm/musicpal.c
/qemu/hw/arm/nseries.c
/qemu/hw/arm/pxa2xx.c
/qemu/hw/arm/realview.c
/qemu/hw/arm/spitz.c
/qemu/hw/arm/stellaris.c
/qemu/hw/arm/tosa.c
/qemu/hw/arm/versatilepb.c
/qemu/hw/arm/vexpress.c
/qemu/hw/arm/virt.c
/qemu/hw/arm/xlnx-versal.c
/qemu/hw/arm/xlnx-zynqmp.c
/qemu/hw/arm/z2.c
/qemu/hw/avr/boot.c
/qemu/hw/block/nvme.c
/qemu/hw/char/ibex_uart.c
/qemu/hw/core/machine-qmp-cmds.c
/qemu/hw/core/machine.c
/qemu/hw/core/qdev.c
/qemu/hw/display/qxl.c
/qemu/hw/display/sii9022.c
/qemu/hw/dma/sparc32_dma.c
/qemu/hw/i2c/Kconfig
/qemu/hw/i2c/Makefile.objs
/qemu/hw/i2c/aspeed_i2c.c
/qemu/hw/i2c/core.c
/qemu/hw/i386/intel_iommu.c
/qemu/hw/i386/intel_iommu_internal.h
/qemu/hw/input/virtio-input-hid.c
/qemu/hw/ipmi/ipmi_bmc_sim.c
/qemu/hw/mem/nvdimm.c
/qemu/hw/mem/pc-dimm.c
/qemu/hw/misc/ivshmem.c
/qemu/hw/net/ftgmac100.c
/qemu/hw/net/net_tx_pkt.c
/qemu/hw/net/net_tx_pkt.h
/qemu/hw/net/virtio-net.c
/qemu/hw/net/xgmac.c
/qemu/hw/nvram/fw_cfg.c
/qemu/hw/ppc/e500.c
/qemu/hw/ppc/pnv_psi.c
/qemu/hw/ppc/sam460ex.c
/qemu/hw/ppc/spapr.c
/qemu/hw/ppc/spapr_drc.c
/qemu/hw/ppc/spapr_pci.c
/qemu/hw/ppc/spapr_pci_nvlink2.c
/qemu/hw/ppc/spapr_rtas.c
/qemu/hw/ppc/trace-events
/qemu/hw/riscv/boot.c
/qemu/hw/riscv/sifive_e.c
/qemu/hw/riscv/sifive_u.c
/qemu/hw/riscv/spike.c
/qemu/hw/riscv/virt.c
/qemu/hw/rtc/goldfish_rtc.c
/qemu/hw/s390x/ipl.c
/qemu/hw/s390x/s390-virtio-ccw.c
/qemu/hw/s390x/virtio-ccw-crypto.c
/qemu/hw/s390x/virtio-ccw-rng.c
/qemu/hw/s390x/virtio-ccw.c
/qemu/hw/sd/milkymist-memcard.c
/qemu/hw/sd/sd.c
/qemu/hw/semihosting/console.c
/qemu/hw/tpm/tpm_spapr.c
/qemu/hw/usb/Kconfig
/qemu/hw/usb/dev-storage.c
/qemu/hw/usb/hcd-xhci.c
/qemu/hw/vfio/display.c
/qemu/hw/virtio/virtio-balloon.c
/qemu/hw/virtio/virtio-crypto-pci.c
/qemu/hw/virtio/virtio-crypto.c
/qemu/hw/virtio/virtio-mem.c
/qemu/hw/virtio/virtio-pci.c
/qemu/hw/virtio/virtio-pmem.c
/qemu/hw/virtio/virtio-rng-pci.c
/qemu/hw/virtio/virtio.c
/qemu/include/block/block.h
/qemu/include/block/block_int.h
/qemu/include/fpu/softfloat.h
/qemu/include/hw/arm/virt.h
/qemu/include/hw/char/ibex_uart.h
/qemu/include/hw/core/cpu.h
/qemu/include/hw/i2c/aspeed_i2c.h
/qemu/include/hw/i2c/i2c.h
/qemu/include/hw/nvram/fw_cfg.h
/qemu/include/hw/pci-host/spapr.h
/qemu/include/hw/ppc/spapr.h
/qemu/include/hw/qdev-core.h
/qemu/include/hw/qdev-properties.h
/qemu/include/hw/riscv/boot.h
/qemu/include/hw/riscv/boot_opensbi.h
/qemu/include/hw/rtc/goldfish_rtc.h
/qemu/include/hw/virtio/virtio-balloon.h
/qemu/include/hw/virtio/virtio.h
/qemu/include/net/eth.h
/qemu/include/qapi/error.h
/qemu/include/qemu-common.h
/qemu/include/qemu/osdep.h
/qemu/include/qemu/sockets.h
/qemu/include/qemu/typedefs.h
/qemu/include/qom/object.h
/qemu/include/sysemu/tpm.h
/qemu/iothread.c
/qemu/linux-user/elfload.c
/qemu/linux-user/fd-trans.c
/qemu/linux-user/strace.c
/qemu/linux-user/syscall.c
/qemu/migration/block-dirty-bitmap.c
/qemu/migration/migration.c
/qemu/migration/savevm.c
/qemu/nbd/server.c
/qemu/net/colo-compare.c
/qemu/net/net.c
/qemu/net/socket.c
/qemu/net/tap-bsd.c
/qemu/net/tap-linux.c
/qemu/net/tap-solaris.c
/qemu/net/tap-stub.c
/qemu/net/tap.c
/qemu/net/tap_int.h
/qemu/os-posix.c
/qemu/os-win32.c
/qemu/pc-bios/README
/qemu/pc-bios/slof.bin
/qemu/python/qemu/console_socket.py
/qemu/python/qemu/machine.py
/qemu/python/qemu/pylintrc
/qemu/python/qemu/qmp.py
/qemu/qapi/block-core.json
/qemu/qdev-monitor.c
/qemu/qemu-img.c
/qemu/qemu-options.hx
commands-win32.c
/qemu/qom/object.c
/qemu/qom/qom-hmp-cmds.c
/qemu/roms/SLOF
/qemu/scripts/coccinelle/err-bad-newline.cocci
/qemu/scripts/oss-fuzz/build.sh
/qemu/scripts/performance/dissect.py
/qemu/scripts/qapi/visit.py
/qemu/scripts/render_block_graph.py
/qemu/scsi/pr-manager-helper.c
/qemu/scsi/pr-manager.c
/qemu/softmmu/memory.c
/qemu/softmmu/vl.c
/qemu/stubs/tpm.c
/qemu/target/arm/cpu.c
/qemu/target/arm/cpu64.c
/qemu/target/hppa/translate.c
/qemu/target/i386/cpu.c
/qemu/target/i386/cpu.h
/qemu/target/i386/fpu_helper.c
/qemu/target/i386/hax-posix.c
/qemu/target/i386/hvf/vmx.h
/qemu/target/i386/kvm.c
/qemu/target/i386/translate.c
/qemu/target/mips/cp0_helper.c
/qemu/target/mips/fpu_helper.c
/qemu/target/ppc/kvm.c
/qemu/target/ppc/kvm_ppc.h
/qemu/target/ppc/mmu-hash64.c
/qemu/target/riscv/cpu.h
/qemu/target/riscv/csr.c
/qemu/target/riscv/insn_trans/trans_rvv.inc.c
/qemu/target/riscv/pmp.c
/qemu/tcg/riscv/tcg-target.inc.c
/qemu/tcg/tcg-op-vec.c
/qemu/tests/acceptance/boot_linux_console.py
/qemu/tests/acceptance/linux_ssh_mips_malta.py
/qemu/tests/crypto-tls-x509-helpers.c
/qemu/tests/docker/Makefile.include
/qemu/tests/docker/docker.py
/qemu/tests/docker/dockerfiles/debian-bootstrap.pre
/qemu/tests/docker/dockerfiles/ubuntu2004.docker
/qemu/tests/plugin/Makefile
/qemu/tests/plugin/bb.c
/qemu/tests/qemu-iotests/017
/qemu/tests/qemu-iotests/017.out
/qemu/tests/qemu-iotests/018
/qemu/tests/qemu-iotests/018.out
/qemu/tests/qemu-iotests/019
/qemu/tests/qemu-iotests/019.out
/qemu/tests/qemu-iotests/020
/qemu/tests/qemu-iotests/020.out
/qemu/tests/qemu-iotests/024
/qemu/tests/qemu-iotests/024.out
/qemu/tests/qemu-iotests/028
/qemu/tests/qemu-iotests/028.out
/qemu/tests/qemu-iotests/029
/qemu/tests/qemu-iotests/030
/qemu/tests/qemu-iotests/034
/qemu/tests/qemu-iotests/034.out
/qemu/tests/qemu-iotests/037
/qemu/tests/qemu-iotests/037.out
/qemu/tests/qemu-iotests/038
/qemu/tests/qemu-iotests/038.out
/qemu/tests/qemu-iotests/039
/qemu/tests/qemu-iotests/039.out
/qemu/tests/qemu-iotests/040
/qemu/tests/qemu-iotests/041
/qemu/tests/qemu-iotests/042
/qemu/tests/qemu-iotests/043
/qemu/tests/qemu-iotests/043.out
/qemu/tests/qemu-iotests/046
/qemu/tests/qemu-iotests/046.out
/qemu/tests/qemu-iotests/049.out
/qemu/tests/qemu-iotests/050
/qemu/tests/qemu-iotests/050.out
/qemu/tests/qemu-iotests/051
/qemu/tests/qemu-iotests/051.out
/qemu/tests/qemu-iotests/051.pc.out
/qemu/tests/qemu-iotests/054.out
/qemu/tests/qemu-iotests/056
/qemu/tests/qemu-iotests/059
/qemu/tests/qemu-iotests/059.out
/qemu/tests/qemu-iotests/060
/qemu/tests/qemu-iotests/060.out
/qemu/tests/qemu-iotests/061
/qemu/tests/qemu-iotests/061.out
/qemu/tests/qemu-iotests/069
/qemu/tests/qemu-iotests/069.out
/qemu/tests/qemu-iotests/073
/qemu/tests/qemu-iotests/073.out
/qemu/tests/qemu-iotests/079.out
/qemu/tests/qemu-iotests/082
/qemu/tests/qemu-iotests/082.out
/qemu/tests/qemu-iotests/085
/qemu/tests/qemu-iotests/085.out
/qemu/tests/qemu-iotests/089
/qemu/tests/qemu-iotests/089.out
/qemu/tests/qemu-iotests/095
/qemu/tests/qemu-iotests/095.out
/qemu/tests/qemu-iotests/097
/qemu/tests/qemu-iotests/097.out
/qemu/tests/qemu-iotests/098
/qemu/tests/qemu-iotests/098.out
/qemu/tests/qemu-iotests/106
/qemu/tests/qemu-iotests/110
/qemu/tests/qemu-iotests/110.out
/qemu/tests/qemu-iotests/111.out
/qemu/tests/qemu-iotests/112.out
/qemu/tests/qemu-iotests/114
/qemu/tests/qemu-iotests/114.out
/qemu/tests/qemu-iotests/122
/qemu/tests/qemu-iotests/122.out
/qemu/tests/qemu-iotests/126
/qemu/tests/qemu-iotests/126.out
/qemu/tests/qemu-iotests/127
/qemu/tests/qemu-iotests/127.out
/qemu/tests/qemu-iotests/129
/qemu/tests/qemu-iotests/130
/qemu/tests/qemu-iotests/133
/qemu/tests/qemu-iotests/133.out
/qemu/tests/qemu-iotests/134
/qemu/tests/qemu-iotests/139
/qemu/tests/qemu-iotests/141
/qemu/tests/qemu-iotests/141.out
/qemu/tests/qemu-iotests/142
/qemu/tests/qemu-iotests/142.out
/qemu/tests/qemu-iotests/153
/qemu/tests/qemu-iotests/153.out
/qemu/tests/qemu-iotests/154
/qemu/tests/qemu-iotests/154.out
/qemu/tests/qemu-iotests/155
/qemu/tests/qemu-iotests/156
/qemu/tests/qemu-iotests/156.out
/qemu/tests/qemu-iotests/158
/qemu/tests/qemu-iotests/158.out
/qemu/tests/qemu-iotests/161
/qemu/tests/qemu-iotests/161.out
/qemu/tests/qemu-iotests/175
/qemu/tests/qemu-iotests/176
/qemu/tests/qemu-iotests/176.out
/qemu/tests/qemu-iotests/177
/qemu/tests/qemu-iotests/177.out
/qemu/tests/qemu-iotests/179
/qemu/tests/qemu-iotests/179.out
/qemu/tests/qemu-iotests/189
/qemu/tests/qemu-iotests/189.out
/qemu/tests/qemu-iotests/191
/qemu/tests/qemu-iotests/191.out
/qemu/tests/qemu-iotests/195
/qemu/tests/qemu-iotests/195.out
/qemu/tests/qemu-iotests/198
/qemu/tests/qemu-iotests/198.out
/qemu/tests/qemu-iotests/204
/qemu/tests/qemu-iotests/204.out
/qemu/tests/qemu-iotests/216
/qemu/tests/qemu-iotests/224
/qemu/tests/qemu-iotests/225
/qemu/tests/qemu-iotests/225.out
/qemu/tests/qemu-iotests/228
/qemu/tests/qemu-iotests/243
/qemu/tests/qemu-iotests/245
/qemu/tests/qemu-iotests/249
/qemu/tests/qemu-iotests/249.out
/qemu/tests/qemu-iotests/252
/qemu/tests/qemu-iotests/257
/qemu/tests/qemu-iotests/259.out
/qemu/tests/qemu-iotests/267
/qemu/tests/qemu-iotests/267.out
/qemu/tests/qemu-iotests/270
/qemu/tests/qemu-iotests/270.out
/qemu/tests/qemu-iotests/273
/qemu/tests/qemu-iotests/273.out
/qemu/tests/qemu-iotests/274
/qemu/tests/qemu-iotests/274.out
/qemu/tests/qemu-iotests/279
/qemu/tests/qemu-iotests/279.out
/qemu/tests/qemu-iotests/282
/qemu/tests/qemu-iotests/282.out
/qemu/tests/qemu-iotests/290
/qemu/tests/qemu-iotests/290.out
/qemu/tests/qemu-iotests/296
/qemu/tests/qemu-iotests/296.out
/qemu/tests/qemu-iotests/299
/qemu/tests/qemu-iotests/299.out
/qemu/tests/qemu-iotests/301
/qemu/tests/qemu-iotests/301.out
/qemu/tests/qemu-iotests/check
/qemu/tests/qemu-iotests/common.filter
/qemu/tests/qemu-iotests/common.rc
/qemu/tests/qemu-iotests/common.tls
/qemu/tests/qemu-iotests/group
/qemu/tests/qemu-iotests/iotests.py
/qemu/tests/qtest/bios-tables-test.c
/qemu/tests/qtest/fuzz/fuzz.c
/qemu/tests/qtest/fuzz/fuzz.h
/qemu/tests/qtest/fuzz/i440fx_fuzz.c
/qemu/tests/qtest/fuzz/qos_fuzz.c
/qemu/tests/qtest/qmp-cmd-test.c
/qemu/tests/qtest/tpm-util.c
/qemu/tests/vm/basevm.py
/qemu/tpm.c
/qemu/util/module.c
/qemu/util/oslib-posix.c
/qemu/util/oslib-win32.c

12345678910>>...26