History log of /qemu/stubs/ (Results 201 – 225 of 303)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
25d0c16f27-Oct-2016 zhanghailiang <zhang.zhanghailiang@huawei.com>

migration: Switch to COLO process after finishing loadvm

Switch from normal migration loadvm process into COLO checkpoint process if
COLO mode is enabled.

We add three new members to struct Migrati

migration: Switch to COLO process after finishing loadvm

Switch from normal migration loadvm process into COLO checkpoint process if
COLO mode is enabled.

We add three new members to struct MigrationIncomingState,
'have_colo_incoming_thread' and 'colo_incoming_thread' record the COLO
related thread for secondary VM, 'migration_incoming_co' records the
original migration incoming coroutine.

Signed-off-by: zhanghailiang <zhang.zhanghailiang@huawei.com>
Signed-off-by: Li Zhijian <lizhijian@cn.fujitsu.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Amit Shah <amit.shah@redhat.com>
Signed-off-by: Amit Shah <amit@amitshah.net>

show more ...

0b827d5e27-Oct-2016 zhanghailiang <zhang.zhanghailiang@huawei.com>

migration: Enter into COLO mode after migration if COLO is enabled

Add a new migration state: MIGRATION_STATUS_COLO. Migration source side
enters this state after the first live migration successful

migration: Enter into COLO mode after migration if COLO is enabled

Add a new migration state: MIGRATION_STATUS_COLO. Migration source side
enters this state after the first live migration successfully finished
if COLO is enabled by command 'migrate_set_capability x-colo on'.

We reuse migration thread, so the process of checkpointing will be handled
in migration thread.

Signed-off-by: zhanghailiang <zhang.zhanghailiang@huawei.com>
Signed-off-by: Li Zhijian <lizhijian@cn.fujitsu.com>
Signed-off-by: Gonglei <arei.gonglei@huawei.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Amit Shah <amit.shah@redhat.com>
Signed-off-by: Amit Shah <amit@amitshah.net>

show more ...

35a6ed4f27-Oct-2016 zhanghailiang <zhang.zhanghailiang@huawei.com>

migration: Introduce capability 'x-colo' to migration

We add helper function colo_supported() to indicate whether
colo is supported or not, with which we use to control whether or not
showing 'x-col

migration: Introduce capability 'x-colo' to migration

We add helper function colo_supported() to indicate whether
colo is supported or not, with which we use to control whether or not
showing 'x-colo' string to users, they can use qmp command
'query-migrate-capabilities' or hmp command 'info migrate_capabilities'
to learn if colo is supported.

The default value for COLO (COarse-Grain LOck Stepping) is disabled.

Cc: Juan Quintela <quintela@redhat.com>
Cc: Amit Shah <amit.shah@redhat.com>
Cc: Eric Blake <eblake@redhat.com>
Cc: Markus Armbruster <armbru@redhat.com>
Signed-off-by: zhanghailiang <zhang.zhanghailiang@huawei.com>
Signed-off-by: Li Zhijian <lizhijian@cn.fujitsu.com>
Signed-off-by: Gonglei <arei.gonglei@huawei.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Amit Shah <amit.shah@redhat.com>
Signed-off-by: Amit Shah <amit@amitshah.net>

show more ...


/qemu/.gitmodules
/qemu/MAINTAINERS
/qemu/Makefile
/qemu/Makefile.objs
/qemu/Makefile.target
/qemu/atomic_template.h
/qemu/backends/baum.c
/qemu/backends/hostmem-file.c
/qemu/backends/hostmem.c
/qemu/backends/msmouse.c
/qemu/backends/rng-egd.c
/qemu/backends/testdev.c
/qemu/block/backup.c
/qemu/block/block-backend.c
/qemu/block/dirty-bitmap.c
/qemu/block/io.c
/qemu/block/iscsi.c
/qemu/block/mirror.c
/qemu/block/nbd.c
/qemu/block/qapi.c
/qemu/block/qcow.c
/qemu/block/qcow2-cluster.c
/qemu/block/qcow2.c
/qemu/block/qcow2.h
/qemu/block/quorum.c
/qemu/block/raw-posix.c
/qemu/block/raw-win32.c
/qemu/block/raw_bsd.c
/qemu/block/rbd.c
/qemu/block/replication.c
/qemu/block/throttle-groups.c
/qemu/block/trace-events
/qemu/blockdev-nbd.c
/qemu/blockdev.c
/qemu/bsd-user/main.c
/qemu/configure
/qemu/cpu-exec-common.c
/qemu/cpu-exec.c
/qemu/cpus.c
/qemu/cputlb.c
/qemu/crypto/cipher-builtin.c
/qemu/crypto/cipher-gcrypt.c
/qemu/crypto/cipher-nettle.c
/qemu/crypto/cipher.c
/qemu/crypto/init.c
/qemu/default-configs/ppc64-softmmu.mak
/qemu/dma-helpers.c
/qemu/docs/atomics.txt
/qemu/docs/qapi-code-gen.txt
/qemu/docs/qmp-commands.txt
/qemu/docs/specs/ppc-spapr-hotplug.txt
/qemu/exec.c
/qemu/gdbstub.c
/qemu/hmp.c
/qemu/hw/acpi/cpu.c
/qemu/hw/acpi/cpu_hotplug.c
/qemu/hw/alpha/dp264.c
/qemu/hw/arm/fsl-imx25.c
/qemu/hw/arm/fsl-imx31.c
/qemu/hw/arm/fsl-imx6.c
/qemu/hw/arm/musicpal.c
/qemu/hw/arm/omap2.c
/qemu/hw/arm/pxa2xx.c
/qemu/hw/arm/pxa2xx_gpio.c
/qemu/hw/arm/strongarm.c
/qemu/hw/arm/virt-acpi-build.c
/qemu/hw/arm/virt.c
/qemu/hw/audio/intel-hda.c
/qemu/hw/block/fdc.c
/qemu/hw/block/nvme.c
/qemu/hw/bt/hci-csr.c
/qemu/hw/char/bcm2835_aux.c
/qemu/hw/char/cadence_uart.c
/qemu/hw/char/debugcon.c
/qemu/hw/char/digic-uart.c
/qemu/hw/char/escc.c
/qemu/hw/char/etraxfs_ser.c
/qemu/hw/char/exynos4210_uart.c
/qemu/hw/char/grlib_apbuart.c
/qemu/hw/char/imx_serial.c
/qemu/hw/char/ipoctal232.c
/qemu/hw/char/lm32_juart.c
/qemu/hw/char/lm32_uart.c
/qemu/hw/char/mcf_uart.c
/qemu/hw/char/milkymist-uart.c
/qemu/hw/char/omap_uart.c
/qemu/hw/char/parallel.c
/qemu/hw/char/pl011.c
/qemu/hw/char/sclpconsole-lm.c
/qemu/hw/char/sclpconsole.c
/qemu/hw/char/serial-isa.c
/qemu/hw/char/serial.c
/qemu/hw/char/sh_serial.c
/qemu/hw/char/spapr_vty.c
/qemu/hw/char/stm32f2xx_usart.c
/qemu/hw/char/trace-events
/qemu/hw/char/virtio-console.c
/qemu/hw/char/xen_console.c
/qemu/hw/char/xilinx_uartlite.c
/qemu/hw/core/machine.c
/qemu/hw/core/ptimer.c
/qemu/hw/core/qdev-properties-system.c
/qemu/hw/display/pl110.c
/qemu/hw/display/virtio-gpu.c
/qemu/hw/i2c/core.c
/qemu/hw/i2c/smbus.c
/qemu/hw/i386/acpi-build.c
/qemu/hw/i386/intel_iommu.c
/qemu/hw/i386/kvm/apic.c
/qemu/hw/i386/pc.c
/qemu/hw/i386/pc_q35.c
/qemu/hw/i386/xen/xen_apic.c
/qemu/hw/i386/xen/xen_platform.c
/qemu/hw/ide/ahci.c
/qemu/hw/ide/core.c
/qemu/hw/ide/macio.c
/qemu/hw/input/adb.c
/qemu/hw/intc/apic.c
/qemu/hw/intc/apic_common.c
/qemu/hw/intc/arm_gicv3_cpuif.c
/qemu/hw/intc/trace-events
/qemu/hw/intc/xics.c
/qemu/hw/intc/xics_kvm.c
/qemu/hw/intc/xics_spapr.c
/qemu/hw/ipmi/ipmi_bmc_extern.c
/qemu/hw/isa/pc87312.c
/qemu/hw/mips/mips_fulong2e.c
/qemu/hw/mips/mips_malta.c
/qemu/hw/mips/mips_r4k.c
/qemu/hw/misc/ivshmem.c
/qemu/hw/net/e1000e_core.c
/qemu/hw/net/eepro100.c
/qemu/hw/net/pcnet.c
/qemu/hw/net/rocker/rocker.c
/qemu/hw/net/rtl8139.c
/qemu/hw/net/vmxnet3.c
/qemu/hw/nvram/Makefile.objs
/qemu/hw/nvram/chrp_nvram.c
/qemu/hw/nvram/mac_nvram.c
/qemu/hw/nvram/spapr_nvram.c
/qemu/hw/ppc/Makefile.objs
/qemu/hw/ppc/pnv.c
/qemu/hw/ppc/pnv_core.c
/qemu/hw/ppc/pnv_lpc.c
/qemu/hw/ppc/pnv_xscom.c
/qemu/hw/ppc/spapr.c
/qemu/hw/ppc/spapr_cpu_core.c
/qemu/hw/ppc/spapr_drc.c
/qemu/hw/ppc/spapr_events.c
/qemu/hw/ppc/spapr_hcall.c
/qemu/hw/ppc/spapr_ovec.c
/qemu/hw/ppc/spapr_pci.c
/qemu/hw/ppc/spapr_rtas.c
/qemu/hw/ppc/spapr_vio.c
/qemu/hw/scsi/scsi-disk.c
/qemu/hw/sparc/sun4m.c
/qemu/hw/sparc64/sun4u.c
/qemu/hw/ssi/xilinx_spips.c
/qemu/hw/timer/a9gtimer.c
/qemu/hw/timer/arm_mptimer.c
/qemu/hw/timer/stm32f2xx_timer.c
/qemu/hw/usb/ccid-card-passthru.c
/qemu/hw/usb/dev-serial.c
/qemu/hw/usb/redirect.c
/qemu/hw/usb/xen-usb.c
/qemu/hw/vfio/common.c
/qemu/hw/vfio/pci-quirks.c
/qemu/hw/vfio/pci.c
/qemu/hw/vfio/pci.h
/qemu/hw/vfio/platform.c
/qemu/hw/vfio/trace-events
/qemu/hw/virtio/vhost-user.c
/qemu/hw/xtensa/xtfpga.c
/qemu/include/block/block.h
/qemu/include/block/block_int.h
/qemu/include/block/dirty-bitmap.h
/qemu/include/crypto/cipher.h
/qemu/include/exec/cpu-all.h
/qemu/include/exec/exec-all.h
/qemu/include/exec/memory.h
/qemu/include/glib-compat.h
/qemu/include/hw/acpi/acpi-defs.h
/qemu/include/hw/boards.h
/qemu/include/hw/char/bcm2835_aux.h
/qemu/include/hw/char/cadence_uart.h
/qemu/include/hw/char/digic-uart.h
/qemu/include/hw/char/imx_serial.h
/qemu/include/hw/char/serial.h
/qemu/include/hw/char/stm32f2xx_usart.h
/qemu/include/hw/compat.h
/qemu/include/hw/i386/apic_internal.h
/qemu/include/hw/i386/intel_iommu.h
/qemu/include/hw/i386/pc.h
/qemu/include/hw/nvram/chrp_nvram.h
/qemu/include/hw/nvram/sun_nvram.h
/qemu/include/hw/ppc/pnv.h
/qemu/include/hw/ppc/pnv_core.h
/qemu/include/hw/ppc/pnv_lpc.h
/qemu/include/hw/ppc/pnv_xscom.h
/qemu/include/hw/ppc/spapr.h
/qemu/include/hw/ppc/spapr_ovec.h
/qemu/include/hw/ppc/spapr_vio.h
/qemu/include/hw/ppc/xics.h
/qemu/include/hw/ptimer.h
/qemu/include/hw/qdev-properties.h
/qemu/include/hw/timer/arm_mptimer.h
/qemu/include/hw/vfio/vfio-common.h
/qemu/include/io/channel.h
/qemu/include/migration/colo.h
/qemu/include/migration/migration.h
/qemu/include/qapi/qmp/qdict.h
/qemu/include/qapi/qobject-input-visitor.h
/qemu/include/qapi/qobject-output-visitor.h
/qemu/include/qapi/visitor.h
/qemu/include/qemu-common.h
/qemu/include/qemu/atomic.h
/qemu/include/qemu/hbitmap.h
/qemu/include/qemu/int128.h
/qemu/include/qemu/typedefs.h
/qemu/include/qom/cpu.h
/qemu/include/sysemu/block-backend.h
/qemu/include/sysemu/char.h
/qemu/include/sysemu/dma.h
/qemu/include/sysemu/sysemu.h
/qemu/io/channel-socket.c
/qemu/io/channel-tls.c
/qemu/io/channel-websock.c
/qemu/io/channel.c
/qemu/kvm-all.c
/qemu/linux-user/main.c
/qemu/linux-user/mips/syscall_nr.h
/qemu/linux-user/mips/termbits.h
/qemu/linux-user/mips64/termbits.h
/qemu/linux-user/mmap.c
/qemu/linux-user/sparc64/target_syscall.h
/qemu/linux-user/strace.c
/qemu/linux-user/strace.list
/qemu/linux-user/syscall.c
/qemu/linux-user/syscall_defs.h
/qemu/main-loop.c
/qemu/memory.c
/qemu/migration/Makefile.objs
/qemu/migration/colo.c
/qemu/migration/exec.c
/qemu/migration/fd.c
/qemu/migration/migration.c
/qemu/migration/ram.c
/qemu/migration/savevm.c
/qemu/migration/socket.c
/qemu/migration/tls.c
/qemu/monitor.c
/qemu/nbd/client.c
/qemu/nbd/server.c
/qemu/net/colo-compare.c
/qemu/net/filter-mirror.c
/qemu/net/filter-rewriter.c
/qemu/net/slirp.c
/qemu/net/tap-bsd.c
/qemu/net/trace-events
/qemu/net/vhost-user.c
/qemu/pc-bios/README
/qemu/pc-bios/bios-256k.bin
/qemu/pc-bios/bios.bin
/qemu/pc-bios/skiboot.lid
/qemu/pc-bios/slof.bin
/qemu/pc-bios/vgabios-cirrus.bin
/qemu/pc-bios/vgabios-qxl.bin
/qemu/pc-bios/vgabios-stdvga.bin
/qemu/pc-bios/vgabios-virtio.bin
/qemu/pc-bios/vgabios-vmware.bin
/qemu/pc-bios/vgabios.bin
/qemu/qapi-schema.json
/qemu/qapi/Makefile.objs
/qemu/qapi/block-core.json
/qemu/qapi/crypto.json
/qemu/qapi/qapi-clone-visitor.c
/qemu/qapi/qapi-visit-core.c
/qemu/qapi/qobject-input-visitor.c
/qemu/qapi/qobject-output-visitor.c
/qemu/qapi/trace-events
/qemu/qemu-char.c
/qemu/qemu-img.c
/qemu/qemu-nbd.c
/qemu/qemu-nbd.texi
/qemu/qmp.c
/qemu/qobject/qdict.c
/qemu/qom/cpu.c
/qemu/qom/object_interfaces.c
/qemu/qom/qom-qobject.c
/qemu/qtest.c
/qemu/roms/Makefile
/qemu/roms/SLOF
/qemu/roms/seabios
/qemu/roms/skiboot
/qemu/scripts/qapi-commands.py
/qemu/scripts/qapi-event.py
/qemu/scripts/tracetool/backend/simple.py
/qemu/softmmu_template.h
/qemu/spice-qemu-char.c
Makefile.objs
migration-colo.c
/qemu/target-alpha/cpu.c
/qemu/target-alpha/cpu.h
/qemu/target-alpha/helper.c
/qemu/target-alpha/helper.h
/qemu/target-alpha/machine.c
/qemu/target-alpha/mem_helper.c
/qemu/target-alpha/translate.c
/qemu/target-arm/cpu-qom.h
/qemu/target-arm/cpu.c
/qemu/target-arm/cpu.h
/qemu/target-arm/helper-a64.c
/qemu/target-arm/helper-a64.h
/qemu/target-arm/helper.c
/qemu/target-arm/internals.h
/qemu/target-arm/op_helper.c
/qemu/target-arm/trace-events
/qemu/target-arm/translate-a64.c
/qemu/target-arm/translate.c
/qemu/target-arm/translate.h
/qemu/target-cris/cpu.c
/qemu/target-i386/cpu-qom.h
/qemu/target-i386/cpu.c
/qemu/target-i386/cpu.h
/qemu/target-i386/helper.h
/qemu/target-i386/kvm-stub.c
/qemu/target-i386/kvm.c
/qemu/target-i386/kvm_i386.h
/qemu/target-i386/mem_helper.c
/qemu/target-i386/translate.c
/qemu/target-lm32/cpu.c
/qemu/target-m68k/cpu.c
/qemu/target-m68k/cpu.h
/qemu/target-m68k/helper.c
/qemu/target-m68k/helper.h
/qemu/target-m68k/op_helper.c
/qemu/target-m68k/qregs.def
/qemu/target-m68k/translate.c
/qemu/target-microblaze/cpu.c
/qemu/target-mips/cpu.c
/qemu/target-moxie/cpu.c
/qemu/target-openrisc/cpu.c
/qemu/target-ppc/cpu-qom.h
/qemu/target-ppc/excp_helper.c
/qemu/target-ppc/fpu_helper.c
/qemu/target-ppc/helper.h
/qemu/target-ppc/int_helper.c
/qemu/target-ppc/translate.c
/qemu/target-ppc/translate/vmx-impl.inc.c
/qemu/target-ppc/translate/vmx-ops.inc.c
/qemu/target-ppc/translate/vsx-impl.inc.c
/qemu/target-ppc/translate/vsx-ops.inc.c
/qemu/target-ppc/translate_init.c
/qemu/target-s390x/cpu.c
/qemu/target-s390x/cpu_models.c
/qemu/target-sh4/cpu.c
/qemu/target-sparc/cpu.c
/qemu/target-tilegx/cpu.c
/qemu/target-tricore/cpu.c
/qemu/target-unicore32/cpu.c
/qemu/target-xtensa/cpu.c
/qemu/tcg-runtime.c
/qemu/tcg/tcg-op.c
/qemu/tcg/tcg-op.h
/qemu/tcg/tcg-runtime.h
/qemu/tcg/tcg.c
/qemu/tcg/tcg.h
/qemu/tests/.gitignore
/qemu/tests/Makefile.include
/qemu/tests/ahci-test.c
/qemu/tests/atomic_add-bench.c
/qemu/tests/check-qdict.c
/qemu/tests/check-qnull.c
/qemu/tests/e1000e-test.c
/qemu/tests/ide-test.c
/qemu/tests/ivshmem-test.c
/qemu/tests/libqos/ahci.c
/qemu/tests/libqos/ahci.h
/qemu/tests/libqos/libqos.c
/qemu/tests/libqos/pci-pc.c
/qemu/tests/libqos/pci-spapr.c
/qemu/tests/libqos/pci.c
/qemu/tests/libqos/pci.h
/qemu/tests/libqos/usb.c
/qemu/tests/libqos/usb.h
/qemu/tests/libqos/virtio-mmio.c
/qemu/tests/libqos/virtio-pci.c
/qemu/tests/libqos/virtio-pci.h
/qemu/tests/libqos/virtio.c
/qemu/tests/libqos/virtio.h
/qemu/tests/libqtest.h
/qemu/tests/pkix_asn1_tab.c
/qemu/tests/postcopy-test.c
/qemu/tests/prom-env-test.c
/qemu/tests/ptimer-test-stubs.c
/qemu/tests/ptimer-test.c
/qemu/tests/ptimer-test.h
/qemu/tests/qemu-iotests/041
/qemu/tests/qemu-iotests/051.out
/qemu/tests/qemu-iotests/051.pc.out
/qemu/tests/qemu-iotests/067
/qemu/tests/qemu-iotests/071
/qemu/tests/qemu-iotests/081
/qemu/tests/qemu-iotests/085
/qemu/tests/qemu-iotests/087
/qemu/tests/qemu-iotests/093
/qemu/tests/qemu-iotests/093.out
/qemu/tests/qemu-iotests/117
/qemu/tests/qemu-iotests/118
/qemu/tests/qemu-iotests/124
/qemu/tests/qemu-iotests/139
/qemu/tests/qemu-iotests/141
/qemu/tests/qemu-iotests/147
/qemu/tests/qemu-iotests/147.out
/qemu/tests/qemu-iotests/155
/qemu/tests/qemu-iotests/162
/qemu/tests/qemu-iotests/162.out
/qemu/tests/qemu-iotests/172
/qemu/tests/qemu-iotests/172.out
/qemu/tests/qemu-iotests/common.rc
/qemu/tests/qemu-iotests/group
/qemu/tests/qemu-iotests/iotests.py
/qemu/tests/qemu-iotests/socket_scm_helper.c
/qemu/tests/qht-bench.c
/qemu/tests/rtas-test.c
/qemu/tests/rtl8139-test.c
/qemu/tests/tcg/test-i386.c
/qemu/tests/tco-test.c
/qemu/tests/test-arm-mptimer.c
/qemu/tests/test-char.c
/qemu/tests/test-crypto-cipher.c
/qemu/tests/test-crypto-hash.c
/qemu/tests/test-hbitmap.c
/qemu/tests/test-int128.c
/qemu/tests/test-io-channel-socket.c
/qemu/tests/test-io-channel-tls.c
/qemu/tests/test-qmp-commands.c
/qemu/tests/test-qobject-input-strict.c
/qemu/tests/test-qobject-input-visitor.c
/qemu/tests/test-qobject-output-visitor.c
/qemu/tests/test-string-input-visitor.c
/qemu/tests/test-string-output-visitor.c
/qemu/tests/test-visitor-serialization.c
/qemu/tests/test-x86-cpuid-compat.c
/qemu/tests/usb-hcd-ehci-test.c
/qemu/tests/vhost-user-test.c
/qemu/tests/virtio-9p-test.c
/qemu/tests/virtio-blk-test.c
/qemu/tests/virtio-net-test.c
/qemu/tests/virtio-rng-test.c
/qemu/tests/virtio-scsi-test.c
/qemu/translate-all.c
/qemu/ui/console.c
/qemu/ui/curses.c
/qemu/ui/gtk.c
/qemu/ui/vnc-auth-vencrypt.c
/qemu/ui/vnc-ws.c
/qemu/ui/vnc.c
/qemu/util/hbitmap.c
/qemu/util/qemu-sockets.c
/qemu/util/qemu-thread-posix.c
/qemu/util/qemu-thread-win32.c
/qemu/util/rcu.c
/qemu/vl.c
e437016527-Oct-2016 Paolo Bonzini <pbonzini@redhat.com>

aio: introduce qemu_get_current_aio_context

This will be used by BDRV_POLL_WHILE (and thus by bdrv_drain)
to choose how to wait for I/O completion.

Reviewed-by: Fam Zheng <famz@redhat.com>
Signed-o

aio: introduce qemu_get_current_aio_context

This will be used by BDRV_POLL_WHILE (and thus by bdrv_drain)
to choose how to wait for I/O completion.

Reviewed-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <1477565348-5458-12-git-send-email-pbonzini@redhat.com>
Signed-off-by: Fam Zheng <famz@redhat.com>

show more ...


/qemu/Makefile.objs
/qemu/Makefile.target
/qemu/atomic_template.h
/qemu/backends/baum.c
/qemu/backends/hostmem-file.c
/qemu/backends/hostmem.c
/qemu/backends/msmouse.c
/qemu/backends/rng-egd.c
/qemu/backends/testdev.c
/qemu/block/backup.c
/qemu/block/block-backend.c
/qemu/block/dirty-bitmap.c
/qemu/block/io.c
/qemu/block/iscsi.c
/qemu/block/mirror.c
/qemu/block/nbd.c
/qemu/block/nfs.c
/qemu/block/qapi.c
/qemu/block/qcow.c
/qemu/block/qcow2-cluster.c
/qemu/block/qcow2.c
/qemu/block/qcow2.h
/qemu/block/qed-table.c
/qemu/block/qed.c
/qemu/block/quorum.c
/qemu/block/raw-posix.c
/qemu/block/raw-win32.c
/qemu/block/raw_bsd.c
/qemu/block/rbd.c
/qemu/block/replication.c
/qemu/block/sheepdog.c
/qemu/block/throttle-groups.c
/qemu/block/trace-events
/qemu/blockdev.c
/qemu/blockjob.c
/qemu/bsd-user/main.c
/qemu/configure
/qemu/cpu-exec-common.c
/qemu/cpu-exec.c
/qemu/cpus.c
/qemu/cputlb.c
/qemu/crypto/cipher-builtin.c
/qemu/crypto/cipher-gcrypt.c
/qemu/crypto/cipher-nettle.c
/qemu/crypto/cipher.c
/qemu/crypto/init.c
/qemu/docs/atomics.txt
/qemu/docs/qapi-code-gen.txt
/qemu/docs/qmp-commands.txt
/qemu/exec.c
/qemu/gdbstub.c
/qemu/hmp.c
/qemu/hw/acpi/cpu.c
/qemu/hw/acpi/cpu_hotplug.c
/qemu/hw/alpha/dp264.c
/qemu/hw/arm/fsl-imx25.c
/qemu/hw/arm/fsl-imx31.c
/qemu/hw/arm/fsl-imx6.c
/qemu/hw/arm/musicpal.c
/qemu/hw/arm/omap2.c
/qemu/hw/arm/pxa2xx.c
/qemu/hw/arm/pxa2xx_gpio.c
/qemu/hw/arm/strongarm.c
/qemu/hw/arm/virt-acpi-build.c
/qemu/hw/arm/virt.c
/qemu/hw/audio/intel-hda.c
/qemu/hw/bt/hci-csr.c
/qemu/hw/char/bcm2835_aux.c
/qemu/hw/char/cadence_uart.c
/qemu/hw/char/debugcon.c
/qemu/hw/char/digic-uart.c
/qemu/hw/char/escc.c
/qemu/hw/char/etraxfs_ser.c
/qemu/hw/char/exynos4210_uart.c
/qemu/hw/char/grlib_apbuart.c
/qemu/hw/char/imx_serial.c
/qemu/hw/char/ipoctal232.c
/qemu/hw/char/lm32_juart.c
/qemu/hw/char/lm32_uart.c
/qemu/hw/char/mcf_uart.c
/qemu/hw/char/milkymist-uart.c
/qemu/hw/char/omap_uart.c
/qemu/hw/char/parallel.c
/qemu/hw/char/pl011.c
/qemu/hw/char/sclpconsole-lm.c
/qemu/hw/char/sclpconsole.c
/qemu/hw/char/serial-isa.c
/qemu/hw/char/serial.c
/qemu/hw/char/sh_serial.c
/qemu/hw/char/spapr_vty.c
/qemu/hw/char/stm32f2xx_usart.c
/qemu/hw/char/trace-events
/qemu/hw/char/virtio-console.c
/qemu/hw/char/xen_console.c
/qemu/hw/char/xilinx_uartlite.c
/qemu/hw/core/machine.c
/qemu/hw/core/ptimer.c
/qemu/hw/core/qdev-properties-system.c
/qemu/hw/display/pl110.c
/qemu/hw/display/virtio-gpu.c
/qemu/hw/i2c/core.c
/qemu/hw/i2c/smbus.c
/qemu/hw/i386/acpi-build.c
/qemu/hw/i386/intel_iommu.c
/qemu/hw/i386/kvm/apic.c
/qemu/hw/i386/pc.c
/qemu/hw/i386/pc_q35.c
/qemu/hw/i386/xen/xen_apic.c
/qemu/hw/i386/xen/xen_platform.c
/qemu/hw/intc/apic.c
/qemu/hw/intc/apic_common.c
/qemu/hw/intc/arm_gicv3_cpuif.c
/qemu/hw/intc/trace-events
/qemu/hw/ipmi/ipmi_bmc_extern.c
/qemu/hw/isa/pc87312.c
/qemu/hw/mips/mips_fulong2e.c
/qemu/hw/mips/mips_malta.c
/qemu/hw/mips/mips_r4k.c
/qemu/hw/misc/ivshmem.c
/qemu/hw/net/e1000e_core.c
/qemu/hw/net/eepro100.c
/qemu/hw/net/pcnet.c
/qemu/hw/net/rocker/rocker.c
/qemu/hw/net/rtl8139.c
/qemu/hw/net/vmxnet3.c
/qemu/hw/ppc/spapr.c
/qemu/hw/sparc64/sun4u.c
/qemu/hw/ssi/xilinx_spips.c
/qemu/hw/timer/a9gtimer.c
/qemu/hw/timer/arm_mptimer.c
/qemu/hw/timer/stm32f2xx_timer.c
/qemu/hw/usb/ccid-card-passthru.c
/qemu/hw/usb/dev-serial.c
/qemu/hw/usb/redirect.c
/qemu/hw/usb/xen-usb.c
/qemu/hw/vfio/common.c
/qemu/hw/vfio/pci-quirks.c
/qemu/hw/vfio/pci.c
/qemu/hw/vfio/pci.h
/qemu/hw/vfio/platform.c
/qemu/hw/vfio/trace-events
/qemu/hw/virtio/vhost-user.c
/qemu/hw/xtensa/xtfpga.c
/qemu/include/block/aio.h
/qemu/include/block/block.h
/qemu/include/block/block_int.h
/qemu/include/block/blockjob.h
/qemu/include/block/dirty-bitmap.h
/qemu/include/crypto/cipher.h
/qemu/include/exec/cpu-all.h
/qemu/include/exec/exec-all.h
/qemu/include/exec/memory.h
/qemu/include/hw/acpi/acpi-defs.h
/qemu/include/hw/boards.h
/qemu/include/hw/char/bcm2835_aux.h
/qemu/include/hw/char/cadence_uart.h
/qemu/include/hw/char/digic-uart.h
/qemu/include/hw/char/imx_serial.h
/qemu/include/hw/char/serial.h
/qemu/include/hw/char/stm32f2xx_usart.h
/qemu/include/hw/compat.h
/qemu/include/hw/i386/apic_internal.h
/qemu/include/hw/i386/intel_iommu.h
/qemu/include/hw/i386/pc.h
/qemu/include/hw/ptimer.h
/qemu/include/hw/qdev-properties.h
/qemu/include/hw/timer/arm_mptimer.h
/qemu/include/hw/vfio/vfio-common.h
/qemu/include/qapi/qmp/qdict.h
/qemu/include/qapi/qobject-input-visitor.h
/qemu/include/qapi/qobject-output-visitor.h
/qemu/include/qapi/visitor.h
/qemu/include/qemu-common.h
/qemu/include/qemu/atomic.h
/qemu/include/qemu/hbitmap.h
/qemu/include/qemu/int128.h
/qemu/include/qemu/typedefs.h
/qemu/include/qom/cpu.h
/qemu/include/sysemu/block-backend.h
/qemu/include/sysemu/char.h
/qemu/include/sysemu/sysemu.h
/qemu/iothread.c
/qemu/kvm-all.c
/qemu/linux-user/main.c
/qemu/linux-user/mips/syscall_nr.h
/qemu/linux-user/mips/termbits.h
/qemu/linux-user/mips64/termbits.h
/qemu/linux-user/mmap.c
/qemu/linux-user/sparc64/target_syscall.h
/qemu/linux-user/strace.c
/qemu/linux-user/strace.list
/qemu/linux-user/syscall.c
/qemu/linux-user/syscall_defs.h
/qemu/memory.c
/qemu/migration/ram.c
/qemu/migration/savevm.c
/qemu/monitor.c
/qemu/net/colo-compare.c
/qemu/net/filter-mirror.c
/qemu/net/filter-rewriter.c
/qemu/net/slirp.c
/qemu/net/tap-bsd.c
/qemu/net/trace-events
/qemu/net/vhost-user.c
/qemu/pc-bios/bios-256k.bin
/qemu/pc-bios/bios.bin
/qemu/pc-bios/vgabios-cirrus.bin
/qemu/pc-bios/vgabios-qxl.bin
/qemu/pc-bios/vgabios-stdvga.bin
/qemu/pc-bios/vgabios-virtio.bin
/qemu/pc-bios/vgabios-vmware.bin
/qemu/pc-bios/vgabios.bin
/qemu/qapi-schema.json
/qemu/qapi/Makefile.objs
/qemu/qapi/block-core.json
/qemu/qapi/crypto.json
/qemu/qapi/qapi-clone-visitor.c
/qemu/qapi/qapi-visit-core.c
/qemu/qapi/qobject-input-visitor.c
/qemu/qapi/qobject-output-visitor.c
/qemu/qapi/trace-events
/qemu/qemu-char.c
/qemu/qemu-img.c
/qemu/qemu-nbd.c
/qemu/qemu-nbd.texi
/qemu/qmp.c
/qemu/qobject/qdict.c
/qemu/qom/cpu.c
/qemu/qom/object_interfaces.c
/qemu/qom/qom-qobject.c
/qemu/qtest.c
/qemu/roms/seabios
/qemu/scripts/qapi-commands.py
/qemu/scripts/qapi-event.py
/qemu/scripts/tracetool/backend/simple.py
/qemu/softmmu_template.h
/qemu/spice-qemu-char.c
Makefile.objs
iothread.c
/qemu/target-alpha/cpu.c
/qemu/target-alpha/cpu.h
/qemu/target-alpha/helper.c
/qemu/target-alpha/helper.h
/qemu/target-alpha/machine.c
/qemu/target-alpha/mem_helper.c
/qemu/target-alpha/translate.c
/qemu/target-arm/cpu-qom.h
/qemu/target-arm/cpu.c
/qemu/target-arm/cpu.h
/qemu/target-arm/helper-a64.c
/qemu/target-arm/helper-a64.h
/qemu/target-arm/helper.c
/qemu/target-arm/internals.h
/qemu/target-arm/op_helper.c
/qemu/target-arm/trace-events
/qemu/target-arm/translate-a64.c
/qemu/target-arm/translate.c
/qemu/target-arm/translate.h
/qemu/target-cris/cpu.c
/qemu/target-i386/cpu-qom.h
/qemu/target-i386/cpu.c
/qemu/target-i386/cpu.h
/qemu/target-i386/helper.h
/qemu/target-i386/kvm-stub.c
/qemu/target-i386/kvm.c
/qemu/target-i386/kvm_i386.h
/qemu/target-i386/mem_helper.c
/qemu/target-i386/translate.c
/qemu/target-lm32/cpu.c
/qemu/target-m68k/cpu.c
/qemu/target-m68k/cpu.h
/qemu/target-m68k/helper.c
/qemu/target-m68k/helper.h
/qemu/target-m68k/op_helper.c
/qemu/target-m68k/qregs.def
/qemu/target-m68k/translate.c
/qemu/target-microblaze/cpu.c
/qemu/target-mips/cpu.c
/qemu/target-moxie/cpu.c
/qemu/target-openrisc/cpu.c
/qemu/target-ppc/cpu-qom.h
/qemu/target-ppc/translate_init.c
/qemu/target-s390x/cpu.c
/qemu/target-s390x/cpu_models.c
/qemu/target-sh4/cpu.c
/qemu/target-sparc/cpu.c
/qemu/target-tilegx/cpu.c
/qemu/target-tricore/cpu.c
/qemu/target-unicore32/cpu.c
/qemu/target-xtensa/cpu.c
/qemu/tcg-runtime.c
/qemu/tcg/tcg-op.c
/qemu/tcg/tcg-op.h
/qemu/tcg/tcg-runtime.h
/qemu/tcg/tcg.c
/qemu/tcg/tcg.h
/qemu/tests/.gitignore
/qemu/tests/Makefile.include
/qemu/tests/atomic_add-bench.c
/qemu/tests/check-qdict.c
/qemu/tests/check-qnull.c
/qemu/tests/pkix_asn1_tab.c
/qemu/tests/ptimer-test-stubs.c
/qemu/tests/ptimer-test.c
/qemu/tests/ptimer-test.h
/qemu/tests/qemu-iotests/041
/qemu/tests/qemu-iotests/051.out
/qemu/tests/qemu-iotests/051.pc.out
/qemu/tests/qemu-iotests/067
/qemu/tests/qemu-iotests/071
/qemu/tests/qemu-iotests/081
/qemu/tests/qemu-iotests/085
/qemu/tests/qemu-iotests/087
/qemu/tests/qemu-iotests/093
/qemu/tests/qemu-iotests/093.out
/qemu/tests/qemu-iotests/117
/qemu/tests/qemu-iotests/118
/qemu/tests/qemu-iotests/124
/qemu/tests/qemu-iotests/139
/qemu/tests/qemu-iotests/141
/qemu/tests/qemu-iotests/147
/qemu/tests/qemu-iotests/147.out
/qemu/tests/qemu-iotests/155
/qemu/tests/qemu-iotests/162
/qemu/tests/qemu-iotests/162.out
/qemu/tests/qemu-iotests/common.rc
/qemu/tests/qemu-iotests/group
/qemu/tests/qemu-iotests/iotests.py
/qemu/tests/qemu-iotests/socket_scm_helper.c
/qemu/tests/qht-bench.c
/qemu/tests/tcg/test-i386.c
/qemu/tests/test-arm-mptimer.c
/qemu/tests/test-char.c
/qemu/tests/test-crypto-cipher.c
/qemu/tests/test-crypto-hash.c
/qemu/tests/test-hbitmap.c
/qemu/tests/test-int128.c
/qemu/tests/test-io-channel-tls.c
/qemu/tests/test-qmp-commands.c
/qemu/tests/test-qobject-input-strict.c
/qemu/tests/test-qobject-input-visitor.c
/qemu/tests/test-qobject-output-visitor.c
/qemu/tests/test-string-input-visitor.c
/qemu/tests/test-string-output-visitor.c
/qemu/tests/test-visitor-serialization.c
/qemu/tests/test-x86-cpuid-compat.c
/qemu/tests/vhost-user-test.c
/qemu/translate-all.c
/qemu/ui/console.c
/qemu/ui/gtk.c
/qemu/ui/vnc.c
/qemu/util/hbitmap.c
/qemu/util/qemu-sockets.c
/qemu/util/qemu-thread-posix.c
/qemu/util/qemu-thread-win32.c
/qemu/util/rcu.c
/qemu/vl.c
24b9462517-Oct-2016 Paolo Bonzini <pbonzini@redhat.com>

tests: cleanup ptimer-test

1) ptimer-test is not a qtest---it runs the ptimer.c code directly in the
ptimer-test process

2) ptimer-test has its own stubs file, so there is no need to add more
stubs

tests: cleanup ptimer-test

1) ptimer-test is not a qtest---it runs the ptimer.c code directly in the
ptimer-test process

2) ptimer-test has its own stubs file, so there is no need to add more
stubs to stubs/vmstate.c

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>

show more ...


/qemu/Makefile
/qemu/Makefile.target
/qemu/bsd-user/main.c
/qemu/configure
/qemu/docs/generic-loader.txt
/qemu/docs/qmp-commands.txt
/qemu/docs/xbzrle.txt
/qemu/exec.c
/qemu/fsdev/9p-iov-marshal.c
/qemu/fsdev/9p-marshal.h
/qemu/hmp.c
/qemu/hw/9pfs/9p-synth.h
/qemu/hw/9pfs/9p.c
/qemu/hw/9pfs/9p.h
/qemu/hw/9pfs/codir.c
/qemu/hw/9pfs/cofile.c
/qemu/hw/9pfs/cofs.c
/qemu/hw/9pfs/coth.h
/qemu/hw/9pfs/coxattr.c
/qemu/hw/9pfs/virtio-9p-device.c
/qemu/hw/9pfs/virtio-9p.h
/qemu/hw/arm/aspeed.c
/qemu/hw/arm/aspeed_soc.c
/qemu/hw/arm/boot.c
/qemu/hw/arm/virt-acpi-build.c
/qemu/hw/arm/virt.c
/qemu/hw/dma/pl080.c
/qemu/hw/dma/xilinx_axidma.c
/qemu/hw/intc/arm_gic_kvm.c
/qemu/hw/intc/trace-events
/qemu/hw/intc/xics.c
/qemu/hw/intc/xics_kvm.c
/qemu/hw/intc/xics_spapr.c
/qemu/hw/ppc/spapr.c
/qemu/hw/ppc/spapr_events.c
/qemu/hw/ppc/spapr_pci.c
/qemu/hw/ppc/spapr_vio.c
/qemu/hw/ssi/aspeed_smc.c
/qemu/hw/usb/desc.c
/qemu/hw/usb/hcd-ohci.c
/qemu/hw/usb/hcd-xhci.c
/qemu/hw/usb/redirect.c
/qemu/include/exec/cpu-common.h
/qemu/include/exec/ram_addr.h
/qemu/include/hw/arm/aspeed_soc.h
/qemu/include/hw/arm/virt-acpi-build.h
/qemu/include/hw/pci-host/spapr.h
/qemu/include/hw/ppc/spapr.h
/qemu/include/hw/ppc/xics.h
/qemu/include/hw/ssi/aspeed_smc.h
/qemu/include/migration/migration.h
/qemu/include/qemu/module.h
/qemu/include/qemu/osdep.h
/qemu/include/qom/cpu.h
/qemu/include/sysemu/char.h
/qemu/include/trace-tcg.h
/qemu/include/trace.h
/qemu/linux-user/main.c
/qemu/migration/migration.c
/qemu/migration/postcopy-ram.c
/qemu/migration/ram.c
/qemu/migration/rdma.c
/qemu/migration/savevm.c
/qemu/migration/socket.c
/qemu/migration/vmstate.c
/qemu/qapi-schema.json
/qemu/qemu-char.c
/qemu/qemu-img.c
/qemu/qemu-io.c
/qemu/qemu-nbd.c
/qemu/qom/cpu.c
/qemu/qtest.c
/qemu/scripts/simpletrace.py
/qemu/scripts/tracetool.py
/qemu/scripts/tracetool/__init__.py
/qemu/scripts/tracetool/backend/__init__.py
/qemu/scripts/tracetool/backend/dtrace.py
/qemu/scripts/tracetool/backend/ftrace.py
/qemu/scripts/tracetool/backend/log.py
/qemu/scripts/tracetool/backend/simple.py
/qemu/scripts/tracetool/backend/syslog.py
/qemu/scripts/tracetool/backend/ust.py
/qemu/scripts/tracetool/format/__init__.py
/qemu/scripts/tracetool/format/c.py
/qemu/scripts/tracetool/format/d.py
/qemu/scripts/tracetool/format/h.py
/qemu/scripts/tracetool/format/simpletrace_stap.py
/qemu/scripts/tracetool/format/stap.py
/qemu/scripts/tracetool/format/tcg_h.py
/qemu/scripts/tracetool/format/tcg_helper_c.py
/qemu/scripts/tracetool/format/tcg_helper_h.py
/qemu/scripts/tracetool/format/tcg_helper_wrapper_h.py
/qemu/scripts/tracetool/format/ust_events_c.py
/qemu/scripts/tracetool/format/ust_events_h.py
vmstate.c
/qemu/target-arm/kvm.c
/qemu/target-ppc/helper.h
/qemu/target-ppc/int_helper.c
/qemu/target-ppc/translate/vmx-impl.inc.c
/qemu/target-ppc/translate/vmx-ops.inc.c
/qemu/tests/Makefile.include
/qemu/tests/bios-tables-test.c
/qemu/tests/boot-sector.c
/qemu/tests/boot-sector.h
/qemu/tests/docker/Makefile.include
/qemu/tests/docker/dockerfiles/travis.docker
/qemu/tests/docker/test-build
/qemu/tests/docker/test-mingw
/qemu/tests/endianness-test.c
/qemu/tests/libqos/pci-spapr.c
/qemu/tests/libqos/virtio-pci.c
/qemu/tests/libqtest.c
/qemu/tests/libqtest.h
/qemu/tests/m25p80-test.c
/qemu/tests/ptimer-test-stubs.c
/qemu/tests/ptimer-test.c
/qemu/tests/pxe-test.c
/qemu/tests/spapr-phb-test.c
/qemu/tests/usb-hcd-uhci-test.c
/qemu/tests/virtio-blk-test.c
/qemu/trace-events
/qemu/trace/Makefile.objs
/qemu/trace/control-internal.h
/qemu/trace/control-target.c
/qemu/trace/control.c
/qemu/trace/control.h
/qemu/trace/event-internal.h
/qemu/trace/ftrace.c
/qemu/trace/simple.c
/qemu/trace/simple.h
/qemu/ui/input-linux.c
/qemu/ui/vnc-ws.c
/qemu/ui/vnc.c
/qemu/ui/vnc.h
/qemu/vl.c
9397740204-Oct-2016 Daniel P. Berrange <berrange@redhat.com>

trace: remove global 'uint16 dstate[]' array

Instead of having a global dstate array, declare a single
'uint16 TRACE_${EVENT_NAME}_DSTATE' variable for each
trace event. Record a pointer to this var

trace: remove global 'uint16 dstate[]' array

Instead of having a global dstate array, declare a single
'uint16 TRACE_${EVENT_NAME}_DSTATE' variable for each
trace event. Record a pointer to this variable in the
TraceEvent struct too.

By turning trace_event_get_state_dynamic_by_id into a
macro, this still hits the fast path, and cache affinity
is ensured by declaring all the uint16 vars adjacent to
each other.

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Lluís Vilanova <vilanova@ac.upc.edu>
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Message-id: 1475588159-30598-7-git-send-email-berrange@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>

show more ...


/qemu/.gitignore
/qemu/.travis.yml
/qemu/CODING_STYLE
/qemu/MAINTAINERS
/qemu/Makefile
/qemu/Makefile.target
/qemu/README
/qemu/async.c
/qemu/block.c
/qemu/block/Makefile.objs
/qemu/block/archipelago.c
/qemu/block/blkdebug.c
/qemu/block/blkverify.c
/qemu/block/block-backend.c
/qemu/block/curl.c
/qemu/block/dmg-bz2.c
/qemu/block/dmg.c
/qemu/block/dmg.h
/qemu/block/gluster.c
/qemu/block/io.c
/qemu/block/iscsi.c
/qemu/block/nfs.c
/qemu/block/null.c
/qemu/block/qed.c
/qemu/block/qed.h
/qemu/block/raw-posix.c
/qemu/block/raw-win32.c
/qemu/block/rbd.c
/qemu/block/write-threshold.c
/qemu/blockdev.c
/qemu/blockjob.c
/qemu/bsd-user/main.c
/qemu/configure
/qemu/cpu-exec.c
/qemu/cpus.c
/qemu/default-configs/arm-softmmu.mak
/qemu/docs/generic-loader.txt
/qemu/docs/qmp-commands.txt
/qemu/docs/qmp-events.txt
/qemu/docs/specs/edu.txt
/qemu/docs/writing-qmp-commands.txt
/qemu/docs/xen-save-devices-state.txt
/qemu/exec.c
/qemu/hmp-commands-info.hx
/qemu/hmp.c
/qemu/hmp.h
/qemu/hw/9pfs/virtio-9p-device.c
/qemu/hw/Makefile.objs
/qemu/hw/acpi/cpu.c
/qemu/hw/adc/Makefile.objs
/qemu/hw/adc/stm32f2xx_adc.c
/qemu/hw/arm/integratorcp.c
/qemu/hw/arm/mainstone.c
/qemu/hw/arm/nseries.c
/qemu/hw/arm/stm32f205_soc.c
/qemu/hw/arm/virt-acpi-build.c
/qemu/hw/arm/virt.c
/qemu/hw/block/virtio-blk.c
/qemu/hw/block/xen_disk.c
/qemu/hw/bt/hci-csr.c
/qemu/hw/char/virtio-serial-bus.c
/qemu/hw/core/Makefile.objs
/qemu/hw/core/generic-loader.c
/qemu/hw/core/or-irq.c
/qemu/hw/display/virtio-gpu.c
/qemu/hw/display/virtio-vga.c
/qemu/hw/dma/rc4030.c
/qemu/hw/i386/acpi-build.c
/qemu/hw/i386/amd_iommu.c
/qemu/hw/i386/intel_iommu.c
/qemu/hw/i386/pc.c
/qemu/hw/i386/xen/xen_platform.c
/qemu/hw/ide/ahci.c
/qemu/hw/ide/core.c
/qemu/hw/ide/piix.c
/qemu/hw/ide/qdev.c
/qemu/hw/input/tsc2005.c
/qemu/hw/input/tsc210x.c
/qemu/hw/input/virtio-input.c
/qemu/hw/intc/Makefile.objs
/qemu/hw/intc/arm_gic_kvm.c
/qemu/hw/intc/arm_gicv3_its_common.c
/qemu/hw/intc/arm_gicv3_its_kvm.c
/qemu/hw/intc/arm_gicv3_kvm.c
/qemu/hw/intc/i8259.c
/qemu/hw/intc/i8259_common.c
/qemu/hw/intc/intc.c
/qemu/hw/intc/lm32_pic.c
/qemu/hw/intc/slavio_intctl.c
/qemu/hw/m68k/mcf5208.c
/qemu/hw/misc/edu.c
/qemu/hw/net/cadence_gem.c
/qemu/hw/net/virtio-net.c
/qemu/hw/ppc/spapr.c
/qemu/hw/ppc/spapr_cpu_core.c
/qemu/hw/s390x/css.c
/qemu/hw/s390x/s390-pci-bus.c
/qemu/hw/s390x/s390-pci-bus.h
/qemu/hw/s390x/s390-pci-inst.c
/qemu/hw/scsi/spapr_vscsi.c
/qemu/hw/scsi/trace-events
/qemu/hw/scsi/virtio-scsi.c
/qemu/hw/smbios/smbios.c
/qemu/hw/sparc/sun4m.c
/qemu/hw/ssi/Makefile.objs
/qemu/hw/ssi/stm32f2xx_spi.c
/qemu/hw/timer/mc146818rtc.c
/qemu/hw/timer/stm32f2xx_timer.c
/qemu/hw/usb/hcd-ehci.c
/qemu/hw/virtio/vhost-vsock.c
/qemu/hw/virtio/virtio-balloon.c
/qemu/hw/virtio/virtio-pci.c
/qemu/hw/virtio/virtio-pci.h
/qemu/hw/virtio/virtio-rng.c
/qemu/hw/virtio/virtio.c
/qemu/hw/xenpv/xen_domainbuild.c
/qemu/include/block/aio.h
/qemu/include/block/block.h
/qemu/include/hw/acpi/acpi-defs.h
/qemu/include/hw/adc/stm32f2xx_adc.h
/qemu/include/hw/arm/stm32f205_soc.h
/qemu/include/hw/bt.h
/qemu/include/hw/compat.h
/qemu/include/hw/core/generic-loader.h
/qemu/include/hw/i386/pc.h
/qemu/include/hw/ide/internal.h
/qemu/include/hw/intc/arm_gicv3_its_common.h
/qemu/include/hw/intc/intc.h
/qemu/include/hw/lm32/lm32_pic.h
/qemu/include/hw/or-irq.h
/qemu/include/hw/ppc/spapr.h
/qemu/include/hw/sparc/sun4m.h
/qemu/include/hw/ssi/stm32f2xx_spi.h
/qemu/include/hw/virtio/virtio-blk.h
/qemu/include/hw/virtio/virtio-serial.h
/qemu/include/hw/virtio/virtio.h
/qemu/include/qemu/atomic.h
/qemu/include/qemu/bitmap.h
/qemu/include/qemu/coroutine_int.h
/qemu/include/qemu/osdep.h
/qemu/include/qemu/seqlock.h
/qemu/include/sysemu/block-backend.h
/qemu/include/sysemu/char.h
/qemu/include/sysemu/kvm.h
/qemu/include/sysemu/numa.h
/qemu/include/sysemu/os-posix.h
/qemu/include/sysemu/sysemu.h
/qemu/kvm-all.c
/qemu/kvm-stub.c
/qemu/linux-user/syscall.c
/qemu/monitor.c
/qemu/net/colo-compare.c
/qemu/net/filter-mirror.c
/qemu/net/trace-events
/qemu/net/vhost-user.c
/qemu/numa.c
/qemu/pc-bios/optionrom/Makefile
/qemu/pc-bios/s390-ccw.img
/qemu/pc-bios/s390-ccw/Makefile
/qemu/pc-bios/s390-ccw/virtio.c
/qemu/pc-bios/spapr-rtas/Makefile
/qemu/po/Makefile
/qemu/qapi-schema.json
/qemu/qapi/block-core.json
/qemu/qapi/block.json
/qemu/qapi/qmp-input-visitor.c
/qemu/qemu-char.c
/qemu/qemu-doc.texi
/qemu/qemu-nbd.c
/qemu/qemu-options.hx
/qemu/qemu-tech.texi
/qemu/qemu.nsi
/qemu/qga/commands.c
/qemu/qga/vss-win32/Makefile.objs
/qemu/qmp.c
/qemu/qom/cpu.c
/qemu/qom/object.c
/qemu/rules.mak
/qemu/scripts/modules/module_block.py
/qemu/scripts/tracetool/__init__.py
/qemu/scripts/tracetool/format/events_c.py
/qemu/scripts/tracetool/format/events_h.py
trace-control.c
/qemu/target-arm/kvm_arm.h
/qemu/target-arm/machine.c
/qemu/target-arm/translate-a64.c
/qemu/target-arm/translate.c
/qemu/target-cris/cpu.h
/qemu/target-i386/cpu.c
/qemu/target-i386/cpu.h
/qemu/target-i386/monitor.c
/qemu/target-m68k/cpu.h
/qemu/target-ppc/helper.h
/qemu/target-ppc/int_helper.c
/qemu/target-ppc/kvm.c
/qemu/target-ppc/kvm_ppc.h
/qemu/target-ppc/translate.c
/qemu/target-ppc/translate/vmx-impl.inc.c
/qemu/target-ppc/translate/vmx-ops.inc.c
/qemu/target-ppc/translate/vsx-impl.inc.c
/qemu/target-ppc/translate/vsx-ops.inc.c
/qemu/target-s390x/Makefile.objs
/qemu/target-s390x/cpu.h
/qemu/target-s390x/kvm.c
/qemu/target-sparc/cpu.h
/qemu/tcg/README
/qemu/tcg/optimize.c
/qemu/tests/.gitignore
/qemu/tests/Makefile.include
/qemu/tests/acpi-test-data/pc/DSDT.cphp
/qemu/tests/acpi-test-data/pc/SRAT.cphp
/qemu/tests/acpi-test-data/q35/DSDT.cphp
/qemu/tests/acpi-test-data/q35/SRAT.cphp
/qemu/tests/bios-tables-test.c
/qemu/tests/boot-sector.c
/qemu/tests/docker/Makefile.include
/qemu/tests/docker/common.rc
/qemu/tests/docker/test-clang
/qemu/tests/docker/test-full
/qemu/tests/docker/test-mingw
/qemu/tests/docker/test-quick
/qemu/tests/e1000e-test.c
/qemu/tests/i440fx-test.c
/qemu/tests/ide-test.c
/qemu/tests/ivshmem-test.c
/qemu/tests/libqos/ahci.c
/qemu/tests/libqos/libqos-pc.c
/qemu/tests/libqos/libqos-spapr.c
/qemu/tests/libqos/libqos.c
/qemu/tests/libqos/libqos.h
/qemu/tests/libqos/pci-pc.c
/qemu/tests/libqos/pci-pc.h
/qemu/tests/libqos/pci-spapr.c
/qemu/tests/libqos/pci-spapr.h
/qemu/tests/libqos/pci.c
/qemu/tests/libqos/rtas.c
/qemu/tests/libqos/rtas.h
/qemu/tests/pxe-test.c
/qemu/tests/q35-test.c
/qemu/tests/qemu-iotests/087
/qemu/tests/qemu-iotests/087.out
/qemu/tests/rtas-test.c
/qemu/tests/rtl8139-test.c
/qemu/tests/tcg/README
/qemu/tests/tco-test.c
/qemu/tests/test-qht.c
/qemu/tests/test-qmp-input-strict.c
/qemu/tests/usb-hcd-ehci-test.c
/qemu/tests/usb-hcd-uhci-test.c
/qemu/tests/vhost-user-test.c
/qemu/tests/virtio-9p-test.c
/qemu/tests/virtio-blk-test.c
/qemu/tests/virtio-net-test.c
/qemu/tests/virtio-scsi-test.c
/qemu/trace-events
/qemu/trace/Makefile.objs
/qemu/trace/control-internal.h
/qemu/trace/control-target.c
/qemu/trace/control.c
/qemu/trace/control.h
/qemu/trace/event-internal.h
/qemu/trace/qmp.c
/qemu/ui/cocoa.m
/qemu/util/bitmap.c
/qemu/util/coroutine-sigaltstack.c
/qemu/util/coroutine-ucontext.c
/qemu/util/coroutine-win32.c
/qemu/util/module.c
/qemu/util/oslib-posix.c
/qemu/util/oslib-win32.c
/qemu/util/qemu-config.c
/qemu/util/qht.c
/qemu/vl.c
2bfe11c819-Sep-2016 Lluís Vilanova <vilanova@ac.upc.edu>

trace: Properly initialize dynamic event states in hot-plugged vCPUs

Every time a vCPU is hot-plugged, it will "inherit" its tracing state
from the global state array. That is, if *any* existing vCP

trace: Properly initialize dynamic event states in hot-plugged vCPUs

Every time a vCPU is hot-plugged, it will "inherit" its tracing state
from the global state array. That is, if *any* existing vCPU has an
event enabled, new vCPUs will have too.

Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
Message-id: 147428970768.15111.7664565956870423529.stgit@fimbulvetr.bsc.es
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>

show more ...


/qemu/MAINTAINERS
/qemu/Makefile.objs
/qemu/block.c
/qemu/block/block-backend.c
/qemu/block/commit.c
/qemu/block/qcow2-cluster.c
/qemu/block/vvfat.c
/qemu/blockdev.c
/qemu/bsd-user/main.c
/qemu/docs/colo-proxy.txt
/qemu/docs/qmp-commands.txt
/qemu/hmp.c
/qemu/hw/acpi/aml-build.c
/qemu/hw/arm/sysbus-fdt.c
/qemu/hw/core/machine.c
/qemu/hw/core/platform-bus.c
/qemu/hw/i386/Makefile.objs
/qemu/hw/i386/acpi-build.c
/qemu/hw/i386/amd_iommu.c
/qemu/hw/i386/amd_iommu.h
/qemu/hw/i386/intel_iommu.c
/qemu/hw/i386/trace-events
/qemu/hw/i386/x86-iommu.c
/qemu/hw/input/adb.c
/qemu/hw/intc/xics.c
/qemu/hw/mem/trace-events
/qemu/hw/net/e1000e.c
/qemu/hw/net/e1000e_core.c
/qemu/hw/net/e1000e_core.h
/qemu/hw/net/imx_fec.c
/qemu/hw/net/mcf_fec.c
/qemu/hw/net/spapr_llan.c
/qemu/hw/net/trace-events
/qemu/hw/net/virtio-net.c
/qemu/hw/ppc/e500.c
/qemu/hw/ppc/spapr.c
/qemu/hw/ppc/spapr_cpu_core.c
/qemu/hw/ppc/spapr_drc.c
/qemu/hw/ppc/spapr_hcall.c
/qemu/hw/ppc/spapr_pci.c
/qemu/hw/ppc/spapr_rtas.c
/qemu/hw/ppc/spapr_vio.c
/qemu/hw/ppc/trace-events
/qemu/hw/scsi/spapr_vscsi.c
/qemu/hw/scsi/trace-events
/qemu/hw/virtio/trace-events
/qemu/hw/virtio/virtio.c
/qemu/include/block/block.h
/qemu/include/hw/acpi/aml-build.h
/qemu/include/hw/i386/pc.h
/qemu/include/hw/i386/x86-iommu.h
/qemu/include/hw/input/adb-keys.h
/qemu/include/hw/pci-host/spapr.h
/qemu/include/hw/pci/pci.h
/qemu/include/hw/ppc/spapr_cpu_core.h
/qemu/include/hw/ppc/spapr_rtas.h
/qemu/include/hw/ppc/xics.h
/qemu/include/hw/sysbus.h
/qemu/include/hw/virtio/virtio-net.h
/qemu/include/hw/virtio/virtio.h
/qemu/include/qemu/jhash.h
/qemu/include/sysemu/block-backend.h
/qemu/include/sysemu/char.h
/qemu/include/sysemu/cpus.h
/qemu/io/trace-events
/qemu/linux-user/elfload.c
/qemu/linux-user/main.c
/qemu/linux-user/mips/target_structs.h
/qemu/linux-user/mips/target_syscall.h
/qemu/linux-user/mips64/target_syscall.h
/qemu/linux-user/ppc/syscall_nr.h
/qemu/linux-user/signal.c
/qemu/linux-user/strace.list
/qemu/linux-user/syscall.c
/qemu/linux-user/syscall_defs.h
/qemu/monitor.c
/qemu/net/Makefile.objs
/qemu/net/colo-compare.c
/qemu/net/colo.c
/qemu/net/colo.h
/qemu/net/filter-rewriter.c
/qemu/net/net.c
/qemu/net/tap.c
/qemu/qapi-schema.json
/qemu/qapi/block-core.json
/qemu/qapi/block.json
/qemu/qdev-monitor.c
/qemu/qemu-char.c
/qemu/qemu-options.hx
/qemu/qmp.c
/qemu/qom/cpu.c
/qemu/qtest.c
trace-control.c
/qemu/target-i386/cpu.c
/qemu/target-i386/cpu.h
/qemu/target-i386/kvm.c
/qemu/target-mips/translate.c
/qemu/target-mips/translate_init.c
/qemu/target-ppc/cpu.h
/qemu/target-ppc/excp_helper.c
/qemu/target-ppc/helper.h
/qemu/target-ppc/helper_regs.h
/qemu/target-ppc/int_helper.c
/qemu/target-ppc/kvm.c
/qemu/target-ppc/kvm_ppc.h
/qemu/target-ppc/mmu-hash64.c
/qemu/target-ppc/mmu_helper.c
/qemu/target-ppc/translate.c
/qemu/target-ppc/translate/fp-impl.inc.c
/qemu/target-ppc/translate/fp-ops.inc.c
/qemu/target-ppc/translate/spe-impl.inc.c
/qemu/target-ppc/translate/vmx-impl.inc.c
/qemu/target-ppc/translate/vmx-ops.inc.c
/qemu/target-ppc/translate/vsx-impl.inc.c
/qemu/target-ppc/translate/vsx-ops.inc.c
/qemu/target-ppc/translate_init.c
/qemu/tests/.gitignore
/qemu/tests/Makefile.include
/qemu/tests/check-block.sh
/qemu/tests/libqos/libqos-pc.c
/qemu/tests/libqos/libqos-spapr.c
/qemu/tests/libqos/libqos-spapr.h
/qemu/tests/libqos/libqos.c
/qemu/tests/libqos/malloc-spapr.c
/qemu/tests/libqos/malloc-spapr.h
/qemu/tests/libqos/rtas.c
/qemu/tests/libqos/rtas.h
/qemu/tests/libqtest.c
/qemu/tests/libqtest.h
/qemu/tests/qemu-iotests/041
/qemu/tests/qemu-iotests/067
/qemu/tests/qemu-iotests/067.out
/qemu/tests/qemu-iotests/071
/qemu/tests/qemu-iotests/081
/qemu/tests/qemu-iotests/085.out
/qemu/tests/qemu-iotests/087
/qemu/tests/qemu-iotests/087.out
/qemu/tests/qemu-iotests/117
/qemu/tests/qemu-iotests/118
/qemu/tests/qemu-iotests/124
/qemu/tests/qemu-iotests/139
/qemu/tests/qemu-iotests/139.out
/qemu/tests/qemu-iotests/141
/qemu/tests/qemu-iotests/141.out
/qemu/tests/qemu-iotests/158
/qemu/tests/qemu-iotests/158.out
/qemu/tests/qemu-iotests/group
/qemu/tests/qemu-iotests/iotests.py
/qemu/tests/rtas-test.c
/qemu/tests/test-x86-cpuid-compat.c
/qemu/tests/vhost-user-test.c
/qemu/trace-events
/qemu/trace/control-target.c
/qemu/trace/control.c
/qemu/trace/control.h
/qemu/ui/cocoa.m
/qemu/util/trace-events
/qemu/vl.c
6d0ceb8026-Sep-2016 Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>

replay: allow replay stopping and restarting

This patch fixes bug with stopping and restarting replay
through monitor.

Signed-off-by: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
Message-Id: <2016092

replay: allow replay stopping and restarting

This patch fixes bug with stopping and restarting replay
through monitor.

Signed-off-by: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
Message-Id: <20160926080815.6992.71818.stgit@PASHA-ISP>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

show more ...


/qemu/MAINTAINERS
/qemu/Makefile.objs
/qemu/block.c
/qemu/block/blkreplay.c
/qemu/block/block-backend.c
/qemu/block/commit.c
/qemu/block/qcow2-cluster.c
/qemu/block/vvfat.c
/qemu/blockdev.c
/qemu/bsd-user/main.c
/qemu/configure
/qemu/cpu-exec.c
/qemu/cpus-common.c
/qemu/cpus.c
/qemu/docs/qmp-commands.txt
/qemu/docs/tcg-exclusive.promela
/qemu/exec.c
/qemu/hmp.c
/qemu/hw/acpi/aml-build.c
/qemu/hw/i386/Makefile.objs
/qemu/hw/i386/acpi-build.c
/qemu/hw/i386/amd_iommu.c
/qemu/hw/i386/amd_iommu.h
/qemu/hw/i386/intel_iommu.c
/qemu/hw/i386/kvm/apic.c
/qemu/hw/i386/kvmvapic.c
/qemu/hw/i386/trace-events
/qemu/hw/i386/x86-iommu.c
/qemu/hw/input/adb.c
/qemu/hw/intc/ioapic.c
/qemu/hw/intc/xics.c
/qemu/hw/net/spapr_llan.c
/qemu/hw/net/trace-events
/qemu/hw/ppc/ppce500_spin.c
/qemu/hw/ppc/spapr.c
/qemu/hw/ppc/spapr_cpu_core.c
/qemu/hw/ppc/spapr_drc.c
/qemu/hw/ppc/spapr_hcall.c
/qemu/hw/ppc/spapr_iommu.c
/qemu/hw/ppc/spapr_pci.c
/qemu/hw/ppc/spapr_rtas.c
/qemu/hw/ppc/spapr_vio.c
/qemu/hw/ppc/trace-events
/qemu/hw/scsi/spapr_vscsi.c
/qemu/hw/scsi/trace-events
/qemu/hw/vfio/common.c
/qemu/hw/virtio/virtio.c
/qemu/include/block/block.h
/qemu/include/exec/cpu-common.h
/qemu/include/exec/exec-all.h
/qemu/include/exec/memory.h
/qemu/include/exec/tb-context.h
/qemu/include/hw/acpi/aml-build.h
/qemu/include/hw/compat.h
/qemu/include/hw/i386/pc.h
/qemu/include/hw/i386/x86-iommu.h
/qemu/include/hw/input/adb-keys.h
/qemu/include/hw/pci-host/spapr.h
/qemu/include/hw/pci/pci.h
/qemu/include/hw/ppc/spapr_cpu_core.h
/qemu/include/hw/ppc/spapr_rtas.h
/qemu/include/hw/ppc/xics.h
/qemu/include/hw/vfio/vfio-common.h
/qemu/include/hw/virtio/virtio.h
/qemu/include/qemu/compiler.h
/qemu/include/qom/cpu.h
/qemu/include/sysemu/block-backend.h
/qemu/include/sysemu/replay.h
/qemu/kvm-all.c
/qemu/linux-user/elfload.c
/qemu/linux-user/main.c
/qemu/linux-user/mips/target_structs.h
/qemu/linux-user/mips/target_syscall.h
/qemu/linux-user/mips64/target_syscall.h
/qemu/linux-user/ppc/syscall_nr.h
/qemu/linux-user/signal.c
/qemu/linux-user/strace.list
/qemu/linux-user/syscall.c
/qemu/linux-user/syscall_defs.h
/qemu/memory.c
/qemu/migration/ram.c
/qemu/monitor.c
/qemu/qapi/block-core.json
/qemu/qapi/block.json
/qemu/qdev-monitor.c
/qemu/qmp.c
/qemu/qtest.c
/qemu/replay/Makefile.objs
/qemu/replay/replay-events.c
/qemu/replay/replay-internal.c
/qemu/replay/replay-internal.h
/qemu/replay/replay-snapshot.c
/qemu/replay/replay-time.c
/qemu/replay/replay.c
/qemu/scripts/checkpatch.pl
replay.c
/qemu/target-i386/helper.c
/qemu/target-i386/kvm.c
/qemu/target-mips/translate.c
/qemu/target-mips/translate_init.c
/qemu/target-ppc/cpu.h
/qemu/target-ppc/excp_helper.c
/qemu/target-ppc/helper.h
/qemu/target-ppc/helper_regs.h
/qemu/target-ppc/int_helper.c
/qemu/target-ppc/kvm.c
/qemu/target-ppc/kvm_ppc.h
/qemu/target-ppc/mmu-hash64.c
/qemu/target-ppc/mmu_helper.c
/qemu/target-ppc/translate.c
/qemu/target-ppc/translate/fp-impl.inc.c
/qemu/target-ppc/translate/fp-ops.inc.c
/qemu/target-ppc/translate/spe-impl.inc.c
/qemu/target-ppc/translate/vmx-impl.inc.c
/qemu/target-ppc/translate/vmx-ops.inc.c
/qemu/target-ppc/translate/vsx-impl.inc.c
/qemu/target-ppc/translate/vsx-ops.inc.c
/qemu/target-s390x/cpu.c
/qemu/target-s390x/cpu.h
/qemu/target-s390x/kvm.c
/qemu/target-s390x/misc_helper.c
/qemu/tests/Makefile.include
/qemu/tests/check-block.sh
/qemu/tests/libqos/libqos-pc.c
/qemu/tests/libqos/libqos-spapr.c
/qemu/tests/libqos/libqos-spapr.h
/qemu/tests/libqos/libqos.c
/qemu/tests/libqos/malloc-spapr.c
/qemu/tests/libqos/malloc-spapr.h
/qemu/tests/libqos/rtas.c
/qemu/tests/libqos/rtas.h
/qemu/tests/libqtest.c
/qemu/tests/libqtest.h
/qemu/tests/qemu-iotests/041
/qemu/tests/qemu-iotests/067
/qemu/tests/qemu-iotests/067.out
/qemu/tests/qemu-iotests/071
/qemu/tests/qemu-iotests/081
/qemu/tests/qemu-iotests/085.out
/qemu/tests/qemu-iotests/087
/qemu/tests/qemu-iotests/087.out
/qemu/tests/qemu-iotests/117
/qemu/tests/qemu-iotests/118
/qemu/tests/qemu-iotests/124
/qemu/tests/qemu-iotests/139
/qemu/tests/qemu-iotests/139.out
/qemu/tests/qemu-iotests/141
/qemu/tests/qemu-iotests/141.out
/qemu/tests/qemu-iotests/158
/qemu/tests/qemu-iotests/158.out
/qemu/tests/qemu-iotests/group
/qemu/tests/qemu-iotests/iotests.py
/qemu/tests/rtas-test.c
/qemu/tests/vhost-user-test.c
/qemu/translate-all.c
/qemu/ui/cocoa.m
/qemu/vl.c
cea2527521-Sep-2016 Fam Zheng <famz@redhat.com>

util: Add UUID API

A number of different places across the code base use CONFIG_UUID. Some
of them are soft dependency, some are not built if libuuid is not
available, some come with dummy fallback,

util: Add UUID API

A number of different places across the code base use CONFIG_UUID. Some
of them are soft dependency, some are not built if libuuid is not
available, some come with dummy fallback, some throws runtime error.

It is hard to maintain, and hard to reason for users.

Since UUID is a simple standard with only a small number of operations,
it is cleaner to have a central support in libqemuutil. This patch adds
qemu_uuid_* functions that all uuid users in the code base can
rely on. Except for qemu_uuid_generate which is new code, all other
functions are just copy from existing fallbacks from other files.

Note that qemu_uuid_parse is moved without updating the function
signature to use QemuUUID, to keep this patch simple.

Signed-off-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Jeff Cody <jcody@redhat.com>
Message-Id: <1474432046-325-2-git-send-email-famz@redhat.com>

show more ...


/qemu/.gitignore
/qemu/MAINTAINERS
/qemu/Makefile
/qemu/Makefile.objs
/qemu/Makefile.target
/qemu/arch_init.c
/qemu/backends/msmouse.c
/qemu/backends/rng-egd.c
/qemu/block.c
/qemu/block/Makefile.objs
/qemu/block/backup.c
/qemu/block/block-backend.c
/qemu/block/commit.c
/qemu/block/crypto.c
/qemu/block/curl.c
/qemu/block/gluster.c
/qemu/block/io.c
/qemu/block/iscsi.c
/qemu/block/linux-aio.c
/qemu/block/mirror.c
/qemu/block/qcow.c
/qemu/block/qcow2-cluster.c
/qemu/block/qcow2.c
/qemu/block/qcow2.h
/qemu/block/replication.c
/qemu/block/sheepdog.c
/qemu/block/vmdk.c
/qemu/blockdev-nbd.c
/qemu/blockdev.c
/qemu/blockjob.c
/qemu/configure
/qemu/cpu-exec.c
/qemu/cpus.c
/qemu/cputlb.c
/qemu/crypto/block-luks.c
/qemu/crypto/block.c
/qemu/crypto/cipher-builtin.c
/qemu/crypto/cipher-gcrypt.c
/qemu/crypto/cipher-nettle.c
/qemu/crypto/init.c
/qemu/crypto/pbkdf-gcrypt.c
/qemu/crypto/pbkdf-nettle.c
/qemu/crypto/pbkdf-stub.c
/qemu/crypto/pbkdf.c
/qemu/crypto/tlscredsx509.c
/qemu/crypto/tlssession.c
/qemu/crypto/trace-events
/qemu/default-configs/arm-softmmu.mak
/qemu/default-configs/i386-softmmu.mak
/qemu/default-configs/ppc-softmmu.mak
/qemu/default-configs/ppc64-softmmu.mak
/qemu/default-configs/sparc64-softmmu.mak
/qemu/default-configs/x86_64-softmmu.mak
/qemu/disas.c
/qemu/disas/Makefile.objs
/qemu/disas/sh4.c
/qemu/docs/block-replication.txt
/qemu/docs/qapi-code-gen.txt
/qemu/docs/qmp-commands.txt
/qemu/docs/rcu.txt
/qemu/docs/throttle.txt
/qemu/docs/writing-qmp-commands.txt
/qemu/exec.c
/qemu/fpu/softfloat.c
/qemu/fsdev/9p-marshal.c
/qemu/fsdev/9p-marshal.h
/qemu/gdbstub.c
/qemu/hmp-commands-info.hx
/qemu/hmp-commands.hx
/qemu/hmp.c
/qemu/hw/9pfs/9p-local.c
/qemu/hw/9pfs/9p-proxy.c
/qemu/hw/9pfs/9p.c
/qemu/hw/9pfs/9p.h
/qemu/hw/arm/ast2400.c
/qemu/hw/arm/omap2.c
/qemu/hw/arm/pxa2xx.c
/qemu/hw/arm/strongarm.c
/qemu/hw/arm/virt-acpi-build.c
/qemu/hw/audio/gus.c
/qemu/hw/audio/pcspk.c
/qemu/hw/audio/sb16.c
/qemu/hw/block/fdc.c
/qemu/hw/block/m25p80.c
/qemu/hw/block/virtio-blk.c
/qemu/hw/bt/hci.c
/qemu/hw/char/bcm2835_aux.c
/qemu/hw/char/debugcon.c
/qemu/hw/char/digic-uart.c
/qemu/hw/char/escc.c
/qemu/hw/char/etraxfs_ser.c
/qemu/hw/char/exynos4210_uart.c
/qemu/hw/char/grlib_apbuart.c
/qemu/hw/char/imx_serial.c
/qemu/hw/char/ipoctal232.c
/qemu/hw/char/lm32_juart.c
/qemu/hw/char/lm32_uart.c
/qemu/hw/char/mcf_uart.c
/qemu/hw/char/parallel.c
/qemu/hw/char/pl011.c
/qemu/hw/char/sclpconsole-lm.c
/qemu/hw/char/sclpconsole.c
/qemu/hw/char/sh_serial.c
/qemu/hw/char/spapr_vty.c
/qemu/hw/char/stm32f2xx_usart.c
/qemu/hw/char/virtio-console.c
/qemu/hw/char/xilinx_uartlite.c
/qemu/hw/core/bus.c
/qemu/hw/core/machine.c
/qemu/hw/display/vga-isa.c
/qemu/hw/display/virtio-gpu-pci.c
/qemu/hw/display/virtio-vga.c
/qemu/hw/display/vmware_vga.c
/qemu/hw/dma/i8257.c
/qemu/hw/dma/omap_dma.c
/qemu/hw/i386/acpi-build.c
/qemu/hw/i386/kvm/apic.c
/qemu/hw/i386/kvm/i8259.c
/qemu/hw/i386/kvmvapic.c
/qemu/hw/i386/pc.c
/qemu/hw/i386/pc_piix.c
/qemu/hw/i386/pc_q35.c
/qemu/hw/i386/trace-events
/qemu/hw/ide/core.c
/qemu/hw/ide/qdev.c
/qemu/hw/input/pckbd.c
/qemu/hw/intc/apic.c
/qemu/hw/intc/xics_kvm.c
/qemu/hw/ipmi/ipmi_bmc_extern.c
/qemu/hw/isa/isa-bus.c
/qemu/hw/misc/Makefile.objs
/qemu/hw/misc/aspeed_sdmc.c
/qemu/hw/misc/ivshmem.c
/qemu/hw/misc/macio/macio.c
/qemu/hw/net/e1000e_core.c
/qemu/hw/net/spapr_llan.c
/qemu/hw/nvram/fw_cfg.c
/qemu/hw/ppc/Makefile.objs
/qemu/hw/ppc/fdt.c
/qemu/hw/ppc/ppc405.h
/qemu/hw/ppc/spapr.c
/qemu/hw/ppc/spapr_drc.c
/qemu/hw/ppc/spapr_events.c
/qemu/hw/ppc/spapr_iommu.c
/qemu/hw/ppc/spapr_rtas.c
/qemu/hw/ppc/spapr_vio.c
/qemu/hw/s390x/s390-virtio-ccw.c
/qemu/hw/s390x/sclp.c
/qemu/hw/s390x/virtio-ccw.c
/qemu/hw/s390x/virtio-ccw.h
/qemu/hw/scsi/lsi53c895a.c
/qemu/hw/scsi/megasas.c
/qemu/hw/scsi/mptconfig.c
/qemu/hw/scsi/mptsas.c
/qemu/hw/scsi/scsi-disk.c
/qemu/hw/scsi/virtio-scsi.c
/qemu/hw/scsi/vmw_pvscsi.c
/qemu/hw/sd/sd.c
/qemu/hw/sh4/shix.c
/qemu/hw/smbios/smbios.c
/qemu/hw/tricore/tricore_testboard.c
/qemu/hw/usb/ccid-card-passthru.c
/qemu/hw/usb/dev-mtp.c
/qemu/hw/usb/dev-serial.c
/qemu/hw/usb/hcd-xhci.c
/qemu/hw/usb/host-libusb.c
/qemu/hw/vfio/pci.c
/qemu/hw/virtio/Makefile.objs
/qemu/hw/virtio/vhost-backend.c
/qemu/hw/virtio/vhost-vsock.c
/qemu/hw/virtio/vhost.c
/qemu/hw/virtio/virtio-balloon.c
/qemu/hw/virtio/virtio-bus.c
/qemu/hw/virtio/virtio-pci.c
/qemu/hw/virtio/virtio-pci.h
/qemu/hw/virtio/virtio.c
/qemu/include/block/block.h
/qemu/include/block/block_backup.h
/qemu/include/block/block_int.h
/qemu/include/block/nbd.h
/qemu/include/crypto/pbkdf.h
/qemu/include/exec/exec-all.h
/qemu/include/fpu/softfloat.h
/qemu/include/glib-compat.h
/qemu/include/hw/arm/ast2400.h
/qemu/include/hw/arm/pxa.h
/qemu/include/hw/boards.h
/qemu/include/hw/bt.h
/qemu/include/hw/compat.h
/qemu/include/hw/i386/pc.h
/qemu/include/hw/ide/internal.h
/qemu/include/hw/isa/i8257.h
/qemu/include/hw/isa/isa.h
/qemu/include/hw/misc/aspeed_sdmc.h
/qemu/include/hw/pci-host/spapr.h
/qemu/include/hw/pci/pci.h
/qemu/include/hw/pci/pci_bridge.h
/qemu/include/hw/pci/pcie_port.h
/qemu/include/hw/ppc/fdt.h
/qemu/include/hw/ppc/ppc4xx.h
/qemu/include/hw/ppc/spapr.h
/qemu/include/hw/ppc/spapr_vio.h
/qemu/include/hw/qdev-core.h
/qemu/include/hw/s390x/s390-virtio-ccw.h
/qemu/include/hw/scsi/scsi.h
/qemu/include/hw/virtio/vhost-backend.h
/qemu/include/hw/virtio/vhost-vsock.h
/qemu/include/hw/virtio/virtio-bus.h
/qemu/include/hw/virtio/virtio.h
/qemu/include/migration/migration.h
/qemu/include/net/net.h
/qemu/include/qapi/qmp/dispatch.h
/qemu/include/qemu/atomic.h
/qemu/include/qemu/bitmap.h
/qemu/include/qemu/coroutine.h
/qemu/include/qemu/coroutine_int.h
/qemu/include/qemu/cutils.h
/qemu/include/qemu/module.h
/qemu/include/qemu/queue.h
/qemu/include/qemu/timer.h
/qemu/include/qemu/uri.h
/qemu/include/qemu/uuid.h
/qemu/include/sysemu/block-backend.h
/qemu/include/sysemu/iothread.h
/qemu/include/sysemu/kvm.h
/qemu/include/sysemu/sysemu.h
/qemu/include/ui/console.h
/qemu/include/ui/input.h
/qemu/include/ui/spice-display.h
/qemu/iothread.c
/qemu/kvm-all.c
/qemu/kvm-stub.c
/qemu/linux-user/arm/target_syscall.h
/qemu/linux-user/elfload.c
/qemu/linux-user/flatload.c
/qemu/linux-user/i386/target_syscall.h
/qemu/linux-user/ioctls.h
/qemu/linux-user/m68k/target_syscall.h
/qemu/linux-user/main.c
/qemu/linux-user/microblaze/target_syscall.h
/qemu/linux-user/mips/target_syscall.h
/qemu/linux-user/mips64/target_syscall.h
/qemu/linux-user/openrisc/syscall_nr.h
/qemu/linux-user/ppc/target_syscall.h
/qemu/linux-user/qemu.h
/qemu/linux-user/sh4/syscall_nr.h
/qemu/linux-user/sh4/target_syscall.h
/qemu/linux-user/signal.c
/qemu/linux-user/sparc/target_syscall.h
/qemu/linux-user/strace.c
/qemu/linux-user/syscall.c
/qemu/linux-user/syscall_defs.h
/qemu/linux-user/tilegx/syscall_nr.h
/qemu/memory.c
/qemu/migration/ram.c
/qemu/migration/rdma.c
/qemu/monitor.c
/qemu/nbd/server.c
/qemu/net/filter.c
/qemu/net/socket.c
/qemu/pc-bios/linuxboot_dma.bin
/qemu/pc-bios/openbios-ppc
/qemu/pc-bios/openbios-sparc32
/qemu/pc-bios/openbios-sparc64
/qemu/pc-bios/optionrom/linuxboot_dma.c
/qemu/qapi-schema.json
/qemu/qapi/block-core.json
/qemu/qapi/block.json
/qemu/qapi/crypto.json
/qemu/qapi/qmp-registry.c
/qemu/qemu-char.c
/qemu/qemu-img-cmds.hx
/qemu/qemu-img.c
/qemu/qemu-img.texi
/qemu/qemu-io-cmds.c
/qemu/qemu-nbd.c
/qemu/qemu-options.hx
/qemu/qemu-seccomp.c
/qemu/qemu-tech.texi
/qemu/qga/guest-agent-command-state.c
/qemu/qga/guest-agent-core.h
/qemu/qga/main.c
/qemu/qmp.c
/qemu/qom/cpu.c
/qemu/qtest.c
/qemu/replication.c
/qemu/replication.h
/qemu/roms/openbios
/qemu/rules.mak
/qemu/scripts/checkpatch.pl
/qemu/scripts/coccinelle/typecast.cocci
/qemu/scripts/create_config
/qemu/scripts/kvm/vmxcap
/qemu/scripts/modules/module_block.py
/qemu/scripts/qapi-commands.py
/qemu/slirp/slirp.c
/qemu/softmmu_template.h
uuid.c
/qemu/target-alpha/cpu.h
/qemu/target-alpha/translate.c
/qemu/target-arm/helper.c
/qemu/target-arm/op_helper.c
/qemu/target-arm/translate-a64.c
/qemu/target-arm/translate.c
/qemu/target-i386/cpu.c
/qemu/target-i386/cpu.h
/qemu/target-i386/fpu_helper.c
/qemu/target-i386/kvm.c
/qemu/target-i386/seg_helper.c
/qemu/target-i386/translate.c
/qemu/target-m68k/cpu.h
/qemu/target-m68k/helper.c
/qemu/target-mips/op_helper.c
/qemu/target-ppc/cpu-models.c
/qemu/target-ppc/cpu-models.h
/qemu/target-ppc/cpu-qom.h
/qemu/target-ppc/cpu.h
/qemu/target-ppc/dfp_helper.c
/qemu/target-ppc/excp_helper.c
/qemu/target-ppc/fpu_helper.c
/qemu/target-ppc/helper.h
/qemu/target-ppc/int_helper.c
/qemu/target-ppc/mem_helper.c
/qemu/target-ppc/misc_helper.c
/qemu/target-ppc/mmu-hash64.c
/qemu/target-ppc/mmu-hash64.h
/qemu/target-ppc/mmu_helper.c
/qemu/target-ppc/timebase_helper.c
/qemu/target-ppc/translate.c
/qemu/target-ppc/translate/dfp-impl.inc.c
/qemu/target-ppc/translate/dfp-ops.inc.c
/qemu/target-ppc/translate/fp-impl.inc.c
/qemu/target-ppc/translate/fp-ops.inc.c
/qemu/target-ppc/translate/spe-impl.inc.c
/qemu/target-ppc/translate/spe-ops.inc.c
/qemu/target-ppc/translate/vmx-impl.inc.c
/qemu/target-ppc/translate/vmx-ops.inc.c
/qemu/target-ppc/translate/vsx-impl.inc.c
/qemu/target-ppc/translate/vsx-ops.inc.c
/qemu/target-ppc/translate_init.c
/qemu/target-s390x/cpu.h
/qemu/target-s390x/kvm.c
/qemu/target-sh4/README.sh4
/qemu/target-sparc/cpu.c
/qemu/tcg/README
/qemu/tcg/aarch64/tcg-target.inc.c
/qemu/tcg/arm/tcg-target.inc.c
/qemu/tcg/i386/tcg-target.inc.c
/qemu/tcg/ia64/tcg-target.inc.c
/qemu/tcg/mips/tcg-target.inc.c
/qemu/tcg/optimize.c
/qemu/tcg/ppc/tcg-target.inc.c
/qemu/tcg/s390/tcg-target.inc.c
/qemu/tcg/sparc/tcg-target.inc.c
/qemu/tcg/tcg-op.c
/qemu/tcg/tcg-op.h
/qemu/tcg/tcg-opc.h
/qemu/tcg/tcg.c
/qemu/tcg/tcg.h
/qemu/tcg/tci/README
/qemu/tcg/tci/tcg-target.inc.c
/qemu/tci.c
/qemu/tests/.gitignore
/qemu/tests/Makefile.include
/qemu/tests/bios-tables-test.c
/qemu/tests/boot-serial-test.c
/qemu/tests/check-qom-interface.c
/qemu/tests/check-qom-proplist.c
/qemu/tests/crypto-tls-x509-helpers.h
/qemu/tests/docker/Makefile.include
/qemu/tests/docker/docker.py
/qemu/tests/docker/dockerfiles/debian-bootstrap.pre
/qemu/tests/docker/dockerfiles/min-glib.docker
/qemu/tests/hd-geo-test.c
/qemu/tests/libqos/virtio.c
/qemu/tests/libqtest.c
/qemu/tests/libqtest.h
/qemu/tests/pc-cpu-test.c
/qemu/tests/postcopy-test.c
/qemu/tests/qemu-iotests/030
/qemu/tests/qemu-iotests/041
/qemu/tests/qemu-iotests/055
/qemu/tests/qemu-iotests/055.out
/qemu/tests/qemu-iotests/057
/qemu/tests/qemu-iotests/159
/qemu/tests/qemu-iotests/159.out
/qemu/tests/qemu-iotests/160
/qemu/tests/qemu-iotests/160.out
/qemu/tests/qemu-iotests/170
/qemu/tests/qemu-iotests/170.out
/qemu/tests/qemu-iotests/common.filter
/qemu/tests/qemu-iotests/common.rc
/qemu/tests/qemu-iotests/group
/qemu/tests/qemu-iotests/iotests.py
/qemu/tests/qom-test.c
/qemu/tests/test-bufferiszero.c
/qemu/tests/test-coroutine.c
/qemu/tests/test-crypto-cipher.c
/qemu/tests/test-crypto-pbkdf.c
/qemu/tests/test-cutils.c
/qemu/tests/test-iov.c
/qemu/tests/test-qga.c
/qemu/tests/test-qmp-commands.c
/qemu/tests/test-replication.c
/qemu/tests/test-string-input-visitor.c
/qemu/tests/test-vmstate.c
/qemu/tests/virtio-9p-test.c
/qemu/trace-events
/qemu/translate-all.c
/qemu/ui/cocoa.m
/qemu/ui/console.c
/qemu/ui/curses.c
/qemu/ui/vnc.c
/qemu/user-exec.c
/qemu/util/Makefile.objs
/qemu/util/bufferiszero.c
/qemu/util/cutils.c
/qemu/util/log.c
/qemu/util/module.c
/qemu/util/qemu-coroutine-lock.c
/qemu/util/qemu-coroutine.c
/qemu/util/qemu-sockets.c
/qemu/util/uuid.c
/qemu/vl.c
5b262bb622-Sep-2016 Dmitry Osipenko <digetx@gmail.com>

tests: Add ptimer tests

Ptimer is a generic countdown timer helper that is used by many timer
device models as well as by the QEMU core. Add QTests for the ptimer.

Signed-off-by: Dmitry Osipenko <d

tests: Add ptimer tests

Ptimer is a generic countdown timer helper that is used by many timer
device models as well as by the QEMU core. Add QTests for the ptimer.

Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Message-id: 1de89fe6e1ccaf6c8071ee3469e1a844df948359.1473252818.git.digetx@gmail.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>

show more ...


/qemu/.gitignore
/qemu/MAINTAINERS
/qemu/Makefile
/qemu/Makefile.objs
/qemu/Makefile.target
/qemu/backends/msmouse.c
/qemu/backends/rng-egd.c
/qemu/block.c
/qemu/block/Makefile.objs
/qemu/block/backup.c
/qemu/block/block-backend.c
/qemu/block/commit.c
/qemu/block/crypto.c
/qemu/block/curl.c
/qemu/block/gluster.c
/qemu/block/io.c
/qemu/block/iscsi.c
/qemu/block/linux-aio.c
/qemu/block/mirror.c
/qemu/block/qcow.c
/qemu/block/qcow2-cluster.c
/qemu/block/qcow2.c
/qemu/block/qcow2.h
/qemu/block/replication.c
/qemu/block/sheepdog.c
/qemu/block/vmdk.c
/qemu/blockdev-nbd.c
/qemu/blockdev.c
/qemu/blockjob.c
/qemu/configure
/qemu/cpu-exec.c
/qemu/cpus.c
/qemu/cputlb.c
/qemu/crypto/block-luks.c
/qemu/crypto/block.c
/qemu/crypto/cipher-builtin.c
/qemu/crypto/cipher-gcrypt.c
/qemu/crypto/cipher-nettle.c
/qemu/crypto/init.c
/qemu/crypto/pbkdf-gcrypt.c
/qemu/crypto/pbkdf-nettle.c
/qemu/crypto/pbkdf-stub.c
/qemu/crypto/pbkdf.c
/qemu/crypto/tlscredsx509.c
/qemu/crypto/tlssession.c
/qemu/crypto/trace-events
/qemu/default-configs/arm-softmmu.mak
/qemu/default-configs/i386-softmmu.mak
/qemu/default-configs/ppc-softmmu.mak
/qemu/default-configs/ppc64-softmmu.mak
/qemu/default-configs/sparc64-softmmu.mak
/qemu/default-configs/x86_64-softmmu.mak
/qemu/disas.c
/qemu/disas/Makefile.objs
/qemu/disas/sh4.c
/qemu/docs/block-replication.txt
/qemu/docs/qapi-code-gen.txt
/qemu/docs/qmp-commands.txt
/qemu/docs/rcu.txt
/qemu/docs/throttle.txt
/qemu/docs/writing-qmp-commands.txt
/qemu/exec.c
/qemu/fpu/softfloat.c
/qemu/fsdev/9p-marshal.c
/qemu/fsdev/9p-marshal.h
/qemu/gdbstub.c
/qemu/hmp-commands-info.hx
/qemu/hmp-commands.hx
/qemu/hmp.c
/qemu/hw/9pfs/9p-local.c
/qemu/hw/9pfs/9p-proxy.c
/qemu/hw/9pfs/9p.c
/qemu/hw/9pfs/9p.h
/qemu/hw/arm/Makefile.objs
/qemu/hw/arm/aspeed.c
/qemu/hw/arm/aspeed_soc.c
/qemu/hw/arm/musicpal.c
/qemu/hw/arm/omap2.c
/qemu/hw/arm/pxa2xx.c
/qemu/hw/arm/strongarm.c
/qemu/hw/arm/virt-acpi-build.c
/qemu/hw/audio/gus.c
/qemu/hw/audio/pcspk.c
/qemu/hw/audio/sb16.c
/qemu/hw/block/fdc.c
/qemu/hw/block/m25p80.c
/qemu/hw/block/virtio-blk.c
/qemu/hw/bt/hci.c
/qemu/hw/char/bcm2835_aux.c
/qemu/hw/char/debugcon.c
/qemu/hw/char/digic-uart.c
/qemu/hw/char/escc.c
/qemu/hw/char/etraxfs_ser.c
/qemu/hw/char/exynos4210_uart.c
/qemu/hw/char/grlib_apbuart.c
/qemu/hw/char/imx_serial.c
/qemu/hw/char/ipoctal232.c
/qemu/hw/char/lm32_juart.c
/qemu/hw/char/lm32_uart.c
/qemu/hw/char/mcf_uart.c
/qemu/hw/char/parallel.c
/qemu/hw/char/pl011.c
/qemu/hw/char/sclpconsole-lm.c
/qemu/hw/char/sclpconsole.c
/qemu/hw/char/sh_serial.c
/qemu/hw/char/spapr_vty.c
/qemu/hw/char/stm32f2xx_usart.c
/qemu/hw/char/virtio-console.c
/qemu/hw/char/xilinx_uartlite.c
/qemu/hw/core/bus.c
/qemu/hw/core/machine.c
/qemu/hw/core/ptimer.c
/qemu/hw/display/vga-isa.c
/qemu/hw/display/virtio-gpu-pci.c
/qemu/hw/display/virtio-vga.c
/qemu/hw/display/vmware_vga.c
/qemu/hw/dma/i8257.c
/qemu/hw/dma/omap_dma.c
/qemu/hw/dma/xilinx_axidma.c
/qemu/hw/i386/acpi-build.c
/qemu/hw/i386/kvm/apic.c
/qemu/hw/i386/kvm/i8259.c
/qemu/hw/i386/kvmvapic.c
/qemu/hw/i386/pc.c
/qemu/hw/i386/pc_piix.c
/qemu/hw/i386/pc_q35.c
/qemu/hw/i386/trace-events
/qemu/hw/ide/core.c
/qemu/hw/ide/qdev.c
/qemu/hw/input/pckbd.c
/qemu/hw/intc/apic.c
/qemu/hw/intc/xics_kvm.c
/qemu/hw/ipmi/ipmi_bmc_extern.c
/qemu/hw/isa/isa-bus.c
/qemu/hw/m68k/mcf5206.c
/qemu/hw/m68k/mcf5208.c
/qemu/hw/misc/Makefile.objs
/qemu/hw/misc/aspeed_scu.c
/qemu/hw/misc/aspeed_sdmc.c
/qemu/hw/misc/ivshmem.c
/qemu/hw/misc/macio/macio.c
/qemu/hw/net/e1000e_core.c
/qemu/hw/net/fsl_etsec/etsec.c
/qemu/hw/net/lan9118.c
/qemu/hw/net/spapr_llan.c
/qemu/hw/nvram/fw_cfg.c
/qemu/hw/ppc/Makefile.objs
/qemu/hw/ppc/fdt.c
/qemu/hw/ppc/ppc405.h
/qemu/hw/ppc/spapr.c
/qemu/hw/ppc/spapr_drc.c
/qemu/hw/ppc/spapr_events.c
/qemu/hw/ppc/spapr_iommu.c
/qemu/hw/ppc/spapr_rtas.c
/qemu/hw/ppc/spapr_vio.c
/qemu/hw/s390x/s390-virtio-ccw.c
/qemu/hw/s390x/sclp.c
/qemu/hw/s390x/virtio-ccw.c
/qemu/hw/s390x/virtio-ccw.h
/qemu/hw/scsi/lsi53c895a.c
/qemu/hw/scsi/megasas.c
/qemu/hw/scsi/mptconfig.c
/qemu/hw/scsi/mptsas.c
/qemu/hw/scsi/scsi-disk.c
/qemu/hw/scsi/virtio-scsi.c
/qemu/hw/scsi/vmw_pvscsi.c
/qemu/hw/sd/sd.c
/qemu/hw/sh4/shix.c
/qemu/hw/timer/allwinner-a10-pit.c
/qemu/hw/timer/arm_timer.c
/qemu/hw/timer/digic-timer.c
/qemu/hw/timer/etraxfs_timer.c
/qemu/hw/timer/exynos4210_mct.c
/qemu/hw/timer/exynos4210_pwm.c
/qemu/hw/timer/exynos4210_rtc.c
/qemu/hw/timer/grlib_gptimer.c
/qemu/hw/timer/imx_epit.c
/qemu/hw/timer/imx_gpt.c
/qemu/hw/timer/lm32_timer.c
/qemu/hw/timer/milkymist-sysctl.c
/qemu/hw/timer/puv3_ost.c
/qemu/hw/timer/sh_timer.c
/qemu/hw/timer/slavio_timer.c
/qemu/hw/timer/xilinx_timer.c
/qemu/hw/tricore/tricore_testboard.c
/qemu/hw/usb/ccid-card-passthru.c
/qemu/hw/usb/dev-mtp.c
/qemu/hw/usb/dev-serial.c
/qemu/hw/usb/hcd-xhci.c
/qemu/hw/usb/host-libusb.c
/qemu/hw/vfio/pci.c
/qemu/hw/virtio/Makefile.objs
/qemu/hw/virtio/vhost-backend.c
/qemu/hw/virtio/vhost-vsock.c
/qemu/hw/virtio/vhost.c
/qemu/hw/virtio/virtio-balloon.c
/qemu/hw/virtio/virtio-bus.c
/qemu/hw/virtio/virtio-pci.c
/qemu/hw/virtio/virtio-pci.h
/qemu/hw/virtio/virtio.c
/qemu/include/block/block.h
/qemu/include/block/block_backup.h
/qemu/include/block/block_int.h
/qemu/include/block/nbd.h
/qemu/include/crypto/pbkdf.h
/qemu/include/exec/exec-all.h
/qemu/include/fpu/softfloat.h
/qemu/include/glib-compat.h
/qemu/include/hw/arm/aspeed_soc.h
/qemu/include/hw/arm/pxa.h
/qemu/include/hw/boards.h
/qemu/include/hw/bt.h
/qemu/include/hw/compat.h
/qemu/include/hw/i386/pc.h
/qemu/include/hw/ide/internal.h
/qemu/include/hw/isa/i8257.h
/qemu/include/hw/isa/isa.h
/qemu/include/hw/misc/aspeed_scu.h
/qemu/include/hw/misc/aspeed_sdmc.h
/qemu/include/hw/pci-host/spapr.h
/qemu/include/hw/pci/pci.h
/qemu/include/hw/pci/pci_bridge.h
/qemu/include/hw/pci/pcie_port.h
/qemu/include/hw/ppc/fdt.h
/qemu/include/hw/ppc/ppc4xx.h
/qemu/include/hw/ppc/spapr.h
/qemu/include/hw/ppc/spapr_vio.h
/qemu/include/hw/ptimer.h
/qemu/include/hw/qdev-core.h
/qemu/include/hw/s390x/s390-virtio-ccw.h
/qemu/include/hw/scsi/scsi.h
/qemu/include/hw/virtio/vhost-backend.h
/qemu/include/hw/virtio/vhost-vsock.h
/qemu/include/hw/virtio/virtio-bus.h
/qemu/include/hw/virtio/virtio.h
/qemu/include/migration/migration.h
/qemu/include/net/net.h
/qemu/include/qapi/qmp/dispatch.h
/qemu/include/qemu/atomic.h
/qemu/include/qemu/bitmap.h
/qemu/include/qemu/coroutine.h
/qemu/include/qemu/coroutine_int.h
/qemu/include/qemu/cutils.h
/qemu/include/qemu/module.h
/qemu/include/qemu/queue.h
/qemu/include/qemu/timer.h
/qemu/include/qemu/uri.h
/qemu/include/sysemu/block-backend.h
/qemu/include/sysemu/iothread.h
/qemu/include/sysemu/kvm.h
/qemu/include/ui/console.h
/qemu/include/ui/input.h
/qemu/include/ui/spice-display.h
/qemu/iothread.c
/qemu/kvm-all.c
/qemu/kvm-stub.c
/qemu/linux-user/arm/target_syscall.h
/qemu/linux-user/elfload.c
/qemu/linux-user/flatload.c
/qemu/linux-user/i386/target_syscall.h
/qemu/linux-user/ioctls.h
/qemu/linux-user/m68k/target_syscall.h
/qemu/linux-user/main.c
/qemu/linux-user/microblaze/target_syscall.h
/qemu/linux-user/mips/target_syscall.h
/qemu/linux-user/mips64/target_syscall.h
/qemu/linux-user/openrisc/syscall_nr.h
/qemu/linux-user/ppc/target_syscall.h
/qemu/linux-user/qemu.h
/qemu/linux-user/sh4/syscall_nr.h
/qemu/linux-user/sh4/target_syscall.h
/qemu/linux-user/signal.c
/qemu/linux-user/sparc/target_syscall.h
/qemu/linux-user/strace.c
/qemu/linux-user/syscall.c
/qemu/linux-user/syscall_defs.h
/qemu/linux-user/tilegx/syscall_nr.h
/qemu/memory.c
/qemu/migration/ram.c
/qemu/migration/rdma.c
/qemu/monitor.c
/qemu/nbd/server.c
/qemu/net/filter.c
/qemu/net/socket.c
/qemu/pc-bios/linuxboot_dma.bin
/qemu/pc-bios/openbios-ppc
/qemu/pc-bios/openbios-sparc32
/qemu/pc-bios/openbios-sparc64
/qemu/pc-bios/optionrom/linuxboot_dma.c
/qemu/qapi-schema.json
/qemu/qapi/block-core.json
/qemu/qapi/block.json
/qemu/qapi/crypto.json
/qemu/qapi/qmp-registry.c
/qemu/qemu-char.c
/qemu/qemu-img-cmds.hx
/qemu/qemu-img.c
/qemu/qemu-img.texi
/qemu/qemu-io-cmds.c
/qemu/qemu-nbd.c
/qemu/qemu-options.hx
/qemu/qemu-seccomp.c
/qemu/qemu-tech.texi
/qemu/qga/guest-agent-command-state.c
/qemu/qga/guest-agent-core.h
/qemu/qga/main.c
/qemu/qmp.c
/qemu/qom/cpu.c
/qemu/qtest.c
/qemu/replication.c
/qemu/replication.h
/qemu/roms/openbios
/qemu/rules.mak
/qemu/scripts/checkpatch.pl
/qemu/scripts/coccinelle/typecast.cocci
/qemu/scripts/create_config
/qemu/scripts/kvm/vmxcap
/qemu/scripts/modules/module_block.py
/qemu/scripts/qapi-commands.py
/qemu/slirp/slirp.c
/qemu/softmmu_template.h
vmstate.c
/qemu/target-alpha/cpu.h
/qemu/target-alpha/translate.c
/qemu/target-arm/cpu.c
/qemu/target-arm/helper.c
/qemu/target-arm/op_helper.c
/qemu/target-arm/translate-a64.c
/qemu/target-arm/translate.c
/qemu/target-i386/cpu.c
/qemu/target-i386/cpu.h
/qemu/target-i386/fpu_helper.c
/qemu/target-i386/kvm.c
/qemu/target-i386/seg_helper.c
/qemu/target-i386/translate.c
/qemu/target-m68k/cpu.h
/qemu/target-m68k/helper.c
/qemu/target-mips/op_helper.c
/qemu/target-ppc/cpu-models.c
/qemu/target-ppc/cpu-models.h
/qemu/target-ppc/cpu-qom.h
/qemu/target-ppc/cpu.h
/qemu/target-ppc/dfp_helper.c
/qemu/target-ppc/excp_helper.c
/qemu/target-ppc/fpu_helper.c
/qemu/target-ppc/helper.h
/qemu/target-ppc/int_helper.c
/qemu/target-ppc/mem_helper.c
/qemu/target-ppc/misc_helper.c
/qemu/target-ppc/mmu-hash64.c
/qemu/target-ppc/mmu-hash64.h
/qemu/target-ppc/mmu_helper.c
/qemu/target-ppc/timebase_helper.c
/qemu/target-ppc/translate.c
/qemu/target-ppc/translate/dfp-impl.inc.c
/qemu/target-ppc/translate/dfp-ops.inc.c
/qemu/target-ppc/translate/fp-impl.inc.c
/qemu/target-ppc/translate/fp-ops.inc.c
/qemu/target-ppc/translate/spe-impl.inc.c
/qemu/target-ppc/translate/spe-ops.inc.c
/qemu/target-ppc/translate/vmx-impl.inc.c
/qemu/target-ppc/translate/vmx-ops.inc.c
/qemu/target-ppc/translate/vsx-impl.inc.c
/qemu/target-ppc/translate/vsx-ops.inc.c
/qemu/target-ppc/translate_init.c
/qemu/target-s390x/cpu.h
/qemu/target-s390x/kvm.c
/qemu/target-sh4/README.sh4
/qemu/target-sparc/cpu.c
/qemu/tcg/README
/qemu/tcg/aarch64/tcg-target.inc.c
/qemu/tcg/arm/tcg-target.inc.c
/qemu/tcg/i386/tcg-target.inc.c
/qemu/tcg/ia64/tcg-target.inc.c
/qemu/tcg/mips/tcg-target.inc.c
/qemu/tcg/optimize.c
/qemu/tcg/ppc/tcg-target.inc.c
/qemu/tcg/s390/tcg-target.inc.c
/qemu/tcg/sparc/tcg-target.inc.c
/qemu/tcg/tcg-op.c
/qemu/tcg/tcg-op.h
/qemu/tcg/tcg-opc.h
/qemu/tcg/tcg.c
/qemu/tcg/tcg.h
/qemu/tcg/tci/README
/qemu/tcg/tci/tcg-target.inc.c
/qemu/tci.c
/qemu/tests/.gitignore
/qemu/tests/Makefile.include
/qemu/tests/bios-tables-test.c
/qemu/tests/boot-serial-test.c
/qemu/tests/check-qom-interface.c
/qemu/tests/check-qom-proplist.c
/qemu/tests/crypto-tls-x509-helpers.h
/qemu/tests/docker/Makefile.include
/qemu/tests/docker/docker.py
/qemu/tests/docker/dockerfiles/debian-bootstrap.pre
/qemu/tests/docker/dockerfiles/min-glib.docker
/qemu/tests/hd-geo-test.c
/qemu/tests/libqos/virtio.c
/qemu/tests/libqtest.c
/qemu/tests/libqtest.h
/qemu/tests/pc-cpu-test.c
/qemu/tests/postcopy-test.c
/qemu/tests/ptimer-test-stubs.c
/qemu/tests/ptimer-test.c
/qemu/tests/ptimer-test.h
/qemu/tests/qemu-iotests/030
/qemu/tests/qemu-iotests/041
/qemu/tests/qemu-iotests/055
/qemu/tests/qemu-iotests/055.out
/qemu/tests/qemu-iotests/057
/qemu/tests/qemu-iotests/159
/qemu/tests/qemu-iotests/159.out
/qemu/tests/qemu-iotests/160
/qemu/tests/qemu-iotests/160.out
/qemu/tests/qemu-iotests/170
/qemu/tests/qemu-iotests/170.out
/qemu/tests/qemu-iotests/common.filter
/qemu/tests/qemu-iotests/common.rc
/qemu/tests/qemu-iotests/group
/qemu/tests/qemu-iotests/iotests.py
/qemu/tests/qom-test.c
/qemu/tests/test-bufferiszero.c
/qemu/tests/test-coroutine.c
/qemu/tests/test-crypto-cipher.c
/qemu/tests/test-crypto-pbkdf.c
/qemu/tests/test-cutils.c
/qemu/tests/test-iov.c
/qemu/tests/test-qga.c
/qemu/tests/test-qmp-commands.c
/qemu/tests/test-replication.c
/qemu/tests/test-string-input-visitor.c
/qemu/tests/test-vmstate.c
/qemu/tests/virtio-9p-test.c
/qemu/trace-events
/qemu/translate-all.c
/qemu/ui/cocoa.m
/qemu/ui/console.c
/qemu/ui/curses.c
/qemu/ui/vnc.c
/qemu/user-exec.c
/qemu/util/Makefile.objs
/qemu/util/bufferiszero.c
/qemu/util/cutils.c
/qemu/util/log.c
/qemu/util/module.c
/qemu/util/qemu-coroutine-lock.c
/qemu/util/qemu-coroutine.c
/qemu/util/qemu-sockets.c
/qemu/vl.c
b18b604305-Sep-2016 David Hildenbrand <dahi@linux.vnet.ibm.com>

qmp: add QMP interface "query-cpu-model-baseline"

Let's provide a standardized interface to baseline two CPU models, to
create a third, compatible one. This is especially helpful when two
CPU models

qmp: add QMP interface "query-cpu-model-baseline"

Let's provide a standardized interface to baseline two CPU models, to
create a third, compatible one. This is especially helpful when two
CPU models are not identical, but a CPU model is required that is
guaranteed to run under both configurations, where the original models run.

"query-cpu-model-baseline" takes two CPU models and returns a third,
compatible model. The result will always be a static CPU model.

Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: David Hildenbrand <dahi@linux.vnet.ibm.com>
Message-Id: <20160905085244.99980-28-dahi@linux.vnet.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>

show more ...

0031e0d605-Sep-2016 David Hildenbrand <dahi@linux.vnet.ibm.com>

qmp: add QMP interface "query-cpu-model-comparison"

Let's provide a standardized interface to compare two CPU models.
"query-cpu-model-compare" takes two models and returns how they compare
in a sp

qmp: add QMP interface "query-cpu-model-comparison"

Let's provide a standardized interface to compare two CPU models.
"query-cpu-model-compare" takes two models and returns how they compare
in a specific configuration.

The result will give guarantees about runnability. E.g. if a CPU model A
is a subset of CPU model B, model A is guaranteed to run in configurations
where model B runs, but not the other way around (might or might not run).

Usually, CPU features or CPU generations are used to calculate the result.
If a model is not guaranteed to run in a certain environment (e.g.
incompatible), a compatible one can be created by "baselining" both models
(follow up patch).

Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: David Hildenbrand <dahi@linux.vnet.ibm.com>
Message-Id: <20160905085244.99980-27-dahi@linux.vnet.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>

show more ...

e09484ef05-Sep-2016 David Hildenbrand <dahi@linux.vnet.ibm.com>

qmp: add QMP interface "query-cpu-model-expansion"

Let's provide a standardized interface to expand CPU models. This interface
can be used by tooling to get details about a specific CPU model in a
c

qmp: add QMP interface "query-cpu-model-expansion"

Let's provide a standardized interface to expand CPU models. This interface
can be used by tooling to get details about a specific CPU model in a
certain configuration, e.g. about the "host" model.

To take care of all architectures, two detail levels for an expansion
are introduced. Certain architectures might not support all detail levels.
While "full" will expand and indicate all relevant properties/features
of a CPU model, "static" expands to a static base CPU model, that will
never change between QEMU versions and therefore have the same features
when used under different compatibility machines.

Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: David Hildenbrand <dahi@linux.vnet.ibm.com>
Message-Id: <20160905085244.99980-26-dahi@linux.vnet.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>

show more ...


/qemu/.travis.yml
/qemu/CODING_STYLE
/qemu/HACKING
/qemu/MAINTAINERS
/qemu/Makefile
/qemu/Makefile.objs
/qemu/Makefile.target
/qemu/VERSION
/qemu/aio-posix.c
/qemu/aio-win32.c
/qemu/async.c
/qemu/audio/audio.c
/qemu/audio/audio.h
/qemu/audio/coreaudio.c
/qemu/audio/trace-events
/qemu/backends/hostmem.c
/qemu/block.c
/qemu/block/blkdebug.c
/qemu/block/blkreplay.c
/qemu/block/block-backend.c
/qemu/block/crypto.c
/qemu/block/curl.c
/qemu/block/dirty-bitmap.c
/qemu/block/gluster.c
/qemu/block/io.c
/qemu/block/iscsi.c
/qemu/block/linux-aio.c
/qemu/block/mirror.c
/qemu/block/nbd-client.c
/qemu/block/nbd-client.h
/qemu/block/nbd.c
/qemu/block/parallels.c
/qemu/block/qcow.c
/qemu/block/qcow2-refcount.c
/qemu/block/qcow2.c
/qemu/block/raw-posix.c
/qemu/block/raw-win32.c
/qemu/block/raw_bsd.c
/qemu/block/rbd.c
/qemu/block/sheepdog.c
/qemu/block/ssh.c
/qemu/block/trace-events
/qemu/block/win32-aio.c
/qemu/blockdev.c
/qemu/bsd-user/main.c
/qemu/bsd-user/qemu.h
/qemu/configure
/qemu/cpu-exec.c
/qemu/crypto/Makefile.objs
/qemu/crypto/block-luks.c
/qemu/crypto/block.c
/qemu/crypto/blockpriv.h
/qemu/crypto/hash-gcrypt.c
/qemu/crypto/hash-glib.c
/qemu/crypto/hash-nettle.c
/qemu/crypto/random-platform.c
/qemu/crypto/trace-events
/qemu/disas/arm.c
/qemu/docs/qapi-code-gen.txt
/qemu/docs/specs/parallels.txt
/qemu/docs/specs/vhost-user.txt
/qemu/docs/virtio-migration.txt
/qemu/exec.c
/qemu/fpu/softfloat-specialize.h
/qemu/hmp-commands-info.hx
/qemu/hmp-commands.hx
/qemu/hmp.c
/qemu/hmp.h
/qemu/hw/9pfs/9p.c
/qemu/hw/9pfs/9p.h
/qemu/hw/9pfs/trace-events
/qemu/hw/9pfs/virtio-9p-device.c
/qemu/hw/acpi/trace-events
/qemu/hw/alpha/trace-events
/qemu/hw/alpha/typhoon.c
/qemu/hw/arm/musicpal.c
/qemu/hw/arm/trace-events
/qemu/hw/audio/trace-events
/qemu/hw/block/dataplane/virtio-blk.c
/qemu/hw/block/nvme.c
/qemu/hw/block/trace-events
/qemu/hw/block/virtio-blk.c
/qemu/hw/block/xen_disk.c
/qemu/hw/char/trace-events
/qemu/hw/char/virtio-console.c
/qemu/hw/char/virtio-serial-bus.c
/qemu/hw/core/machine.c
/qemu/hw/core/qdev-properties-system.c
/qemu/hw/core/qdev-properties.c
/qemu/hw/core/qdev.c
/qemu/hw/display/qxl.c
/qemu/hw/display/trace-events
/qemu/hw/display/virtio-gpu-pci.c
/qemu/hw/display/virtio-gpu.c
/qemu/hw/display/virtio-vga.c
/qemu/hw/dma/trace-events
/qemu/hw/i2c/core.c
/qemu/hw/i386/Makefile.objs
/qemu/hw/i386/acpi-build.c
/qemu/hw/i386/intel_iommu.c
/qemu/hw/i386/intel_iommu_internal.h
/qemu/hw/i386/kvm/apic.c
/qemu/hw/i386/kvm/pci-assign.c
/qemu/hw/i386/pc.c
/qemu/hw/i386/trace-events
/qemu/hw/i386/x86-iommu.c
/qemu/hw/ide/ahci.c
/qemu/hw/ide/atapi.c
/qemu/hw/ide/core.c
/qemu/hw/ide/macio.c
/qemu/hw/input/trace-events
/qemu/hw/input/virtio-input.c
/qemu/hw/intc/apic.c
/qemu/hw/intc/apic_common.c
/qemu/hw/intc/arm_gicv3_redist.c
/qemu/hw/intc/ioapic.c
/qemu/hw/intc/s390_flic_kvm.c
/qemu/hw/intc/trace-events
/qemu/hw/isa/trace-events
/qemu/hw/mem/nvdimm.c
/qemu/hw/mips/cps.c
/qemu/hw/mips/gt64xxx_pci.c
/qemu/hw/mips/mips_malta.c
/qemu/hw/misc/ivshmem.c
/qemu/hw/misc/trace-events
/qemu/hw/net/Makefile.objs
/qemu/hw/net/allwinner_emac.c
/qemu/hw/net/cadence_gem.c
/qemu/hw/net/dp8393x.c
/qemu/hw/net/e1000.c
/qemu/hw/net/e1000e.c
/qemu/hw/net/e1000e_core.c
/qemu/hw/net/eepro100.c
/qemu/hw/net/etraxfs_eth.c
/qemu/hw/net/fsl_etsec/etsec.c
/qemu/hw/net/imx_fec.c
/qemu/hw/net/lan9118.c
/qemu/hw/net/lance.c
/qemu/hw/net/mcf_fec.c
/qemu/hw/net/milkymist-minimac2.c
/qemu/hw/net/mipsnet.c
/qemu/hw/net/ne2000-isa.c
/qemu/hw/net/ne2000.c
/qemu/hw/net/net_tx_pkt.c
/qemu/hw/net/opencores_eth.c
/qemu/hw/net/pcnet-pci.c
/qemu/hw/net/rocker/rocker_fp.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/trace-events
/qemu/hw/net/vhost_net.c
/qemu/hw/net/virtio-net.c
/qemu/hw/net/vmxnet3.c
/qemu/hw/net/xen_nic.c
/qemu/hw/net/xgmac.c
/qemu/hw/net/xilinx_axienet.c
/qemu/hw/net/xilinx_ethlite.c
/qemu/hw/nvram/fw_cfg.c
/qemu/hw/nvram/spapr_nvram.c
/qemu/hw/nvram/trace-events
/qemu/hw/pci-bridge/ioh3420.c
/qemu/hw/pci-bridge/pci_expander_bridge.c
/qemu/hw/pci-host/apb.c
/qemu/hw/pci-host/grackle.c
/qemu/hw/pci-host/prep.c
/qemu/hw/pci-host/versatile.c
/qemu/hw/pci/pci.c
/qemu/hw/pci/pcie.c
/qemu/hw/pci/trace-events
/qemu/hw/ppc/ppc.c
/qemu/hw/ppc/spapr.c
/qemu/hw/ppc/spapr_cpu_core.c
/qemu/hw/ppc/spapr_iommu.c
/qemu/hw/ppc/trace-events
/qemu/hw/s390x/css-bridge.c
/qemu/hw/s390x/css.c
/qemu/hw/s390x/s390-pci-bus.c
/qemu/hw/s390x/s390-virtio-ccw.c
/qemu/hw/s390x/s390-virtio.c
/qemu/hw/s390x/sclp.c
/qemu/hw/s390x/trace-events
/qemu/hw/scsi/megasas.c
/qemu/hw/scsi/mptsas.c
/qemu/hw/scsi/mptsas.h
/qemu/hw/scsi/scsi-disk.c
/qemu/hw/scsi/trace-events
/qemu/hw/scsi/virtio-scsi.c
/qemu/hw/sd/trace-events
/qemu/hw/sparc/leon3.c
/qemu/hw/sparc/trace-events
/qemu/hw/timer/trace-events
/qemu/hw/usb/bus.c
/qemu/hw/usb/desc.c
/qemu/hw/usb/dev-network.c
/qemu/hw/usb/hcd-ehci.c
/qemu/hw/usb/hcd-xhci.c
/qemu/hw/usb/host-libusb.c
/qemu/hw/usb/redirect.c
/qemu/hw/usb/trace-events
/qemu/hw/usb/xen-usb.c
/qemu/hw/vfio/pci.c
/qemu/hw/vfio/platform.c
/qemu/hw/vfio/trace-events
/qemu/hw/virtio/trace-events
/qemu/hw/virtio/vhost-user.c
/qemu/hw/virtio/vhost.c
/qemu/hw/virtio/virtio-balloon.c
/qemu/hw/virtio/virtio-pci.c
/qemu/hw/virtio/virtio-pci.h
/qemu/hw/virtio/virtio-rng.c
/qemu/hw/virtio/virtio.c
/qemu/hw/xen/xen_backend.c
/qemu/hw/xen/xen_pt.c
/qemu/hw/xen/xen_pt_config_init.c
/qemu/hw/xenpv/xen_machine_pv.c
/qemu/include/block/aio.h
/qemu/include/block/block.h
/qemu/include/block/block_int.h
/qemu/include/block/dirty-bitmap.h
/qemu/include/block/nbd.h
/qemu/include/block/raw-aio.h
/qemu/include/crypto/block.h
/qemu/include/disas/bfd.h
/qemu/include/exec/exec-all.h
/qemu/include/exec/gen-icount.h
/qemu/include/exec/user/abitypes.h
/qemu/include/fpu/softfloat.h
/qemu/include/glib-compat.h
/qemu/include/hw/acpi/acpi-defs.h
/qemu/include/hw/compat.h
/qemu/include/hw/i386/apic-msidef.h
/qemu/include/hw/i386/apic_internal.h
/qemu/include/hw/i386/intel_iommu.h
/qemu/include/hw/i386/ioapic_internal.h
/qemu/include/hw/i386/pc.h
/qemu/include/hw/i386/topology.h
/qemu/include/hw/i386/x86-iommu.h
/qemu/include/hw/pci-host/q35.h
/qemu/include/hw/pci/pci.h
/qemu/include/hw/ppc/ppc.h
/qemu/include/hw/ppc/spapr.h
/qemu/include/hw/qdev-core.h
/qemu/include/hw/s390x/css-bridge.h
/qemu/include/hw/s390x/css.h
/qemu/include/hw/s390x/sclp.h
/qemu/include/hw/virtio/vhost.h
/qemu/include/hw/virtio/virtio-gpu.h
/qemu/include/hw/virtio/virtio-scsi.h
/qemu/include/hw/virtio/virtio.h
/qemu/include/hw/xen/xen_backend.h
/qemu/include/hw/xen/xen_common.h
/qemu/include/monitor/monitor.h
/qemu/include/net/net.h
/qemu/include/qemu-common.h
/qemu/include/qemu/atomic.h
/qemu/include/qemu/compiler.h
/qemu/include/qemu/log.h
/qemu/include/qemu/osdep.h
/qemu/include/qemu/qht.h
/qemu/include/qemu/sockets.h
/qemu/include/qom/cpu.h
/qemu/include/standard-headers/linux/input-event-codes.h
/qemu/include/standard-headers/linux/input.h
/qemu/include/standard-headers/linux/virtio_config.h
/qemu/include/standard-headers/linux/virtio_ids.h
/qemu/include/standard-headers/linux/virtio_net.h
/qemu/include/standard-headers/linux/virtio_vsock.h
/qemu/include/sysemu/arch_init.h
/qemu/include/sysemu/block-backend.h
/qemu/include/sysemu/char.h
/qemu/include/sysemu/kvm.h
/qemu/include/ui/qemu-spice.h
/qemu/io/channel-websock.c
/qemu/io/trace-events
/qemu/kvm-all.c
/qemu/kvm-stub.c
/qemu/linux-headers/asm-arm/kvm.h
/qemu/linux-headers/asm-arm64/kvm.h
/qemu/linux-headers/asm-s390/kvm.h
/qemu/linux-headers/asm-x86/unistd_x32.h
/qemu/linux-headers/linux/kvm.h
/qemu/linux-headers/linux/vhost.h
/qemu/linux-user/aarch64/syscall_nr.h
/qemu/linux-user/ioctls.h
/qemu/linux-user/linux_loop.h
/qemu/linux-user/main.c
/qemu/linux-user/qemu.h
/qemu/linux-user/signal.c
/qemu/linux-user/sparc/syscall_nr.h
/qemu/linux-user/syscall.c
/qemu/linux-user/syscall_defs.h
/qemu/linux-user/syscall_types.h
/qemu/linux-user/trace-events
/qemu/linux-user/x86_64/target_structs.h
/qemu/linux-user/x86_64/termbits.h
/qemu/migration/migration.c
/qemu/migration/postcopy-ram.c
/qemu/migration/qemu-file.c
/qemu/migration/qjson.c
/qemu/migration/ram.c
/qemu/migration/socket.c
/qemu/migration/trace-events
/qemu/monitor.c
/qemu/nbd/client.c
/qemu/nbd/common.c
/qemu/nbd/nbd-internal.h
/qemu/nbd/server.c
/qemu/net/clients.h
/qemu/net/dump.c
/qemu/net/eth.c
/qemu/net/filter.c
/qemu/net/hub.c
/qemu/net/l2tpv3.c
/qemu/net/net.c
/qemu/net/netmap.c
/qemu/net/slirp.c
/qemu/net/socket.c
/qemu/net/tap-win32.c
/qemu/net/tap.c
/qemu/net/trace-events
/qemu/net/vde.c
/qemu/net/vhost-user.c
/qemu/numa.c
/qemu/os-posix.c
/qemu/pc-bios/linuxboot_dma.bin
/qemu/pc-bios/openbios-ppc
/qemu/pc-bios/openbios-sparc32
/qemu/pc-bios/openbios-sparc64
/qemu/pc-bios/optionrom/Makefile
/qemu/pc-bios/optionrom/flat.lds
/qemu/pc-bios/optionrom/linuxboot_dma.c
/qemu/pc-bios/s390-ccw/Makefile
/qemu/qapi-schema.json
/qemu/qapi/block-core.json
/qemu/qapi/crypto.json
/qemu/qapi/qmp-input-visitor.c
/qemu/qapi/qmp-output-visitor.c
/qemu/qapi/trace.json
/qemu/qemu-char.c
/qemu/qemu-img.c
/qemu/qemu-io-cmds.c
/qemu/qemu-nbd.c
/qemu/qemu-options.hx
/qemu/qemu-timer.c
/qemu/qmp-commands.hx
/qemu/qmp.c
/qemu/qom/cpu.c
/qemu/qom/trace-events
/qemu/roms/openbios
/qemu/rules.mak
/qemu/scripts/checkpatch.pl
/qemu/scripts/coccinelle/err-bad-newline.cocci
/qemu/scripts/qapi-commands.py
/qemu/scripts/qapi-event.py
/qemu/scripts/qapi-introspect.py
/qemu/scripts/qapi-types.py
/qemu/scripts/qapi-visit.py
/qemu/scripts/qapi.py
/qemu/scripts/qemu.py
/qemu/scripts/qmp/__init__.py
/qemu/scripts/qmp/qmp.py
/qemu/scripts/qtest.py
/qemu/scripts/signrom.py
/qemu/scripts/tracetool/backend/dtrace.py
/qemu/scripts/tracetool/backend/ftrace.py
/qemu/scripts/tracetool/backend/log.py
/qemu/scripts/tracetool/backend/simple.py
/qemu/scripts/tracetool/backend/ust.py
/qemu/scripts/tracetool/format/h.py
/qemu/slirp/slirp.c
/qemu/slirp/slirp.h
Makefile.objs
arch-query-cpu-model-expansion.c
/qemu/target-arm/kvm.c
/qemu/target-arm/machine.c
/qemu/target-arm/neon_helper.c
/qemu/target-i386/cpu.c
/qemu/target-i386/cpu.h
/qemu/target-i386/kvm.c
/qemu/target-i386/trace-events
/qemu/target-i386/translate.c
/qemu/target-mips/helper.c
/qemu/target-mips/kvm.c
/qemu/target-ppc/arch_dump.c
/qemu/target-ppc/cpu.h
/qemu/target-ppc/kvm.c
/qemu/target-ppc/mem_helper.c
/qemu/target-ppc/trace-events
/qemu/target-ppc/translate_init.c
/qemu/target-s390x/Makefile.objs
/qemu/target-s390x/cpu-qom.h
/qemu/target-s390x/cpu.c
/qemu/target-s390x/cpu.h
/qemu/target-s390x/cpu_features.c
/qemu/target-s390x/cpu_features.h
/qemu/target-s390x/cpu_features_def.h
/qemu/target-s390x/cpu_models.c
/qemu/target-s390x/cpu_models.h
/qemu/target-s390x/gen-features.c
/qemu/target-s390x/helper.c
/qemu/target-s390x/ioinst.c
/qemu/target-s390x/kvm.c
/qemu/target-s390x/machine.c
/qemu/target-s390x/trace-events
/qemu/target-sh4/op_helper.c
/qemu/target-sparc/trace-events
/qemu/tcg/optimize.c
/qemu/tcg/tcg-op.c
/qemu/tcg/tcg.c
/qemu/tcg/tcg.h
/qemu/tests/Makefile.include
/qemu/tests/ahci-test.c
/qemu/tests/data/test-qga-config
/qemu/tests/docker/Makefile.include
/qemu/tests/docker/common.rc
/qemu/tests/docker/docker.py
/qemu/tests/docker/dockerfiles/debian-bootstrap.docker
/qemu/tests/docker/dockerfiles/debian-bootstrap.pre
/qemu/tests/docker/run
/qemu/tests/drive_del-test.c
/qemu/tests/ide-test.c
/qemu/tests/migration/.gitignore
/qemu/tests/migration/guestperf-batch.py
/qemu/tests/migration/guestperf-plot.py
/qemu/tests/migration/guestperf.py
/qemu/tests/migration/guestperf/__init__.py
/qemu/tests/migration/guestperf/comparison.py
/qemu/tests/migration/guestperf/engine.py
/qemu/tests/migration/guestperf/hardware.py
/qemu/tests/migration/guestperf/plot.py
/qemu/tests/migration/guestperf/progress.py
/qemu/tests/migration/guestperf/report.py
/qemu/tests/migration/guestperf/scenario.py
/qemu/tests/migration/guestperf/shell.py
/qemu/tests/migration/guestperf/timings.py
/qemu/tests/migration/stress.c
/qemu/tests/postcopy-test.c
/qemu/tests/prom-env-test.c
/qemu/tests/qapi-schema/args-bad-boxed.err
/qemu/tests/qapi-schema/args-bad-boxed.exit
/qemu/tests/qapi-schema/args-bad-boxed.json
/qemu/tests/qapi-schema/args-bad-boxed.out
/qemu/tests/qapi-schema/args-boxed-anon.err
/qemu/tests/qapi-schema/args-boxed-anon.exit
/qemu/tests/qapi-schema/args-boxed-anon.json
/qemu/tests/qapi-schema/args-boxed-anon.out
/qemu/tests/qapi-schema/args-boxed-empty.err
/qemu/tests/qapi-schema/args-boxed-empty.exit
/qemu/tests/qapi-schema/args-boxed-empty.json
/qemu/tests/qapi-schema/args-boxed-empty.out
/qemu/tests/qapi-schema/args-boxed-string.err
/qemu/tests/qapi-schema/args-boxed-string.exit
/qemu/tests/qapi-schema/args-boxed-string.json
/qemu/tests/qapi-schema/args-boxed-string.out
/qemu/tests/qapi-schema/args-union.err
/qemu/tests/qapi-schema/args-union.json
/qemu/tests/qapi-schema/event-boxed-empty.err
/qemu/tests/qapi-schema/event-boxed-empty.exit
/qemu/tests/qapi-schema/event-boxed-empty.json
/qemu/tests/qapi-schema/event-boxed-empty.out
/qemu/tests/qapi-schema/event-case.out
/qemu/tests/qapi-schema/flat-union-incomplete-branch.err
/qemu/tests/qapi-schema/flat-union-incomplete-branch.exit
/qemu/tests/qapi-schema/flat-union-incomplete-branch.json
/qemu/tests/qapi-schema/flat-union-incomplete-branch.out
/qemu/tests/qapi-schema/ident-with-escape.out
/qemu/tests/qapi-schema/indented-expr.out
/qemu/tests/qapi-schema/qapi-schema-test.json
/qemu/tests/qapi-schema/qapi-schema-test.out
/qemu/tests/qapi-schema/test-qapi.py
/qemu/tests/qemu-iotests/026.out
/qemu/tests/qemu-iotests/026.out.nocache
/qemu/tests/qemu-iotests/071.out
/qemu/tests/qemu-iotests/089.out
/qemu/tests/qemu-iotests/109
/qemu/tests/qemu-iotests/109.out
/qemu/tests/qemu-iotests/141.out
/qemu/tests/qemu-iotests/144.out
/qemu/tests/qemu-iotests/162
/qemu/tests/qemu-iotests/162.out
/qemu/tests/qemu-iotests/common.filter
/qemu/tests/qemu-iotests/group
/qemu/tests/qemu-iotests/iotests.py
/qemu/tests/test-aio.c
/qemu/tests/test-blockjob.c
/qemu/tests/test-io-task.c
/qemu/tests/test-logging.c
/qemu/tests/test-qdist.c
/qemu/tests/test-qga.c
/qemu/tests/test-qht.c
/qemu/tests/test-qmp-commands.c
/qemu/tests/test-throttle.c
/qemu/tests/vhost-user-test.c
/qemu/tests/virtio-net-test.c
/qemu/trace-events
/qemu/trace/qmp.c
/qemu/translate-all.c
/qemu/ui/trace-events
/qemu/ui/vnc-enc-tight.c
/qemu/ui/vnc.c
/qemu/util/iov.c
/qemu/util/log.c
/qemu/util/oslib-posix.c
/qemu/util/oslib-win32.c
/qemu/util/qdist.c
/qemu/util/qemu-sockets.c
/qemu/util/qht.c
/qemu/util/throttle.c
/qemu/util/trace-events
/qemu/vl.c
/qemu/xen-hvm.c
8eb1b9db23-Aug-2016 Lluís Vilanova <vilanova@ac.upc.edu>

trace: Avoid implicit bool->integer conversions

An explicit if/else is clearer than arithmetic assuming #true is 1,
while the compiler should be able to generate just as optimal code.

Signed-off-by

trace: Avoid implicit bool->integer conversions

An explicit if/else is clearer than arithmetic assuming #true is 1,
while the compiler should be able to generate just as optimal code.

Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
Message-id: 147194273830.26836.5875729707953474838.stgit@fimbulvetr.bsc.es
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>

show more ...

a4d50b1d23-Aug-2016 Lluís Vilanova <vilanova@ac.upc.edu>

trace: Remove 'trace_events_dstate_init'

Removes the event state array used for early initialization. Since only
events with the "vcpu" property need a late initialization fixup,
threats their initi

trace: Remove 'trace_events_dstate_init'

Removes the event state array used for early initialization. Since only
events with the "vcpu" property need a late initialization fixup,
threats their initialization specially.

Assumes that the user won't touch the state of "vcpu" events between
early and late initialization (e.g., through QMP).

Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
Message-id: 147194273191.26836.14423079546263831356.stgit@fimbulvetr.bsc.es
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>

show more ...


/qemu/.travis.yml
/qemu/CODING_STYLE
/qemu/HACKING
/qemu/MAINTAINERS
/qemu/Makefile
/qemu/Makefile.objs
/qemu/VERSION
/qemu/aio-posix.c
/qemu/aio-win32.c
/qemu/async.c
/qemu/audio/audio.c
/qemu/audio/audio.h
/qemu/audio/coreaudio.c
/qemu/audio/trace-events
/qemu/backends/hostmem.c
/qemu/block.c
/qemu/block/blkdebug.c
/qemu/block/blkreplay.c
/qemu/block/block-backend.c
/qemu/block/crypto.c
/qemu/block/curl.c
/qemu/block/dirty-bitmap.c
/qemu/block/gluster.c
/qemu/block/io.c
/qemu/block/iscsi.c
/qemu/block/linux-aio.c
/qemu/block/mirror.c
/qemu/block/nbd-client.c
/qemu/block/nbd-client.h
/qemu/block/nbd.c
/qemu/block/parallels.c
/qemu/block/qcow.c
/qemu/block/qcow2-refcount.c
/qemu/block/qcow2.c
/qemu/block/raw-posix.c
/qemu/block/raw-win32.c
/qemu/block/raw_bsd.c
/qemu/block/rbd.c
/qemu/block/sheepdog.c
/qemu/block/ssh.c
/qemu/block/trace-events
/qemu/block/win32-aio.c
/qemu/blockdev.c
/qemu/bsd-user/main.c
/qemu/bsd-user/qemu.h
/qemu/configure
/qemu/cpu-exec.c
/qemu/crypto/Makefile.objs
/qemu/crypto/block-luks.c
/qemu/crypto/block.c
/qemu/crypto/blockpriv.h
/qemu/crypto/hash-gcrypt.c
/qemu/crypto/hash-glib.c
/qemu/crypto/hash-nettle.c
/qemu/crypto/random-platform.c
/qemu/crypto/trace-events
/qemu/disas/arm.c
/qemu/docs/qapi-code-gen.txt
/qemu/docs/specs/parallels.txt
/qemu/docs/specs/vhost-user.txt
/qemu/docs/tracing.txt
/qemu/docs/virtio-migration.txt
/qemu/exec.c
/qemu/fpu/softfloat-specialize.h
/qemu/hmp-commands-info.hx
/qemu/hmp-commands.hx
/qemu/hmp.c
/qemu/hmp.h
/qemu/hw/9pfs/9p.c
/qemu/hw/9pfs/9p.h
/qemu/hw/9pfs/trace-events
/qemu/hw/9pfs/virtio-9p-device.c
/qemu/hw/acpi/trace-events
/qemu/hw/alpha/trace-events
/qemu/hw/alpha/typhoon.c
/qemu/hw/arm/musicpal.c
/qemu/hw/arm/trace-events
/qemu/hw/audio/trace-events
/qemu/hw/block/dataplane/virtio-blk.c
/qemu/hw/block/nvme.c
/qemu/hw/block/trace-events
/qemu/hw/block/virtio-blk.c
/qemu/hw/block/xen_disk.c
/qemu/hw/char/trace-events
/qemu/hw/char/virtio-console.c
/qemu/hw/char/virtio-serial-bus.c
/qemu/hw/core/machine.c
/qemu/hw/core/qdev-properties-system.c
/qemu/hw/core/qdev-properties.c
/qemu/hw/core/qdev.c
/qemu/hw/display/qxl.c
/qemu/hw/display/trace-events
/qemu/hw/display/virtio-gpu-pci.c
/qemu/hw/display/virtio-gpu.c
/qemu/hw/display/virtio-vga.c
/qemu/hw/dma/trace-events
/qemu/hw/i2c/core.c
/qemu/hw/i386/Makefile.objs
/qemu/hw/i386/acpi-build.c
/qemu/hw/i386/intel_iommu.c
/qemu/hw/i386/intel_iommu_internal.h
/qemu/hw/i386/kvm/apic.c
/qemu/hw/i386/kvm/pci-assign.c
/qemu/hw/i386/pc.c
/qemu/hw/i386/trace-events
/qemu/hw/i386/x86-iommu.c
/qemu/hw/ide/ahci.c
/qemu/hw/ide/atapi.c
/qemu/hw/ide/core.c
/qemu/hw/ide/macio.c
/qemu/hw/input/trace-events
/qemu/hw/input/virtio-input.c
/qemu/hw/intc/apic.c
/qemu/hw/intc/apic_common.c
/qemu/hw/intc/arm_gicv3_redist.c
/qemu/hw/intc/ioapic.c
/qemu/hw/intc/trace-events
/qemu/hw/isa/trace-events
/qemu/hw/mem/nvdimm.c
/qemu/hw/mips/cps.c
/qemu/hw/mips/gt64xxx_pci.c
/qemu/hw/mips/mips_malta.c
/qemu/hw/misc/ivshmem.c
/qemu/hw/misc/trace-events
/qemu/hw/net/Makefile.objs
/qemu/hw/net/allwinner_emac.c
/qemu/hw/net/cadence_gem.c
/qemu/hw/net/dp8393x.c
/qemu/hw/net/e1000.c
/qemu/hw/net/e1000e.c
/qemu/hw/net/e1000e_core.c
/qemu/hw/net/eepro100.c
/qemu/hw/net/etraxfs_eth.c
/qemu/hw/net/fsl_etsec/etsec.c
/qemu/hw/net/imx_fec.c
/qemu/hw/net/lan9118.c
/qemu/hw/net/lance.c
/qemu/hw/net/mcf_fec.c
/qemu/hw/net/milkymist-minimac2.c
/qemu/hw/net/mipsnet.c
/qemu/hw/net/ne2000-isa.c
/qemu/hw/net/ne2000.c
/qemu/hw/net/net_tx_pkt.c
/qemu/hw/net/opencores_eth.c
/qemu/hw/net/pcnet-pci.c
/qemu/hw/net/rocker/rocker_fp.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/trace-events
/qemu/hw/net/vhost_net.c
/qemu/hw/net/virtio-net.c
/qemu/hw/net/vmxnet3.c
/qemu/hw/net/xen_nic.c
/qemu/hw/net/xgmac.c
/qemu/hw/net/xilinx_axienet.c
/qemu/hw/net/xilinx_ethlite.c
/qemu/hw/nvram/fw_cfg.c
/qemu/hw/nvram/spapr_nvram.c
/qemu/hw/nvram/trace-events
/qemu/hw/pci-bridge/ioh3420.c
/qemu/hw/pci-bridge/pci_expander_bridge.c
/qemu/hw/pci-host/apb.c
/qemu/hw/pci-host/grackle.c
/qemu/hw/pci-host/prep.c
/qemu/hw/pci-host/versatile.c
/qemu/hw/pci/pci.c
/qemu/hw/pci/pcie.c
/qemu/hw/pci/trace-events
/qemu/hw/ppc/ppc.c
/qemu/hw/ppc/spapr.c
/qemu/hw/ppc/spapr_cpu_core.c
/qemu/hw/ppc/spapr_iommu.c
/qemu/hw/ppc/trace-events
/qemu/hw/s390x/css-bridge.c
/qemu/hw/s390x/css.c
/qemu/hw/s390x/s390-pci-bus.c
/qemu/hw/s390x/s390-virtio-ccw.c
/qemu/hw/s390x/trace-events
/qemu/hw/scsi/megasas.c
/qemu/hw/scsi/mptsas.c
/qemu/hw/scsi/mptsas.h
/qemu/hw/scsi/scsi-disk.c
/qemu/hw/scsi/trace-events
/qemu/hw/scsi/virtio-scsi.c
/qemu/hw/sd/trace-events
/qemu/hw/sparc/leon3.c
/qemu/hw/sparc/trace-events
/qemu/hw/timer/trace-events
/qemu/hw/usb/bus.c
/qemu/hw/usb/desc.c
/qemu/hw/usb/dev-network.c
/qemu/hw/usb/hcd-ehci.c
/qemu/hw/usb/hcd-xhci.c
/qemu/hw/usb/host-libusb.c
/qemu/hw/usb/redirect.c
/qemu/hw/usb/trace-events
/qemu/hw/usb/xen-usb.c
/qemu/hw/vfio/pci.c
/qemu/hw/vfio/platform.c
/qemu/hw/vfio/trace-events
/qemu/hw/virtio/trace-events
/qemu/hw/virtio/vhost-user.c
/qemu/hw/virtio/vhost.c
/qemu/hw/virtio/virtio-balloon.c
/qemu/hw/virtio/virtio-pci.c
/qemu/hw/virtio/virtio-pci.h
/qemu/hw/virtio/virtio-rng.c
/qemu/hw/virtio/virtio.c
/qemu/hw/xen/xen_backend.c
/qemu/hw/xen/xen_pt.c
/qemu/hw/xen/xen_pt_config_init.c
/qemu/hw/xenpv/xen_machine_pv.c
/qemu/include/block/aio.h
/qemu/include/block/block.h
/qemu/include/block/block_int.h
/qemu/include/block/dirty-bitmap.h
/qemu/include/block/nbd.h
/qemu/include/block/raw-aio.h
/qemu/include/crypto/block.h
/qemu/include/disas/bfd.h
/qemu/include/exec/exec-all.h
/qemu/include/exec/gen-icount.h
/qemu/include/exec/user/abitypes.h
/qemu/include/fpu/softfloat.h
/qemu/include/glib-compat.h
/qemu/include/hw/acpi/acpi-defs.h
/qemu/include/hw/compat.h
/qemu/include/hw/i386/apic-msidef.h
/qemu/include/hw/i386/apic_internal.h
/qemu/include/hw/i386/intel_iommu.h
/qemu/include/hw/i386/ioapic_internal.h
/qemu/include/hw/i386/pc.h
/qemu/include/hw/i386/topology.h
/qemu/include/hw/i386/x86-iommu.h
/qemu/include/hw/pci-host/q35.h
/qemu/include/hw/pci/pci.h
/qemu/include/hw/ppc/ppc.h
/qemu/include/hw/ppc/spapr.h
/qemu/include/hw/qdev-core.h
/qemu/include/hw/s390x/css-bridge.h
/qemu/include/hw/virtio/vhost.h
/qemu/include/hw/virtio/virtio-gpu.h
/qemu/include/hw/virtio/virtio-scsi.h
/qemu/include/hw/virtio/virtio.h
/qemu/include/hw/xen/xen_backend.h
/qemu/include/hw/xen/xen_common.h
/qemu/include/monitor/monitor.h
/qemu/include/net/net.h
/qemu/include/qemu-common.h
/qemu/include/qemu/atomic.h
/qemu/include/qemu/compiler.h
/qemu/include/qemu/log.h
/qemu/include/qemu/osdep.h
/qemu/include/qemu/qht.h
/qemu/include/qemu/sockets.h
/qemu/include/qom/cpu.h
/qemu/include/sysemu/block-backend.h
/qemu/include/sysemu/char.h
/qemu/include/sysemu/kvm.h
/qemu/include/ui/qemu-spice.h
/qemu/io/channel-websock.c
/qemu/io/trace-events
/qemu/kvm-all.c
/qemu/kvm-stub.c
/qemu/linux-user/aarch64/syscall_nr.h
/qemu/linux-user/ioctls.h
/qemu/linux-user/linux_loop.h
/qemu/linux-user/main.c
/qemu/linux-user/qemu.h
/qemu/linux-user/signal.c
/qemu/linux-user/sparc/syscall_nr.h
/qemu/linux-user/syscall.c
/qemu/linux-user/syscall_defs.h
/qemu/linux-user/syscall_types.h
/qemu/linux-user/trace-events
/qemu/linux-user/x86_64/target_structs.h
/qemu/linux-user/x86_64/termbits.h
/qemu/migration/migration.c
/qemu/migration/postcopy-ram.c
/qemu/migration/qemu-file.c
/qemu/migration/qjson.c
/qemu/migration/ram.c
/qemu/migration/socket.c
/qemu/migration/trace-events
/qemu/monitor.c
/qemu/nbd/client.c
/qemu/nbd/common.c
/qemu/nbd/nbd-internal.h
/qemu/nbd/server.c
/qemu/net/clients.h
/qemu/net/dump.c
/qemu/net/eth.c
/qemu/net/filter.c
/qemu/net/hub.c
/qemu/net/l2tpv3.c
/qemu/net/net.c
/qemu/net/netmap.c
/qemu/net/slirp.c
/qemu/net/socket.c
/qemu/net/tap-win32.c
/qemu/net/tap.c
/qemu/net/trace-events
/qemu/net/vde.c
/qemu/net/vhost-user.c
/qemu/numa.c
/qemu/os-posix.c
/qemu/pc-bios/linuxboot_dma.bin
/qemu/pc-bios/openbios-ppc
/qemu/pc-bios/openbios-sparc32
/qemu/pc-bios/openbios-sparc64
/qemu/pc-bios/optionrom/Makefile
/qemu/pc-bios/optionrom/flat.lds
/qemu/pc-bios/optionrom/linuxboot_dma.c
/qemu/pc-bios/s390-ccw/Makefile
/qemu/qapi-schema.json
/qemu/qapi/block-core.json
/qemu/qapi/crypto.json
/qemu/qapi/qmp-input-visitor.c
/qemu/qapi/qmp-output-visitor.c
/qemu/qapi/trace.json
/qemu/qemu-char.c
/qemu/qemu-img.c
/qemu/qemu-io-cmds.c
/qemu/qemu-nbd.c
/qemu/qemu-options.hx
/qemu/qemu-timer.c
/qemu/qmp-commands.hx
/qemu/qom/cpu.c
/qemu/qom/trace-events
/qemu/roms/openbios
/qemu/rules.mak
/qemu/scripts/checkpatch.pl
/qemu/scripts/coccinelle/err-bad-newline.cocci
/qemu/scripts/qapi-commands.py
/qemu/scripts/qapi-event.py
/qemu/scripts/qapi-introspect.py
/qemu/scripts/qapi-types.py
/qemu/scripts/qapi-visit.py
/qemu/scripts/qapi.py
/qemu/scripts/qemu.py
/qemu/scripts/qmp/__init__.py
/qemu/scripts/qmp/qmp.py
/qemu/scripts/qtest.py
/qemu/scripts/signrom.py
/qemu/scripts/tracetool/backend/dtrace.py
/qemu/scripts/tracetool/backend/ftrace.py
/qemu/scripts/tracetool/backend/log.py
/qemu/scripts/tracetool/backend/simple.py
/qemu/scripts/tracetool/backend/syslog.py
/qemu/scripts/tracetool/backend/ust.py
/qemu/scripts/tracetool/format/h.py
/qemu/slirp/slirp.c
/qemu/slirp/slirp.h
trace-control.c
/qemu/target-arm/kvm.c
/qemu/target-arm/machine.c
/qemu/target-arm/neon_helper.c
/qemu/target-i386/cpu.c
/qemu/target-i386/cpu.h
/qemu/target-i386/kvm.c
/qemu/target-i386/trace-events
/qemu/target-i386/translate.c
/qemu/target-mips/helper.c
/qemu/target-mips/kvm.c
/qemu/target-ppc/arch_dump.c
/qemu/target-ppc/cpu.h
/qemu/target-ppc/kvm.c
/qemu/target-ppc/mem_helper.c
/qemu/target-ppc/trace-events
/qemu/target-ppc/translate_init.c
/qemu/target-s390x/kvm.c
/qemu/target-s390x/trace-events
/qemu/target-sh4/op_helper.c
/qemu/target-sparc/trace-events
/qemu/tcg/optimize.c
/qemu/tcg/tcg-op.c
/qemu/tcg/tcg.c
/qemu/tcg/tcg.h
/qemu/tests/Makefile.include
/qemu/tests/ahci-test.c
/qemu/tests/data/test-qga-config
/qemu/tests/docker/Makefile.include
/qemu/tests/docker/common.rc
/qemu/tests/docker/docker.py
/qemu/tests/docker/dockerfiles/debian-bootstrap.docker
/qemu/tests/docker/dockerfiles/debian-bootstrap.pre
/qemu/tests/docker/run
/qemu/tests/drive_del-test.c
/qemu/tests/ide-test.c
/qemu/tests/migration/.gitignore
/qemu/tests/migration/guestperf-batch.py
/qemu/tests/migration/guestperf-plot.py
/qemu/tests/migration/guestperf.py
/qemu/tests/migration/guestperf/__init__.py
/qemu/tests/migration/guestperf/comparison.py
/qemu/tests/migration/guestperf/engine.py
/qemu/tests/migration/guestperf/hardware.py
/qemu/tests/migration/guestperf/plot.py
/qemu/tests/migration/guestperf/progress.py
/qemu/tests/migration/guestperf/report.py
/qemu/tests/migration/guestperf/scenario.py
/qemu/tests/migration/guestperf/shell.py
/qemu/tests/migration/guestperf/timings.py
/qemu/tests/migration/stress.c
/qemu/tests/postcopy-test.c
/qemu/tests/prom-env-test.c
/qemu/tests/qapi-schema/args-bad-boxed.err
/qemu/tests/qapi-schema/args-bad-boxed.exit
/qemu/tests/qapi-schema/args-bad-boxed.json
/qemu/tests/qapi-schema/args-bad-boxed.out
/qemu/tests/qapi-schema/args-boxed-anon.err
/qemu/tests/qapi-schema/args-boxed-anon.exit
/qemu/tests/qapi-schema/args-boxed-anon.json
/qemu/tests/qapi-schema/args-boxed-anon.out
/qemu/tests/qapi-schema/args-boxed-empty.err
/qemu/tests/qapi-schema/args-boxed-empty.exit
/qemu/tests/qapi-schema/args-boxed-empty.json
/qemu/tests/qapi-schema/args-boxed-empty.out
/qemu/tests/qapi-schema/args-boxed-string.err
/qemu/tests/qapi-schema/args-boxed-string.exit
/qemu/tests/qapi-schema/args-boxed-string.json
/qemu/tests/qapi-schema/args-boxed-string.out
/qemu/tests/qapi-schema/args-union.err
/qemu/tests/qapi-schema/args-union.json
/qemu/tests/qapi-schema/event-boxed-empty.err
/qemu/tests/qapi-schema/event-boxed-empty.exit
/qemu/tests/qapi-schema/event-boxed-empty.json
/qemu/tests/qapi-schema/event-boxed-empty.out
/qemu/tests/qapi-schema/event-case.out
/qemu/tests/qapi-schema/flat-union-incomplete-branch.err
/qemu/tests/qapi-schema/flat-union-incomplete-branch.exit
/qemu/tests/qapi-schema/flat-union-incomplete-branch.json
/qemu/tests/qapi-schema/flat-union-incomplete-branch.out
/qemu/tests/qapi-schema/ident-with-escape.out
/qemu/tests/qapi-schema/indented-expr.out
/qemu/tests/qapi-schema/qapi-schema-test.json
/qemu/tests/qapi-schema/qapi-schema-test.out
/qemu/tests/qapi-schema/test-qapi.py
/qemu/tests/qemu-iotests/026.out
/qemu/tests/qemu-iotests/026.out.nocache
/qemu/tests/qemu-iotests/071.out
/qemu/tests/qemu-iotests/089.out
/qemu/tests/qemu-iotests/109
/qemu/tests/qemu-iotests/109.out
/qemu/tests/qemu-iotests/141.out
/qemu/tests/qemu-iotests/144.out
/qemu/tests/qemu-iotests/162
/qemu/tests/qemu-iotests/162.out
/qemu/tests/qemu-iotests/common.filter
/qemu/tests/qemu-iotests/group
/qemu/tests/qemu-iotests/iotests.py
/qemu/tests/test-aio.c
/qemu/tests/test-blockjob.c
/qemu/tests/test-io-task.c
/qemu/tests/test-logging.c
/qemu/tests/test-qdist.c
/qemu/tests/test-qga.c
/qemu/tests/test-qht.c
/qemu/tests/test-qmp-commands.c
/qemu/tests/test-throttle.c
/qemu/tests/vhost-user-test.c
/qemu/tests/virtio-net-test.c
/qemu/trace-events
/qemu/trace/control-target.c
/qemu/trace/control.c
/qemu/trace/control.h
/qemu/trace/event-internal.h
/qemu/trace/qmp.c
/qemu/translate-all.c
/qemu/ui/trace-events
/qemu/ui/vnc-enc-tight.c
/qemu/ui/vnc.c
/qemu/util/iov.c
/qemu/util/log.c
/qemu/util/oslib-posix.c
/qemu/util/oslib-win32.c
/qemu/util/qdist.c
/qemu/util/qemu-sockets.c
/qemu/util/qht.c
/qemu/util/throttle.c
/qemu/util/trace-events
/qemu/vl.c
/qemu/xen-hvm.c
4815185911-Jul-2016 Lluís Vilanova <vilanova@ac.upc.edu>

trace: Add per-vCPU tracing states for events with the 'vcpu' property

Each vCPU gets a 'trace_dstate' bitmap to control the per-vCPU dynamic
tracing state of events with the 'vcpu' property.

Signe

trace: Add per-vCPU tracing states for events with the 'vcpu' property

Each vCPU gets a 'trace_dstate' bitmap to control the per-vCPU dynamic
tracing state of events with the 'vcpu' property.

Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>

show more ...


/qemu/.gitignore
/qemu/MAINTAINERS
/qemu/Makefile
/qemu/Makefile.target
/qemu/audio/audio.h
/qemu/audio/audio_int.h
/qemu/audio/audio_pt_int.h
/qemu/audio/mixeng.h
/qemu/backends/hostmem.c
/qemu/backends/msmouse.c
/qemu/block.c
/qemu/block/Makefile.objs
/qemu/block/backup.c
/qemu/block/blkdebug.c
/qemu/block/blkreplay.c
/qemu/block/blkverify.c
/qemu/block/block-backend.c
/qemu/block/bochs.c
/qemu/block/cloop.c
/qemu/block/commit.c
/qemu/block/crypto.c
/qemu/block/dmg.c
/qemu/block/gluster.c
/qemu/block/io.c
/qemu/block/iscsi.c
/qemu/block/linux-aio.c
/qemu/block/mirror.c
/qemu/block/nbd-client.c
/qemu/block/nbd.c
/qemu/block/nfs.c
/qemu/block/parallels.c
/qemu/block/qapi.c
/qemu/block/qcow.c
/qemu/block/qcow2-cache.c
/qemu/block/qcow2-cluster.c
/qemu/block/qcow2-refcount.c
/qemu/block/qcow2-snapshot.c
/qemu/block/qcow2.c
/qemu/block/qed-table.c
/qemu/block/qed.c
/qemu/block/quorum.c
/qemu/block/raw-posix.c
/qemu/block/raw-win32.c
/qemu/block/raw_bsd.c
/qemu/block/sheepdog.c
/qemu/block/ssh.c
/qemu/block/stream.c
/qemu/block/vdi.c
/qemu/block/vhdx-log.c
/qemu/block/vhdx.c
/qemu/block/vmdk.c
/qemu/block/vpc.c
/qemu/block/vvfat.c
/qemu/blockdev.c
/qemu/blockjob.c
/qemu/bsd-user/i386/target_syscall.h
/qemu/bsd-user/main.c
/qemu/bsd-user/sparc/target_syscall.h
/qemu/bsd-user/sparc64/target_syscall.h
/qemu/bsd-user/syscall.c
/qemu/bsd-user/x86_64/target_syscall.h
/qemu/configure
/qemu/contrib/ivshmem-client/ivshmem-client.h
/qemu/contrib/ivshmem-server/ivshmem-server.h
/qemu/cputlb.c
/qemu/crypto/Makefile.objs
/qemu/crypto/block-luks.c
/qemu/crypto/block-luks.h
/qemu/crypto/block-qcow.h
/qemu/crypto/blockpriv.h
/qemu/crypto/hash-gcrypt.c
/qemu/crypto/hash-nettle.c
/qemu/crypto/hash-stub.c
/qemu/crypto/hash.c
/qemu/crypto/ivgenpriv.h
/qemu/crypto/pbkdf-gcrypt.c
/qemu/crypto/pbkdf-nettle.c
/qemu/crypto/tlscreds.c
/qemu/crypto/tlscredspriv.h
/qemu/crypto/tlssession.c
/qemu/default-configs/arm-softmmu.mak
/qemu/default-configs/ppc64-softmmu.mak
/qemu/disas/alpha.c
/qemu/disas/arm.c
/qemu/disas/i386.c
/qemu/disas/m68k.c
/qemu/disas/mips.c
/qemu/disas/ppc.c
/qemu/disas/sparc.c
/qemu/dma-helpers.c
/qemu/docs/memory.txt
/qemu/docs/qapi-code-gen.txt
/qemu/docs/qmp-events.txt
/qemu/docs/usb-storage.txt
/qemu/exec.c
/qemu/fpu/softfloat-specialize.h
/qemu/fpu/softfloat.c
/qemu/fsdev/9p-iov-marshal.c
/qemu/fsdev/9p-iov-marshal.h
/qemu/fsdev/9p-marshal.c
/qemu/fsdev/9p-marshal.h
/qemu/fsdev/file-op-9p.h
/qemu/hmp.c
/qemu/hw/9pfs/9p-proxy.h
/qemu/hw/9pfs/9p-synth.c
/qemu/hw/9pfs/9p-synth.h
/qemu/hw/9pfs/9p-xattr.h
/qemu/hw/9pfs/9p.c
/qemu/hw/9pfs/9p.h
/qemu/hw/9pfs/coth.c
/qemu/hw/9pfs/coth.h
/qemu/hw/9pfs/virtio-9p.h
/qemu/hw/acpi/core.c
/qemu/hw/acpi/cpu.c
/qemu/hw/acpi/cpu_hotplug.c
/qemu/hw/acpi/ich9.c
/qemu/hw/acpi/piix4.c
/qemu/hw/acpi/trace-events
/qemu/hw/alpha/alpha_sys.h
/qemu/hw/arm/ast2400.c
/qemu/hw/arm/fsl-imx25.c
/qemu/hw/arm/fsl-imx31.c
/qemu/hw/arm/fsl-imx6.c
/qemu/hw/arm/palmetto-bmc.c
/qemu/hw/arm/sabrelite.c
/qemu/hw/arm/spitz.c
/qemu/hw/arm/strongarm.h
/qemu/hw/arm/tosa.c
/qemu/hw/arm/virt.c
/qemu/hw/arm/xilinx_zynq.c
/qemu/hw/arm/xlnx-ep108.c
/qemu/hw/arm/z2.c
/qemu/hw/audio/fmopl.h
/qemu/hw/audio/gusemu.h
/qemu/hw/audio/gustate.h
/qemu/hw/audio/intel-hda.c
/qemu/hw/audio/lm4549.h
/qemu/hw/audio/pcspk.c
/qemu/hw/audio/pl041.h
/qemu/hw/block/block.c
/qemu/hw/block/dataplane/virtio-blk.c
/qemu/hw/block/dataplane/virtio-blk.h
/qemu/hw/block/m25p80.c
/qemu/hw/block/nvme.c
/qemu/hw/block/pflash_cfi01.c
/qemu/hw/block/pflash_cfi02.c
/qemu/hw/block/virtio-blk.c
/qemu/hw/block/xen_blkif.h
/qemu/hw/bt/hci.c
/qemu/hw/bt/l2cap.c
/qemu/hw/char/cadence_uart.c
/qemu/hw/char/sclpconsole.c
/qemu/hw/char/serial.c
/qemu/hw/core/Makefile.objs
/qemu/hw/core/machine.c
/qemu/hw/core/ptimer.c
/qemu/hw/core/qdev-properties-system.c
/qemu/hw/core/qdev-properties.c
/qemu/hw/core/register.c
/qemu/hw/core/uboot_image.h
/qemu/hw/cris/boot.h
/qemu/hw/display/ads7846.c
/qemu/hw/display/dpcd.c
/qemu/hw/display/qxl.c
/qemu/hw/display/qxl.h
/qemu/hw/display/ssd0323.c
/qemu/hw/display/trace-events
/qemu/hw/display/vga.h
/qemu/hw/display/vga_int.h
/qemu/hw/display/virtio-gpu-3d.c
/qemu/hw/display/virtio-gpu.c
/qemu/hw/display/xlnx_dp.c
/qemu/hw/dma/Makefile.objs
/qemu/hw/dma/xlnx-zynq-devcfg.c
/qemu/hw/i2c/smbus_ich9.c
/qemu/hw/i386/acpi-build.c
/qemu/hw/i386/intel_iommu.c
/qemu/hw/i386/kvm/i8254.c
/qemu/hw/i386/kvm/pci-assign.c
/qemu/hw/i386/pc.c
/qemu/hw/i386/pc_piix.c
/qemu/hw/i386/pc_q35.c
/qemu/hw/i386/pci-assign-load-rom.c
/qemu/hw/ide/ahci.c
/qemu/hw/ide/cmd646.c
/qemu/hw/ide/core.c
/qemu/hw/ide/ich.c
/qemu/hw/ide/isa.c
/qemu/hw/ide/macio.c
/qemu/hw/ide/microdrive.c
/qemu/hw/ide/mmio.c
/qemu/hw/ide/pci.c
/qemu/hw/ide/piix.c
/qemu/hw/ide/qdev.c
/qemu/hw/ide/via.c
/qemu/hw/input/hid.c
/qemu/hw/input/pckbd.c
/qemu/hw/input/trace-events
/qemu/hw/input/virtio-input.c
/qemu/hw/intc/Makefile.objs
/qemu/hw/intc/arm_gicv3_cpuif.c
/qemu/hw/intc/armv7m_nvic.c
/qemu/hw/intc/gic_internal.h
/qemu/hw/intc/gicv3_internal.h
/qemu/hw/intc/mips_gic.c
/qemu/hw/intc/xics.c
/qemu/hw/intc/xics_kvm.c
/qemu/hw/intc/xics_spapr.c
/qemu/hw/isa/isa-bus.c
/qemu/hw/isa/lpc_ich9.c
/qemu/hw/lm32/lm32.h
/qemu/hw/lm32/milkymist-hw.h
/qemu/hw/mem/pc-dimm.c
/qemu/hw/microblaze/boot.h
/qemu/hw/microblaze/petalogix_ml605_mmu.c
/qemu/hw/mips/cps.c
/qemu/hw/mips/mips_malta.c
/qemu/hw/misc/Makefile.objs
/qemu/hw/misc/aspeed_scu.c
/qemu/hw/misc/auxbus.c
/qemu/hw/misc/hyperv_testdev.c
/qemu/hw/misc/imx6_ccm.c
/qemu/hw/misc/ivshmem.c
/qemu/hw/misc/macio/mac_dbdma.c
/qemu/hw/misc/max111x.c
/qemu/hw/misc/mips_cmgcr.c
/qemu/hw/misc/mips_cpc.c
/qemu/hw/misc/trace-events
/qemu/hw/misc/vmport.c
/qemu/hw/net/cadence_gem.c
/qemu/hw/net/e1000.c
/qemu/hw/net/e1000_regs.h
/qemu/hw/net/e1000e.c
/qemu/hw/net/e1000e_core.c
/qemu/hw/net/e1000x_common.c
/qemu/hw/net/eepro100.c
/qemu/hw/net/fsl_etsec/etsec.h
/qemu/hw/net/fsl_etsec/registers.h
/qemu/hw/net/mipsnet.c
/qemu/hw/net/ne2000.h
/qemu/hw/net/pcnet.h
/qemu/hw/net/rocker/rocker.h
/qemu/hw/net/rocker/rocker_desc.h
/qemu/hw/net/rocker/rocker_fp.h
/qemu/hw/net/rocker/rocker_hw.h
/qemu/hw/net/rocker/rocker_of_dpa.h
/qemu/hw/net/rocker/rocker_tlv.h
/qemu/hw/net/rocker/rocker_world.h
/qemu/hw/net/rtl8139.c
/qemu/hw/net/vhost_net.c
/qemu/hw/net/virtio-net.c
/qemu/hw/net/vmware_utils.h
/qemu/hw/net/vmxnet3.c
/qemu/hw/net/vmxnet3.h
/qemu/hw/net/vmxnet_debug.h
/qemu/hw/nvram/fw_cfg.c
/qemu/hw/pci-bridge/dec.h
/qemu/hw/pci-bridge/ioh3420.c
/qemu/hw/pci-bridge/pci_bridge_dev.c
/qemu/hw/pci-bridge/pci_expander_bridge.c
/qemu/hw/pci-bridge/xio3130_downstream.c
/qemu/hw/pci-bridge/xio3130_upstream.c
/qemu/hw/pci-bridge/xio3130_upstream.h
/qemu/hw/pci-host/piix.c
/qemu/hw/pci-host/q35.c
/qemu/hw/pci/msi.c
/qemu/hw/pci/pci.c
/qemu/hw/pci/pcie_aer.c
/qemu/hw/ppc/Makefile.objs
/qemu/hw/ppc/e500.c
/qemu/hw/ppc/e500.h
/qemu/hw/ppc/mac.h
/qemu/hw/ppc/mac_newworld.c
/qemu/hw/ppc/ppc.c
/qemu/hw/ppc/ppc405.h
/qemu/hw/ppc/ppce500_spin.c
/qemu/hw/ppc/spapr.c
/qemu/hw/ppc/spapr_cpu_core.c
/qemu/hw/ppc/spapr_drc.c
/qemu/hw/ppc/spapr_events.c
/qemu/hw/ppc/spapr_hcall.c
/qemu/hw/ppc/spapr_iommu.c
/qemu/hw/ppc/spapr_pci.c
/qemu/hw/ppc/spapr_pci_vfio.c
/qemu/hw/ppc/spapr_rtas_ddw.c
/qemu/hw/ppc/spapr_vio.c
/qemu/hw/ppc/trace-events
/qemu/hw/s390x/Makefile.objs
/qemu/hw/s390x/ccw-device.c
/qemu/hw/s390x/ccw-device.h
/qemu/hw/s390x/css-bridge.c
/qemu/hw/s390x/css.c
/qemu/hw/s390x/ipl.c
/qemu/hw/s390x/ipl.h
/qemu/hw/s390x/s390-pci-bus.c
/qemu/hw/s390x/s390-pci-bus.h
/qemu/hw/s390x/s390-pci-inst.c
/qemu/hw/s390x/s390-pci-inst.h
/qemu/hw/s390x/s390-virtio-ccw.c
/qemu/hw/s390x/s390-virtio.h
/qemu/hw/s390x/sclpquiesce.c
/qemu/hw/s390x/virtio-ccw.c
/qemu/hw/s390x/virtio-ccw.h
/qemu/hw/scsi/esp.c
/qemu/hw/scsi/megasas.c
/qemu/hw/scsi/mfi.h
/qemu/hw/scsi/mptsas.c
/qemu/hw/scsi/mptsas.h
/qemu/hw/scsi/scsi-bus.c
/qemu/hw/scsi/scsi-disk.c
/qemu/hw/scsi/scsi-generic.c
/qemu/hw/scsi/vhost-scsi.c
/qemu/hw/scsi/virtio-scsi-dataplane.c
/qemu/hw/scsi/virtio-scsi.c
/qemu/hw/scsi/vmw_pvscsi.c
/qemu/hw/sd/ssi-sd.c
/qemu/hw/sh4/sh7750_regnames.h
/qemu/hw/sh4/sh7750_regs.h
/qemu/hw/sh4/sh_pci.c
/qemu/hw/ssi/Makefile.objs
/qemu/hw/ssi/aspeed_smc.c
/qemu/hw/ssi/ssi.c
/qemu/hw/timer/Makefile.objs
/qemu/hw/timer/imx_gpt.c
/qemu/hw/timer/mc146818rtc.c
/qemu/hw/timer/mips_gictimer.c
/qemu/hw/tpm/tpm_util.h
/qemu/hw/usb/dev-storage.c
/qemu/hw/usb/hcd-ehci.h
/qemu/hw/usb/hcd-xhci.c
/qemu/hw/usb/xen-usb.c
/qemu/hw/vfio/Makefile.objs
/qemu/hw/vfio/common.c
/qemu/hw/vfio/pci-quirks.c
/qemu/hw/vfio/pci.c
/qemu/hw/vfio/pci.h
/qemu/hw/vfio/spapr.c
/qemu/hw/vfio/trace-events
/qemu/hw/virtio/vhost-backend.c
/qemu/hw/virtio/vhost.c
/qemu/hw/virtio/virtio-balloon.c
/qemu/hw/virtio/virtio-bus.c
/qemu/hw/virtio/virtio-mmio.c
/qemu/hw/virtio/virtio-pci.c
/qemu/hw/virtio/virtio.c
/qemu/hw/xen/xen-host-pci-device.h
/qemu/hw/xen/xen_pt.h
/qemu/hw/xenpv/xen_domainbuild.h
/qemu/hw/xtensa/bootparam.h
/qemu/hw/xtensa/xtfpga.c
/qemu/include/block/block.h
/qemu/include/block/block_int.h
/qemu/include/block/blockjob.h
/qemu/include/block/nbd.h
/qemu/include/block/scsi.h
/qemu/include/block/thread-pool.h
/qemu/include/crypto/afsplit.h
/qemu/include/crypto/block.h
/qemu/include/crypto/cipher.h
/qemu/include/crypto/desrfb.h
/qemu/include/crypto/hash.h
/qemu/include/crypto/init.h
/qemu/include/crypto/ivgen.h
/qemu/include/crypto/pbkdf.h
/qemu/include/crypto/random.h
/qemu/include/crypto/secret.h
/qemu/include/crypto/tlscreds.h
/qemu/include/crypto/tlscredsanon.h
/qemu/include/crypto/tlscredsx509.h
/qemu/include/crypto/tlssession.h
/qemu/include/crypto/xts.h
/qemu/include/disas/bfd.h
/qemu/include/disas/disas.h
/qemu/include/elf.h
/qemu/include/exec/address-spaces.h
/qemu/include/exec/cpu-all.h
/qemu/include/exec/cpu-common.h
/qemu/include/exec/exec-all.h
/qemu/include/exec/gen-icount.h
/qemu/include/exec/helper-gen.h
/qemu/include/exec/helper-head.h
/qemu/include/exec/helper-proto.h
/qemu/include/exec/helper-tcg.h
/qemu/include/exec/memory.h
/qemu/include/exec/softmmu-semi.h
/qemu/include/exec/tb-context.h
/qemu/include/exec/tb-hash-xx.h
/qemu/include/exec/tb-hash.h
/qemu/include/exec/user/abitypes.h
/qemu/include/fpu/softfloat.h
/qemu/include/glib-compat.h
/qemu/include/hw/acpi/acpi.h
/qemu/include/hw/acpi/aml-build.h
/qemu/include/hw/acpi/cpu.h
/qemu/include/hw/acpi/cpu_hotplug.h
/qemu/include/hw/arm/arm.h
/qemu/include/hw/arm/ast2400.h
/qemu/include/hw/arm/exynos4210.h
/qemu/include/hw/arm/pxa.h
/qemu/include/hw/arm/soc_dma.h
/qemu/include/hw/arm/stm32f205_soc.h
/qemu/include/hw/audio/audio.h
/qemu/include/hw/audio/pcspk.h
/qemu/include/hw/block/block.h
/qemu/include/hw/block/flash.h
/qemu/include/hw/boards.h
/qemu/include/hw/bt.h
/qemu/include/hw/char/escc.h
/qemu/include/hw/char/lm32_juart.h
/qemu/include/hw/char/pl011.h
/qemu/include/hw/char/serial.h
/qemu/include/hw/compat.h
/qemu/include/hw/cpu/core.h
/qemu/include/hw/cris/etraxfs.h
/qemu/include/hw/cris/etraxfs_dma.h
/qemu/include/hw/display/dpcd.h
/qemu/include/hw/display/xlnx_dp.h
/qemu/include/hw/dma/xlnx-zynq-devcfg.h
/qemu/include/hw/dma/xlnx_dpdma.h
/qemu/include/hw/empty_slot.h
/qemu/include/hw/fw-path-provider.h
/qemu/include/hw/gpio/imx_gpio.h
/qemu/include/hw/i2c/i2c-ddc.h
/qemu/include/hw/i2c/imx_i2c.h
/qemu/include/hw/i2c/pm_smbus.h
/qemu/include/hw/i386/apic_internal.h
/qemu/include/hw/i386/ich9.h
/qemu/include/hw/i386/ioapic.h
/qemu/include/hw/i386/ioapic_internal.h
/qemu/include/hw/i386/pc.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/ps2.h
/qemu/include/hw/intc/allwinner-a10-pic.h
/qemu/include/hw/intc/arm_gic.h
/qemu/include/hw/intc/arm_gicv3_common.h
/qemu/include/hw/intc/mips_gic.h
/qemu/include/hw/isa/i8257.h
/qemu/include/hw/isa/i8259_internal.h
/qemu/include/hw/isa/isa.h
/qemu/include/hw/mips/cps.h
/qemu/include/hw/misc/arm_integrator_debug.h
/qemu/include/hw/misc/aspeed_scu.h
/qemu/include/hw/misc/auxbus.h
/qemu/include/hw/misc/imx_ccm.h
/qemu/include/hw/misc/mips_cmgcr.h
/qemu/include/hw/misc/tmp105_regs.h
/qemu/include/hw/net/allwinner_emac.h
/qemu/include/hw/nmi.h
/qemu/include/hw/nvram/fw_cfg.h
/qemu/include/hw/nvram/openbios_firmware_abi.h
/qemu/include/hw/pci-host/apb.h
/qemu/include/hw/pci-host/ppce500.h
/qemu/include/hw/pci-host/q35.h
/qemu/include/hw/pci-host/spapr.h
/qemu/include/hw/pci/msi.h
/qemu/include/hw/pci/pci_bridge.h
/qemu/include/hw/pci/pci_bus.h
/qemu/include/hw/pci/pci_ids.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/ppc.h
/qemu/include/hw/ppc/ppc4xx.h
/qemu/include/hw/ppc/spapr.h
/qemu/include/hw/ppc/spapr_drc.h
/qemu/include/hw/ppc/spapr_vio.h
/qemu/include/hw/ppc/xics.h
/qemu/include/hw/qdev-core.h
/qemu/include/hw/qdev-properties.h
/qemu/include/hw/register.h
/qemu/include/hw/s390x/css-bridge.h
/qemu/include/hw/s390x/css.h
/qemu/include/hw/s390x/ebcdic.h
/qemu/include/hw/s390x/event-facility.h
/qemu/include/hw/s390x/ioinst.h
/qemu/include/hw/s390x/s390_flic.h
/qemu/include/hw/s390x/sclp.h
/qemu/include/hw/s390x/storage-keys.h
/qemu/include/hw/scsi/scsi.h
/qemu/include/hw/sd/sd.h
/qemu/include/hw/sh4/sh_intc.h
/qemu/include/hw/smbios/smbios.h
/qemu/include/hw/sparc/grlib.h
/qemu/include/hw/ssi/aspeed_smc.h
/qemu/include/hw/ssi/ssi.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/hpet.h
/qemu/include/hw/timer/i8254.h
/qemu/include/hw/timer/i8254_internal.h
/qemu/include/hw/timer/imx_gpt.h
/qemu/include/hw/timer/m48t59.h
/qemu/include/hw/timer/mc146818rtc.h
/qemu/include/hw/timer/mc146818rtc_regs.h
/qemu/include/hw/timer/mips_gictimer.h
/qemu/include/hw/tricore/tricore.h
/qemu/include/hw/unicore32/puv3.h
/qemu/include/hw/usb/ehci-regs.h
/qemu/include/hw/usb/uhci-regs.h
/qemu/include/hw/vfio/vfio-common.h
/qemu/include/hw/vfio/vfio-platform.h
/qemu/include/hw/vfio/vfio.h
/qemu/include/hw/virtio/vhost-backend.h
/qemu/include/hw/virtio/vhost.h
/qemu/include/hw/virtio/virtio-access.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-gpu.h
/qemu/include/hw/virtio/virtio-input.h
/qemu/include/hw/virtio/virtio-net.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/wdt_diag288.h
/qemu/include/hw/xen/xen.h
/qemu/include/hw/xen/xen_backend.h
/qemu/include/hw/xen/xen_common.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/task.h
/qemu/include/libdecnumber/decContext.h
/qemu/include/libdecnumber/decNumber.h
/qemu/include/libdecnumber/decNumberLocal.h
/qemu/include/libdecnumber/dpd/decimal128.h
/qemu/include/libdecnumber/dpd/decimal32.h
/qemu/include/libdecnumber/dpd/decimal64.h
/qemu/include/migration/block.h
/qemu/include/migration/qemu-file.h
/qemu/include/migration/vmstate.h
/qemu/include/monitor/hmp-target.h
/qemu/include/monitor/monitor.h
/qemu/include/monitor/qdev.h
/qemu/include/net/vhost-user.h
/qemu/include/net/vhost_net.h
/qemu/include/qapi/clone-visitor.h
/qemu/include/qapi/dealloc-visitor.h
/qemu/include/qapi/opts-visitor.h
/qemu/include/qapi/qmp-input-visitor.h
/qemu/include/qapi/qmp-output-visitor.h
/qemu/include/qapi/qmp/dispatch.h
/qemu/include/qapi/qmp/qerror.h
/qemu/include/qapi/qmp/types.h
/qemu/include/qapi/string-input-visitor.h
/qemu/include/qapi/string-output-visitor.h
/qemu/include/qapi/visitor-impl.h
/qemu/include/qapi/visitor.h
/qemu/include/qemu/acl.h
/qemu/include/qemu/atomic.h
/qemu/include/qemu/base64.h
/qemu/include/qemu/bcd.h
/qemu/include/qemu/bitops.h
/qemu/include/qemu/bswap.h
/qemu/include/qemu/buffer.h
/qemu/include/qemu/config-file.h
/qemu/include/qemu/coroutine.h
/qemu/include/qemu/coroutine_int.h
/qemu/include/qemu/cutils.h
/qemu/include/qemu/error-report.h
/qemu/include/qemu/fifo8.h
/qemu/include/qemu/fprintf-fn.h
/qemu/include/qemu/hbitmap.h
/qemu/include/qemu/help_option.h
/qemu/include/qemu/host-utils.h
/qemu/include/qemu/id.h
/qemu/include/qemu/main-loop.h
/qemu/include/qemu/mmap-alloc.h
/qemu/include/qemu/option.h
/qemu/include/qemu/option_int.h
/qemu/include/qemu/osdep.h
/qemu/include/qemu/path.h
/qemu/include/qemu/queue.h
/qemu/include/qemu/range.h
/qemu/include/qemu/ratelimit.h
/qemu/include/qemu/rcu_queue.h
/qemu/include/qemu/readline.h
/qemu/include/qemu/seqlock.h
/qemu/include/qemu/sockets.h
/qemu/include/qemu/thread-posix.h
/qemu/include/qemu/thread-win32.h
/qemu/include/qemu/thread.h
/qemu/include/qemu/unicode.h
/qemu/include/qom/cpu.h
/qemu/include/qom/object.h
/qemu/include/sysemu/balloon.h
/qemu/include/sysemu/block-backend.h
/qemu/include/sysemu/bt.h
/qemu/include/sysemu/char.h
/qemu/include/sysemu/device_tree.h
/qemu/include/sysemu/hostmem.h
/qemu/include/sysemu/sysemu.h
/qemu/include/sysemu/tpm_backend.h
/qemu/include/sysemu/tpm_backend_int.h
/qemu/include/sysemu/xen-mapcache.h
/qemu/include/trace-tcg.h
/qemu/include/trace.h
/qemu/include/ui/console.h
/qemu/include/ui/gtk.h
/qemu/include/ui/qemu-spice.h
/qemu/include/ui/sdl2.h
/qemu/io/channel-socket.c
/qemu/io/channel.c
/qemu/linux-user/aarch64/target_cpu.h
/qemu/linux-user/aarch64/target_signal.h
/qemu/linux-user/aarch64/target_structs.h
/qemu/linux-user/aarch64/target_syscall.h
/qemu/linux-user/alpha/target_cpu.h
/qemu/linux-user/alpha/target_signal.h
/qemu/linux-user/alpha/target_structs.h
/qemu/linux-user/alpha/target_syscall.h
/qemu/linux-user/arm/nwfpe/fpa11.h
/qemu/linux-user/arm/nwfpe/fpopcode.h
/qemu/linux-user/arm/nwfpe/fpsr.h
/qemu/linux-user/arm/target_cpu.h
/qemu/linux-user/arm/target_signal.h
/qemu/linux-user/arm/target_structs.h
/qemu/linux-user/arm/target_syscall.h
/qemu/linux-user/cris/target_cpu.h
/qemu/linux-user/cris/target_signal.h
/qemu/linux-user/cris/target_structs.h
/qemu/linux-user/cris/target_syscall.h
/qemu/linux-user/flatload.c
/qemu/linux-user/host/aarch64/hostdep.h
/qemu/linux-user/host/aarch64/safe-syscall.inc.S
/qemu/linux-user/host/arm/hostdep.h
/qemu/linux-user/host/arm/safe-syscall.inc.S
/qemu/linux-user/host/i386/hostdep.h
/qemu/linux-user/host/i386/safe-syscall.inc.S
/qemu/linux-user/host/ia64/hostdep.h
/qemu/linux-user/host/mips/hostdep.h
/qemu/linux-user/host/ppc/hostdep.h
/qemu/linux-user/host/ppc64/hostdep.h
/qemu/linux-user/host/ppc64/safe-syscall.inc.S
/qemu/linux-user/host/s390/hostdep.h
/qemu/linux-user/host/s390x/hostdep.h
/qemu/linux-user/host/s390x/safe-syscall.inc.S
/qemu/linux-user/host/sparc/hostdep.h
/qemu/linux-user/host/sparc64/hostdep.h
/qemu/linux-user/host/x32/hostdep.h
/qemu/linux-user/host/x86_64/hostdep.h
/qemu/linux-user/host/x86_64/safe-syscall.inc.S
/qemu/linux-user/i386/target_cpu.h
/qemu/linux-user/i386/target_signal.h
/qemu/linux-user/i386/target_structs.h
/qemu/linux-user/i386/target_syscall.h
/qemu/linux-user/linux_loop.h
/qemu/linux-user/m68k/target_cpu.h
/qemu/linux-user/m68k/target_signal.h
/qemu/linux-user/m68k/target_structs.h
/qemu/linux-user/m68k/target_syscall.h
/qemu/linux-user/main.c
/qemu/linux-user/microblaze/target_cpu.h
/qemu/linux-user/microblaze/target_signal.h
/qemu/linux-user/microblaze/target_structs.h
/qemu/linux-user/microblaze/target_syscall.h
/qemu/linux-user/mips/target_cpu.h
/qemu/linux-user/mips/target_signal.h
/qemu/linux-user/mips/target_structs.h
/qemu/linux-user/mips/target_syscall.h
/qemu/linux-user/mips64/target_signal.h
/qemu/linux-user/mips64/target_syscall.h
/qemu/linux-user/openrisc/target_cpu.h
/qemu/linux-user/openrisc/target_signal.h
/qemu/linux-user/openrisc/target_structs.h
/qemu/linux-user/openrisc/target_syscall.h
/qemu/linux-user/ppc/target_cpu.h
/qemu/linux-user/ppc/target_signal.h
/qemu/linux-user/ppc/target_structs.h
/qemu/linux-user/ppc/target_syscall.h
/qemu/linux-user/qemu.h
/qemu/linux-user/s390x/target_cpu.h
/qemu/linux-user/s390x/target_signal.h
/qemu/linux-user/s390x/target_structs.h
/qemu/linux-user/s390x/target_syscall.h
/qemu/linux-user/sh4/target_cpu.h
/qemu/linux-user/sh4/target_signal.h
/qemu/linux-user/sh4/target_structs.h
/qemu/linux-user/sh4/target_syscall.h
/qemu/linux-user/signal.c
/qemu/linux-user/sparc/target_cpu.h
/qemu/linux-user/sparc/target_signal.h
/qemu/linux-user/sparc/target_structs.h
/qemu/linux-user/sparc/target_syscall.h
/qemu/linux-user/sparc64/target_signal.h
/qemu/linux-user/sparc64/target_structs.h
/qemu/linux-user/sparc64/target_syscall.h
/qemu/linux-user/strace.c
/qemu/linux-user/strace.list
/qemu/linux-user/syscall.c
/qemu/linux-user/syscall_defs.h
/qemu/linux-user/tilegx/syscall_nr.h
/qemu/linux-user/tilegx/target_cpu.h
/qemu/linux-user/tilegx/target_signal.h
/qemu/linux-user/tilegx/target_structs.h
/qemu/linux-user/tilegx/target_syscall.h
/qemu/linux-user/uname.h
/qemu/linux-user/unicore32/target_cpu.h
/qemu/linux-user/unicore32/target_signal.h
/qemu/linux-user/unicore32/target_structs.h
/qemu/linux-user/unicore32/target_syscall.h
/qemu/linux-user/x86_64/target_signal.h
/qemu/linux-user/x86_64/target_structs.h
/qemu/linux-user/x86_64/target_syscall.h
/qemu/main-loop.c
/qemu/memory.c
/qemu/migration/migration.c
/qemu/migration/savevm.c
/qemu/monitor.c
/qemu/nbd/server.c
/qemu/net/net.c
/qemu/net/slirp.c
/qemu/net/socket.c
/qemu/net/tap-linux.h
/qemu/net/tap.c
/qemu/net/tap_int.h
/qemu/net/vhost-user.c
/qemu/numa.c
/qemu/pc-bios/bios-256k.bin
/qemu/pc-bios/bios.bin
/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/linuxboot_dma.bin
/qemu/pc-bios/openbios-ppc
/qemu/pc-bios/openbios-sparc32
/qemu/pc-bios/openbios-sparc64
/qemu/pc-bios/optionrom/Makefile
/qemu/pc-bios/optionrom/code16gcc.h
/qemu/pc-bios/optionrom/linuxboot_dma.c
/qemu/pc-bios/s390-ccw.img
/qemu/pc-bios/s390-ccw/iplb.h
/qemu/pc-bios/s390-ccw/main.c
/qemu/pc-bios/s390-ccw/virtio-scsi.c
/qemu/pc-bios/s390-ccw/virtio.h
/qemu/po/bg.po
/qemu/qapi-schema.json
/qemu/qapi/Makefile.objs
/qemu/qapi/block-core.json
/qemu/qapi/crypto.json
/qemu/qapi/opts-visitor.c
/qemu/qapi/qapi-clone-visitor.c
/qemu/qapi/qapi-dealloc-visitor.c
/qemu/qapi/qapi-visit-core.c
/qemu/qapi/qmp-dispatch.c
/qemu/qapi/qmp-input-visitor.c
/qemu/qapi/qmp-output-visitor.c
/qemu/qapi/string-input-visitor.c
/qemu/qapi/string-output-visitor.c
/qemu/qemu-char.c
/qemu/qemu-img.c
/qemu/qemu-img.texi
/qemu/qemu-io-cmds.c
/qemu/qemu-io.c
/qemu/qemu-nbd.c
/qemu/qemu-nbd.texi
/qemu/qemu-option-trace.texi
/qemu/qemu-options.h
/qemu/qemu-options.hx
/qemu/qga/service-win32.h
/qemu/qga/vss-win32/install.cpp
/qemu/qga/vss-win32/provider.cpp
/qemu/qga/vss-win32/requester.cpp
/qemu/qga/vss-win32/vss-common.h
/qemu/qmp-commands.hx
/qemu/qmp.c
/qemu/qobject/json-lexer.c
/qemu/qobject/json-parser.c
/qemu/qobject/json-streamer.c
/qemu/qobject/qjson.c
/qemu/qobject/qobject.c
/qemu/qom/cpu.c
/qemu/qom/object.c
/qemu/qom/object_interfaces.c
/qemu/qom/qom-qobject.c
/qemu/replay/replay-input.c
/qemu/roms/Makefile
/qemu/roms/config.seabios-128k
/qemu/roms/ipxe
/qemu/roms/openbios
/qemu/roms/seabios
/qemu/rules.mak
/qemu/scripts/checkpatch.pl
/qemu/scripts/clean-header-guards.pl
/qemu/scripts/qapi-commands.py
/qemu/scripts/qapi-event.py
/qemu/scripts/qapi-types.py
/qemu/scripts/qapi-visit.py
/qemu/scripts/tracetool/format/events_c.py
/qemu/scripts/tracetool/format/events_h.py
/qemu/slirp/Makefile.objs
/qemu/slirp/bootp.c
/qemu/slirp/bootp.h
/qemu/slirp/cksum.c
/qemu/slirp/dhcpv6.c
/qemu/slirp/dhcpv6.h
/qemu/slirp/if.c
/qemu/slirp/if.h
/qemu/slirp/ip.h
/qemu/slirp/ip6.h
/qemu/slirp/ip6_icmp.c
/qemu/slirp/ip6_icmp.h
/qemu/slirp/ip_icmp.h
/qemu/slirp/ip_input.c
/qemu/slirp/ip_output.c
/qemu/slirp/libslirp.h
/qemu/slirp/main.h
/qemu/slirp/mbuf.c
/qemu/slirp/mbuf.h
/qemu/slirp/misc.c
/qemu/slirp/misc.h
/qemu/slirp/sbuf.c
/qemu/slirp/sbuf.h
/qemu/slirp/slirp.c
/qemu/slirp/slirp.h
/qemu/slirp/socket.c
/qemu/slirp/socket.h
/qemu/slirp/tcp.h
/qemu/slirp/tcp_input.c
/qemu/slirp/tcp_output.c
/qemu/slirp/tcp_subr.c
/qemu/slirp/tcp_timer.c
/qemu/slirp/tcp_timer.h
/qemu/slirp/tcp_var.h
/qemu/slirp/tcpip.h
/qemu/slirp/tftp.c
/qemu/slirp/tftp.h
/qemu/slirp/udp.c
/qemu/slirp/udp.h
/qemu/slirp/udp6.c
/qemu/softmmu_template.h
Makefile.objs
trace-control.c
/qemu/target-alpha/cpu.h
/qemu/target-alpha/mem_helper.c
/qemu/target-alpha/translate.c
/qemu/target-arm/arm-powerctl.c
/qemu/target-arm/arm-semi.c
/qemu/target-arm/cpu.h
/qemu/target-arm/helper-a64.c
/qemu/target-arm/helper.c
/qemu/target-arm/internals.h
/qemu/target-arm/op_helper.c
/qemu/target-arm/psci.c
/qemu/target-cris/cpu.h
/qemu/target-cris/crisv32-decode.h
/qemu/target-cris/op_helper.c
/qemu/target-i386/cpu.c
/qemu/target-i386/cpu.h
/qemu/target-i386/hyperv.h
/qemu/target-i386/kvm.c
/qemu/target-i386/machine.c
/qemu/target-i386/mem_helper.c
/qemu/target-i386/svm.h
/qemu/target-lm32/cpu.h
/qemu/target-lm32/op_helper.c
/qemu/target-m68k/cpu.h
/qemu/target-m68k/helper.c
/qemu/target-m68k/op_helper.c
/qemu/target-microblaze/cpu.h
/qemu/target-microblaze/op_helper.c
/qemu/target-mips/cpu.h
/qemu/target-mips/gdbstub.c
/qemu/target-mips/helper.c
/qemu/target-mips/helper.h
/qemu/target-mips/kvm_mips.h
/qemu/target-mips/machine.c
/qemu/target-mips/mips-defs.h
/qemu/target-mips/msa_helper.c
/qemu/target-mips/op_helper.c
/qemu/target-mips/translate.c
/qemu/target-mips/translate_init.c
/qemu/target-moxie/cpu.h
/qemu/target-moxie/helper.c
/qemu/target-openrisc/cpu.h
/qemu/target-openrisc/exception.h
/qemu/target-openrisc/mmu_helper.c
/qemu/target-ppc/cpu-qom.h
/qemu/target-ppc/cpu.h
/qemu/target-ppc/excp_helper.c
/qemu/target-ppc/fpu_helper.c
/qemu/target-ppc/helper.h
/qemu/target-ppc/helper_regs.h
/qemu/target-ppc/kvm.c
/qemu/target-ppc/kvm_ppc.h
/qemu/target-ppc/mmu-hash32.h
/qemu/target-ppc/mmu-hash64.c
/qemu/target-ppc/mmu-hash64.h
/qemu/target-ppc/mmu_helper.c
/qemu/target-ppc/timebase_helper.c
/qemu/target-ppc/translate.c
/qemu/target-ppc/translate_init.c
/qemu/target-s390x/cpu.h
/qemu/target-s390x/fpu_helper.c
/qemu/target-s390x/helper.h
/qemu/target-s390x/kvm.c
/qemu/target-s390x/mem_helper.c
/qemu/target-s390x/translate.c
/qemu/target-sh4/cpu.c
/qemu/target-sh4/cpu.h
/qemu/target-sh4/op_helper.c
/qemu/target-sparc/asi.h
/qemu/target-sparc/cpu.c
/qemu/target-sparc/cpu.h
/qemu/target-sparc/fop_helper.c
/qemu/target-sparc/helper.h
/qemu/target-sparc/ldst_helper.c
/qemu/target-sparc/translate.c
/qemu/target-tilegx/cpu.h
/qemu/target-tilegx/opcode_tilegx.h
/qemu/target-tricore/cpu-qom.h
/qemu/target-tricore/cpu.h
/qemu/target-tricore/op_helper.c
/qemu/target-tricore/tricore-defs.h
/qemu/target-unicore32/cpu.c
/qemu/target-unicore32/cpu.h
/qemu/target-unicore32/op_helper.c
/qemu/target-unicore32/softmmu.c
/qemu/target-xtensa/core-dc232b/core-isa.h
/qemu/target-xtensa/core-dc233c/core-isa.h
/qemu/target-xtensa/core-fsf/core-isa.h
/qemu/target-xtensa/cpu.h
/qemu/target-xtensa/op_helper.c
/qemu/tcg/aarch64/tcg-target.h
/qemu/tcg/aarch64/tcg-target.inc.c
/qemu/tcg/arm/tcg-target.h
/qemu/tcg/arm/tcg-target.inc.c
/qemu/tcg/i386/tcg-target.h
/qemu/tcg/i386/tcg-target.inc.c
/qemu/tcg/ia64/tcg-target.h
/qemu/tcg/ia64/tcg-target.inc.c
/qemu/tcg/mips/tcg-target.h
/qemu/tcg/mips/tcg-target.inc.c
/qemu/tcg/ppc/tcg-target.h
/qemu/tcg/ppc/tcg-target.inc.c
/qemu/tcg/s390/tcg-target.h
/qemu/tcg/s390/tcg-target.inc.c
/qemu/tcg/sparc/tcg-target.h
/qemu/tcg/sparc/tcg-target.inc.c
/qemu/tcg/tcg-op.c
/qemu/tcg/tcg.c
/qemu/tcg/tcg.h
/qemu/tcg/tci/tcg-target.h
/qemu/tcg/tci/tcg-target.inc.c
/qemu/tests/.gitignore
/qemu/tests/Makefile.include
/qemu/tests/acpi-test-data/pc/APIC.cphp
/qemu/tests/acpi-test-data/pc/DSDT
/qemu/tests/acpi-test-data/pc/DSDT.bridge
/qemu/tests/acpi-test-data/pc/DSDT.cphp
/qemu/tests/acpi-test-data/pc/DSDT.ipmikcs
/qemu/tests/acpi-test-data/q35/APIC.cphp
/qemu/tests/acpi-test-data/q35/DSDT
/qemu/tests/acpi-test-data/q35/DSDT.bridge
/qemu/tests/acpi-test-data/q35/DSDT.cphp
/qemu/tests/acpi-test-data/q35/DSDT.ipmibt
/qemu/tests/bios-tables-test.c
/qemu/tests/boot-sector.h
/qemu/tests/check-qjson.c
/qemu/tests/check-qnull.c
/qemu/tests/libqos/ahci.h
/qemu/tests/libqos/libqos-pc.h
/qemu/tests/libqos/libqos.h
/qemu/tests/postcopy-test.c
/qemu/tests/qemu-iotests/041
/qemu/tests/qemu-iotests/041.out
/qemu/tests/qemu-iotests/093
/qemu/tests/qemu-iotests/093.out
/qemu/tests/qemu-iotests/149
/qemu/tests/qemu-iotests/149.out
/qemu/tests/qemu-iotests/157
/qemu/tests/qemu-iotests/157.out
/qemu/tests/qemu-iotests/group
/qemu/tests/tcg/xtensa/linker.ld.S
/qemu/tests/test-blockjob-txn.c
/qemu/tests/test-clone-visitor.c
/qemu/tests/test-coroutine.c
/qemu/tests/test-crypto-hash.c
/qemu/tests/test-crypto-xts.c
/qemu/tests/test-io-channel-socket.c
/qemu/tests/test-logging.c
/qemu/tests/test-opts-visitor.c
/qemu/tests/test-qmp-commands.c
/qemu/tests/test-qmp-input-strict.c
/qemu/tests/test-qmp-input-visitor.c
/qemu/tests/test-qmp-output-visitor.c
/qemu/tests/test-string-input-visitor.c
/qemu/tests/test-string-output-visitor.c
/qemu/tests/test-thread-pool.c
/qemu/tests/test-visitor-serialization.c
/qemu/tests/vhost-user-bridge.c
/qemu/tests/vhost-user-test.c
/qemu/thread-pool.c
/qemu/trace-events
/qemu/trace/Makefile.objs
/qemu/trace/control-internal.h
/qemu/trace/control-target.c
/qemu/trace/control.c
/qemu/trace/control.h
/qemu/trace/event-internal.h
/qemu/trace/ftrace.h
/qemu/trace/mem-internal.h
/qemu/trace/mem.h
/qemu/translate-all.c
/qemu/translate-all.h
/qemu/ui/console.c
/qemu/ui/curses_keys.h
/qemu/ui/gtk-egl.c
/qemu/ui/gtk-gl-area.c
/qemu/ui/input-linux.c
/qemu/ui/keymaps.h
/qemu/ui/sdl2-gl.c
/qemu/ui/sdl_zoom.h
/qemu/ui/spice-display.c
/qemu/ui/vnc-auth-sasl.h
/qemu/ui/vnc-auth-vencrypt.h
/qemu/ui/vnc-enc-tight.c
/qemu/ui/vnc-enc-tight.h
/qemu/ui/vnc-enc-zrle.h
/qemu/ui/vnc-enc-zywrle.h
/qemu/ui/vnc-ws.h
/qemu/ui/vnc.c
/qemu/ui/vnc.h
/qemu/user-exec.c
/qemu/util/Makefile.objs
/qemu/util/acl.c
/qemu/util/cutils.c
/qemu/util/log.c
/qemu/util/mmap-alloc.c
/qemu/util/osdep.c
/qemu/util/oslib-posix.c
/qemu/util/qemu-coroutine-io.c
/qemu/util/qemu-coroutine-lock.c
/qemu/util/qemu-coroutine-sleep.c
/qemu/util/qemu-coroutine.c
/qemu/util/qemu-sockets.c
/qemu/util/range.c
/qemu/vl.c
/qemu/xen-hvm.c
ac35f13b20-Apr-2016 Igor Mammedov <imammedo@redhat.com>

pc: acpi: introduce AcpiDeviceIfClass.madt_cpu hook

Add madt_cpu callback to AcpiDeviceIfClass and use
it for generating LAPIC MADT entries for CPUs.

Later it will be used for generating x2APIC
ent

pc: acpi: introduce AcpiDeviceIfClass.madt_cpu hook

Add madt_cpu callback to AcpiDeviceIfClass and use
it for generating LAPIC MADT entries for CPUs.

Later it will be used for generating x2APIC
entries in case of more than 255 CPUs and also
would be reused by ARM target when ACPI CPU hotplug
is introduced there.

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

show more ...

86e91dd710-Jun-2016 Corey Minyard <cminyard@mvista.com>

acpi: Add IPMI table entries

Use the ACPI table construction tools to create an ACPI entry
for IPMI. This adds a function called build_acpi_ipmi_devices
to add an DSDT entry for IPMI if IPMI is com

acpi: Add IPMI table entries

Use the ACPI table construction tools to create an ACPI entry
for IPMI. This adds a function called build_acpi_ipmi_devices
to add an DSDT entry for IPMI if IPMI is compiled in and an
IPMI device exists. It also adds a dummy function if IPMI
is not compiled in.

This conforms to section "C3-2 Locating IPMI System Interfaces in
ACPI Name Space" in the IPMI 2.0 specification.

Signed-off-by: Corey Minyard <cminyard@mvista.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

show more ...

35658f6e10-Jun-2016 Corey Minyard <cminyard@mvista.com>

ipmi: Add SMBIOS table entry

Add an IPMI table entry to the SMBIOS.

Signed-off-by: Corey Minyard <cminyard@mvista.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsi

ipmi: Add SMBIOS table entry

Add an IPMI table entry to the SMBIOS.

Signed-off-by: Corey Minyard <cminyard@mvista.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

show more ...


/qemu/.gitignore
/qemu/.travis.yml
/qemu/MAINTAINERS
/qemu/Makefile
/qemu/Makefile.objs
/qemu/Makefile.target
/qemu/arch_init.c
/qemu/audio/audio.c
/qemu/audio/ossaudio.c
/qemu/audio/paaudio.c
/qemu/audio/trace-events
/qemu/backends/rng-random.c
/qemu/block.c
/qemu/block/archipelago.c
/qemu/block/backup.c
/qemu/block/blkreplay.c
/qemu/block/blkverify.c
/qemu/block/block-backend.c
/qemu/block/commit.c
/qemu/block/dmg.c
/qemu/block/gluster.c
/qemu/block/io.c
/qemu/block/iscsi.c
/qemu/block/linux-aio.c
/qemu/block/mirror.c
/qemu/block/null.c
/qemu/block/parallels.c
/qemu/block/qapi.c
/qemu/block/qcow.c
/qemu/block/qcow2-cache.c
/qemu/block/qcow2-cluster.c
/qemu/block/qcow2-refcount.c
/qemu/block/qcow2.c
/qemu/block/qcow2.h
/qemu/block/qed-check.c
/qemu/block/qed.c
/qemu/block/quorum.c
/qemu/block/raw-aio.h
/qemu/block/raw-posix.c
/qemu/block/raw_bsd.c
/qemu/block/rbd.c
/qemu/block/sheepdog.c
/qemu/block/snapshot.c
/qemu/block/stream.c
/qemu/block/throttle-groups.c
/qemu/block/trace-events
/qemu/block/vhdx.c
/qemu/block/vmdk.c
/qemu/block/vvfat.c
/qemu/blockdev.c
/qemu/blockjob.c
/qemu/bootdevice.c
/qemu/bsd-user/elfload.c
/qemu/bsd-user/main.c
/qemu/bsd-user/mmap.c
/qemu/bsd-user/qemu.h
/qemu/bsd-user/syscall.c
/qemu/configure
/qemu/contrib/ivshmem-server/ivshmem-server.c
/qemu/cpu-exec-common.c
/qemu/cpu-exec.c
/qemu/cpus.c
/qemu/cputlb.c
/qemu/crypto/block-luks.c
/qemu/crypto/hash.c
/qemu/crypto/tlscredsx509.c
/qemu/crypto/trace-events
/qemu/default-configs/aarch64-softmmu.mak
/qemu/default-configs/pci.mak
/qemu/dma-helpers.c
/qemu/docs/atomics.txt
/qemu/docs/build-system.txt
/qemu/docs/igd-assign.txt
/qemu/docs/migration.txt
/qemu/docs/multi-thread-compression.txt
/qemu/docs/qapi-code-gen.txt
/qemu/docs/throttle.txt
/qemu/docs/tracing.txt
/qemu/dump.c
/qemu/exec.c
/qemu/fsdev/9p-iov-marshal.c
/qemu/fsdev/9p-marshal.c
/qemu/fsdev/file-op-9p.h
/qemu/fsdev/qemu-fsdev-dummy.c
/qemu/fsdev/qemu-fsdev-opts.c
/qemu/fsdev/qemu-fsdev.c
/qemu/fsdev/qemu-fsdev.h
/qemu/fsdev/virtfs-proxy-helper.texi
/qemu/gdbstub.c
/qemu/hmp-commands-info.hx
/qemu/hmp-commands.hx
/qemu/hmp.c
/qemu/hmp.h
/qemu/hw/9pfs/9p-handle.c
/qemu/hw/9pfs/9p-local.c
/qemu/hw/9pfs/9p-proxy.c
/qemu/hw/9pfs/9p-synth.c
/qemu/hw/9pfs/9p-synth.h
/qemu/hw/9pfs/9p.c
/qemu/hw/9pfs/9p.h
/qemu/hw/9pfs/codir.c
/qemu/hw/9pfs/cofile.c
/qemu/hw/9pfs/cofs.c
/qemu/hw/9pfs/coth.c
/qemu/hw/9pfs/coth.h
/qemu/hw/9pfs/coxattr.c
/qemu/hw/9pfs/trace-events
/qemu/hw/9pfs/virtio-9p-device.c
/qemu/hw/acpi/Makefile.objs
/qemu/hw/acpi/acpi_interface.c
/qemu/hw/acpi/aml-build.c
/qemu/hw/acpi/bios-linker-loader.c
/qemu/hw/acpi/core.c
/qemu/hw/acpi/cpu_hotplug.c
/qemu/hw/acpi/ich9.c
/qemu/hw/acpi/memory_hotplug.c
/qemu/hw/acpi/nvdimm.c
/qemu/hw/acpi/pcihp.c
/qemu/hw/acpi/piix4.c
/qemu/hw/acpi/trace-events
/qemu/hw/alpha/trace-events
/qemu/hw/arm/ast2400.c
/qemu/hw/arm/bcm2835_peripherals.c
/qemu/hw/arm/digic.c
/qemu/hw/arm/fsl-imx25.c
/qemu/hw/arm/fsl-imx6.c
/qemu/hw/arm/highbank.c
/qemu/hw/arm/integratorcp.c
/qemu/hw/arm/nseries.c
/qemu/hw/arm/palmetto-bmc.c
/qemu/hw/arm/pxa2xx.c
/qemu/hw/arm/pxa2xx_gpio.c
/qemu/hw/arm/realview.c
/qemu/hw/arm/stellaris.c
/qemu/hw/arm/stm32f205_soc.c
/qemu/hw/arm/strongarm.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-ep108.c
/qemu/hw/arm/xlnx-zynqmp.c
/qemu/hw/audio/cs4231.c
/qemu/hw/audio/gus.c
/qemu/hw/audio/intel-hda.c
/qemu/hw/audio/milkymist-ac97.c
/qemu/hw/audio/pcspk.c
/qemu/hw/audio/pl041.c
/qemu/hw/audio/trace-events
/qemu/hw/block/dataplane/virtio-blk.c
/qemu/hw/block/m25p80.c
/qemu/hw/block/nvme.c
/qemu/hw/block/pflash_cfi01.c
/qemu/hw/block/tc58128.c
/qemu/hw/block/trace-events
/qemu/hw/block/xen_blkif.h
/qemu/hw/block/xen_disk.c
/qemu/hw/bt/hci-csr.c
/qemu/hw/char/bcm2835_aux.c
/qemu/hw/char/cadence_uart.c
/qemu/hw/char/digic-uart.c
/qemu/hw/char/escc.c
/qemu/hw/char/etraxfs_ser.c
/qemu/hw/char/imx_serial.c
/qemu/hw/char/lm32_juart.c
/qemu/hw/char/lm32_uart.c
/qemu/hw/char/milkymist-uart.c
/qemu/hw/char/pl011.c
/qemu/hw/char/stm32f2xx_usart.c
/qemu/hw/char/trace-events
/qemu/hw/char/xen_console.c
/qemu/hw/char/xilinx_uartlite.c
/qemu/hw/core/Makefile.objs
/qemu/hw/core/bus.c
/qemu/hw/core/hotplug.c
/qemu/hw/core/machine.c
/qemu/hw/core/nmi.c
/qemu/hw/core/ptimer.c
/qemu/hw/core/qdev-properties.c
/qemu/hw/core/qdev.c
/qemu/hw/core/sysbus.c
/qemu/hw/cpu/Makefile.objs
/qemu/hw/cpu/core.c
/qemu/hw/cris/axis_dev88.c
/qemu/hw/display/Makefile.objs
/qemu/hw/display/bcm2835_fb.c
/qemu/hw/display/cg3.c
/qemu/hw/display/dpcd.c
/qemu/hw/display/milkymist-tmu2.c
/qemu/hw/display/milkymist-vgafb.c
/qemu/hw/display/pl110.c
/qemu/hw/display/trace-events
/qemu/hw/display/vga.c
/qemu/hw/display/vga_int.h
/qemu/hw/display/virtio-gpu-3d.c
/qemu/hw/display/virtio-gpu.c
/qemu/hw/display/virtio-vga.c
/qemu/hw/display/vmware_vga.c
/qemu/hw/display/xenfb.c
/qemu/hw/display/xlnx_dp.c
/qemu/hw/dma/Makefile.objs
/qemu/hw/dma/bcm2835_dma.c
/qemu/hw/dma/pl080.c
/qemu/hw/dma/pl330.c
/qemu/hw/dma/pxa2xx_dma.c
/qemu/hw/dma/rc4030.c
/qemu/hw/dma/trace-events
/qemu/hw/dma/xlnx_dpdma.c
/qemu/hw/gpio/gpio_key.c
/qemu/hw/gpio/imx_gpio.c
/qemu/hw/gpio/omap_gpio.c
/qemu/hw/gpio/pl061.c
/qemu/hw/gpio/zaurus.c
/qemu/hw/i2c/Makefile.objs
/qemu/hw/i2c/aspeed_i2c.c
/qemu/hw/i2c/bitbang_i2c.c
/qemu/hw/i2c/core.c
/qemu/hw/i2c/exynos4210_i2c.c
/qemu/hw/i2c/i2c-ddc.c
/qemu/hw/i2c/imx_i2c.c
/qemu/hw/i2c/omap_i2c.c
/qemu/hw/i2c/versatile_i2c.c
/qemu/hw/i386/acpi-build.c
/qemu/hw/i386/kvm/apic.c
/qemu/hw/i386/kvm/clock.c
/qemu/hw/i386/kvm/pci-assign.c
/qemu/hw/i386/kvmvapic.c
/qemu/hw/i386/pc.c
/qemu/hw/i386/pc_piix.c
/qemu/hw/i386/pc_q35.c
/qemu/hw/i386/trace-events
/qemu/hw/ide/ahci.c
/qemu/hw/ide/core.c
/qemu/hw/ide/internal.h
/qemu/hw/ide/macio.c
/qemu/hw/ide/qdev.c
/qemu/hw/input/pl050.c
/qemu/hw/input/trace-events
/qemu/hw/intc/Makefile.objs
/qemu/hw/intc/allwinner-a10-pic.c
/qemu/hw/intc/apic.c
/qemu/hw/intc/apic_common.c
/qemu/hw/intc/arm_gic.c
/qemu/hw/intc/arm_gic_kvm.c
/qemu/hw/intc/arm_gicv2m.c
/qemu/hw/intc/arm_gicv3.c
/qemu/hw/intc/arm_gicv3_common.c
/qemu/hw/intc/arm_gicv3_cpuif.c
/qemu/hw/intc/arm_gicv3_dist.c
/qemu/hw/intc/arm_gicv3_kvm.c
/qemu/hw/intc/arm_gicv3_redist.c
/qemu/hw/intc/armv7m_nvic.c
/qemu/hw/intc/aspeed_vic.c
/qemu/hw/intc/bcm2835_ic.c
/qemu/hw/intc/bcm2836_control.c
/qemu/hw/intc/gicv3_internal.h
/qemu/hw/intc/i8259.c
/qemu/hw/intc/imx_avic.c
/qemu/hw/intc/ioapic.c
/qemu/hw/intc/lm32_pic.c
/qemu/hw/intc/openpic.c
/qemu/hw/intc/openpic_kvm.c
/qemu/hw/intc/pl190.c
/qemu/hw/intc/s390_flic.c
/qemu/hw/intc/s390_flic_kvm.c
/qemu/hw/intc/trace-events
/qemu/hw/intc/xics.c
/qemu/hw/intc/xics_kvm.c
/qemu/hw/ipmi/ipmi.c
/qemu/hw/ipmi/ipmi_bmc_extern.c
/qemu/hw/ipmi/isa_ipmi_bt.c
/qemu/hw/ipmi/isa_ipmi_kcs.c
/qemu/hw/isa/lpc_ich9.c
/qemu/hw/isa/trace-events
/qemu/hw/lm32/lm32.h
/qemu/hw/lm32/lm32_boards.c
/qemu/hw/lm32/milkymist-hw.h
/qemu/hw/lm32/milkymist.c
/qemu/hw/mem/pc-dimm.c
/qemu/hw/microblaze/petalogix_s3adsp1800_mmu.c
/qemu/hw/misc/Makefile.objs
/qemu/hw/misc/arm11scu.c
/qemu/hw/misc/arm_integrator_debug.c
/qemu/hw/misc/arm_l2x0.c
/qemu/hw/misc/arm_sysctl.c
/qemu/hw/misc/aux.c
/qemu/hw/misc/bcm2835_mbox.c
/qemu/hw/misc/bcm2835_property.c
/qemu/hw/misc/exynos4210_pmu.c
/qemu/hw/misc/imx25_ccm.c
/qemu/hw/misc/imx31_ccm.c
/qemu/hw/misc/imx6_ccm.c
/qemu/hw/misc/imx6_src.c
/qemu/hw/misc/imx_ccm.c
/qemu/hw/misc/ivshmem.c
/qemu/hw/misc/macio/cuda.c
/qemu/hw/misc/macio/mac_dbdma.c
/qemu/hw/misc/milkymist-hpdmc.c
/qemu/hw/misc/milkymist-pfpu.c
/qemu/hw/misc/mips_cmgcr.c
/qemu/hw/misc/mips_cpc.c
/qemu/hw/misc/mips_itu.c
/qemu/hw/misc/mst_fpga.c
/qemu/hw/misc/pc-testdev.c
/qemu/hw/misc/pci-testdev.c
/qemu/hw/misc/stm32f2xx_syscfg.c
/qemu/hw/misc/trace-events
/qemu/hw/misc/zynq-xadc.c
/qemu/hw/misc/zynq_slcr.c
/qemu/hw/net/Makefile.objs
/qemu/hw/net/allwinner_emac.c
/qemu/hw/net/e1000.c
/qemu/hw/net/e1000_regs.h
/qemu/hw/net/e1000e.c
/qemu/hw/net/e1000e_core.c
/qemu/hw/net/e1000e_core.h
/qemu/hw/net/e1000x_common.c
/qemu/hw/net/e1000x_common.h
/qemu/hw/net/fsl_etsec/etsec.c
/qemu/hw/net/fsl_etsec/rings.c
/qemu/hw/net/imx_fec.c
/qemu/hw/net/lan9118.c
/qemu/hw/net/mipsnet.c
/qemu/hw/net/ne2000-isa.c
/qemu/hw/net/net_rx_pkt.c
/qemu/hw/net/net_rx_pkt.h
/qemu/hw/net/net_tx_pkt.c
/qemu/hw/net/net_tx_pkt.h
/qemu/hw/net/opencores_eth.c
/qemu/hw/net/rocker/rocker_of_dpa.c
/qemu/hw/net/rtl8139.c
/qemu/hw/net/spapr_llan.c
/qemu/hw/net/trace-events
/qemu/hw/net/vhost_net.c
/qemu/hw/net/vmxnet3.c
/qemu/hw/net/vmxnet_debug.h
/qemu/hw/net/xen_nic.c
/qemu/hw/nvram/fw_cfg.c
/qemu/hw/nvram/trace-events
/qemu/hw/pci-bridge/ioh3420.c
/qemu/hw/pci-bridge/pci_bridge_dev.c
/qemu/hw/pci-bridge/xio3130_downstream.c
/qemu/hw/pci-bridge/xio3130_upstream.c
/qemu/hw/pci-host/apb.c
/qemu/hw/pci-host/uninorth.c
/qemu/hw/pci-host/versatile.c
/qemu/hw/pci/msi.c
/qemu/hw/pci/msix.c
/qemu/hw/pci/pci.c
/qemu/hw/pci/pcie.c
/qemu/hw/pci/trace-events
/qemu/hw/ppc/Makefile.objs
/qemu/hw/ppc/e500plat.c
/qemu/hw/ppc/mac_oldworld.c
/qemu/hw/ppc/ppc.c
/qemu/hw/ppc/ppc4xx_devs.c
/qemu/hw/ppc/prep.c
/qemu/hw/ppc/spapr.c
/qemu/hw/ppc/spapr_cpu_core.c
/qemu/hw/ppc/spapr_drc.c
/qemu/hw/ppc/spapr_events.c
/qemu/hw/ppc/spapr_hcall.c
/qemu/hw/ppc/spapr_iommu.c
/qemu/hw/ppc/spapr_pci.c
/qemu/hw/ppc/spapr_pci_vfio.c
/qemu/hw/ppc/spapr_rtas.c
/qemu/hw/ppc/spapr_vio.c
/qemu/hw/ppc/trace-events
/qemu/hw/ppc/virtex_ml507.c
/qemu/hw/s390x/css.c
/qemu/hw/s390x/s390-skeys.c
/qemu/hw/s390x/s390-virtio-ccw.c
/qemu/hw/s390x/trace-events
/qemu/hw/s390x/virtio-ccw.c
/qemu/hw/s390x/virtio-ccw.h
/qemu/hw/scsi/esp.c
/qemu/hw/scsi/megasas.c
/qemu/hw/scsi/mptsas.c
/qemu/hw/scsi/scsi-disk.c
/qemu/hw/scsi/scsi-generic.c
/qemu/hw/scsi/trace-events
/qemu/hw/scsi/virtio-scsi.c
/qemu/hw/scsi/vmw_pvscsi.c
/qemu/hw/sd/milkymist-memcard.c
/qemu/hw/sd/pl181.c
/qemu/hw/sd/sd.c
/qemu/hw/sd/sdhci.c
/qemu/hw/sd/trace-events
/qemu/hw/sh4/sh7750.c
/qemu/hw/smbios/Makefile.objs
/qemu/hw/smbios/smbios.c
/qemu/hw/smbios/smbios_build.h
/qemu/hw/smbios/smbios_type_38.c
/qemu/hw/sparc/sun4m.c
/qemu/hw/sparc/trace-events
/qemu/hw/ssi/imx_spi.c
/qemu/hw/ssi/pl022.c
/qemu/hw/timer/allwinner-a10-pit.c
/qemu/hw/timer/arm_timer.c
/qemu/hw/timer/aspeed_timer.c
/qemu/hw/timer/digic-timer.c
/qemu/hw/timer/imx_epit.c
/qemu/hw/timer/imx_gpt.c
/qemu/hw/timer/lm32_timer.c
/qemu/hw/timer/mc146818rtc.c
/qemu/hw/timer/milkymist-sysctl.c
/qemu/hw/timer/omap_gptimer.c
/qemu/hw/timer/pl031.c
/qemu/hw/timer/stm32f2xx_timer.c
/qemu/hw/timer/trace-events
/qemu/hw/usb/Makefile.objs
/qemu/hw/usb/bus.c
/qemu/hw/usb/dev-network.c
/qemu/hw/usb/dev-storage.c
/qemu/hw/usb/dev-uas.c
/qemu/hw/usb/hcd-ohci.c
/qemu/hw/usb/host-libusb.c
/qemu/hw/usb/redirect.c
/qemu/hw/usb/trace-events
/qemu/hw/usb/xen-usb.c
/qemu/hw/vfio/common.c
/qemu/hw/vfio/pci-quirks.c
/qemu/hw/vfio/pci.c
/qemu/hw/vfio/pci.h
/qemu/hw/vfio/trace-events
/qemu/hw/virtio/trace-events
/qemu/hw/virtio/vhost-user.c
/qemu/hw/virtio/vhost.c
/qemu/hw/virtio/virtio-balloon.c
/qemu/hw/virtio/virtio-pci.c
/qemu/hw/virtio/virtio.c
/qemu/hw/watchdog/watchdog.c
/qemu/hw/watchdog/wdt_diag288.c
/qemu/hw/xen/xen_backend.c
/qemu/hw/xen/xen_devconfig.c
/qemu/hw/xen/xen_pt_msi.c
/qemu/hw/xenpv/xen_machine_pv.c
/qemu/hw/xtensa/pic_cpu.c
/qemu/include/block/block.h
/qemu/include/block/block_int.h
/qemu/include/block/blockjob.h
/qemu/include/block/nbd.h
/qemu/include/block/throttle-groups.h
/qemu/include/crypto/aes.h
/qemu/include/disas/disas.h
/qemu/include/elf.h
/qemu/include/exec/cpu-all.h
/qemu/include/exec/cpu-common.h
/qemu/include/exec/cpu_ldst_template.h
/qemu/include/exec/cpu_ldst_useronly_template.h
/qemu/include/exec/exec-all.h
/qemu/include/exec/gdbstub.h
/qemu/include/exec/hwaddr.h
/qemu/include/exec/ioport.h
/qemu/include/exec/memory.h
/qemu/include/exec/ram_addr.h
/qemu/include/exec/tb-context.h
/qemu/include/exec/tb-hash-xx.h
/qemu/include/exec/tb-hash.h
/qemu/include/exec/user/thunk.h
/qemu/include/hw/acpi/acpi-defs.h
/qemu/include/hw/acpi/acpi.h
/qemu/include/hw/acpi/acpi_dev_interface.h
/qemu/include/hw/acpi/aml-build.h
/qemu/include/hw/acpi/bios-linker-loader.h
/qemu/include/hw/acpi/cpu_hotplug.h
/qemu/include/hw/acpi/ich9.h
/qemu/include/hw/acpi/memory_hotplug.h
/qemu/include/hw/acpi/pcihp.h
/qemu/include/hw/arm/ast2400.h
/qemu/include/hw/arm/digic.h
/qemu/include/hw/arm/fsl-imx6.h
/qemu/include/hw/arm/virt-acpi-build.h
/qemu/include/hw/arm/virt.h
/qemu/include/hw/arm/xlnx-zynqmp.h
/qemu/include/hw/boards.h
/qemu/include/hw/char/cadence_uart.h
/qemu/include/hw/char/pl011.h
/qemu/include/hw/char/xilinx_uartlite.h
/qemu/include/hw/cpu/core.h
/qemu/include/hw/cris/etraxfs.h
/qemu/include/hw/display/dpcd.h
/qemu/include/hw/display/xlnx_dp.h
/qemu/include/hw/dma/xlnx_dpdma.h
/qemu/include/hw/hotplug.h
/qemu/include/hw/hw.h
/qemu/include/hw/i2c/aspeed_i2c.h
/qemu/include/hw/i2c/i2c-ddc.h
/qemu/include/hw/i2c/i2c.h
/qemu/include/hw/i386/ich9.h
/qemu/include/hw/i386/ioapic_internal.h
/qemu/include/hw/i386/pc.h
/qemu/include/hw/intc/arm_gicv3.h
/qemu/include/hw/intc/arm_gicv3_common.h
/qemu/include/hw/ipmi/ipmi.h
/qemu/include/hw/isa/isa.h
/qemu/include/hw/mem/nvdimm.h
/qemu/include/hw/mem/pc-dimm.h
/qemu/include/hw/misc/aux.h
/qemu/include/hw/net/imx_fec.h
/qemu/include/hw/nmi.h
/qemu/include/hw/pci-host/spapr.h
/qemu/include/hw/pci/msix.h
/qemu/include/hw/pci/pci.h
/qemu/include/hw/pci/pci_regs.h
/qemu/include/hw/pci/pcie.h
/qemu/include/hw/pci/pcie_regs.h
/qemu/include/hw/ppc/mac_dbdma.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/xics.h
/qemu/include/hw/ptimer.h
/qemu/include/hw/qdev-core.h
/qemu/include/hw/qdev-properties.h
/qemu/include/hw/s390x/css.h
/qemu/include/hw/s390x/ioinst.h
/qemu/include/hw/s390x/s390_flic.h
/qemu/include/hw/scsi/esp.h
/qemu/include/hw/sd/sd.h
/qemu/include/hw/smbios/ipmi.h
/qemu/include/hw/sysbus.h
/qemu/include/hw/timer/aspeed_timer.h
/qemu/include/hw/usb.h
/qemu/include/hw/vfio/vfio-common.h
/qemu/include/hw/virtio/virtio-access.h
/qemu/include/hw/virtio/virtio-gpu.h
/qemu/include/hw/virtio/virtio-rng.h
/qemu/include/hw/virtio/virtio-scsi.h
/qemu/include/hw/virtio/virtio.h
/qemu/include/hw/xen/xen.h
/qemu/include/hw/xen/xen_backend.h
/qemu/include/hw/xen/xen_common.h
/qemu/include/migration/migration.h
/qemu/include/migration/qemu-file.h
/qemu/include/migration/qjson.h
/qemu/include/migration/vmstate.h
/qemu/include/net/checksum.h
/qemu/include/net/eth.h
/qemu/include/net/net.h
/qemu/include/net/vhost-user.h
/qemu/include/net/vhost_net.h
/qemu/include/qapi/error.h
/qemu/include/qemu-common.h
/qemu/include/qemu/atomic.h
/qemu/include/qemu/bitmap.h
/qemu/include/qemu/bitops.h
/qemu/include/qemu/compiler.h
/qemu/include/qemu/fifo32.h
/qemu/include/qemu/host-utils.h
/qemu/include/qemu/log.h
/qemu/include/qemu/osdep.h
/qemu/include/qemu/processor.h
/qemu/include/qemu/qdist.h
/qemu/include/qemu/qht.h
/qemu/include/qemu/rcu.h
/qemu/include/qemu/seqlock.h
/qemu/include/qemu/thread.h
/qemu/include/qemu/typedefs.h
/qemu/include/qom/cpu.h
/qemu/include/qom/object.h
/qemu/include/standard-headers/linux/pci_regs.h
/qemu/include/standard-headers/linux/virtio_config.h
/qemu/include/sysemu/arch_init.h
/qemu/include/sysemu/block-backend.h
/qemu/include/sysemu/char.h
/qemu/include/sysemu/dma.h
/qemu/include/sysemu/kvm.h
/qemu/include/sysemu/os-posix.h
/qemu/include/sysemu/rng-random.h
/qemu/include/sysemu/sysemu.h
/qemu/include/sysemu/tpm_backend_int.h
/qemu/include/ui/console.h
/qemu/include/ui/qemu-spice.h
/qemu/io/channel-buffer.c
/qemu/io/trace-events
/qemu/ioport.c
/qemu/kvm-all.c
/qemu/kvm-stub.c
/qemu/linux-headers/asm-arm/unistd.h
/qemu/linux-headers/asm-arm64/unistd.h
/qemu/linux-headers/asm-powerpc/unistd.h
/qemu/linux-headers/asm-s390/kvm.h
/qemu/linux-headers/asm-s390/unistd.h
/qemu/linux-headers/asm-x86/kvm.h
/qemu/linux-headers/asm-x86/unistd_x32.h
/qemu/linux-headers/linux/kvm.h
/qemu/linux-user/Makefile.objs
/qemu/linux-user/alpha/target_signal.h
/qemu/linux-user/arm/target_signal.h
/qemu/linux-user/arm/target_syscall.h
/qemu/linux-user/cris/target_signal.h
/qemu/linux-user/elfload.c
/qemu/linux-user/errno_defs.h
/qemu/linux-user/flatload.c
/qemu/linux-user/host/generic/hostdep.h
/qemu/linux-user/host/x86_64/hostdep.h
/qemu/linux-user/host/x86_64/safe-syscall.inc.S
/qemu/linux-user/m68k/target_signal.h
/qemu/linux-user/main.c
/qemu/linux-user/microblaze/target_signal.h
/qemu/linux-user/mips/target_signal.h
/qemu/linux-user/mips/target_syscall.h
/qemu/linux-user/mips64/target_signal.h
/qemu/linux-user/mips64/target_syscall.h
/qemu/linux-user/mmap.c
/qemu/linux-user/openrisc/target_signal.h
/qemu/linux-user/ppc/target_signal.h
/qemu/linux-user/ppc/target_syscall.h
/qemu/linux-user/qemu.h
/qemu/linux-user/s390x/target_signal.h
/qemu/linux-user/safe-syscall.S
/qemu/linux-user/sh4/target_signal.h
/qemu/linux-user/signal.c
/qemu/linux-user/sparc/target_signal.h
/qemu/linux-user/sparc64/target_signal.h
/qemu/linux-user/strace.c
/qemu/linux-user/syscall.c
/qemu/linux-user/syscall_defs.h
/qemu/linux-user/tilegx/target_signal.h
/qemu/linux-user/trace-events
/qemu/memory.c
/qemu/memory_mapping.c
/qemu/migration/Makefile.objs
/qemu/migration/block.c
/qemu/migration/exec.c
/qemu/migration/fd.c
/qemu/migration/migration.c
/qemu/migration/postcopy-ram.c
/qemu/migration/qemu-file-channel.c
/qemu/migration/qemu-file.c
/qemu/migration/qjson.c
/qemu/migration/ram.c
/qemu/migration/rdma.c
/qemu/migration/savevm.c
/qemu/migration/socket.c
/qemu/migration/tls.c
/qemu/migration/trace-events
/qemu/migration/vmstate.c
/qemu/monitor.c
/qemu/nbd/client.c
/qemu/nbd/server.c
/qemu/net/checksum.c
/qemu/net/eth.c
/qemu/net/filter-mirror.c
/qemu/net/net.c
/qemu/net/netmap.c
/qemu/net/socket.c
/qemu/net/tap.c
/qemu/net/trace-events
/qemu/net/vhost-user.c
/qemu/os-posix.c
/qemu/page_cache.c
/qemu/po/Makefile
/qemu/qapi-schema.json
/qemu/qapi/qmp-registry.c
/qemu/qemu-bridge-helper.c
/qemu/qemu-char.c
/qemu/qemu-img-cmds.hx
/qemu/qemu-img.c
/qemu/qemu-img.texi
/qemu/qemu-io-cmds.c
/qemu/qemu-io.c
/qemu/qemu-nbd.c
/qemu/qemu-options.hx
/qemu/qemu-timer.c
/qemu/qga/channel-posix.c
/qemu/qga/channel-win32.c
/qemu/qga/channel.h
/qemu/qga/commands-posix.c
/qemu/qga/commands-win32.c
/qemu/qga/commands.c
/qemu/qga/guest-agent-command-state.c
/qemu/qga/main.c
/qemu/qga/service-win32.c
/qemu/qmp-commands.hx
/qemu/qmp.c
/qemu/qobject/qlist.c
/qemu/qom/object.c
/qemu/qom/trace-events
/qemu/qtest.c
/qemu/replay/replay-char.c
/qemu/rules.mak
/qemu/scripts/clean-includes
/qemu/scripts/cocci-macro-file.h
/qemu/scripts/coccinelle/error_propagate_null.cocci
/qemu/scripts/coccinelle/overflow_muldiv64.cocci
/qemu/scripts/coccinelle/remove_local_err.cocci
/qemu/scripts/coccinelle/remove_muldiv64.cocci
/qemu/scripts/coccinelle/return_directly.cocci
/qemu/scripts/coccinelle/round.cocci
/qemu/scripts/coccinelle/simplify_muldiv64.cocci
/qemu/scripts/coccinelle/swap_muldiv64.cocci
/qemu/scripts/create_config
/qemu/scripts/dump-guest-memory.py
/qemu/scripts/feature_to_c.sh
/qemu/scripts/make_device_config.sh
/qemu/scripts/qemu-binfmt-conf.sh
/qemu/scripts/signrom.py
/qemu/scripts/tracetool/format/tcg_helper_c.py
/qemu/scripts/update-linux-headers.sh
/qemu/scripts/vmstate-static-checker.py
/qemu/slirp/dnssearch.c
/qemu/slirp/slirp.h
Makefile.objs
smbios_type_38.c
/qemu/target-alpha/cpu.c
/qemu/target-alpha/cpu.h
/qemu/target-alpha/fpu_helper.c
/qemu/target-alpha/gdbstub.c
/qemu/target-alpha/helper.c
/qemu/target-alpha/int_helper.c
/qemu/target-alpha/machine.c
/qemu/target-alpha/mem_helper.c
/qemu/target-alpha/sys_helper.c
/qemu/target-alpha/translate.c
/qemu/target-alpha/vax_helper.c
/qemu/target-arm/arm-powerctl.c
/qemu/target-arm/arm_ldst.h
/qemu/target-arm/cpu.c
/qemu/target-arm/cpu.h
/qemu/target-arm/gdbstub.c
/qemu/target-arm/gdbstub64.c
/qemu/target-arm/helper-a64.c
/qemu/target-arm/helper.c
/qemu/target-arm/internals.h
/qemu/target-arm/kvm-stub.c
/qemu/target-arm/kvm.c
/qemu/target-arm/kvm32.c
/qemu/target-arm/kvm64.c
/qemu/target-arm/kvm_arm.h
/qemu/target-arm/machine.c
/qemu/target-arm/monitor.c
/qemu/target-arm/op_helper.c
/qemu/target-arm/psci.c
/qemu/target-arm/translate-a64.c
/qemu/target-arm/translate.c
/qemu/target-arm/translate.h
/qemu/target-cris/cpu.c
/qemu/target-cris/cpu.h
/qemu/target-cris/gdbstub.c
/qemu/target-cris/helper.c
/qemu/target-cris/machine.c
/qemu/target-cris/mmu.c
/qemu/target-cris/op_helper.c
/qemu/target-cris/translate.c
/qemu/target-cris/translate_v10.c
/qemu/target-i386/bpt_helper.c
/qemu/target-i386/cpu.c
/qemu/target-i386/cpu.h
/qemu/target-i386/excp_helper.c
/qemu/target-i386/fpu_helper.c
/qemu/target-i386/gdbstub.c
/qemu/target-i386/helper.c
/qemu/target-i386/int_helper.c
/qemu/target-i386/kvm-stub.c
/qemu/target-i386/kvm.c
/qemu/target-i386/machine.c
/qemu/target-i386/mem_helper.c
/qemu/target-i386/misc_helper.c
/qemu/target-i386/mpx_helper.c
/qemu/target-i386/seg_helper.c
/qemu/target-i386/svm_helper.c
/qemu/target-i386/translate.c
/qemu/target-lm32/cpu.c
/qemu/target-lm32/cpu.h
/qemu/target-lm32/gdbstub.c
/qemu/target-lm32/helper.c
/qemu/target-lm32/machine.c
/qemu/target-lm32/op_helper.c
/qemu/target-lm32/translate.c
/qemu/target-m68k/cpu.c
/qemu/target-m68k/cpu.h
/qemu/target-m68k/gdbstub.c
/qemu/target-m68k/helper.c
/qemu/target-m68k/m68k-semi.c
/qemu/target-m68k/op_helper.c
/qemu/target-m68k/translate.c
/qemu/target-microblaze/cpu.c
/qemu/target-microblaze/cpu.h
/qemu/target-microblaze/gdbstub.c
/qemu/target-microblaze/helper.c
/qemu/target-microblaze/mmu.c
/qemu/target-microblaze/op_helper.c
/qemu/target-microblaze/translate.c
/qemu/target-mips/cpu.c
/qemu/target-mips/cpu.h
/qemu/target-mips/gdbstub.c
/qemu/target-mips/helper.c
/qemu/target-mips/kvm.c
/qemu/target-mips/machine.c
/qemu/target-mips/mips-semi.c
/qemu/target-mips/msa_helper.c
/qemu/target-mips/op_helper.c
/qemu/target-mips/translate.c
/qemu/target-moxie/cpu.c
/qemu/target-moxie/cpu.h
/qemu/target-moxie/machine.c
/qemu/target-moxie/mmu.h
/qemu/target-moxie/translate.c
/qemu/target-openrisc/cpu.c
/qemu/target-openrisc/cpu.h
/qemu/target-openrisc/exception.c
/qemu/target-openrisc/gdbstub.c
/qemu/target-openrisc/interrupt.c
/qemu/target-openrisc/interrupt_helper.c
/qemu/target-openrisc/machine.c
/qemu/target-openrisc/mmu.c
/qemu/target-openrisc/mmu_helper.c
/qemu/target-openrisc/sys_helper.c
/qemu/target-openrisc/translate.c
/qemu/target-ppc/cpu-qom.h
/qemu/target-ppc/cpu.h
/qemu/target-ppc/excp_helper.c
/qemu/target-ppc/fpu_helper.c
/qemu/target-ppc/gdbstub.c
/qemu/target-ppc/helper.h
/qemu/target-ppc/helper_regs.h
/qemu/target-ppc/int_helper.c
/qemu/target-ppc/kvm-stub.c
/qemu/target-ppc/kvm.c
/qemu/target-ppc/kvm_ppc.h
/qemu/target-ppc/machine.c
/qemu/target-ppc/mem_helper.c
/qemu/target-ppc/misc_helper.c
/qemu/target-ppc/mmu-hash32.c
/qemu/target-ppc/mmu-hash64.c
/qemu/target-ppc/mmu_helper.c
/qemu/target-ppc/timebase_helper.c
/qemu/target-ppc/trace-events
/qemu/target-ppc/translate.c
/qemu/target-ppc/translate_init.c
/qemu/target-s390x/cc_helper.c
/qemu/target-s390x/cpu.c
/qemu/target-s390x/cpu.h
/qemu/target-s390x/fpu_helper.c
/qemu/target-s390x/gdbstub.c
/qemu/target-s390x/helper.c
/qemu/target-s390x/int_helper.c
/qemu/target-s390x/interrupt.c
/qemu/target-s390x/ioinst.c
/qemu/target-s390x/kvm.c
/qemu/target-s390x/mem_helper.c
/qemu/target-s390x/misc_helper.c
/qemu/target-s390x/trace-events
/qemu/target-s390x/translate.c
/qemu/target-sh4/cpu.c
/qemu/target-sh4/cpu.h
/qemu/target-sh4/gdbstub.c
/qemu/target-sh4/helper.c
/qemu/target-sh4/op_helper.c
/qemu/target-sh4/translate.c
/qemu/target-sparc/cc_helper.c
/qemu/target-sparc/cpu.c
/qemu/target-sparc/cpu.h
/qemu/target-sparc/gdbstub.c
/qemu/target-sparc/helper.c
/qemu/target-sparc/ldst_helper.c
/qemu/target-sparc/machine.c
/qemu/target-sparc/mmu_helper.c
/qemu/target-sparc/trace-events
/qemu/target-sparc/translate.c
/qemu/target-tilegx/cpu.c
/qemu/target-tilegx/cpu.h
/qemu/target-tilegx/helper.c
/qemu/target-tilegx/translate.c
/qemu/target-tricore/cpu.c
/qemu/target-tricore/cpu.h
/qemu/target-tricore/helper.c
/qemu/target-tricore/op_helper.c
/qemu/target-tricore/translate.c
/qemu/target-unicore32/cpu.c
/qemu/target-unicore32/cpu.h
/qemu/target-unicore32/helper.c
/qemu/target-unicore32/op_helper.c
/qemu/target-unicore32/softmmu.c
/qemu/target-unicore32/translate.c
/qemu/target-xtensa/cpu.c
/qemu/target-xtensa/cpu.h
/qemu/target-xtensa/gdbstub.c
/qemu/target-xtensa/helper.c
/qemu/target-xtensa/op_helper.c
/qemu/target-xtensa/translate.c
/qemu/tcg/optimize.c
/qemu/tcg/tcg-common.c
/qemu/tcg/tcg-op.c
/qemu/tcg/tcg.c
/qemu/tcg/tcg.h
/qemu/tci.c
/qemu/tests/.gitignore
/qemu/tests/Makefile.include
/qemu/tests/ac97-test.c
/qemu/tests/acpi-test-data/pc/DSDT
/qemu/tests/acpi-test-data/pc/DSDT.bridge
/qemu/tests/acpi-test-data/q35/DSDT
/qemu/tests/acpi-test-data/q35/DSDT.bridge
/qemu/tests/ahci-test.c
/qemu/tests/bios-tables-test.c
/qemu/tests/boot-order-test.c
/qemu/tests/check-qdict.c
/qemu/tests/check-qfloat.c
/qemu/tests/check-qint.c
/qemu/tests/check-qjson.c
/qemu/tests/check-qlist.c
/qemu/tests/check-qnull.c
/qemu/tests/check-qom-interface.c
/qemu/tests/check-qom-proplist.c
/qemu/tests/check-qstring.c
/qemu/tests/device-introspect-test.c
/qemu/tests/display-vga-test.c
/qemu/tests/docker/Makefile.include
/qemu/tests/docker/common.rc
/qemu/tests/docker/docker.py
/qemu/tests/docker/dockerfiles/centos6.docker
/qemu/tests/docker/dockerfiles/fedora.docker
/qemu/tests/docker/dockerfiles/ubuntu.docker
/qemu/tests/docker/run
/qemu/tests/docker/test-clang
/qemu/tests/docker/test-full
/qemu/tests/docker/test-mingw
/qemu/tests/docker/test-quick
/qemu/tests/docker/travis
/qemu/tests/docker/travis.py
/qemu/tests/drive_del-test.c
/qemu/tests/ds1338-test.c
/qemu/tests/e1000-test.c
/qemu/tests/e1000e-test.c
/qemu/tests/eepro100-test.c
/qemu/tests/endianness-test.c
/qemu/tests/es1370-test.c
/qemu/tests/fdc-test.c
/qemu/tests/fw_cfg-test.c
/qemu/tests/hd-geo-test.c
/qemu/tests/i440fx-test.c
/qemu/tests/i82801b11-test.c
/qemu/tests/ide-test.c
/qemu/tests/intel-hda-test.c
/qemu/tests/ioh3420-test.c
/qemu/tests/ipmi-bt-test.c
/qemu/tests/ipmi-kcs-test.c
/qemu/tests/ipoctal232-test.c
/qemu/tests/ivshmem-test.c
/qemu/tests/libqos/ahci.c
/qemu/tests/libqos/fw_cfg.c
/qemu/tests/libqos/i2c-imx.c
/qemu/tests/libqos/i2c-omap.c
/qemu/tests/libqos/libqos.c
/qemu/tests/libqos/malloc-generic.c
/qemu/tests/libqos/malloc-pc.c
/qemu/tests/libqos/malloc.c
/qemu/tests/libqos/pci-pc.c
/qemu/tests/libqos/pci.c
/qemu/tests/libqos/usb.c
/qemu/tests/libqos/virtio-mmio.c
/qemu/tests/libqos/virtio-pci.c
/qemu/tests/libqos/virtio-pci.h
/qemu/tests/libqos/virtio.c
/qemu/tests/libqos/virtio.h
/qemu/tests/libqtest.c
/qemu/tests/m48t59-test.c
/qemu/tests/ne2000-test.c
/qemu/tests/nvme-test.c
/qemu/tests/pc-cpu-test.c
/qemu/tests/pcnet-test.c
/qemu/tests/postcopy-test.c
/qemu/tests/prom-env-test.c
/qemu/tests/pvpanic-test.c
/qemu/tests/pxe-test.c
/qemu/tests/q35-test.c
/qemu/tests/qemu-iotests/034
/qemu/tests/qemu-iotests/041
/qemu/tests/qemu-iotests/041.out
/qemu/tests/qemu-iotests/077
/qemu/tests/qemu-iotests/077.out
/qemu/tests/qemu-iotests/087.out
/qemu/tests/qemu-iotests/095
/qemu/tests/qemu-iotests/096
/qemu/tests/qemu-iotests/109
/qemu/tests/qemu-iotests/109.out
/qemu/tests/qemu-iotests/136
/qemu/tests/qemu-iotests/136.out
/qemu/tests/qemu-iotests/154
/qemu/tests/qemu-iotests/154.out
/qemu/tests/qemu-iotests/155
/qemu/tests/qemu-iotests/155.out
/qemu/tests/qemu-iotests/156
/qemu/tests/qemu-iotests/156.out
/qemu/tests/qemu-iotests/README
/qemu/tests/qemu-iotests/group
/qemu/tests/qht-bench.c
/qemu/tests/qom-test.c
/qemu/tests/rcutorture.c
/qemu/tests/rtc-test.c
/qemu/tests/rtl8139-test.c
/qemu/tests/spapr-phb-test.c
/qemu/tests/tco-test.c
/qemu/tests/test-aio.c
/qemu/tests/test-base64.c
/qemu/tests/test-bitops.c
/qemu/tests/test-blockjob-txn.c
/qemu/tests/test-coroutine.c
/qemu/tests/test-crypto-cipher.c
/qemu/tests/test-crypto-hash.c
/qemu/tests/test-crypto-secret.c
/qemu/tests/test-cutils.c
/qemu/tests/test-filter-mirror.c
/qemu/tests/test-filter-redirector.c
/qemu/tests/test-hbitmap.c
/qemu/tests/test-int128.c
/qemu/tests/test-io-task.c
/qemu/tests/test-iov.c
/qemu/tests/test-logging.c
/qemu/tests/test-mul64.c
/qemu/tests/test-netfilter.c
/qemu/tests/test-opts-visitor.c
/qemu/tests/test-qdev-global-props.c
/qemu/tests/test-qdist.c
/qemu/tests/test-qemu-opts.c
/qemu/tests/test-qga.c
/qemu/tests/test-qht-par.c
/qemu/tests/test-qht.c
/qemu/tests/test-qmp-commands.c
/qemu/tests/test-qmp-event.c
/qemu/tests/test-qmp-input-strict.c
/qemu/tests/test-qmp-input-visitor.c
/qemu/tests/test-qmp-output-visitor.c
/qemu/tests/test-rcu-list.c
/qemu/tests/test-rfifolock.c
/qemu/tests/test-string-input-visitor.c
/qemu/tests/test-string-output-visitor.c
/qemu/tests/test-thread-pool.c
/qemu/tests/test-throttle.c
/qemu/tests/test-timed-average.c
/qemu/tests/test-visitor-serialization.c
/qemu/tests/test-vmstate.c
/qemu/tests/test-write-threshold.c
/qemu/tests/test-x86-cpuid.c
/qemu/tests/tmp105-test.c
/qemu/tests/tpci200-test.c
/qemu/tests/usb-hcd-ehci-test.c
/qemu/tests/usb-hcd-ohci-test.c
/qemu/tests/usb-hcd-uhci-test.c
/qemu/tests/usb-hcd-xhci-test.c
/qemu/tests/vhost-user-bridge.c
/qemu/tests/vhost-user-test.c
/qemu/tests/virtio-9p-test.c
/qemu/tests/virtio-balloon-test.c
/qemu/tests/virtio-blk-test.c
/qemu/tests/virtio-console-test.c
/qemu/tests/virtio-net-test.c
/qemu/tests/virtio-rng-test.c
/qemu/tests/virtio-scsi-test.c
/qemu/tests/virtio-serial-test.c
/qemu/tests/vmxnet3-test.c
/qemu/tests/wdt_ib700-test.c
/qemu/thunk.c
/qemu/trace-events
/qemu/trace/Makefile.objs
/qemu/trace/control.c
/qemu/trace/mem-internal.h
/qemu/trace/mem.h
/qemu/translate-all.c
/qemu/translate-all.h
/qemu/ui/console-gl.c
/qemu/ui/console.c
/qemu/ui/cursor.c
/qemu/ui/egl-helpers.c
/qemu/ui/gtk.c
/qemu/ui/qemu-pixman.c
/qemu/ui/sdl2-2d.c
/qemu/ui/sdl2.c
/qemu/ui/sdl_zoom.c
/qemu/ui/spice-core.c
/qemu/ui/spice-display.c
/qemu/ui/trace-events
/qemu/ui/vnc-palette.c
/qemu/ui/vnc.c
/qemu/ui/vnc.h
/qemu/user-exec.c
/qemu/util/Makefile.objs
/qemu/util/coroutine-gthread.c
/qemu/util/cutils.c
/qemu/util/error.c
/qemu/util/hbitmap.c
/qemu/util/log.c
/qemu/util/memfd.c
/qemu/util/mmap-alloc.c
/qemu/util/module.c
/qemu/util/osdep.c
/qemu/util/oslib-posix.c
/qemu/util/oslib-win32.c
/qemu/util/qdist.c
/qemu/util/qht.c
/qemu/util/throttle.c
/qemu/util/trace-events
/qemu/util/uri.c
/qemu/vl.c
/qemu/xen-hvm.c
/qemu/xen-mapcache.c
87776ab715-Mar-2016 Paolo Bonzini <pbonzini@redhat.com>

qemu-common: stop including qemu/host-utils.h from qemu-common.h

Move it to the actual users. There are some inclusions of
qemu/host-utils.h in headers, but they are all necessary.

Signed-off-by:

qemu-common: stop including qemu/host-utils.h from qemu-common.h

Move it to the actual users. There are some inclusions of
qemu/host-utils.h in headers, but they are all necessary.

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

show more ...


/qemu/audio/mixeng.c
/qemu/audio/noaudio.c
/qemu/audio/spiceaudio.c
/qemu/audio/wavaudio.c
/qemu/block/bochs.c
/qemu/block/cloop.c
/qemu/block/parallels.c
/qemu/block/qcow.c
/qemu/block/qcow2-cluster.c
/qemu/block/qcow2-refcount.c
/qemu/block/qcow2-snapshot.c
/qemu/block/qcow2.c
/qemu/block/qed-table.c
/qemu/block/qed.c
/qemu/block/vdi.c
/qemu/block/vhdx-endian.c
/qemu/block/vhdx-log.c
/qemu/block/vhdx.c
/qemu/block/vmdk.c
/qemu/block/vpc.c
/qemu/block/vvfat.c
/qemu/bootdevice.c
/qemu/bsd-user/main.c
/qemu/contrib/ivshmem-server/ivshmem-server.c
/qemu/crypto/afsplit.c
/qemu/crypto/block-luks.c
/qemu/device_tree.c
/qemu/exec.c
/qemu/hw/acpi/core.c
/qemu/hw/acpi/piix4.c
/qemu/hw/alpha/alpha_sys.h
/qemu/hw/alpha/pci.c
/qemu/hw/arm/collie.c
/qemu/hw/arm/nseries.c
/qemu/hw/arm/stm32f205_soc.c
/qemu/hw/arm/strongarm.h
/qemu/hw/block/hd-geometry.c
/qemu/hw/bt/hci-csr.c
/qemu/hw/bt/l2cap.c
/qemu/hw/bt/sdp.c
/qemu/hw/core/Makefile.objs
/qemu/hw/cpu/a9mpcore.c
/qemu/hw/display/tc6393xb.c
/qemu/hw/i386/kvm/i8254.c
/qemu/hw/i386/kvm/pci-assign.c
/qemu/hw/intc/ioapic.c
/qemu/hw/intc/xics_kvm.c
/qemu/hw/isa/lpc_ich9.c
/qemu/hw/mips/cps.c
/qemu/hw/mips/cputimer.c
/qemu/hw/mips/mips_fulong2e.c
/qemu/hw/mips/mips_int.c
/qemu/hw/mips/mips_jazz.c
/qemu/hw/mips/mips_malta.c
/qemu/hw/mips/mips_mipssim.c
/qemu/hw/mips/mips_r4k.c
/qemu/hw/net/spapr_llan.c
/qemu/hw/ppc/ppc.c
/qemu/hw/ppc/spapr_vio.c
/qemu/hw/vfio/common.c
/qemu/include/exec/cpu-all.h
/qemu/include/exec/cpu-common.h
/qemu/include/exec/cpu-defs.h
/qemu/include/exec/helper-head.h
/qemu/include/exec/memory.h
/qemu/include/exec/poison.h
/qemu/include/hw/acpi/acpi.h
/qemu/include/hw/arm/arm.h
/qemu/include/hw/arm/digic.h
/qemu/include/hw/arm/exynos4210.h
/qemu/include/hw/arm/omap.h
/qemu/include/hw/arm/pxa.h
/qemu/include/hw/hw.h
/qemu/include/hw/i386/apic.h
/qemu/include/hw/m68k/mcf.h
/qemu/include/hw/mips/cpudevs.h
/qemu/include/hw/ppc/openpic.h
/qemu/include/hw/ppc/ppc.h
/qemu/include/hw/ppc/spapr_vio.h
/qemu/include/hw/sh4/sh.h
/qemu/include/migration/cpu.h
/qemu/include/qemu-common.h
/qemu/include/qemu/log.h
/qemu/include/qemu/osdep.h
/qemu/io/channel-websock.c
/qemu/kvm-stub.c
/qemu/linux-user/main.c
/qemu/nbd/nbd-internal.h
/qemu/page_cache.c
/qemu/qemu-nbd.c
/qemu/scripts/create_config
/qemu/slirp/slirp.h
slirp.c
/qemu/target-alpha/cpu-qom.h
/qemu/target-alpha/cpu.h
/qemu/target-alpha/machine.c
/qemu/target-arm/cpu-qom.h
/qemu/target-arm/cpu.h
/qemu/target-arm/machine.c
/qemu/target-arm/psci.c
/qemu/target-cris/cpu-qom.h
/qemu/target-cris/cpu.h
/qemu/target-cris/machine.c
/qemu/target-i386/cpu-qom.h
/qemu/target-i386/cpu.c
/qemu/target-i386/cpu.h
/qemu/target-i386/machine.c
/qemu/target-lm32/cpu-qom.h
/qemu/target-lm32/cpu.h
/qemu/target-lm32/machine.c
/qemu/target-m68k/cpu-qom.h
/qemu/target-m68k/cpu.h
/qemu/target-microblaze/cpu-qom.h
/qemu/target-microblaze/cpu.h
/qemu/target-mips/cpu-qom.h
/qemu/target-mips/cpu.h
/qemu/target-mips/machine.c
/qemu/target-moxie/machine.c
/qemu/target-openrisc/machine.c
/qemu/target-ppc/cpu-qom.h
/qemu/target-ppc/cpu.h
/qemu/target-ppc/machine.c
/qemu/target-ppc/mmu-hash32.c
/qemu/target-ppc/mmu-hash32.h
/qemu/target-ppc/mmu-hash64.c
/qemu/target-ppc/mmu-hash64.h
/qemu/target-ppc/translate_init.c
/qemu/target-s390x/cpu-qom.h
/qemu/target-s390x/cpu.c
/qemu/target-s390x/cpu.h
/qemu/target-s390x/mem_helper.c
/qemu/target-s390x/misc_helper.c
/qemu/target-sh4/cpu-qom.h
/qemu/target-sh4/cpu.h
/qemu/target-sparc/cpu-qom.h
/qemu/target-sparc/cpu.h
/qemu/target-sparc/machine.c
/qemu/target-tricore/cpu-qom.h
/qemu/target-tricore/cpu.h
/qemu/target-unicore32/cpu-qom.h
/qemu/target-unicore32/cpu.h
/qemu/target-xtensa/cpu-qom.h
/qemu/target-xtensa/cpu.h
/qemu/tests/ide-test.c
/qemu/tests/libqos/malloc.c
/qemu/ui/vnc-ws.c
/qemu/util/buffer.c
/qemu/util/log.c
4b4629d915-Mar-2016 Paolo Bonzini <pbonzini@redhat.com>

include: move CPU-related definitions out of qemu-common.h

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>


/qemu/VERSION
/qemu/accel.c
/qemu/aio-posix.c
/qemu/audio/mixeng.c
/qemu/audio/ossaudio.c
/qemu/block.c
/qemu/block/block-backend.c
/qemu/block/bochs.c
/qemu/block/cloop.c
/qemu/block/crypto.c
/qemu/block/curl.c
/qemu/block/dmg.c
/qemu/block/io.c
/qemu/block/iscsi.c
/qemu/block/linux-aio.c
/qemu/block/mirror.c
/qemu/block/nbd-client.c
/qemu/block/nbd-client.h
/qemu/block/nbd.c
/qemu/block/parallels.c
/qemu/block/qcow.c
/qemu/block/qcow2.c
/qemu/block/qed.c
/qemu/block/quorum.c
/qemu/block/raw-aio.h
/qemu/block/raw-posix.c
/qemu/block/raw_bsd.c
/qemu/block/sheepdog.c
/qemu/block/throttle-groups.c
/qemu/block/vdi.c
/qemu/block/vhdx.c
/qemu/block/vmdk.c
/qemu/block/vpc.c
/qemu/block/vvfat.c
/qemu/blockdev.c
/qemu/configure
/qemu/contrib/ivshmem-server/ivshmem-server.h
/qemu/cpu-exec-common.c
/qemu/cpu-exec.c
/qemu/cputlb.c
/qemu/default-configs/arm-softmmu.mak
/qemu/dma-helpers.c
/qemu/docs/qapi-code-gen.txt
/qemu/docs/specs/rocker.txt
/qemu/docs/throttle.txt
/qemu/exec.c
/qemu/hw/9pfs/coth.h
/qemu/hw/acpi/aml-build.c
/qemu/hw/acpi/bios-linker-loader.c
/qemu/hw/acpi/core.c
/qemu/hw/arm/Makefile.objs
/qemu/hw/arm/armv7m.c
/qemu/hw/arm/boot.c
/qemu/hw/arm/fsl-imx6.c
/qemu/hw/arm/highbank.c
/qemu/hw/arm/integratorcp.c
/qemu/hw/arm/nseries.c
/qemu/hw/arm/pxa2xx.c
/qemu/hw/arm/pxa2xx_pic.c
/qemu/hw/arm/sabrelite.c
/qemu/hw/arm/spitz.c
/qemu/hw/arm/stellaris.c
/qemu/hw/arm/strongarm.c
/qemu/hw/arm/versatilepb.c
/qemu/hw/arm/virt-acpi-build.c
/qemu/hw/arm/virt.c
/qemu/hw/block/fdc.c
/qemu/hw/block/hd-geometry.c
/qemu/hw/block/m25p80.c
/qemu/hw/block/nand.c
/qemu/hw/block/onenand.c
/qemu/hw/block/pflash_cfi01.c
/qemu/hw/block/pflash_cfi02.c
/qemu/hw/block/virtio-blk.c
/qemu/hw/block/xen_disk.c
/qemu/hw/char/ipoctal232.c
/qemu/hw/char/sclpconsole-lm.c
/qemu/hw/char/sclpconsole.c
/qemu/hw/core/loader.c
/qemu/hw/display/blizzard.c
/qemu/hw/display/exynos4210_fimd.c
/qemu/hw/display/jazz_led.c
/qemu/hw/display/omap_lcd_template.h
/qemu/hw/display/omap_lcdc.c
/qemu/hw/display/vga.c
/qemu/hw/i2c/imx_i2c.c
/qemu/hw/i386/acpi-build.c
/qemu/hw/i386/kvmvapic.c
/qemu/hw/ide/atapi.c
/qemu/hw/ide/core.c
/qemu/hw/ide/internal.h
/qemu/hw/ide/macio.c
/qemu/hw/intc/arm_gic.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/imx_avic.c
/qemu/hw/intc/omap_intc.c
/qemu/hw/intc/pl190.c
/qemu/hw/intc/slavio_intctl.c
/qemu/hw/ipack/ipack.c
/qemu/hw/ipack/tpci200.c
/qemu/hw/misc/Makefile.objs
/qemu/hw/misc/bcm2835_property.c
/qemu/hw/misc/imx6_src.c
/qemu/hw/net/vmxnet3.c
/qemu/hw/nvram/spapr_nvram.c
/qemu/hw/pci/msi.c
/qemu/hw/pci/pci_bridge.c
/qemu/hw/ppc/spapr.c
/qemu/hw/ppc/spapr_drc.c
/qemu/hw/ppc/spapr_events.c
/qemu/hw/ppc/spapr_pci.c
/qemu/hw/s390x/ipl.c
/qemu/hw/s390x/ipl.h
/qemu/hw/s390x/s390-pci-bus.c
/qemu/hw/s390x/s390-pci-bus.h
/qemu/hw/s390x/s390-pci-inst.c
/qemu/hw/s390x/s390-pci-inst.h
/qemu/hw/s390x/s390-virtio-ccw.c
/qemu/hw/s390x/sclp.c
/qemu/hw/scsi/scsi-disk.c
/qemu/hw/scsi/spapr_vscsi.c
/qemu/hw/scsi/vmw_pvscsi.c
/qemu/hw/sd/sd.c
/qemu/hw/ssi/Makefile.objs
/qemu/hw/ssi/imx_spi.c
/qemu/hw/timer/a9gtimer.c
/qemu/hw/timer/aspeed_timer.c
/qemu/hw/usb/dev-mtp.c
/qemu/hw/usb/hcd-uhci.c
/qemu/hw/usb/hcd-xhci.c
/qemu/hw/usb/host-libusb.c
/qemu/hw/virtio/virtio-balloon.c
/qemu/hw/virtio/virtio.c
/qemu/include/block/block.h
/qemu/include/block/block_int.h
/qemu/include/block/throttle-groups.h
/qemu/include/crypto/random.h
/qemu/include/exec/exec-all.h
/qemu/include/exec/gen-icount.h
/qemu/include/hw/acpi/acpi-defs.h
/qemu/include/hw/acpi/aml-build.h
/qemu/include/hw/arm/fsl-imx6.h
/qemu/include/hw/compat.h
/qemu/include/hw/ipack/ipack.h
/qemu/include/hw/misc/imx6_src.h
/qemu/include/hw/s390x/s390-virtio-ccw.h
/qemu/include/hw/smbios/smbios.h
/qemu/include/hw/ssi/imx_spi.h
/qemu/include/hw/xen/xen_common.h
/qemu/include/io/task.h
/qemu/include/qapi/dealloc-visitor.h
/qemu/include/qapi/opts-visitor.h
/qemu/include/qapi/qmp-input-visitor.h
/qemu/include/qapi/qmp/dispatch.h
/qemu/include/qapi/string-input-visitor.h
/qemu/include/qapi/string-output-visitor.h
/qemu/include/qapi/visitor-impl.h
/qemu/include/qapi/visitor.h
/qemu/include/qemu-common.h
/qemu/include/qemu/fifo32.h
/qemu/include/qemu/osdep.h
/qemu/include/qemu/timer.h
/qemu/include/qom/cpu.h
/qemu/include/qom/object_interfaces.h
/qemu/include/sysemu/accel.h
/qemu/include/sysemu/block-backend.h
/qemu/include/sysemu/cpus.h
/qemu/include/sysemu/dma.h
/qemu/include/sysemu/hostmem.h
/qemu/include/ui/spice-display.h
/qemu/kvm-all.c
/qemu/migration/migration.c
/qemu/migration/ram.c
/qemu/nbd/client.c
/qemu/nbd/server.c
/qemu/pc-bios/s390-ccw.img
/qemu/pc-bios/s390-ccw/iplb.h
/qemu/pc-bios/s390-ccw/main.c
/qemu/pc-bios/s390-ccw/s390-ccw.h
/qemu/pc-bios/s390-ccw/start.S
/qemu/qapi/block-core.json
/qemu/qapi/opts-visitor.c
/qemu/qapi/qapi-dealloc-visitor.c
/qemu/qapi/qapi-visit-core.c
/qemu/qapi/qmp-dispatch.c
/qemu/qapi/qmp-input-visitor.c
/qemu/qapi/qmp-output-visitor.c
/qemu/qapi/qmp-registry.c
/qemu/qapi/string-input-visitor.c
/qemu/qapi/string-output-visitor.c
/qemu/qemu-doc.texi
/qemu/qemu-img.c
/qemu/qemu-io-cmds.c
/qemu/qemu-io.c
/qemu/qemu-nbd.c
/qemu/qga/channel-win32.c
/qemu/qga/commands.c
/qemu/qmp-commands.hx
/qemu/qmp.c
/qemu/qobject/qdict.c
/qemu/qom/cpu.c
/qemu/qom/object.c
/qemu/qom/object_interfaces.c
/qemu/qom/qom-qobject.c
/qemu/replay/replay-input.c
/qemu/replay/replay.c
/qemu/scripts/analyze-inclusions
/qemu/scripts/checkpatch.pl
/qemu/scripts/dump-guest-memory.py
/qemu/scripts/qapi-commands.py
/qemu/scripts/qapi-event.py
/qemu/scripts/qapi-visit.py
/qemu/slirp/ip6_icmp.c
/qemu/slirp/ip_icmp.c
/qemu/slirp/ip_input.c
/qemu/slirp/misc.c
/qemu/slirp/slirp.h
/qemu/slirp/slirp_config.h
/qemu/slirp/socket.c
/qemu/slirp/socket.h
/qemu/slirp/tcp_subr.c
/qemu/slirp/udp6.c
cpu-get-icount.c
/qemu/target-alpha/cpu.h
/qemu/target-alpha/translate.c
/qemu/target-arm/Makefile.objs
/qemu/target-arm/arm-powerctl.c
/qemu/target-arm/arm-powerctl.h
/qemu/target-arm/cpu.h
/qemu/target-arm/helper.c
/qemu/target-arm/internals.h
/qemu/target-arm/op_helper.c
/qemu/target-arm/psci.c
/qemu/target-arm/translate-a64.c
/qemu/target-arm/translate.c
/qemu/target-cris/cpu.h
/qemu/target-cris/translate.c
/qemu/target-cris/translate_v10.c
/qemu/target-i386/cpu.c
/qemu/target-i386/cpu.h
/qemu/target-i386/translate.c
/qemu/target-lm32/cpu.h
/qemu/target-lm32/translate.c
/qemu/target-m68k/cpu.h
/qemu/target-m68k/translate.c
/qemu/target-microblaze/cpu.h
/qemu/target-microblaze/translate.c
/qemu/target-mips/cpu.h
/qemu/target-mips/helper.c
/qemu/target-mips/op_helper.c
/qemu/target-mips/translate.c
/qemu/target-moxie/cpu.h
/qemu/target-moxie/translate.c
/qemu/target-openrisc/cpu.h
/qemu/target-openrisc/translate.c
/qemu/target-ppc/cpu.h
/qemu/target-ppc/translate.c
/qemu/target-s390x/cpu.h
/qemu/target-s390x/ioinst.c
/qemu/target-s390x/kvm.c
/qemu/target-s390x/machine.c
/qemu/target-s390x/misc_helper.c
/qemu/target-s390x/translate.c
/qemu/target-sh4/cpu.h
/qemu/target-sh4/translate.c
/qemu/target-sparc/cpu.h
/qemu/target-sparc/translate.c
/qemu/target-tilegx/cpu.h
/qemu/target-tricore/cpu.h
/qemu/target-tricore/translate.c
/qemu/target-unicore32/cpu.h
/qemu/target-unicore32/translate.c
/qemu/target-xtensa/cpu.h
/qemu/target-xtensa/translate.c
/qemu/tcg/README
/qemu/tcg/aarch64/tcg-target.inc.c
/qemu/tcg/arm/tcg-target.inc.c
/qemu/tcg/i386/tcg-target.inc.c
/qemu/tcg/ia64/tcg-target.inc.c
/qemu/tcg/mips/tcg-target.inc.c
/qemu/tcg/ppc/tcg-target.inc.c
/qemu/tcg/s390/tcg-target.inc.c
/qemu/tcg/sparc/tcg-target.inc.c
/qemu/tcg/tcg-op.h
/qemu/tcg/tcg.h
/qemu/tcg/tci/tcg-target.inc.c
/qemu/tci.c
/qemu/tests/.gitignore
/qemu/tests/Makefile
/qemu/tests/check-qnull.c
/qemu/tests/qemu-iotests/004
/qemu/tests/qemu-iotests/012
/qemu/tests/qemu-iotests/023.out
/qemu/tests/qemu-iotests/039.out
/qemu/tests/qemu-iotests/048
/qemu/tests/qemu-iotests/048.out
/qemu/tests/qemu-iotests/052
/qemu/tests/qemu-iotests/052.out
/qemu/tests/qemu-iotests/061.out
/qemu/tests/qemu-iotests/083
/qemu/tests/qemu-iotests/100
/qemu/tests/qemu-iotests/100.out
/qemu/tests/qemu-iotests/137.out
/qemu/tests/qemu-iotests/common
/qemu/tests/qemu-iotests/common.config
/qemu/tests/qemu-iotests/common.filter
/qemu/tests/qemu-iotests/common.rc
/qemu/tests/qemu-iotests/iotests.py
/qemu/tests/tcg/cris/check_addo.c
/qemu/tests/test-qmp-commands.c
/qemu/tests/test-qmp-input-strict.c
/qemu/tests/test-qmp-input-visitor.c
/qemu/tests/test-qmp-output-visitor.c
/qemu/tests/test-string-input-visitor.c
/qemu/tests/test-visitor-serialization.c
/qemu/trace-events
/qemu/trace/simple.c
/qemu/translate-all.c
/qemu/translate-common.c
/qemu/ui/cocoa.m
/qemu/ui/egl-helpers.c
/qemu/ui/gtk.c
/qemu/ui/sdl2.c
/qemu/ui/shader.c
/qemu/ui/spice-display.c
/qemu/util/buffer.c
/qemu/util/qemu-option.c
/qemu/util/qemu-sockets.c
/qemu/util/rfifolock.c
/qemu/util/timed-average.c
/qemu/vl.c
54e18d3522-Apr-2016 Fam Zheng <famz@redhat.com>

event-notifier: Add "is_external" parameter

All callers pass "false" keeping the old semantics. The windows
implementation doesn't distinguish the flag yet. On posix, it is passed
down to the underl

event-notifier: Add "is_external" parameter

All callers pass "false" keeping the old semantics. The windows
implementation doesn't distinguish the flag yet. On posix, it is passed
down to the underlying aio context.

Signed-off-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>

show more ...

bcd82a9622-Apr-2016 Fam Zheng <famz@redhat.com>

iohandler: Introduce iohandler_get_aio_context

Signed-off-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>


/qemu/.travis.yml
/qemu/MAINTAINERS
/qemu/VERSION
/qemu/backends/hostmem-file.c
/qemu/block.c
/qemu/block/backup.c
/qemu/block/block-backend.c
/qemu/block/crypto.c
/qemu/block/gluster.c
/qemu/block/io.c
/qemu/block/iscsi.c
/qemu/block/mirror.c
/qemu/block/nbd-client.c
/qemu/block/nbd-client.h
/qemu/block/nbd.c
/qemu/block/nfs.c
/qemu/block/null.c
/qemu/block/parallels.c
/qemu/block/qapi.c
/qemu/block/qcow.c
/qemu/block/qcow2.c
/qemu/block/qed.c
/qemu/block/raw_bsd.c
/qemu/block/sheepdog.c
/qemu/block/vdi.c
/qemu/block/vhdx.c
/qemu/block/vmdk.c
/qemu/block/vpc.c
/qemu/block/vvfat.c
/qemu/blockdev.c
/qemu/bsd-user/syscall.c
/qemu/bsd-user/uaccess.c
/qemu/configure
/qemu/cpus.c
/qemu/crypto/Makefile.objs
/qemu/default-configs/arm-softmmu.mak
/qemu/default-configs/mips-softmmu-common.mak
/qemu/docs/memory.txt
/qemu/docs/specs/fw_cfg.txt
/qemu/docs/specs/vhost-user.txt
/qemu/docs/tracing.txt
/qemu/exec.c
/qemu/hw/arm/bcm2836.c
/qemu/hw/arm/boot.c
/qemu/hw/arm/virt.c
/qemu/hw/block/dataplane/virtio-blk.c
/qemu/hw/block/m25p80.c
/qemu/hw/block/pflash_cfi01.c
/qemu/hw/block/virtio-blk.c
/qemu/hw/block/xen_disk.c
/qemu/hw/char/cadence_uart.c
/qemu/hw/core/loader.c
/qemu/hw/display/virtio-gpu.c
/qemu/hw/display/xenfb.c
/qemu/hw/gpio/Makefile.objs
/qemu/hw/gpio/gpio_key.c
/qemu/hw/i386/acpi-build.c
/qemu/hw/i386/pc.c
/qemu/hw/i386/pc_piix.c
/qemu/hw/i386/pc_q35.c
/qemu/hw/ide/atapi.c
/qemu/hw/ide/core.c
/qemu/hw/ide/internal.h
/qemu/hw/ide/macio.c
/qemu/hw/ide/pci.c
/qemu/hw/ide/piix.c
/qemu/hw/input/ps2.c
/qemu/hw/input/virtio-input-hid.c
/qemu/hw/input/virtio-input-host.c
/qemu/hw/input/virtio-input.c
/qemu/hw/mips/Makefile.objs
/qemu/hw/mips/cps.c
/qemu/hw/mips/mips_malta.c
/qemu/hw/misc/Makefile.objs
/qemu/hw/misc/ivshmem.c
/qemu/hw/misc/macio/cuda.c
/qemu/hw/misc/mips_cmgcr.c
/qemu/hw/misc/mips_cpc.c
/qemu/hw/misc/mips_itu.c
/qemu/hw/misc/pci-testdev.c
/qemu/hw/net/e1000.c
/qemu/hw/net/opencores_eth.c
/qemu/hw/net/rtl8139.c
/qemu/hw/net/stellaris_enet.c
/qemu/hw/nvram/fw_cfg.c
/qemu/hw/pci-bridge/i82801b11.c
/qemu/hw/pci-bridge/pci_expander_bridge.c
/qemu/hw/ppc/spapr.c
/qemu/hw/ppc/spapr_drc.c
/qemu/hw/ppc/spapr_events.c
/qemu/hw/ppc/spapr_hcall.c
/qemu/hw/ppc/spapr_rtas.c
/qemu/hw/scsi/virtio-scsi-dataplane.c
/qemu/hw/scsi/virtio-scsi.c
/qemu/hw/timer/hpet.c
/qemu/hw/tpm/tpm_passthrough.c
/qemu/hw/usb/hcd-ehci.c
/qemu/hw/virtio/virtio-balloon.c
/qemu/hw/virtio/virtio.c
/qemu/include/block/block.h
/qemu/include/block/block_int.h
/qemu/include/block/qapi.h
/qemu/include/hw/acpi/aml-build.h
/qemu/include/hw/boards.h
/qemu/include/hw/loader.h
/qemu/include/hw/mips/cps.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/nvram/fw_cfg.h
/qemu/include/hw/ppc/spapr.h
/qemu/include/hw/ppc/spapr_drc.h
/qemu/include/hw/virtio/virtio-blk.h
/qemu/include/hw/virtio/virtio-input.h
/qemu/include/hw/virtio/virtio-scsi.h
/qemu/include/hw/virtio/virtio.h
/qemu/include/qemu/atomic.h
/qemu/include/qemu/bswap.h
/qemu/include/qemu/log.h
/qemu/include/qemu/main-loop.h
/qemu/include/standard-headers/asm-x86/hyperv.h
/qemu/include/standard-headers/linux/input.h
/qemu/include/standard-headers/linux/types.h
/qemu/include/standard-headers/linux/virtio_balloon.h
/qemu/include/standard-headers/linux/virtio_blk.h
/qemu/include/sysemu/kvm.h
/qemu/include/ui/console.h
/qemu/iohandler.c
/qemu/kvm-all.c
/qemu/linux-headers/asm-arm64/kvm.h
/qemu/linux-headers/asm-powerpc/epapr_hcalls.h
/qemu/linux-headers/asm-powerpc/kvm.h
/qemu/linux-headers/asm-x86/unistd_32.h
/qemu/linux-headers/asm-x86/unistd_64.h
/qemu/linux-headers/linux/kvm.h
/qemu/linux-headers/linux/userfaultfd.h
/qemu/linux-headers/linux/vfio.h
/qemu/linux-headers/linux/vhost.h
/qemu/linux-user/main.c
/qemu/monitor.c
/qemu/nbd/client.c
/qemu/nbd/common.c
/qemu/nbd/nbd-internal.h
/qemu/nbd/server.c
/qemu/net/Makefile.objs
/qemu/net/filter-mirror.c
/qemu/net/filter.c
/qemu/net/net.c
/qemu/net/netmap.c
/qemu/net/slirp.c
/qemu/pc-bios/openbios-ppc
/qemu/pc-bios/openbios-sparc32
/qemu/pc-bios/openbios-sparc64
/qemu/po/de_DE.po
/qemu/po/fr_FR.po
/qemu/po/hu.po
/qemu/po/it.po
/qemu/po/messages.po
/qemu/po/tr.po
/qemu/po/zh_CN.po
/qemu/qapi-schema.json
/qemu/qemu-char.c
/qemu/qemu-img.c
/qemu/qemu-io-cmds.c
/qemu/qemu-io.c
/qemu/qemu-nbd.c
/qemu/qemu-options.hx
/qemu/qemu-seccomp.c
/qemu/qga/commands.c
/qemu/qga/installer/qemu-ga.wxs
/qemu/qmp-commands.hx
/qemu/roms/openbios
/qemu/scripts/checkpatch.pl
/qemu/slirp/ip6_icmp.c
/qemu/slirp/ip6_input.c
/qemu/slirp/ip_input.c
/qemu/slirp/libslirp.h
/qemu/slirp/slirp.c
/qemu/slirp/slirp.h
/qemu/slirp/socket.c
/qemu/slirp/socket.h
/qemu/slirp/tcp_input.c
/qemu/slirp/tcp_subr.c
Makefile.objs
iohandler.c
/qemu/target-arm/Makefile.objs
/qemu/target-arm/helper.c
/qemu/target-arm/kvm.c
/qemu/target-arm/kvm_arm.h
/qemu/target-arm/monitor.c
/qemu/target-i386/cpu.c
/qemu/target-i386/helper.c
/qemu/target-i386/hyperv.c
/qemu/target-i386/kvm.c
/qemu/target-mips/cpu.h
/qemu/target-mips/helper.h
/qemu/target-mips/machine.c
/qemu/target-mips/op_helper.c
/qemu/target-mips/translate.c
/qemu/target-mips/translate_init.c
/qemu/target-ppc/cpu.h
/qemu/target-ppc/excp_helper.c
/qemu/target-ppc/machine.c
/qemu/target-ppc/mem_helper.c
/qemu/target-ppc/translate.c
/qemu/target-ppc/translate_init.c
/qemu/target-sparc/int64_helper.c
/qemu/target-sparc/ldst_helper.c
/qemu/target-sparc/translate.c
/qemu/tcg/aarch64/tcg-target.inc.c
/qemu/tcg/arm/tcg-target.inc.c
/qemu/tcg/i386/tcg-target.inc.c
/qemu/tcg/ia64/tcg-target.inc.c
/qemu/tcg/mips/tcg-target.inc.c
/qemu/tcg/optimize.c
/qemu/tcg/ppc/tcg-target.inc.c
/qemu/tcg/s390/tcg-target.inc.c
/qemu/tcg/sparc/tcg-target.inc.c
/qemu/tcg/tcg.c
/qemu/tcg/tci/tcg-target.inc.c
/qemu/tci.c
/qemu/tests/.gitignore
/qemu/tests/Makefile
/qemu/tests/bios-tables-test.c
/qemu/tests/qemu-iotests/001
/qemu/tests/qemu-iotests/002
/qemu/tests/qemu-iotests/003
/qemu/tests/qemu-iotests/004
/qemu/tests/qemu-iotests/005
/qemu/tests/qemu-iotests/007
/qemu/tests/qemu-iotests/008
/qemu/tests/qemu-iotests/009
/qemu/tests/qemu-iotests/010
/qemu/tests/qemu-iotests/011
/qemu/tests/qemu-iotests/012
/qemu/tests/qemu-iotests/013
/qemu/tests/qemu-iotests/014
/qemu/tests/qemu-iotests/015
/qemu/tests/qemu-iotests/017
/qemu/tests/qemu-iotests/018
/qemu/tests/qemu-iotests/019
/qemu/tests/qemu-iotests/020
/qemu/tests/qemu-iotests/021
/qemu/tests/qemu-iotests/022
/qemu/tests/qemu-iotests/023
/qemu/tests/qemu-iotests/024
/qemu/tests/qemu-iotests/025
/qemu/tests/qemu-iotests/026
/qemu/tests/qemu-iotests/026.out.nocache
/qemu/tests/qemu-iotests/027
/qemu/tests/qemu-iotests/028
/qemu/tests/qemu-iotests/029
/qemu/tests/qemu-iotests/031
/qemu/tests/qemu-iotests/032
/qemu/tests/qemu-iotests/033
/qemu/tests/qemu-iotests/033.out
/qemu/tests/qemu-iotests/034
/qemu/tests/qemu-iotests/035
/qemu/tests/qemu-iotests/036
/qemu/tests/qemu-iotests/037
/qemu/tests/qemu-iotests/038
/qemu/tests/qemu-iotests/039
/qemu/tests/qemu-iotests/041
/qemu/tests/qemu-iotests/042
/qemu/tests/qemu-iotests/043
/qemu/tests/qemu-iotests/046
/qemu/tests/qemu-iotests/047
/qemu/tests/qemu-iotests/049
/qemu/tests/qemu-iotests/050
/qemu/tests/qemu-iotests/051
/qemu/tests/qemu-iotests/051.out
/qemu/tests/qemu-iotests/051.pc.out
/qemu/tests/qemu-iotests/052
/qemu/tests/qemu-iotests/053
/qemu/tests/qemu-iotests/054
/qemu/tests/qemu-iotests/058
/qemu/tests/qemu-iotests/059
/qemu/tests/qemu-iotests/060
/qemu/tests/qemu-iotests/061
/qemu/tests/qemu-iotests/062
/qemu/tests/qemu-iotests/063
/qemu/tests/qemu-iotests/064
/qemu/tests/qemu-iotests/066
/qemu/tests/qemu-iotests/067
/qemu/tests/qemu-iotests/068
/qemu/tests/qemu-iotests/069
/qemu/tests/qemu-iotests/070
/qemu/tests/qemu-iotests/071
/qemu/tests/qemu-iotests/072
/qemu/tests/qemu-iotests/073
/qemu/tests/qemu-iotests/075
/qemu/tests/qemu-iotests/076
/qemu/tests/qemu-iotests/077
/qemu/tests/qemu-iotests/078
/qemu/tests/qemu-iotests/079
/qemu/tests/qemu-iotests/080
/qemu/tests/qemu-iotests/081
/qemu/tests/qemu-iotests/082
/qemu/tests/qemu-iotests/083
/qemu/tests/qemu-iotests/084
/qemu/tests/qemu-iotests/086
/qemu/tests/qemu-iotests/087
/qemu/tests/qemu-iotests/088
/qemu/tests/qemu-iotests/089
/qemu/tests/qemu-iotests/090
/qemu/tests/qemu-iotests/092
/qemu/tests/qemu-iotests/094
/qemu/tests/qemu-iotests/097
/qemu/tests/qemu-iotests/098
/qemu/tests/qemu-iotests/099
/qemu/tests/qemu-iotests/100
/qemu/tests/qemu-iotests/101
/qemu/tests/qemu-iotests/102
/qemu/tests/qemu-iotests/103
/qemu/tests/qemu-iotests/104
/qemu/tests/qemu-iotests/105
/qemu/tests/qemu-iotests/107
/qemu/tests/qemu-iotests/108
/qemu/tests/qemu-iotests/109
/qemu/tests/qemu-iotests/109.out
/qemu/tests/qemu-iotests/110
/qemu/tests/qemu-iotests/111
/qemu/tests/qemu-iotests/112
/qemu/tests/qemu-iotests/113
/qemu/tests/qemu-iotests/114
/qemu/tests/qemu-iotests/115
/qemu/tests/qemu-iotests/116
/qemu/tests/qemu-iotests/117
/qemu/tests/qemu-iotests/119
/qemu/tests/qemu-iotests/120
/qemu/tests/qemu-iotests/121
/qemu/tests/qemu-iotests/122
/qemu/tests/qemu-iotests/122.out
/qemu/tests/qemu-iotests/123
/qemu/tests/qemu-iotests/128
/qemu/tests/qemu-iotests/130
/qemu/tests/qemu-iotests/131
/qemu/tests/qemu-iotests/133
/qemu/tests/qemu-iotests/134
/qemu/tests/qemu-iotests/135
/qemu/tests/qemu-iotests/137
/qemu/tests/qemu-iotests/138
/qemu/tests/qemu-iotests/140
/qemu/tests/qemu-iotests/141
/qemu/tests/qemu-iotests/142
/qemu/tests/qemu-iotests/142.out
/qemu/tests/qemu-iotests/143
/qemu/tests/qemu-iotests/145
/qemu/tests/qemu-iotests/148
/qemu/tests/qemu-iotests/149
/qemu/tests/qemu-iotests/150
/qemu/tests/qemu-iotests/150.out
/qemu/tests/qemu-iotests/152
/qemu/tests/qemu-iotests/152.out
/qemu/tests/qemu-iotests/check
/qemu/tests/qemu-iotests/common.config
/qemu/tests/qemu-iotests/common.filter
/qemu/tests/qemu-iotests/common.rc
/qemu/tests/qemu-iotests/group
/qemu/tests/qemu-iotests/iotests.py
/qemu/tests/test-filter-mirror.c
/qemu/tests/test-filter-redirector.c
/qemu/tests/test-io-channel-socket.c
/qemu/trace-events
/qemu/trace/control.c
/qemu/translate-all.c
/qemu/ui/cocoa.m
/qemu/ui/console.c
/qemu/ui/input-linux.c
/qemu/util/hexdump.c
/qemu/util/log.c
/qemu/util/oslib-posix.c
/qemu/util/qemu-sockets.c
/qemu/vl.c
6378567814-Mar-2016 Pavel Dovgalyuk <Pavel.Dovgaluk@ispras.ru>

replay: introduce block devices record/replay

This patch introduces block driver that implement recording
and replaying of block devices' operations.
All block completion operations are added to the

replay: introduce block devices record/replay

This patch introduces block driver that implement recording
and replaying of block devices' operations.
All block completion operations are added to the queue.
Queue is flushed at checkpoints and information about processed requests
is recorded to the log. In replay phase the queue is matched with
events read from the log. Therefore block devices requests are processed
deterministically.

Signed-off-by: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
[ kwolf: Rebased onto modified and already applied part of the series ]
Signed-off-by: Kevin Wolf <kwolf@redhat.com>

show more ...


/qemu/arch_init.c
/qemu/audio/audio.c
/qemu/audio/noaudio.c
/qemu/audio/spiceaudio.c
/qemu/audio/wavaudio.c
/qemu/backends/baum.c
/qemu/block.c
/qemu/block/Makefile.objs
/qemu/block/archipelago.c
/qemu/block/backup.c
/qemu/block/blkdebug.c
/qemu/block/blkreplay.c
/qemu/block/blkverify.c
/qemu/block/block-backend.c
/qemu/block/crypto.c
/qemu/block/curl.c
/qemu/block/io.c
/qemu/block/nbd.c
/qemu/block/qapi.c
/qemu/block/qcow.c
/qemu/block/qcow2-snapshot.c
/qemu/block/qcow2.c
/qemu/block/qed.c
/qemu/block/qed.h
/qemu/block/raw-aio.h
/qemu/block/raw-posix.c
/qemu/block/raw-win32.c
/qemu/block/rbd.c
/qemu/block/sheepdog.c
/qemu/block/stream.c
/qemu/block/vdi.c
/qemu/block/vmdk.c
/qemu/block/vvfat.c
/qemu/blockdev.c
/qemu/bsd-user/elfload.c
/qemu/bsd-user/main.c
/qemu/configure
/qemu/contrib/ivshmem-server/ivshmem-server.c
/qemu/contrib/ivshmem-server/ivshmem-server.h
/qemu/contrib/ivshmem-server/main.c
/qemu/cpu-exec.c
/qemu/cpus.c
/qemu/cputlb.c
/qemu/crypto/cipher-nettle.c
/qemu/crypto/ivgen-essiv.c
/qemu/crypto/ivgen-plain.c
/qemu/crypto/ivgen-plain64.c
/qemu/default-configs/mips-softmmu-common.mak
/qemu/default-configs/mips-softmmu.mak
/qemu/default-configs/mips64-softmmu.mak
/qemu/default-configs/mips64el-softmmu.mak
/qemu/default-configs/mipsel-softmmu.mak
/qemu/default-configs/pci.mak
/qemu/disas/i386.c
/qemu/disas/m68k.c
/qemu/docs/replay.txt
/qemu/docs/specs/ivshmem-spec.txt
/qemu/dump.c
/qemu/exec.c
/qemu/fpu/softfloat-specialize.h
/qemu/gdbstub.c
/qemu/hmp.c
/qemu/hw/9pfs/9p-handle.c
/qemu/hw/9pfs/9p-local.c
/qemu/hw/9pfs/9p-proxy.c
/qemu/hw/9pfs/9p-synth.c
/qemu/hw/acpi/core.c
/qemu/hw/alpha/dp264.c
/qemu/hw/alpha/pci.c
/qemu/hw/arm/allwinner-a10.c
/qemu/hw/arm/armv7m.c
/qemu/hw/arm/ast2400.c
/qemu/hw/arm/bcm2836.c
/qemu/hw/arm/cubieboard.c
/qemu/hw/arm/digic_boards.c
/qemu/hw/arm/exynos4210.c
/qemu/hw/arm/exynos4_boards.c
/qemu/hw/arm/fsl-imx25.c
/qemu/hw/arm/fsl-imx31.c
/qemu/hw/arm/imx25_pdk.c
/qemu/hw/arm/integratorcp.c
/qemu/hw/arm/kzm.c
/qemu/hw/arm/musicpal.c
/qemu/hw/arm/nseries.c
/qemu/hw/arm/omap1.c
/qemu/hw/arm/omap2.c
/qemu/hw/arm/palmetto-bmc.c
/qemu/hw/arm/pxa2xx.c
/qemu/hw/arm/pxa2xx_pic.c
/qemu/hw/arm/raspi.c
/qemu/hw/arm/realview.c
/qemu/hw/arm/spitz.c
/qemu/hw/arm/stellaris.c
/qemu/hw/arm/stm32f205_soc.c
/qemu/hw/arm/strongarm.c
/qemu/hw/arm/versatilepb.c
/qemu/hw/arm/vexpress.c
/qemu/hw/arm/xilinx_zynq.c
/qemu/hw/arm/xlnx-ep108.c
/qemu/hw/arm/xlnx-zynqmp.c
/qemu/hw/audio/adlib.c
/qemu/hw/audio/sb16.c
/qemu/hw/block/fdc.c
/qemu/hw/block/nvme.h
/qemu/hw/block/pflash_cfi02.c
/qemu/hw/bt/hci-csr.c
/qemu/hw/bt/hci.c
/qemu/hw/char/cadence_uart.c
/qemu/hw/char/serial.c
/qemu/hw/char/spapr_vty.c
/qemu/hw/core/loader.c
/qemu/hw/core/machine.c
/qemu/hw/core/qdev-properties.c
/qemu/hw/cris/axis_dev88.c
/qemu/hw/cris/boot.c
/qemu/hw/display/sm501.c
/qemu/hw/display/tcx.c
/qemu/hw/display/vga.c
/qemu/hw/dma/i8257.c
/qemu/hw/dma/rc4030.c
/qemu/hw/i386/multiboot.c
/qemu/hw/ide/core.c
/qemu/hw/input/hid.c
/qemu/hw/input/tsc2005.c
/qemu/hw/input/tsc210x.c
/qemu/hw/intc/armv7m_nvic.c
/qemu/hw/intc/i8259.c
/qemu/hw/intc/sh_intc.c
/qemu/hw/intc/xics.c
/qemu/hw/intc/xics_kvm.c
/qemu/hw/isa/lpc_ich9.c
/qemu/hw/lm32/lm32_boards.c
/qemu/hw/lm32/lm32_hwsetup.h
/qemu/hw/lm32/milkymist.c
/qemu/hw/m68k/an5206.c
/qemu/hw/m68k/dummy_m68k.c
/qemu/hw/m68k/mcf5206.c
/qemu/hw/m68k/mcf5208.c
/qemu/hw/m68k/mcf_intc.c
/qemu/hw/microblaze/boot.c
/qemu/hw/microblaze/petalogix_ml605_mmu.c
/qemu/hw/microblaze/petalogix_s3adsp1800_mmu.c
/qemu/hw/mips/mips_jazz.c
/qemu/hw/mips/mips_malta.c
/qemu/hw/mips/mips_mipssim.c
/qemu/hw/mips/mips_r4k.c
/qemu/hw/misc/arm_sysctl.c
/qemu/hw/misc/cbus.c
/qemu/hw/misc/ivshmem.c
/qemu/hw/misc/macio/cuda.c
/qemu/hw/misc/macio/macio.c
/qemu/hw/moxie/moxiesim.c
/qemu/hw/net/dp8393x.c
/qemu/hw/net/milkymist-minimac2.c
/qemu/hw/net/spapr_llan.c
/qemu/hw/net/xilinx_ethlite.c
/qemu/hw/nvram/fw_cfg.c
/qemu/hw/nvram/mac_nvram.c
/qemu/hw/nvram/spapr_nvram.c
/qemu/hw/openrisc/openrisc_sim.c
/qemu/hw/pci/pci.c
/qemu/hw/ppc/mac_newworld.c
/qemu/hw/ppc/mac_oldworld.c
/qemu/hw/ppc/mpc8544_guts.c
/qemu/hw/ppc/ppc.c
/qemu/hw/ppc/ppc405_boards.c
/qemu/hw/ppc/ppc405_uc.c
/qemu/hw/ppc/ppc_booke.c
/qemu/hw/ppc/prep.c
/qemu/hw/ppc/spapr.c
/qemu/hw/ppc/spapr_drc.c
/qemu/hw/ppc/spapr_events.c
/qemu/hw/ppc/spapr_pci.c
/qemu/hw/ppc/spapr_pci_vfio.c
/qemu/hw/ppc/spapr_rng.c
/qemu/hw/ppc/spapr_rtas.c
/qemu/hw/ppc/spapr_rtc.c
/qemu/hw/s390x/s390-pci-bus.c
/qemu/hw/s390x/s390-pci-inst.c
/qemu/hw/s390x/s390-virtio-ccw.c
/qemu/hw/scsi/scsi-bus.c
/qemu/hw/scsi/scsi-disk.c
/qemu/hw/scsi/spapr_vscsi.c
/qemu/hw/scsi/vhost-scsi.c
/qemu/hw/sd/sdhci-internal.h
/qemu/hw/sh4/r2d.c
/qemu/hw/sh4/shix.c
/qemu/hw/sparc/leon3.c
/qemu/hw/sparc/sun4m.c
/qemu/hw/sparc64/sun4u.c
/qemu/hw/timer/ds1338.c
/qemu/hw/timer/exynos4210_rtc.c
/qemu/hw/timer/i8254.c
/qemu/hw/timer/i8254_common.c
/qemu/hw/timer/m48t59.c
/qemu/hw/timer/mc146818rtc.c
/qemu/hw/timer/omap_gptimer.c
/qemu/hw/timer/omap_synctimer.c
/qemu/hw/timer/pl031.c
/qemu/hw/timer/pxa2xx_timer.c
/qemu/hw/timer/twl92230.c
/qemu/hw/tricore/tricore_testboard.c
/qemu/hw/unicore32/puv3.c
/qemu/hw/usb/bus.c
/qemu/hw/usb/dev-mtp.c
/qemu/hw/usb/dev-network.c
/qemu/hw/usb/dev-serial.c
/qemu/hw/usb/dev-storage.c
/qemu/hw/usb/hcd-ehci.c
/qemu/hw/usb/hcd-musb.c
/qemu/hw/usb/hcd-ohci.c
/qemu/hw/usb/hcd-uhci.c
/qemu/hw/usb/hcd-xhci.c
/qemu/hw/usb/redirect.c
/qemu/hw/usb/tusb6010.c
/qemu/hw/vfio/common.c
/qemu/hw/virtio/virtio.c
/qemu/hw/watchdog/watchdog.c
/qemu/hw/watchdog/wdt_diag288.c
/qemu/hw/watchdog/wdt_ib700.c
/qemu/hw/xen/xen-host-pci-device.c
/qemu/hw/xtensa/sim.c
/qemu/hw/xtensa/xtfpga.c
/qemu/include/block/block.h
/qemu/include/block/block_int.h
/qemu/include/crypto/cipher.h
/qemu/include/crypto/hash.h
/qemu/include/crypto/init.h
/qemu/include/crypto/secret.h
/qemu/include/crypto/tlscreds.h
/qemu/include/exec/exec-all.h
/qemu/include/hw/acpi/acpi.h
/qemu/include/hw/hw.h
/qemu/include/hw/isa/i8257.h
/qemu/include/hw/isa/isa.h
/qemu/include/hw/nvram/fw_cfg.h
/qemu/include/hw/nvram/fw_cfg_keys.h
/qemu/include/hw/pci/pci.h
/qemu/include/hw/ppc/mac_dbdma.h
/qemu/include/hw/qdev-properties.h
/qemu/include/hw/usb.h
/qemu/include/qemu-common.h
/qemu/include/qemu/bcd.h
/qemu/include/qemu/bswap.h
/qemu/include/qemu/cutils.h
/qemu/include/qemu/help_option.h
/qemu/include/qemu/id.h
/qemu/include/qemu/iov.h
/qemu/include/qemu/log.h
/qemu/include/qemu/osdep.h
/qemu/include/qemu/path.h
/qemu/include/qemu/timer.h
/qemu/include/qemu/typedefs.h
/qemu/include/qemu/unicode.h
/qemu/include/qom/cpu.h
/qemu/include/sysemu/block-backend.h
/qemu/include/sysemu/char.h
/qemu/include/sysemu/replay.h
/qemu/linux-user/elfload.c
/qemu/linux-user/main.c
/qemu/linux-user/syscall.c
/qemu/linux-user/uaccess.c
/qemu/main-loop.c
/qemu/migration/block.c
/qemu/migration/migration.c
/qemu/migration/ram.c
/qemu/migration/rdma.c
/qemu/migration/savevm.c
/qemu/migration/xbzrle.c
/qemu/monitor.c
/qemu/net/net.c
/qemu/net/netmap.c
/qemu/net/slirp.c
/qemu/net/tap-bsd.c
/qemu/net/tap-linux.c
/qemu/net/tap-solaris.c
/qemu/net/tap.c
/qemu/os-posix.c
/qemu/pc-bios/optionrom/optionrom.h
/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/main.c
/qemu/pc-bios/s390-ccw/s390-ccw.h
/qemu/pc-bios/s390-ccw/scsi.h
/qemu/pc-bios/s390-ccw/virtio-scsi.c
/qemu/pc-bios/s390-ccw/virtio-scsi.h
/qemu/pc-bios/s390-ccw/virtio.c
/qemu/pc-bios/s390-ccw/virtio.h
/qemu/qapi-schema.json
/qemu/qapi/block-core.json
/qemu/qapi/opts-visitor.c
/qemu/qdev-monitor.c
/qemu/qemu-char.c
/qemu/qemu-doc.texi
/qemu/qemu-img.c
/qemu/qemu-io-cmds.c
/qemu/qemu-io.c
/qemu/qemu-nbd.c
/qemu/qemu-options.hx
/qemu/qga/commands-posix.c
/qemu/qga/commands.c
/qemu/qga/main.c
/qemu/qmp.c
/qemu/qobject/json-parser.c
/qemu/qobject/qdict.c
/qemu/qobject/qjson.c
/qemu/qom/object.c
/qemu/replay/replay-events.c
/qemu/replay/replay-internal.h
/qemu/replay/replay.c
/qemu/scripts/clean-includes
/qemu/slirp/if.c
/qemu/slirp/ip_input.c
/qemu/slirp/mbuf.c
/qemu/slirp/mbuf.h
/qemu/slirp/misc.c
/qemu/slirp/misc.h
/qemu/slirp/slirp.c
/qemu/slirp/slirp.h
/qemu/slirp/tftp.c
/qemu/slirp/udp6.c
replay.c
/qemu/target-arm/arm-semi.c
/qemu/target-arm/translate-a64.c
/qemu/target-arm/translate.c
/qemu/target-i386/cpu.c
/qemu/target-i386/cpu.h
/qemu/target-i386/fpu_helper.c
/qemu/target-i386/helper.c
/qemu/target-i386/helper.h
/qemu/target-i386/misc_helper.c
/qemu/target-i386/translate.c
/qemu/target-mips/cpu.h
/qemu/target-mips/translate.c
/qemu/target-mips/translate_init.c
/qemu/target-ppc/cpu.h
/qemu/target-ppc/kvm.c
/qemu/target-ppc/translate.c
/qemu/target-ppc/translate_init.c
/qemu/target-s390x/cpu.c
/qemu/target-tricore/Makefile.objs
/qemu/target-tricore/cpu.h
/qemu/target-tricore/fpu_helper.c
/qemu/target-tricore/helper.c
/qemu/target-tricore/helper.h
/qemu/target-tricore/op_helper.c
/qemu/target-tricore/translate.c
/qemu/target-tricore/tricore-opcodes.h
/qemu/tcg/tcg.c
/qemu/tcg/tcg.h
/qemu/tests/Makefile
/qemu/tests/boot-order-test.c
/qemu/tests/fw_cfg-test.c
/qemu/tests/ivshmem-test.c
/qemu/tests/libqos/malloc-pc.c
/qemu/tests/libqos/pci-pc.c
/qemu/tests/qemu-iotests/030
/qemu/tests/qemu-iotests/030.out
/qemu/tests/qemu-iotests/049.out
/qemu/tests/qemu-iotests/087
/qemu/tests/qemu-iotests/087.out
/qemu/tests/qemu-iotests/134.out
/qemu/tests/qemu-iotests/142
/qemu/tests/qemu-iotests/142.out
/qemu/tests/qemu-iotests/149
/qemu/tests/qemu-iotests/149.out
/qemu/tests/qemu-iotests/common
/qemu/tests/qemu-iotests/group
/qemu/tests/qemu-iotests/iotests.py
/qemu/tests/qom-test.c
/qemu/tests/tcg/linux-test.c
/qemu/tests/test-crypto-secret.c
/qemu/tests/test-cutils.c
/qemu/tests/test-logging.c
/qemu/tests/test-xbzrle.c
/qemu/trace/control.c
/qemu/translate-all.c
/qemu/ui/cocoa.m
/qemu/ui/gtk.c
/qemu/ui/input-linux.c
/qemu/ui/sdl.c
/qemu/ui/spice-core.c
/qemu/ui/vnc.c
/qemu/util/coroutine-sigaltstack.c
/qemu/util/coroutine-ucontext.c
/qemu/util/cutils.c
/qemu/util/event_notifier-posix.c
/qemu/util/id.c
/qemu/util/iov.c
/qemu/util/log.c
/qemu/util/osdep.c
/qemu/util/oslib-posix.c
/qemu/util/oslib-win32.c
/qemu/util/path.c
/qemu/util/qemu-option.c
/qemu/util/qemu-sockets.c
/qemu/util/readline.c
/qemu/util/unicode.c
/qemu/vl.c
c80f6e9c14-Mar-2016 Markus Armbruster <armbru@redhat.com>

Clean up includes some more

Manually drop redundant includes that scripts/clean-includes misses,
e.g. because they're hidden in generator programs, or they use the
wrong kind of delimiter.

Signed-o

Clean up includes some more

Manually drop redundant includes that scripts/clean-includes misses,
e.g. because they're hidden in generator programs, or they use the
wrong kind of delimiter.

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

show more ...

12345678910>>...13