Revision 2ea720db hmp-commands.hx

b/hmp-commands.hx
821 821
ETEXI
822 822

  
823 823
    {
824
        .name       = "snapshot_blkdev",
825
        .args_type  = "device:B,snapshot_file:s?,format:s?",
826
        .params     = "device [new-image-file] [format]",
827
        .help       = "initiates a live snapshot\n\t\t\t"
828
                      "of device. If a new image file is specified, the\n\t\t\t"
829
                      "new image file will become the new root image.\n\t\t\t"
830
                      "If format is specified, the snapshot file will\n\t\t\t"
831
                      "be created in that format. Otherwise the\n\t\t\t"
832
                      "snapshot will be internal! (currently unsupported)",
833
        .mhandler.cmd_new = do_snapshot_blkdev,
824
        .name       = "client_migrate_info",
825
        .args_type  = "protocol:s,hostname:s,port:i?,tls-port:i?,cert-subject:s?",
826
        .params     = "protocol hostname port tls-port cert-subject",
827
        .help       = "send migration info to spice/vnc client",
828
        .user_print = monitor_user_noop,
829
        .mhandler.cmd_new = client_migrate_info,
834 830
    },
835 831

  
836 832
STEXI
......
842 838
ETEXI
843 839

  
844 840
    {
845
        .name       = "client_migrate_info",
846
        .args_type  = "protocol:s,hostname:s,port:i?,tls-port:i?,cert-subject:s?",
847
        .params     = "protocol hostname port tls-port cert-subject",
848
        .help       = "send migration info to spice/vnc client",
849
        .user_print = monitor_user_noop,
850
        .mhandler.cmd_new = client_migrate_info,
841
        .name       = "snapshot_blkdev",
842
        .args_type  = "device:B,snapshot_file:s?,format:s?",
843
        .params     = "device [new-image-file] [format]",
844
        .help       = "initiates a live snapshot\n\t\t\t"
845
                      "of device. If a new image file is specified, the\n\t\t\t"
846
                      "new image file will become the new root image.\n\t\t\t"
847
                      "If format is specified, the snapshot file will\n\t\t\t"
848
                      "be created in that format. Otherwise the\n\t\t\t"
849
                      "snapshot will be internal! (currently unsupported)",
850
        .mhandler.cmd_new = do_snapshot_blkdev,
851 851
    },
852 852

  
853 853
STEXI

Also available in: Unified diff