]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86: Remove defunct pre_block/post_block kvm_x86_ops hooks
authorSean Christopherson <seanjc@google.com>
Wed, 8 Dec 2021 01:52:19 +0000 (01:52 +0000)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 19 Jan 2022 17:14:40 +0000 (12:14 -0500)
commit2962bee8bb6781b2c89b37f75d0f92bd94e112e6
treeeeac0b60d1edba0d3b5abe17a9d5504bc56ca9b5
parentf37f4042095e6561ce41a46022e20312e8f67d95
KVM: x86: Remove defunct pre_block/post_block kvm_x86_ops hooks

Drop kvm_x86_ops' pre/post_block() now that all implementations are nops.

No functional change intended.

Signed-off-by: Sean Christopherson <seanjc@google.com>
Reviewed-by: Maxim Levitsky <mlevitsk@redhat.com>
Message-Id: <20211208015236.1616697-10-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/include/asm/kvm-x86-ops.h
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/vmx/vmx.c
arch/x86/kvm/x86.c