mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53: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
|
@ -527,7 +527,7 @@ static int kvm_init_identity_map_page(KVMState *s)
|
|||
return 0;
|
||||
}
|
||||
|
||||
int kvm_arch_init(KVMState *s, int smp_cpus)
|
||||
int kvm_arch_init(KVMState *s)
|
||||
{
|
||||
int ret;
|
||||
struct utsname utsname;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue