mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
kvm: Move KVM mp_state accessors to i386-specific code
Unbreaks PowerPC and S390 KVM builds. Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
49c3c8dca7
commit
9bdbe550f0
3 changed files with 20 additions and 23 deletions
3
kvm.h
3
kvm.h
|
@ -74,9 +74,6 @@ int kvm_vm_ioctl(KVMState *s, int type, ...);
|
|||
|
||||
int kvm_vcpu_ioctl(CPUState *env, int type, ...);
|
||||
|
||||
int kvm_get_mp_state(CPUState *env);
|
||||
int kvm_put_mp_state(CPUState *env);
|
||||
|
||||
/* Arch specific hooks */
|
||||
|
||||
int kvm_arch_post_run(CPUState *env, struct kvm_run *run);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue