summaryrefslogtreecommitdiff
path: root/qemu-kvm.h
diff options
context:
space:
mode:
authorAvi Kivity <avi@redhat.com>2009-12-10 17:42:18 +0200
committerAvi Kivity <avi@redhat.com>2009-12-10 17:42:18 +0200
commitc8fc2e486fb6306f998804f602a72ab41459cc7b (patch)
tree00d23e420015c11c158646cfa08eb2939ef1ce60 /qemu-kvm.h
parent427c8e89a51f7df097a6ce34d294449d531d87c0 (diff)
tpr patching: defer post-migration load to vcpu context
This makes sure the cpu state is properly loaded. Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'qemu-kvm.h')
-rw-r--r--qemu-kvm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/qemu-kvm.h b/qemu-kvm.h
index 74f374659..a81ff12f0 100644
--- a/qemu-kvm.h
+++ b/qemu-kvm.h
@@ -1161,6 +1161,8 @@ int kvm_vm_ioctl(KVMState *s, int type, ...);
int kvm_vcpu_ioctl(CPUState *env, int type, ...);
int kvm_check_extension(KVMState *s, unsigned int ext);
+int kvm_tpr_enable_vapic(CPUState *env);
+
#endif
#endif