On Mon, Jan 09, 2017 at 02:32:13PM +0100, Peter Krempa wrote:
When coldplugging vcpus to a VM that already has a few hotpluggable
vcpus the code might generate a invalid configuration as
"an invalid" or just "invalid"
non-hotpluggable cpus need to be clustered starting from vcpu 0.
This fix forces the added vcpus to be hotpluggable in such case.
I don't feel like changing the intentions of the user here is wrong, so ACK.