]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Check maximum startcpu value correctly
authorJán Tomko <jtomko@redhat.com>
Thu, 3 Apr 2014 17:38:54 +0000 (19:38 +0200)
committerJán Tomko <jtomko@redhat.com>
Wed, 9 Apr 2014 14:24:08 +0000 (16:24 +0200)
commit9fe5267adecc6c87074ce673626a73ea4d9f2d6e
tree7a836ebbed0fab6b848c2b8993d8471a624974f3
parentdd74ab4e82dac35dbc4ea6d08a611b8b53f7ed94
Check maximum startcpu value correctly

The cpus are indexed from 0, so a startcpu value equal
to the number of CPUs is invalid.

https://bugzilla.redhat.com/show_bug.cgi?id=1070680
src/util/vircgroup.c