This website requires JavaScript.
Explore
Help
Sign In
openkylin
/
qemu
mirror of
https://gitee.com/openkylin/qemu.git
Watch
9
Star
0
Fork
You've already forked qemu
0
Code
Issues
Projects
Releases
Wiki
Activity
a8d16f9ca2
qemu
/
stubs
/
blockdev-close-all-bdrv-sta...
7 lines
100 B
C
Raw
Normal View
History
Unescape
Escape
all: Clean up includes Clean up includes so that osdep.h is included first and headers which it implies are not included manually. This commit was created with scripts/clean-includes. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Eric Blake <eblake@redhat.com>
2016-02-09 03:01:23 +08:00
#
include
"qemu/osdep.h"
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-01-29 23:36:12 +08:00
#
include
"block/block_int.h"
void
blockdev_close_all_bdrv_states
(
void
)
{
}