]> git.baikalelectronics.ru Git - kernel.git/commit
tools/lguest: fix features_accepted logic in example launcher.
authorRusty Russell <rusty@rustcorp.com.au>
Fri, 13 Feb 2015 06:43:41 +0000 (17:13 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Fri, 13 Feb 2015 06:45:46 +0000 (17:15 +1030)
commit4822c581a8ad675d7881b513c1b7a03ee3cea18e
tree26b649ff3465cb64eb558e2b640f0045d62590c2
parent03c788f1ee6fbe6af18eb8f594e4f7ea86c4a9bc
tools/lguest: fix features_accepted logic in example launcher.

We were clearing the lower bits when setting the upper bits.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
tools/lguest/lguest.c