]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virsh: support up to 64 migration options for command
authorNikolay Shirokovskiy <nshirokovskiy@virtuozzo.com>
Thu, 31 Mar 2016 12:41:52 +0000 (15:41 +0300)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 14 Apr 2016 10:56:05 +0000 (12:56 +0200)
commit43a1f54ef249f7c355612077f8f6ab45d2d597af
tree9113476f164ac1d5f349d2e2a96d957caf1a1879
parentfb6ec0ed3dd292670db523896e9dac45f6106fd4
virsh: support up to 64 migration options for command

Upcoming compression options for migration command patch
series hits current limit of 32 possible options for a command.
Lets take one step further and support 64 possible options.

And all it takes is moving from 32 bit integers to 64 bit ones.
The only less then trivial change i found is moving from
'ffs' to 'ffsl'.

Signed-off-by: Nikolay Shirokovskiy <nshirokovskiy@virtuozzo.com>
tools/vsh.c