Re: [Qemu-devel] [v19 03/25] improve some functions in qemu-option.c

2014-01-22 Thread Kevin Wolf
Am 20.01.2014 um 15:19 hat Chunyan Liu geschrieben: > Improve opt_get and opt_set group of functions. For opt_get, check and handle > NUlL input; for opt_set, when set to an existing option, rewrite the option > with new value. > > Signed-off-by: Dong Xu Wang > Signed-off-by: Chunyan Liu Why do

[Qemu-devel] [v19 03/25] improve some functions in qemu-option.c

2014-01-20 Thread Chunyan Liu
Improve opt_get and opt_set group of functions. For opt_get, check and handle NUlL input; for opt_set, when set to an existing option, rewrite the option with new value. Signed-off-by: Dong Xu Wang Signed-off-by: Chunyan Liu --- util/qemu-option.c | 80