Searched hist:"71 c79813d83b5b45ba934cf995436063da458f66" (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/ |
H A D | qemu-img.c | diff 71c79813d83b5b45ba934cf995436063da458f66 Fri Nov 30 06:52:04 CST 2012 Luiz Capitulino <lcapitulino@redhat.com> block: bdrv_img_create(): add Error ** argument
This commit adds an Error ** argument to bdrv_img_create() and set it appropriately on error.
Callers of bdrv_img_create() pass NULL for the new argument and still rely on bdrv_img_create()'s return value. Next commits will change callers to use the Error object instead.
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
|
H A D | blockdev.c | diff 71c79813d83b5b45ba934cf995436063da458f66 Fri Nov 30 06:52:04 CST 2012 Luiz Capitulino <lcapitulino@redhat.com> block: bdrv_img_create(): add Error ** argument
This commit adds an Error ** argument to bdrv_img_create() and set it appropriately on error.
Callers of bdrv_img_create() pass NULL for the new argument and still rely on bdrv_img_create()'s return value. Next commits will change callers to use the Error object instead.
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
|
H A D | block.c | diff 71c79813d83b5b45ba934cf995436063da458f66 Fri Nov 30 06:52:04 CST 2012 Luiz Capitulino <lcapitulino@redhat.com> block: bdrv_img_create(): add Error ** argument
This commit adds an Error ** argument to bdrv_img_create() and set it appropriately on error.
Callers of bdrv_img_create() pass NULL for the new argument and still rely on bdrv_img_create()'s return value. Next commits will change callers to use the Error object instead.
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
|