]> Git Repo - qemu.git/commit - block.c
block: Use bdrv_open_image() in bdrv_open()
authorMax Reitz <[email protected]>
Fri, 20 Dec 2013 18:28:12 +0000 (19:28 +0100)
committerKevin Wolf <[email protected]>
Wed, 22 Jan 2014 11:07:18 +0000 (12:07 +0100)
commit054963f8f082695ecb1f169024c83ce3e4eea3d8
tree99bc4c528865df2de1b6162b0f0f995e7230c749
parentda557aac181fa71fde6a2a7c7a1eb2aea20caf64
block: Use bdrv_open_image() in bdrv_open()

Using bdrv_open_image() instead of bdrv_file_open() directly in
bdrv_open() is easier.

Signed-off-by: Max Reitz <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
block.c
This page took 0.028509 seconds and 4 git commands to generate.