mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
kvm: Drop smp_cpus argument from init functions
No longer used. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
This commit is contained in:
parent
521f0798d7
commit
cad1e2827b
7 changed files with 9 additions and 9 deletions
4
kvm.h
4
kvm.h
|
@ -34,7 +34,7 @@ struct kvm_run;
|
|||
|
||||
/* external API */
|
||||
|
||||
int kvm_init(int smp_cpus);
|
||||
int kvm_init(void);
|
||||
|
||||
int kvm_has_sync_mmu(void);
|
||||
int kvm_has_vcpu_events(void);
|
||||
|
@ -105,7 +105,7 @@ int kvm_arch_get_registers(CPUState *env);
|
|||
|
||||
int kvm_arch_put_registers(CPUState *env, int level);
|
||||
|
||||
int kvm_arch_init(KVMState *s, int smp_cpus);
|
||||
int kvm_arch_init(KVMState *s);
|
||||
|
||||
int kvm_arch_init_vcpu(CPUState *env);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue