Il 29/09/2014 14:57, Alexander Graf ha scritto: >> > Yeah, that would be possible. You do not even need synchronize_state, >> > it seems to me that it introduces more complication for little gain. > Well, it makes all accels behave the same and keep information always at > a single entity (the env struct). I don't think the vmport code should > have knowledge of a xen env struct.
Yes, we agree on that. In fact the right CPU is already stored in send_vcpu of XenIOState. Paolo