public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] qemu-kvm: x86: Drop redundant tpr prototypes
@ 2009-05-23 19:25 Jan Kiszka
  2009-05-24  8:26 ` Avi Kivity
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Kiszka @ 2009-05-23 19:25 UTC (permalink / raw)
  To: Avi Kivity; +Cc: kvm-devel

[-- Attachment #1: Type: text/plain, Size: 1206 bytes --]

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---

 target-i386/libkvm.h |   25 -------------------------
 1 files changed, 0 insertions(+), 25 deletions(-)

diff --git a/target-i386/libkvm.h b/target-i386/libkvm.h
index 307fbcc..081e010 100644
--- a/target-i386/libkvm.h
+++ b/target-i386/libkvm.h
@@ -25,31 +25,6 @@
 
 int kvm_set_tss_addr(kvm_context_t kvm, unsigned long addr);
 
-#ifdef KVM_CAP_VAPIC
-
-/*!
- * \brief Enable kernel tpr access reporting
- *
- * When tpr access reporting is enabled, the kernel will call the
- * ->tpr_access() callback every time the guest vcpu accesses the tpr.
- *
- * \param kvm Pointer to the current kvm_context
- * \param vcpu vcpu to enable tpr access reporting on
- */
-int kvm_enable_tpr_access_reporting(kvm_context_t kvm, int vcpu);
-
-/*!
- * \brief Disable kernel tpr access reporting
- *
- * Undoes the effect of kvm_enable_tpr_access_reporting().
- *
- * \param kvm Pointer to the current kvm_context
- * \param vcpu vcpu to disable tpr access reporting on
- */
-int kvm_disable_tpr_access_reporting(kvm_context_t kvm, int vcpu);
-
-#endif
-
 #define smp_wmb()   asm volatile("" ::: "memory")
 
 #endif


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 257 bytes --]

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

end of thread, other threads:[~2009-05-24  8:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-23 19:25 [PATCH] qemu-kvm: x86: Drop redundant tpr prototypes Jan Kiszka
2009-05-24  8:26 ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox