[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH for-5.1 0/8] qemu-option: Fix corner cases and clean up
From: |
Markus Armbruster |
Subject: |
[PATCH for-5.1 0/8] qemu-option: Fix corner cases and clean up |
Date: |
Thu, 9 Apr 2020 17:30:33 +0200 |
Markus Armbruster (8):
tests-qemu-opts: Cover has_help_option(), qemu_opt_has_help_opt()
qemu-options: Factor out get_opt_name_value() helper
qemu-option: Fix sloppy recognition of "id=..." after ",,"
qemu-option: Avoid has_help_option() in qemu_opts_parse_noisily()
qemu-option: Fix has_help_option()'s sloppy parsing
test-qemu-opts: Simplify test_has_help_option() after bug fix
qemu-img: Factor out accumulate_options() helper
qemu-option: Move is_valid_option_list() to qemu-img.c and rewrite
include/qemu/option.h | 1 -
qemu-img.c | 85 ++++++++++-------
tests/test-qemu-opts.c | 40 +++++++-
util/qemu-option.c | 210 ++++++++++++++++++++---------------------
4 files changed, 191 insertions(+), 145 deletions(-)
--
2.21.1
- [PATCH for-5.1 0/8] qemu-option: Fix corner cases and clean up,
Markus Armbruster <=
- [PATCH for-5.1 4/8] qemu-option: Avoid has_help_option() in qemu_opts_parse_noisily(), Markus Armbruster, 2020/04/09
- [PATCH for-5.1 3/8] qemu-option: Fix sloppy recognition of "id=..." after ", , ", Markus Armbruster, 2020/04/09
- [PATCH for-5.1 6/8] test-qemu-opts: Simplify test_has_help_option() after bug fix, Markus Armbruster, 2020/04/09
- [PATCH for-5.1 8/8] qemu-option: Move is_valid_option_list() to qemu-img.c and rewrite, Markus Armbruster, 2020/04/09