qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Should we have a 2.0-rc3 ?


From: Eric Blake
Subject: Re: [Qemu-devel] Should we have a 2.0-rc3 ?
Date: Thu, 10 Apr 2014 09:38:57 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0

On 04/10/2014 09:27 AM, Alexander Graf wrote:
> 
> Hrm, so what if we just ditch pre-2.0 support for PPC in libvirt? Then
> it'd become
> 
> if (machine_type == pc || machine_type == pseries || machine_type ==
> ppce500)
>   assume QEMU_CAPS_PCI_MULTIBUS
> else ...
> 
> and everyone is happy, no? :)

No, because there (may be) people clamoring for (at least some specific
machine types of) PPC support to be backported to pre-2.0 versions.

The point is that the pre-2.0 behavior is a mess of special casing,
which can't be helped, but what CAN be helped is no NEW special casing
without introspection.  We failed at adding the introspection in time,
and the only other alternative to adding introspection is to change ALL
machines at the same time; since neither of those can happen in time for
2.0, it leaves reverting the PPC change and letting 2.0 behave like
pre-2.0 as the path with the fewest special casing requirements.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]