On 06/25/2012 04:12 PM, Gleb Natapov wrote:

>> Right.  But I think we can have x86_linearize() that doesn't take a
>> context parameter, only ops.
>> 
> All ops take context parameter though.
> 

context is meaningful for:
- saving state between executions (decode/execute/execute)
- passing state that is not provided via callbacks (regs/mode/flags)
- returning results

Only the second is relevant, and we're trying to get rid of that too.

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


--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to