Revision 587da2c3 hmp-commands.hx

b/hmp-commands.hx
1553 1553
ETEXI
1554 1554

  
1555 1555
    {
1556
        .name       = "qemu-io",
1557
        .args_type  = "device:B,command:s",
1558
        .params     = "[device] \"[command]\"",
1559
        .help       = "run a qemu-io command on a block device",
1560
        .mhandler.cmd = hmp_qemu_io,
1561
    },
1562

  
1563
STEXI
1564
@item qemu-io @var{device} @var{command}
1565
@findex qemu-io
1566

  
1567
Executes a qemu-io command on the given block device.
1568

  
1569
ETEXI
1570

  
1571
    {
1556 1572
        .name       = "info",
1557 1573
        .args_type  = "item:s?",
1558 1574
        .params     = "[subcommand]",

Also available in: Unified diff