search for: _find_hv_kernels

Displaying 3 results from an estimated 3 matches for "_find_hv_kernels".

2011 Jan 20
1
[PATCH] Don't remove foreign kernels during conversion
...RedHat.pm +++ b/lib/Sys/VirtV2V/Converter/RedHat.pm @@ -538,21 +538,11 @@ sub _configure_kernel { my ($virtio, $g, $config, $desc, $dom) = @_; - my @remove_kernels = (); - - # Remove foreign hypervisor specific kernels from the list of available - # kernels - foreach my $kernel (_find_hv_kernels($desc)) { - # Don't actually try to remove them yet in case we remove them all. This - # might make your dependency checker unhappy. - push(@remove_kernels, $kernel); - } - # Pick first appropriate kernel returned by _list_kernels my $boot_kernel; foreach...
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
2010 May 19
8
RHN support and capabilities
This patch series includes a repost of Milan's unmodified RHN support patch because I haven't pushed it yet. On top of that patch, it includes the capabilities patch in as many bits as I could make it into. The big one is 7/8. I've tested all of the following guests both with and without RHN registration: Xen RHEL 54 PV Xen RHEL 51 PV Xen RHEL 48 PV ESX RHEL 54 FV