OSDN Git Service

KVM: x86: Use a typedef for fastop functions
authorSean Christopherson <sean.j.christopherson@intel.com>
Wed, 22 Jan 2020 04:43:39 +0000 (20:43 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 27 Jan 2020 19:00:11 +0000 (20:00 +0100)
commit3009afc6e39e78708d8fb444ae50544b3bcd3a3f
tree1c96466b316125336003fddc21c17923cfbbdd9d
parent52db369823b28616377b8ceb6b6b3879735b9e75
KVM: x86: Use a typedef for fastop functions

Add a typedef to for the fastop function prototype to make the code more
readable.

No functional change intended.

Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Reviewed-by: Miaohe Lin <linmiaohe@huawei.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/emulate.c