]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: parse: Allow the 'cpus=' prefix for current cpu number
authorPeter Krempa <pkrempa@redhat.com>
Mon, 14 Nov 2016 13:47:23 +0000 (14:47 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 21 Nov 2016 13:35:20 +0000 (14:35 +0100)
commitd78a8c26c2718d27151f50d911d31c7045724ba2
tree59c6bd8485b8c440f792787ec2c2878611507650
parent4d72d80665630a9098801b19c144aaa16217661f
qemu: parse: Allow the 'cpus=' prefix for current cpu number

qemu allows following syntax:

  -smp [cpus=]n[,cores=cores][,threads=threads][,sockets=sockets][,maxcpus=maxcpus]

Allow the "cpus" prefix.
src/qemu/qemu_parse_command.c