]> xenbits.xensource.com Git - people/dariof/xen-tools.git/commitdiff
xen-list-images now also outputs the name of the config file
authorAxel Beckert <abe@deuxchevaux.org>
Thu, 17 Jan 2013 21:15:21 +0000 (22:15 +0100)
committerAxel Beckert <abe@deuxchevaux.org>
Thu, 17 Jan 2013 21:15:21 +0000 (22:15 +0100)
bin/xen-list-images
debian/changelog

index f5c6b9189293e29e874d69201b32c0bdd05f0a0b..1abb6176a86055c944968bda0729701a8103f491 100755 (executable)
@@ -269,6 +269,7 @@ sub displayInstance
     print "Memory: $mem\n";
     print "IP: " . $ip . $mac . "\n" if length($ip);
     print "DHCP" . $mac . "\n" if $dhcp;
+    print "Config: $file\n";
 }
 
 
index fa92ec1ab28bb1c55a793234128539fc1fdcc044..c5fd0c09d182f626530798b5bd51895f94ffb228 100644 (file)
@@ -10,7 +10,9 @@ xen-tools (4.4~dev-1) UNRELEASED; urgency=low
     - Also recognize "M" and "G" instead of "MB" and "GB" as size unit for
       --memory. (Closes: #691320) Document the recognized units.
     - Default DomUs to use the noop scheduler (Closes: #693131)
-    - xen-list-images now understands the --extension option.
+    - xen-list-images update:
+      + now understands the --extension option.
+      + also outputs the file name of the config file
     - Fixes "--extension=" with empty parameter.
     - Remove CVS revisions from --version output
     - Preliminary support for Debian Jessie and Ubuntu Raring