From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kiszka Subject: [PATCH] qemu-kvm: x86: Drop redundant tpr prototypes Date: Sat, 23 May 2009 21:25:01 +0200 Message-ID: <4A184D8D.7050800@web.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig6396F4DC7DCEF0DDAC98AB82" Cc: kvm-devel To: Avi Kivity Return-path: Received: from fmmailgate02.web.de ([217.72.192.227]:55872 "EHLO fmmailgate02.web.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756103AbZEWTZC (ORCPT ); Sat, 23 May 2009 15:25:02 -0400 Sender: kvm-owner@vger.kernel.org List-ID: This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig6396F4DC7DCEF0DDAC98AB82 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Signed-off-by: Jan Kiszka --- 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 @@ =20 int kvm_set_tss_addr(kvm_context_t kvm, unsigned long addr); =20 -#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") =20 #endif --------------enig6396F4DC7DCEF0DDAC98AB82 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iEYEARECAAYFAkoYTY0ACgkQniDOoMHTA+kbgACfezAwuOrA08VOE6NxGeKCaxTq 6SMAn1JNQLzzQ5TZrlRLJ7cre4YmlhRf =OMft -----END PGP SIGNATURE----- --------------enig6396F4DC7DCEF0DDAC98AB82--