]> git.proxmox.com Git - qemu.git/commit - block.h
block: Factor bdrv_read_unthrottled() out of guess_disk_lchs()
authorMarkus Armbruster <armbru@redhat.com>
Fri, 29 Jun 2012 15:34:29 +0000 (17:34 +0200)
committerKevin Wolf <kwolf@redhat.com>
Mon, 9 Jul 2012 15:21:02 +0000 (17:21 +0200)
commit07d27a442e01870ea6fc2d6ffbe1df61dccaafc4
tree3c2095c04c07f4b4643498d61593824c9f22aaa2
parentbb494a505e17dd06a07a662b8c800f255ac387c4
block: Factor bdrv_read_unthrottled() out of guess_disk_lchs()

To prepare move of guess_disk_lchs() into hw/, where it poking
BlockDriverState member io_limits_enabled directly would be unclean.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block.c
block.h