mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
kvm: Add arch reset handler
Will be required by succeeding changes. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
fbc3d96cc4
commit
caa5af0ff3
4 changed files with 12 additions and 0 deletions
2
kvm.h
2
kvm.h
|
@ -90,6 +90,8 @@ int kvm_arch_init(KVMState *s, int smp_cpus);
|
|||
|
||||
int kvm_arch_init_vcpu(CPUState *env);
|
||||
|
||||
void kvm_arch_reset_vcpu(CPUState *env);
|
||||
|
||||
struct kvm_guest_debug;
|
||||
struct kvm_debug_exit_arch;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue