Revision fbc3d96c qemu-monitor.hx

b/qemu-monitor.hx
724 724

  
725 725
    {
726 726
        .name       = "migrate",
727
        .args_type  = "detach:-d,uri:s",
728
        .params     = "[-d] uri",
729
        .help       = "migrate to URI (using -d to not wait for completion)",
730
        .user_print = monitor_user_noop,
731
        .mhandler.cmd_new = do_migrate,
727
        .args_type  = "detach:-d,blk:-b,inc:-i,uri:s",
728
        .params     = "[-d] [-b] [-i] uri",
729
        .help       = "migrate to URI (using -d to not wait for completion)"
730
		      "\n\t\t\t -b for migration without shared storage with"
731
		      " full copy of disk\n\t\t\t -i for migration without "
732
		      "shared storage with incremental copy of disk "
733
		      "(base image shared between src and destination)",
734
        .user_print = monitor_user_noop,	
735
	.mhandler.cmd_new = do_migrate,
732 736
    },
733 737

  
738

  
734 739
STEXI
735
@item migrate [-d] @var{uri}
740
@item migrate [-d] [-b] [-i] @var{uri}
736 741
Migrate to @var{uri} (using -d to not wait for completion).
742
	-b for migration with full copy of disk
743
	-i for migration with incremental copy of disk (base image is shared)
737 744
ETEXI
738 745

  
739 746
    {

Also available in: Unified diff