Chris Wright wrote: > * Zachary Amsden ([EMAIL PROTECTED]) 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 _______________________________________________ Virtualization mailing list [email protected] https://lists.osdl.org/mailman/listinfo/virtualization
