summaryrefslogtreecommitdiff
path: root/qemu-kvm.h
diff options
context:
space:
mode:
authorGlauber Costa <glommer@redhat.com>2009-10-19 11:20:44 -0200
committerMarcelo Tosatti <mtosatti@redhat.com>2009-10-20 12:59:17 -0200
commit10b3429c66b0be7dcbd169dea208f98262bb0b52 (patch)
treee1fee0e242ad79d5485ee831977c88c836fbc060 /qemu-kvm.h
parentae3c812ede5273bbbbd6d626fade5959ea16530d (diff)
use upstream version of kvm_arch_post_run
Replace ours with qemu.git version. A couple of functions go unused, and are deleted. Signed-off-by: Glauber Costa <glommer@redhat.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'qemu-kvm.h')
-rw-r--r--qemu-kvm.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/qemu-kvm.h b/qemu-kvm.h
index 192ee722a..2c9f9696b 100644
--- a/qemu-kvm.h
+++ b/qemu-kvm.h
@@ -190,17 +190,6 @@ void kvm_create_irqchip(kvm_context_t kvm);
int kvm_run(CPUState *env);
/*!
- * \brief Get interrupt flag from on last exit to userspace
- *
- * This gets the CPU interrupt flag as it was on the last exit to userspace.
- *
- * \param kvm Pointer to the current kvm_context
- * \param vcpu Which virtual CPU should get dumped
- * \return interrupt flag value (0 or 1)
- */
-int kvm_get_interrupt_flag(CPUState *env);
-
-/*!
* \brief Check if a vcpu is ready for interrupt injection
*
* This checks if vcpu interrupts are not masked by mov ss or sti.