]> 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)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 28 Apr 2016 18:16:41 +0000 (20:16 +0200)
commit4d28d0931f87177a762f6a78cfdbcc2e30d6d4af
tree902021e9f0d540d8e44697803f0dbf14eb3e7da1
parent55320c23dd163e75eb61ed6bea2f339ccfeff4f9
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>
tools/vsh.c