]> git.proxmox.com Git - qemu-server.git/commit
qmp: use query-cpus-fast for hotplug
authorStefan Reiter <s.reiter@proxmox.com>
Thu, 6 Feb 2020 09:53:55 +0000 (10:53 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 6 Feb 2020 12:50:33 +0000 (13:50 +0100)
commit65af8c312e685eaf50ca2e6d2f733231873a22c5
treee74764241eaaaf73ec40f6457f881ce25fd8e145
parent485449e37b3e864523a693c946e08ea46650b927
qmp: use query-cpus-fast for hotplug

query-cpus has been deprecated since 2.12.0 [0] in favor of
query-cpus-fast, which no longer incurs a guest performance penalty on
the guest. The returned information is the same as far as our use case
is concerned.

[0] https://qemu.weilnetz.de/doc/qemu-doc.html#Deprecated-features

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
PVE/QemuServer.pm