]> Git Repo - qemu.git/commit
qemu-sockets: Simplify setting numeric and boolean options
authorMarkus Armbruster <[email protected]>
Fri, 13 Feb 2015 14:51:56 +0000 (15:51 +0100)
committerMarkus Armbruster <[email protected]>
Thu, 26 Feb 2015 13:51:53 +0000 (14:51 +0100)
commit62b3de693469508a58864bffefd3d54f897558b4
treebd10f768c2950d07784b30b5bc2ac35fc0ee0e00
parenta8b18f8fd2d9f0df33c3739e76fedfd9355dfa8b
qemu-sockets: Simplify setting numeric and boolean options

Don't convert numbers or bools to strings for use with qemu_opt_set(),
simply use qemu_opt_set_number() or qemu_opt_set_bool() instead.

Signed-off-by: Markus Armbruster <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
util/qemu-sockets.c
This page took 0.0407 seconds and 4 git commands to generate.