qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH V3 5/7] qemu-img: add -L for snapshot in convert


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH V3 5/7] qemu-img: add -L for snapshot in convert
Date: Tue, 01 Oct 2013 18:07:34 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130923 Thunderbird/17.0.9

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]