Laurent Vivier wrote:
> Try to make some code simplifications allowed by the use of a mutex instead
> of a
> spinlock. As we can keep the lock longer, we don't have to release it and then
> have to check if the environment has not been modified before re-taking it. We
> can remove kvm->busy and kv
Try to make some code simplifications allowed by the use of a mutex instead of a
spinlock. As we can keep the lock longer, we don't have to release it and then
have to check if the environment has not been modified before re-taking it. We
can remove kvm->busy and kvm->memory_config_version.
Signed