[Kimchi-devel] [PATCH][Kimchi] Fix issue:#838 - Set qemu version to 2.1

Paulo Ricardo Paz Vital pvital at linux.vnet.ibm.com
Tue Mar 15 14:29:20 UTC 2016


Just one thing to pay attention before do this - is the qemu version
available for Fedora 23, Ubuntu 15.10, Debian 8, OpenSuse Leap and RHEL
7 >= 2.1 ?

Also, don't forget to make the modification for all these distros.

Paulo.

On 03/15/2016 09:35 AM, Rodrigo Trujillo wrote:
> Please, ignore this patch, I am going to send a better approach ...
> 
> Thanks
> 
> Rodrigo
> 
> On 03/15/2016 08:47 AM, Jose Ricardo Ziviani wrote:
>> Reviewed by: Jose Ricardo Ziviani <joserz at linux.vnet.ibm.com>
>>
>> On 15-03-2016 01:34, Rodrigo Trujillo wrote:
>>> Qemu only supports memory hotplug after 2.1 version, see:
>>> http://wiki.qemu.org/ChangeLog/2.1#x86
>>>
>>> In order to avoid errors starting guests, it is better to set the
>>> minimal version required (2.1) in packages specs.
>>>
>>> Signed-off-by: Rodrigo Trujillo <rodrigo.trujillo at linux.vnet.ibm.com>
>>> ---
>>>   contrib/DEBIAN/control.in     | 2 +-
>>>   contrib/kimchi.spec.fedora.in | 2 +-
>>>   2 files changed, 2 insertions(+), 2 deletions(-)
>>>
>>> diff --git a/contrib/DEBIAN/control.in b/contrib/DEBIAN/control.in
>>> index b6acdaf..c46b5b3 100644
>>> --- a/contrib/DEBIAN/control.in
>>> +++ b/contrib/DEBIAN/control.in
>>> @@ -14,7 +14,7 @@ Depends: wok,
>>>            gettext,
>>>            libvirt-bin,
>>>            nfs-common,
>>> -         qemu-kvm,
>>> +         qemu-kvm (>= 2.1),
>>>            python-parted,
>>>            python-psutil (>= 0.6.0),
>>>            python-ethtool,
>>> diff --git a/contrib/kimchi.spec.fedora.in
>>> b/contrib/kimchi.spec.fedora.in
>>> index c2111f9..1bdf38c 100644
>>> --- a/contrib/kimchi.spec.fedora.in
>>> +++ b/contrib/kimchi.spec.fedora.in
>>> @@ -9,7 +9,7 @@ License:    LGPL/ASL2
>>>   Source0:    %{name}-%{version}.tar.gz
>>>   Requires:    wok
>>>   Requires:    ginger-base
>>> -Requires:    qemu-kvm
>>> +Requires:    qemu-kvm >= 2.1
>>>   Requires:    gettext
>>>   Requires:    libvirt
>>>   Requires:    libvirt-python
>>>
>>
> 
> _______________________________________________
> Kimchi-devel mailing list
> Kimchi-devel at ovirt.org
> http://lists.ovirt.org/mailman/listinfo/kimchi-devel
> 




More information about the Kimchi-devel mailing list