Revision db08adf5 block/vpc.c

b/block/vpc.c
594 594
}
595 595

  
596 596
static QEMUOptionParameter vpc_create_options[] = {
597
    { "size", OPT_SIZE },
597
    {
598
        .name = BLOCK_OPT_SIZE,
599
        .type = OPT_SIZE,
600
        .help = "Virtual disk size"
601
    },
598 602
    { NULL }
599 603
};
600 604

  

Also available in: Unified diff