summaryrefslogtreecommitdiffstats
path: root/stubs/blockdev-close-all-bdrv-states.c
Commit message (Collapse)AuthorAgeFilesLines
* all: Clean up includesPeter Maydell2016-02-161-0/+1
| | | | | | | | | | 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>
* blockdev: Keep track of monitor-owned BDSMax Reitz2016-02-021-0/+5
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>