This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
qemu
Watch
1
Star
0
Fork
0
You've already forked qemu
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ad3d53b16b
qemu
/
stubs
/
blockdev-close-all-bdrv-states.c
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-08 22:01:23 +03: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 18:36:12 +03:00
#
include
"block/block_int.h"
void
blockdev_close_all_bdrv_states
(
void
)
{
}
Reference in New Issue
Copy Permalink