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: Wenchao Xia
Subject: Re: [Qemu-devel] [PATCH V3 5/7] qemu-img: add -L for snapshot in convert
Date: Thu, 10 Oct 2013 14:07:28 +0800
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; zh-CN; rv:1.9.2.28) Gecko/20120306 Thunderbird/3.1.20

于 2013/10/2 0:07, Paolo Bonzini 写道:
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

OK, will document both but mark it deprecated.




reply via email to

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