]> git.proxmox.com Git - mirror_qemu.git/commit - block.c
block: Error parameter for create functions
authorMax Reitz <mreitz@redhat.com>
Fri, 6 Sep 2013 15:14:26 +0000 (17:14 +0200)
committerKevin Wolf <kwolf@redhat.com>
Thu, 12 Sep 2013 08:12:48 +0000 (10:12 +0200)
commitcc84d90ff54c025190dbe49ec5fea1268217c5f2
tree44541b52ece4f55b5678087f83f3eb6cd91774aa
parent34b5d2c68eb4082c288e70fb99c61af8f7b96fde
block: Error parameter for create functions

Add an Error ** parameter to bdrv_create and its associated functions to
allow more specific error messages.

Signed-off-by: Max Reitz <mreitz@redhat.com>
block.c
block/cow.c
block/qcow.c
block/qcow2.c
block/qed.c
block/raw_bsd.c
block/vvfat.c
include/block/block.h
qemu-img.c