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
2
vl.c
2
vl.c
|
@ -2836,7 +2836,7 @@ int main(int argc, char **argv, char **envp)
|
|||
}
|
||||
|
||||
if (kvm_allowed) {
|
||||
int ret = kvm_init(smp_cpus);
|
||||
int ret = kvm_init();
|
||||
if (ret < 0) {
|
||||
if (!kvm_available()) {
|
||||
printf("KVM not supported for this target\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue