Re: [kvm-devel] KVM and RT

2007-08-01 Thread Gregory Haskins
On Wed, 2007-08-01 at 09:56 +0300, Avi Kivity wrote: > Gregory Haskins wrote: > > Hi Team, > > I don't know if anyone here also subscribes to linux-rt-users, but it > > seems as though Ingo et. al. rejected my modifications which ran the > > smp_call() in a thread (VFCIPI). > > It's not surpri

Re: [kvm-devel] KVM and RT

2007-07-31 Thread Avi Kivity
Gregory Haskins wrote: > Hi Team, > I don't know if anyone here also subscribes to linux-rt-users, but it > seems as though Ingo et. al. rejected my modifications which ran the > smp_call() in a thread (VFCIPI). It's not surprising. 650 lines including a custom memory allocator is excessive.

[kvm-devel] KVM and RT

2007-07-31 Thread Gregory Haskins
Hi Team, I don't know if anyone here also subscribes to linux-rt-users, but it seems as though Ingo et. al. rejected my modifications which ran the smp_call() in a thread (VFCIPI). So FYI: KVM is still broken on RT and needs to be addressed. In a nutshell, kvm_lock cannot be used as it us today