summaryrefslogtreecommitdiffstats
path: root/include/sysemu/kvm.h
diff options
context:
space:
mode:
authorAndreas Färber <afaerber@suse.de>2013-05-26 23:46:55 +0200
committerAndreas Färber <afaerber@suse.de>2013-06-28 13:25:12 +0200
commit1458c363139a54f50ea336edc612d8c5e9142220 (patch)
treeac2bb2b8c61ca96e6e22a5f02d4a6ca6f46394c1 /include/sysemu/kvm.h
parent5326ab5567c12bac0802b08b265f401fe84a4ad6 (diff)
downloadhqemu-1458c363139a54f50ea336edc612d8c5e9142220.zip
hqemu-1458c363139a54f50ea336edc612d8c5e9142220.tar.gz
kvm: Change kvm_cpu_exec() argument to CPUState
It no longer uses CPUArchState. Prepares for changing qemu_kvm_cpu_thread_fn() opaque to CPUState. Acked-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'include/sysemu/kvm.h')
-rw-r--r--include/sysemu/kvm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sysemu/kvm.h b/include/sysemu/kvm.h
index 5adb044..fe8bc40 100644
--- a/include/sysemu/kvm.h
+++ b/include/sysemu/kvm.h
@@ -147,9 +147,9 @@ int kvm_has_gsi_routing(void);
int kvm_has_intx_set_mask(void);
int kvm_init_vcpu(CPUState *cpu);
+int kvm_cpu_exec(CPUState *cpu);
#ifdef NEED_CPU_H
-int kvm_cpu_exec(CPUArchState *env);
#if !defined(CONFIG_USER_ONLY)
void *kvm_ram_alloc(ram_addr_t size);
OpenPOWER on IntegriCloud