From: Christian Borntraeger Date: Wed, 26 Nov 2008 13:50:27 +0000 (+0100) Subject: KVM: s390: Fix refcounting and allow module unload X-Git-Tag: v2.6.29-rc1~539^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d329c035e754156ffabcb64ff75d05bb8e2ddbf5;p=pandora-kernel.git KVM: s390: Fix refcounting and allow module unload Currently it is impossible to unload the kvm module on s390. This patch fixes kvm_arch_destroy_vm to release all cpus. This make it possible to unload the module. In addition we stop messing with the module refcount in arch code. Signed-off-by: Christian Borntraeger Acked-by: Carsten Otte Signed-off-by: Avi Kivity --- Reading git-diff-tree failed