All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] KVM: x86: Remove .get_pkru() from kvm_x86_ops
@ 2017-08-28 14:38 Joerg Roedel
  2017-09-13 14:47 ` Radim Krčmář
  0 siblings, 1 reply; 2+ messages in thread
From: Joerg Roedel @ 2017-08-28 14:38 UTC (permalink / raw)
  To: Paolo Bonzini, Radim Krčmář
  Cc: kvm, linux-kernel, Joerg Roedel

From: Joerg Roedel <jroedel@suse.de>

The commit

	9dd21e104bc ('KVM: x86: simplify handling of PKRU')

removed all users and providers of that call-back, but
didn't remove it. Remove it now.

Signed-off-by: Joerg Roedel <jroedel@suse.de>
---
 arch/x86/include/asm/kvm_host.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h
index f4d120a3e22e..bf1a63b20567 100644
--- a/arch/x86/include/asm/kvm_host.h
+++ b/arch/x86/include/asm/kvm_host.h
@@ -947,7 +947,6 @@ struct kvm_x86_ops {
 	void (*cache_reg)(struct kvm_vcpu *vcpu, enum kvm_reg reg);
 	unsigned long (*get_rflags)(struct kvm_vcpu *vcpu);
 	void (*set_rflags)(struct kvm_vcpu *vcpu, unsigned long rflags);
-	u32 (*get_pkru)(struct kvm_vcpu *vcpu);
 
 	void (*tlb_flush)(struct kvm_vcpu *vcpu);
 
-- 
2.13.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-09-13 14:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-28 14:38 [PATCH] KVM: x86: Remove .get_pkru() from kvm_x86_ops Joerg Roedel
2017-09-13 14:47 ` Radim Krčmář

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.