]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virsh: Fix support for 64 migration options
authorNikolay Shirokovskiy <nshirokovskiy@virtuozzo.com>
Wed, 20 Apr 2016 13:51:43 +0000 (16:51 +0300)
committerCole Robinson <crobinso@redhat.com>
Wed, 4 May 2016 23:10:43 +0000 (19:10 -0400)
commit58f53d2302e3428a1427a66c66747ac40c61a225
treea99fcac972ec70518e6e35d80ab55b06b443d399
parent082deb52ace1453cfff393b0dc7dc765c96235ba
virsh: Fix support for 64 migration options

Add ULL suffix to all related operands of << or shift will give
all zeros instead of correct mask.

Signed-off-by: Nikolay Shirokovskiy <nshirokovskiy@virtuozzo.com>
(cherry picked from commit 4d28d0931f87177a762f6a78cfdbcc2e30d6d4af)
tools/vsh.c