[Libguestfs] [PATCH] Converter: Blacklist ACPI for RHEL 3 x86_64

Richard W.M. Jones rjones at redhat.com
Tue Jan 5 16:44:26 UTC 2010


On Mon, Dec 21, 2009 at 05:57:33PM +0000, Matthew Booth wrote:
> +    # Blacklist configurations which are known to fail
> +    # RHEL 3, x86_64
> +    if ($desc->{distro} eq 'rhel' && $desc->{major_version} == 3 &&
> +        $arch eq 'x86_64') {
> +        return 0;
> +    }

Windows with non-ACPI HAL too?

ACK.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-top is 'top' for virtual machines.  Tiny program with many
powerful monitoring features, net stats, disk stats, logging, etc.
http://et.redhat.com/~rjones/virt-top




More information about the Libguestfs mailing list