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:
Jan Kiszka 2009-11-06 19:39:24 +01:00 committed by Anthony Liguori
parent fbc3d96cc4
commit caa5af0ff3
4 changed files with 12 additions and 0 deletions

View file

@ -53,6 +53,10 @@ int kvm_arch_init_vcpu(CPUState *cenv)
return ret;
}
void kvm_arch_reset_vcpu(CPUState *env)
{
}
int kvm_arch_put_registers(CPUState *env)
{
struct kvm_regs regs;