mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-02 21:32:52 +00:00
e4ec5ad464
Replay is capable of recording normal BH events, but sometimes there are single use callbacks scheduled with aio_bh_schedule_oneshot function. This patch enables recording and replaying such callbacks. Block layer uses these events for calling the completion function. Replaying these calls makes the execution deterministic. Signed-off-by: Pavel Dovgalyuk <Pavel.Dovgaluk@ispras.ru> Acked-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
44 lines
1.2 KiB
Text
44 lines
1.2 KiB
Text
stub-obj-y += bdrv-next-monitor-owned.o
|
|
stub-obj-y += blk-commit-all.o
|
|
stub-obj-y += blockdev-close-all-bdrv-states.o
|
|
stub-obj-y += clock-warp.o
|
|
stub-obj-y += cpu-get-clock.o
|
|
stub-obj-y += cpu-get-icount.o
|
|
stub-obj-y += dump.o
|
|
stub-obj-y += error-printf.o
|
|
stub-obj-y += fdset.o
|
|
stub-obj-y += gdbstub.o
|
|
stub-obj-y += get-vm-name.o
|
|
stub-obj-y += iothread.o
|
|
stub-obj-y += iothread-lock.o
|
|
stub-obj-y += is-daemonized.o
|
|
stub-obj-$(CONFIG_LINUX_AIO) += linux-aio.o
|
|
stub-obj-y += machine-init-done.o
|
|
stub-obj-y += migr-blocker.o
|
|
stub-obj-y += change-state-handler.o
|
|
stub-obj-y += monitor.o
|
|
stub-obj-y += notify-event.o
|
|
stub-obj-y += qtest.o
|
|
stub-obj-y += replay.o
|
|
stub-obj-y += replay-user.o
|
|
stub-obj-y += runstate-check.o
|
|
stub-obj-y += set-fd-handler.o
|
|
stub-obj-y += sysbus.o
|
|
stub-obj-y += tpm.o
|
|
stub-obj-y += trace-control.o
|
|
stub-obj-y += uuid.o
|
|
stub-obj-y += vm-stop.o
|
|
stub-obj-y += vmstate.o
|
|
stub-obj-y += fd-register.o
|
|
stub-obj-y += qmp_memory_device.o
|
|
stub-obj-y += target-monitor-defs.o
|
|
stub-obj-y += target-get-monitor-def.o
|
|
stub-obj-y += pc_madt_cpu_entry.o
|
|
stub-obj-y += vmgenid.o
|
|
stub-obj-y += xen-common.o
|
|
stub-obj-y += xen-hvm.o
|
|
stub-obj-y += pci-host-piix.o
|
|
stub-obj-y += ram-block.o
|
|
stub-obj-y += ramfb.o
|
|
stub-obj-y += fw_cfg.o
|
|
stub-obj-$(CONFIG_SOFTMMU) += semihost.o
|