mirror of
https://github.com/mii443/qemu.git
synced 2025-12-03 11:08:25 +00:00
blockdev: Keep track of monitor-owned BDS
As a side effect, we can now make x-blockdev-del's check whether a BDS is actually owned by the monitor explicit. Signed-off-by: Max Reitz <mreitz@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
5
stubs/blockdev-close-all-bdrv-states.c
Normal file
5
stubs/blockdev-close-all-bdrv-states.c
Normal file
@@ -0,0 +1,5 @@
|
||||
#include "block/block_int.h"
|
||||
|
||||
void blockdev_close_all_bdrv_states(void)
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user