Revision db08adf5 block/raw-win32.c

b/block/raw-win32.c
234 234
}
235 235

  
236 236
static QEMUOptionParameter raw_create_options[] = {
237
    { BLOCK_OPT_SIZE,           OPT_SIZE },
237
    {
238
        .name = BLOCK_OPT_SIZE,
239
        .type = OPT_SIZE,
240
        .help = "Virtual disk size"
241
    },
238 242
    { NULL }
239 243
};
240 244

  

Also available in: Unified diff