search for: _find_xen_metadata

Displaying 2 results from an estimated 2 matches for "_find_xen_metadata".

2010 Jan 06
0
[PATCH] Converter: Fixes to Xen metadata conversion
...} + } + + else { + # Warn if no replacement was found + print STDERR user_message + (__x("WARNING: No replacement found for {xpath} in ". + "domain XML. The node was removed.", + xpath => $xpath)); - return _find_xen_metadata($dom); + $node->getParentNode()->removeChild($node); + } } -sub _find_xen_metadata +sub _unconfigure_xen_metadata { - my $dom = shift; - defined($dom) or carp("find_metadata called without dom argument"); - - # List of nodes requiring changes if they exist and...
2009 Dec 21
4
Refactor virt-v2v to be more like a 'big script'
These patches combine HVSource and HVTarget into a single Converter. This should make it more obvious where to hack without losing any practical flexibility. GuestOS remains separate. GuestOS is now a misnomer, because it's really only a Linux distro abstraction. It will be useless for Windows, for example. Functions which you'd expect to be different on a non-RH distro should live in