This website requires JavaScript.
Explore
Help
Sign In
OpenE2K
/
qemu-e2k
Watch
13
Star
4
Fork
0
You've already forked qemu-e2k
Code
Issues
4
Pull Requests
Projects
2
Releases
Activity
9695200ad8
qemu-e2k
/
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 20:01:23 +01: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 16:36:12 +01:00
#
include
"block/block_int.h"
void
blockdev_close_all_bdrv_states
(
void
)
{
}
Reference in New Issue
Copy Permalink