qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] pseries: disable migration-test if /dev/kvm cannot be used


From: Laurent Vivier
Subject: Re: [PATCH] pseries: disable migration-test if /dev/kvm cannot be used
Date: Thu, 21 Nov 2019 09:08:22 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2

On 21/11/2019 08:18, Juan Quintela wrote:
> Laurent Vivier <address@hidden> wrote:
>> On ppc64, migration-test only works with kvm_hv, and we already
>> have a check to verify the module is loaded.
>>
>> kvm_hv module can be loaded in memory and /sys/module/kvm_hv exists,
>> but on some systems (like build systems) /dev/kvm can be missing
>> (by administrators choice).
>>
>> And as kvm_hv exists test-migration is started but QEMU falls back to
>> TCG because it cannot be used:
>>
>>     Could not access KVM kernel module: No such file or directory
>>     failed to initialize KVM: No such file or directory
>>     Back to tcg accelerator
>>
>> And as the test is done with TCG, it fails.
>>
>> As for s390x, we must check for the existence and the access rights
>> of /dev/kvm.
>>
>> Reported-by: Cole Robinson <address@hidden>
>> Signed-off-by: Laurent Vivier <address@hidden>
> 
> Reviewed-by: Juan Quintela <address@hidden>
> 
> Oh, why it is so difficult!!!
> 
> Thanks, Juan.
> 

David,

could you add this one too to your ppc-for-4.2 queue?

Thanks,
Laurent




reply via email to

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