Il 26/09/2013 02:16, Wenchao Xia ha scritto: > + c = getopt(argc, argv, "f:O:B:s:hce6o:pS:t:qnL:"); > if (c == -1) { > break; > } > @@ -1183,6 +1184,9 @@ static int img_convert(int argc, char **argv) > case 's': > snapshot_name = optarg; > break; > + case 'L': > + sn_opts = qemu_opts_parse(&internal_snapshot_opts, optarg, 0); > + break; > case 'S':
Should qemu-img introduce -l too, and deprecate -s (continue to accept it silently, but not document it)? Paolo