search for: hv_node

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

Did you mean: pv_node
2010 Jan 06
0
[PATCH] Converter: Fixes to Xen metadata conversion
...ain.rng - my @nodeinfo = (); - foreach my $check_node (@check_nodes) { - my $xpath = $check_node->[0]; - my $pattern = $check_node->[1]; - my $required = $check_node->[2]; + # Nodes which should be replaced with a default if they are present + foreach my $hv_node ( + [ '/domain/@type', 'xen' ], + [ '/domain/devices/input/@bus', 'xen' ] + ) { + my $xpath = $hv_node->[0]; + my $pattern = $hv_node->[1]; foreach my $node ($dom->findnodes($xpath)) { if(defined($patter...
2010 Feb 01
9
[ESX support] Working ESX conversion for RHEL 5
With this patchset I have successfully[1] imported a RHEL 5 guest directly from ESX with the following command line: virt-v2v -ic 'esx://yellow.marston/?no_verify=1' -op transfer RHEL5-64 Login details are stored in ~/.netrc Note that this is the only guest I've tested against. I haven't for example, checked that I haven't broken Xen imports. Matt [1] With the exception of