]> Git Repo - qemu.git/commit
sysemu: support up to 1024 vCPUs
authorGreg Kurz <[email protected]>
Fri, 24 Feb 2017 04:55:31 +0000 (15:55 +1100)
committerDavid Gibson <[email protected]>
Wed, 1 Mar 2017 00:23:39 +0000 (11:23 +1100)
commit6244bb7e5811ff689688ab7ee8e8a7ced1c85010
tree258ef553ae2cc4802dff2720700808dec60b6157
parentf32899de97fc35d0de5f66e762d1a05707f104cd
sysemu: support up to 1024 vCPUs

Some systems can already provide more than 255 hardware threads.

Bumping the QEMU limit to 1024 seems reasonable:
- it has no visible overhead in top;
- the limit itself has no effect on hot paths.

Cc: Greg Kurz <[email protected]>
Signed-off-by: Alexey Kardashevskiy <[email protected]>
Signed-off-by: David Gibson <[email protected]>
hw/ppc/spapr.c
This page took 0.025124 seconds and 4 git commands to generate.