]> git.proxmox.com Git - qemu.git/blobdiff - kvm.h
cpu: Move kvm_state field into CPUState
[qemu.git] / kvm.h
diff --git a/kvm.h b/kvm.h
index a2375ff469061997927825028ffccdf3daa1f8cb..6ddcdc5e8bf357bd39183a296b0a6f8908038209 100644 (file)
--- a/kvm.h
+++ b/kvm.h
@@ -207,10 +207,10 @@ struct kvm_sw_breakpoint {
 
 QTAILQ_HEAD(kvm_sw_breakpoint_head, kvm_sw_breakpoint);
 
-struct kvm_sw_breakpoint *kvm_find_sw_breakpoint(CPUArchState *env,
+struct kvm_sw_breakpoint *kvm_find_sw_breakpoint(CPUState *cpu,
                                                  target_ulong pc);
 
-int kvm_sw_breakpoints_active(CPUArchState *env);
+int kvm_sw_breakpoints_active(CPUState *cpu);
 
 int kvm_arch_insert_sw_breakpoint(CPUState *current_cpu,
                                   struct kvm_sw_breakpoint *bp);