Revision db08adf5 block/cow.c

b/block/cow.c
262 262
}
263 263

  
264 264
static QEMUOptionParameter cow_create_options[] = {
265
    { BLOCK_OPT_SIZE,           OPT_SIZE },
266
    { BLOCK_OPT_BACKING_FILE,   OPT_STRING },
265
    {
266
        .name = BLOCK_OPT_SIZE,
267
        .type = OPT_SIZE,
268
        .help = "Virtual disk size"
269
    },
270
    {
271
        .name = BLOCK_OPT_BACKING_FILE,
272
        .type = OPT_STRING,
273
        .help = "File name of a base image"
274
    },
267 275
    { NULL }
268 276
};
269 277

  

Also available in: Unified diff