]> xenbits.xensource.com Git - qemu-xen-unstable.git/commit
replay: finish record/replay before closing the disks
authorPavel Dovgalyuk <Pavel.Dovgaluk@ispras.ru>
Tue, 17 Sep 2019 11:58:13 +0000 (14:58 +0300)
committerKevin Wolf <kwolf@redhat.com>
Mon, 14 Oct 2019 15:12:48 +0000 (17:12 +0200)
commitae25dccb7df64ec9cbb52d7a0a67308d74372cfd
treeb826d3b161145d655a625e78d5f38e91579fc526
parentc8aa7895eb536e1fc9ef2740e4e32bb9ec6f3afa
replay: finish record/replay before closing the disks

After recent updates block devices cannot be closed on qemu exit.
This happens due to the block request polling when replay is not finished.
Therefore now we stop execution recording before closing the block devices.

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