Re: [PATCH v2 2/4] KVM: introduce "xinterface" API for external interaction with guests

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Avi Kivity
Date: Tuesday, October 6, 2009 - 9:23 am

On 10/06/2009 04:22 PM, Gregory Haskins wrote:

barrier() is the operation for a compiler barrier.  But it's unneeded 
here - unless the compiler can prove that ->release(intf) will not 
modify intf->owner it is not allowed to move the access afterwards.  An 
indirect function call is generally a barrier() since the compiler can't 
assume memory has not been modified.

-- 
error compiling committee.c: too many arguments to function

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH v2 0/4] KVM: xinterface, Gregory Haskins, (Fri Oct 2, 1:19 pm)
[PATCH v2 3/4] KVM: add io services to xinterface, Gregory Haskins, (Fri Oct 2, 1:19 pm)
[PATCH v2 4/4] KVM: add scatterlist support to xinterface, Gregory Haskins, (Fri Oct 2, 1:19 pm)
Re: [PATCH v2 2/4] KVM: introduce "xinterface" API for ext ..., Avi Kivity, (Tue Oct 6, 9:23 am)