diff options
Diffstat (limited to 'include/qemu/accel.h')
| -rw-r--r-- | include/qemu/accel.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/qemu/accel.h b/include/qemu/accel.h index 898159c001..446153b145 100644 --- a/include/qemu/accel.h +++ b/include/qemu/accel.h @@ -97,6 +97,12 @@ void accel_cpu_instance_init(CPUState *cpu); bool accel_cpu_common_realize(CPUState *cpu, Error **errp); /** + * accel_cpu_common_unrealize: + * @cpu: The CPU that needs to call accel-specific cpu unrealization. + */ +void accel_cpu_common_unrealize(CPUState *cpu); + +/** * accel_supported_gdbstub_sstep_flags: * * Returns the supported single step modes for the configured |