From dafd032a15f8f165a7d10e00217d3b74f70a7b0f Mon Sep 17 00:00:00 2001 From: Dominik Dingel Date: Tue, 2 Dec 2014 16:53:21 +0100 Subject: [PATCH] KVM: s390: move vcpu specific initalization to a later point As we will allow in a later patch to recreate gmaps with new limits, we need to make sure that vcpus get their reference for that gmap after they increased the online_vcpu counter, so there is no possible race. While we are doing this, we also can simplify the vcpu_init function, by moving ucontrol specifics to an own function. That way we also start now setting the kvm_valid_regs for the ucontrol path. Reviewed-by: Jens Freimann Reviewed-by: David Hildenbrand Acked-by: Cornelia Huck Signed-off-by: Dominik Dingel Signed-off-by: Christian Borntraeger --- Reading git-format-patch failed