]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools: Options parser to handle hex numbers
authorCyrill Gorcunov <gorcunov@gmail.com>
Tue, 7 Jun 2011 19:41:12 +0000 (23:41 +0400)
committerPekka Enberg <penberg@kernel.org>
Wed, 8 Jun 2011 14:15:25 +0000 (17:15 +0300)
commitbe46676df5c4e4c75a9fe46ac7c0221aae78051b
tree9881704d5c93738a448e0dcae453c497ae8cbada
parent838ada754b898700b87f3b2f90ed73e2063bdac6
kvm tools: Options parser to handle hex numbers

Some kernel parameters are convenient if passed in
hex form so our options parser should handle even
such form of input.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/util/parse-options.c