]> git.proxmox.com Git - mirror_qemu.git/commit
replay: bh scheduling fix
authorPavel Dovgalyuk <Pavel.Dovgaluk@ispras.ru>
Mon, 14 Mar 2016 07:44:59 +0000 (10:44 +0300)
committerKevin Wolf <kwolf@redhat.com>
Wed, 30 Mar 2016 10:12:15 +0000 (12:12 +0200)
commit58a0067aa8bf1e3ccad4fc354b080502e63f9fb1
tree57cf638fcb711f371f3b1da98e728067b7696f10
parentc32b82afaf261ebb922269e2be298e05331b875c
replay: bh scheduling fix

This patch fixes scheduling of bottom halves when record/replay is enabled.
Now BH are not added to replay queue when asynchronous events are disabled.
This may happen in startup and loadvm/savevm phases of execution.

Signed-off-by: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
replay/replay-events.c