Re: [libvirt] [PATCH] virsh: support up to 64 migration options for command: again

2016-04-28 Thread Jiri Denemark
On Wed, Apr 20, 2016 at 16:51:43 +0300, Nikolay Shirokovskiy wrote: > Add ULL suffix to all related operands of << or shift will give > all zeros instead of correct mask. > > Signed-off-by: Nikolay Shirokovskiy > --- > tools/vsh.c | 18 +- > 1 file changed, 9 insertions(+), 9 del

[libvirt] [PATCH] virsh: support up to 64 migration options for command: again

2016-04-20 Thread Nikolay Shirokovskiy
Add ULL suffix to all related operands of << or shift will give all zeros instead of correct mask. Signed-off-by: Nikolay Shirokovskiy --- tools/vsh.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/tools/vsh.c b/tools/vsh.c index a80e851..605c574 100644 --