[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-discuss] Specify number of cores for the guest
From: |
Mahmood Naderan |
Subject: |
Re: [Qemu-discuss] Specify number of cores for the guest |
Date: |
Sun, 2 Dec 2018 19:08:05 +0000 (UTC) |
>That's because Qemu by default presents each CPU with it's own Socket
>and Non-Server Windows (because of Licensing Reasons) supports only one
>Socket. You should set it like: -smp cpus=1,cores=5
>See https://qemu.weilnetz.de/doc/qemu-doc.html#index-_002dsmp
Even with "-smp cpus=1,cores=8" I get this error
cpu topology: sockets (1) * cores (8) * threads (1) > maxcpus (1)
Odd... Isn't it?
Regards,
Mahmood