changes since v2 suggested by Andreas Färber: - s/fprintf/error_report/ - rename 'mem' option to 'size' - CCing to qemu-trivial
changes since v1: - check for overflow - check for empty mem="" case - reshuffle code to avoid conflicts with another series on list - some style/typo fixes changes since RFC: - resolved conflict with error_abort change in qemu_get_machine_opts() Igor Mammedov (1): vl: convert -m to QemuOpts Paolo Bonzini (1): qemu-option: introduce qemu_find_opts_singleton include/qemu/config-file.h | 2 + qemu-options.hx | 9 +++-- util/qemu-config.c | 14 +++++++ vl.c | 82 +++++++++++++++++++++++++++++++------------- 4 files changed, 80 insertions(+), 27 deletions(-)