mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -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
|
@ -221,6 +221,10 @@ int kvm_arch_init_vcpu(CPUState *env)
|
|||
return kvm_vcpu_ioctl(env, KVM_SET_CPUID2, &cpuid_data);
|
||||
}
|
||||
|
||||
void kvm_arch_reset_vcpu(CPUState *env)
|
||||
{
|
||||
}
|
||||
|
||||
static int kvm_has_msr_star(CPUState *env)
|
||||
{
|
||||
static int has_msr_star;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue