]> git.proxmox.com Git - mirror_qemu.git/commit - vl.c
replay: checkpoints
authorPavel Dovgalyuk <Pavel.Dovgaluk@ispras.ru>
Thu, 17 Sep 2015 16:24:44 +0000 (19:24 +0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 6 Nov 2015 09:16:03 +0000 (10:16 +0100)
commit8bd7f71d794b93ce027b856f5b79a98f4f82e44c
tree677dd815bbd08d96bc444396d80acff1a1997dc2
parentefab87cf79077a9624f675fc5fc8f034eaedfe4d
replay: checkpoints

This patch introduces checkpoints that synchronize cpu thread and iothread.
When checkpoint is met in the code all asynchronous events from the queue
are executed.

Signed-off-by: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
Message-Id: <20150917162444.8676.52916.stgit@PASHA-ISP.def.inno>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Pavel Dovgalyuk <Pavel.Dovgaluk@ispras.ru>
cpus.c
include/sysemu/replay.h
qemu-timer.c
replay/replay-internal.h
replay/replay.c
stubs/replay.c
vl.c