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()

git tree for testing:
https://github.com/imammedo/qemu/tree/qoptify-m.v2

Igor Mammedov (1):
  vl: convert -m to QemuOpts

Paolo Bonzini (1):
  QemuOpts: introduce qemu_find_opts_singleton

 include/qemu/config-file.h |    2 +
 qemu-options.hx            |   12 ++++--
 util/qemu-config.c         |   14 ++++++++
 vl.c                       |   79 ++++++++++++++++++++++++++++++++------------
 4 files changed, 82 insertions(+), 25 deletions(-)


Reply via email to