search for: 3fb59ce

Displaying 1 result from an estimated 1 matches for "3fb59ce".

Did you mean: 3fb096e
2010 Apr 08
1
[PATCH] Move all interaction with the config file into Sys::VirtV2V::Config
...ute name and value - $source->removeAttributeNode($oldname); - $source->setAttribute($newtype, $newname); - - # Update the type of the interface - $if->setAttribute('type', $newtype); } =back diff --git a/lib/Sys/VirtV2V/GuestOS.pm b/lib/Sys/VirtV2V/GuestOS.pm index 3fb59ce..6165edd 100644 --- a/lib/Sys/VirtV2V/GuestOS.pm +++ b/lib/Sys/VirtV2V/GuestOS.pm @@ -150,100 +150,6 @@ sub get_memory_kb return $mem_kb->getData(); } -=item match_app - -Return a matching app entry from the virt-v2v configuration. The entry is -returned as a hashref containing 2 entries...