mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
kvm: ppc: Drop CONFIG_KVM_PPC_PVR
Required header support is now unconditionally available. CC: Alexander Graf <agraf@suse.de> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Reviewed-by: Alexander Graf <agraf@suse.de> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
This commit is contained in:
parent
5802e066eb
commit
0bed3bba7d
2 changed files with 0 additions and 10 deletions
|
@ -104,21 +104,12 @@ static int kvm_arch_sync_sregs(CPUState *cenv)
|
|||
}
|
||||
}
|
||||
|
||||
#if !defined(CONFIG_KVM_PPC_PVR)
|
||||
if (1) {
|
||||
fprintf(stderr, "kvm error: missing PVR setting capability\n");
|
||||
return -ENOSYS;
|
||||
}
|
||||
#endif
|
||||
|
||||
ret = kvm_vcpu_ioctl(cenv, KVM_GET_SREGS, &sregs);
|
||||
if (ret) {
|
||||
return ret;
|
||||
}
|
||||
|
||||
#ifdef CONFIG_KVM_PPC_PVR
|
||||
sregs.pvr = cenv->spr[SPR_PVR];
|
||||
#endif
|
||||
return kvm_vcpu_ioctl(cenv, KVM_SET_SREGS, &sregs);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue