From: James Hogan Date: Thu, 29 May 2014 09:16:28 +0000 (+0100) Subject: MIPS: KVM: Move KVM_{GET,SET}_ONE_REG definitions into kvm_host.h X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~8^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48a3c4e4cd6aa1a2270f3dd2a29e44206e4b2428;p=pandora-kernel.git MIPS: KVM: Move KVM_{GET,SET}_ONE_REG definitions into kvm_host.h Move the KVM_{GET,SET}_ONE_REG MIPS register id definitions out of kvm_mips.c to kvm_host.h so that they can be shared between multiple source files. This allows register access to be indirected depending on the underlying implementation (trap & emulate or VZ). Signed-off-by: James Hogan Cc: Paolo Bonzini Cc: Gleb Natapov Cc: kvm@vger.kernel.org Cc: Ralf Baechle Cc: linux-mips@linux-mips.org Cc: David Daney Cc: Sanjay Lal Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed