]> git.proxmox.com Git - mirror_qemu.git/commit - vl.c
Replace calls of old bdrv_open
authorKevin Wolf <kwolf@redhat.com>
Wed, 31 Mar 2010 12:40:27 +0000 (14:40 +0200)
committerKevin Wolf <kwolf@redhat.com>
Fri, 23 Apr 2010 14:08:46 +0000 (16:08 +0200)
commitd6e9098e10e82feeddb824d7c3d0cf61aff96c29
tree29a16b6152876e8ea74703052c94675bfdeb51ea
parent4768fa902c3860f2fe34403e6e1c83bfca6da034
Replace calls of old bdrv_open

What is known today as bdrv_open2 becomes the new bdrv_open. All remaining
callers of the old function are converted to the new one. In some places they
even know the right format, so they should have used bdrv_open2 from the
beginning.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block.c
block.h
block/qcow2.c
block/vmdk.c
block/vvfat.c
hw/xen_disk.c
monitor.c
qemu-img.c
qemu-io.c
qemu-nbd.c
vl.c