]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target-i386/cpu-qom.h
cpu: Replace do_interrupt() by CPUClass::do_interrupt method
[mirror_qemu.git] / target-i386 / cpu-qom.h
index 83c5318d3ac587adf4f8893291e373f4119f7d49..08f9eb67b2828b124fff5440c82235b0b818b171 100644 (file)
@@ -80,4 +80,10 @@ static inline X86CPU *x86_env_get_cpu(CPUX86State *env)
 extern const struct VMStateDescription vmstate_x86_cpu;
 #endif
 
+/**
+ * x86_cpu_do_interrupt:
+ * @cpu: vCPU the interrupt is to be handled by.
+ */
+void x86_cpu_do_interrupt(CPUState *cpu);
+
 #endif