diff options
Diffstat (limited to 'block/cow.c')
-rw-r--r-- | block/cow.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/block/cow.c b/block/cow.c index 3ae1b5cdc9..e252c95601 100644 --- a/block/cow.c +++ b/block/cow.c @@ -295,7 +295,8 @@ static void cow_close(BlockDriverState *bs) { } -static int cow_create(const char *filename, QEMUOptionParameter *options) +static int cow_create(const char *filename, QEMUOptionParameter *options, + Error **errp) { struct cow_header_v2 cow_header; struct stat st; |