qemu-patch-raspberry4/stubs/blockdev-close-all-bdrv-states.c
Max Reitz 9c4218e957 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>
2016-02-02 17:50:46 +01:00

6 lines
76 B
C

#include "block/block_int.h"
void blockdev_close_all_bdrv_states(void)
{
}