Displaying 7 results from an estimated 7 matches for "workarund".
Did you mean:
workaround
2015 Nov 20
2
How to disable kvm_steal_time feature
Hi.
I would like to workaround a bug, when after live-migration of KVM
guest, there is a 100% steal time shown in guest.
I've read, that disabling 'kvm_steal_time' feature should workarund this
bug, but i can't find a way to disable it in libvirt's domain xml file.
Tried in <cpu> section:
<feature policy='disable' name='kvm_steal_time'/>
but that doesn't work.
Also, couldn't find any related information in libvirt documentation.
Google...
2007 Apr 18
2
[PATCH] Fix potential interrupts during alternative patching [was Re: [RFC] Avoid PIT SMP lockups]
...s a very
>>> hacked 2.6.18-rc6-mm1+local-patches thing, but the fix should be obvious
>>> enough.
>>>
>> Ok, I'll test and report back...
>>
>
> Both 2.6.18 and 2.6.18.1 boots without any problem (and of course without
> noreplacement workarund) with that patch.
>
> Cheers
>
So this patch is an obvious bugfix - please apply, and to stable as
well. I'm not sure when this broke, but taking interrupts in the middle
of self modifying code is not a pretty sight.
Zach
-------------- next part --------------
Interrupts must b...
2007 Apr 18
2
[PATCH] Fix potential interrupts during alternative patching [was Re: [RFC] Avoid PIT SMP lockups]
...s a very
>>> hacked 2.6.18-rc6-mm1+local-patches thing, but the fix should be obvious
>>> enough.
>>>
>> Ok, I'll test and report back...
>>
>
> Both 2.6.18 and 2.6.18.1 boots without any problem (and of course without
> noreplacement workarund) with that patch.
>
> Cheers
>
So this patch is an obvious bugfix - please apply, and to stable as
well. I'm not sure when this broke, but taking interrupts in the middle
of self modifying code is not a pretty sight.
Zach
-------------- next part --------------
Interrupts must b...
2015 Nov 27
2
Re: How to disable kvm_steal_time feature
...015 at 04:31:56PM +0100, Piotr Rybicki wrote:
>>
>> Hi.
>>
>> I would like to workaround a bug, when after live-migration of KVM
>> guest, there is a 100% steal time shown in guest.
>>
>> I've read, that disabling 'kvm_steal_time' feature should workarund
>> this bug, but i can't find a way to disable it in libvirt's domain xml
>> file.
>>
>
> There is no support for that in libvirt. Either we must addit ad a
> feature (patches welcome), but if that's there just for a workaround,
> I would suggest chasing t...
2015 Nov 27
0
Re: How to disable kvm_steal_time feature
On Fri, Nov 20, 2015 at 04:31:56PM +0100, Piotr Rybicki wrote:
>Hi.
>
>I would like to workaround a bug, when after live-migration of KVM
>guest, there is a 100% steal time shown in guest.
>
>I've read, that disabling 'kvm_steal_time' feature should workarund
>this bug, but i can't find a way to disable it in libvirt's domain xml
>file.
>
There is no support for that in libvirt. Either we must addit ad a
feature (patches welcome), but if that's there just for a workaround,
I would suggest chasing the original bug.
If you just wan...
2015 Nov 27
0
Re: How to disable kvm_steal_time feature
...tr Rybicki wrote:
>>>
>>> Hi.
>>>
>>> I would like to workaround a bug, when after live-migration of KVM
>>> guest, there is a 100% steal time shown in guest.
>>>
>>> I've read, that disabling 'kvm_steal_time' feature should workarund
>>> this bug, but i can't find a way to disable it in libvirt's domain xml
>>> file.
>>>
>>
>> There is no support for that in libvirt. Either we must addit ad a
>> feature (patches welcome), but if that's there just for a workaround,
>&g...
2015 Nov 27
2
Re: How to disable kvm_steal_time feature
2015-11-27 16:57 GMT+03:00 Martin Kletzander <mkletzan@redhat.com>:
> I don't think we report that in domain stats, but top/virt-top could
> help with that.
Ok libvirt can't get this value, but does it possible if i know cpu
stats of domain and host info (i don't know which =)) determine for
specific domain does it possible have steal time or not?
--
Vasiliy Tolstov,