]> xenbits.xensource.com Git - libvirt.git/commit
qemu: process: Don't use shifted indexes for vcpu order verification
authorPeter Krempa <pkrempa@redhat.com>
Wed, 14 Sep 2016 04:50:00 +0000 (06:50 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 30 Sep 2016 06:25:20 +0000 (08:25 +0200)
commit8924f1b25646e939997dc42589604cc2230b4646
treeebf0cc31f50a9de3a975ab3712171d915d014878
parent3d5dd28995efbe1275290d54a2d7766a4f9c7204
qemu: process: Don't use shifted indexes for vcpu order verification

Allocate a one larger bitmap rather than shifting the indexes back to
zero.
src/qemu/qemu_process.c