All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@web.de>
To: Avi Kivity <avi@redhat.com>
Cc: kvm-devel <kvm@vger.kernel.org>
Subject: [PATCH] qemu-kvm: x86: Drop redundant tpr prototypes
Date: Sat, 23 May 2009 21:25:01 +0200	[thread overview]
Message-ID: <4A184D8D.7050800@web.de> (raw)

[-- 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 --]

             reply	other threads:[~2009-05-23 19:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-23 19:25 Jan Kiszka [this message]
2009-05-24  8:26 ` [PATCH] qemu-kvm: x86: Drop redundant tpr prototypes Avi Kivity

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4A184D8D.7050800@web.de \
    --to=jan.kiszka@web.de \
    --cc=avi@redhat.com \
    --cc=kvm@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.