]> git.proxmox.com Git - mirror_qemu.git/commit - blockdev.c
block: Add bdrv_next_monitor_owned()
authorMax Reitz <mreitz@redhat.com>
Wed, 16 Mar 2016 18:54:41 +0000 (19:54 +0100)
committerKevin Wolf <kwolf@redhat.com>
Thu, 17 Mar 2016 14:47:56 +0000 (15:47 +0100)
commit262b4e8f74dfd5ea9159aa98dcd705158b12e8ed
tree3cb4849b6f28addcc3754537f6c65e5928d64e63
parentfe1a9cbc339bb54d20f1ca4c1e8788d16944d5cf
block: Add bdrv_next_monitor_owned()

Add a function for iterating over all monitor-owned BlockDriverStates so
the generic block layer can do so.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
blockdev.c
include/block/block.h
stubs/Makefile.objs
stubs/bdrv-next-monitor-owned.c [new file with mode: 0644]