From: Takuya Yoshikawa Date: Tue, 16 Nov 2010 08:37:41 +0000 (+0900) Subject: KVM: rename hardware_[dis|en]able() to *_nolock() and add locking wrappers X-Git-Tag: v2.6.38-rc1~244^2~82 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75b7127c3858261fc080dd52a022424a7e7f6ae5;p=pandora-kernel.git KVM: rename hardware_[dis|en]able() to *_nolock() and add locking wrappers The naming convension of hardware_[dis|en]able family is little bit confusing because only hardware_[dis|en]able_all are using _nolock suffix. Renaming current hardware_[dis|en]able() to *_nolock() and using hardware_[dis|en]able() as wrapper functions which take kvm_lock for them reduces extra confusion. Signed-off-by: Takuya Yoshikawa Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed