Revision db08adf5 block/raw-posix.c

b/block/raw-posix.c
858 858

  
859 859

  
860 860
static QEMUOptionParameter raw_create_options[] = {
861
    { BLOCK_OPT_SIZE,           OPT_SIZE },
861
    {
862
        .name = BLOCK_OPT_SIZE,
863
        .type = OPT_SIZE,
864
        .help = "Virtual disk size"
865
    },
862 866
    { NULL }
863 867
};
864 868

  

Also available in: Unified diff