]> git.proxmox.com Git - mirror_qemu.git/commit - block.c
block: ensure bdrv_drain_all() works during bdrv_delete()
authorStefan Hajnoczi <stefanha@redhat.com>
Thu, 27 Jun 2013 13:32:26 +0000 (15:32 +0200)
committerStefan Hajnoczi <stefanha@redhat.com>
Mon, 19 Aug 2013 13:45:34 +0000 (15:45 +0200)
commite1b5c52e04d04bb93546c6e37e8884889d047cb1
tree166141d7d610a7e2663c7286f0c39039a8eea90b
parentf202039811d8746b0586d2fd5f61de6c8cf68056
block: ensure bdrv_drain_all() works during bdrv_delete()

In bdrv_delete() make sure to call bdrv_make_anon() *after* bdrv_close()
so that the device is still seen by bdrv_drain_all() when iterating
bdrv_states.

Cc: qemu-stable@nongnu.org
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
block.c