Chris Wright wrote: > * Zachary Amsden (zach at vmware.com) wrote: > >> The paravirt-op just got a lot harder to implement, so there is a cost >> to the simpler interface. >> > > I'm missing why it's a lot harder. Seems reasonably straight forward. > puzzled... > Before it could be a direct call for us. Now I am forced to write a wrapper function around it which does exactly the same work as the native code, them calls a ROM function. It is straight forward, but obviously undesirable. Zach