Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-16 | all: Clean up includes | Peter Maydell | |
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-02 | blockdev: Keep track of monitor-owned BDS | Max Reitz | |
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> |