qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v4 0/2] convert -m to QemuOpts
@ 2014-03-06  9:39 Igor Mammedov
  2014-03-06  9:39 ` [Qemu-devel] [PATCH v4 1/2] qemu-option: introduce qemu_find_opts_singleton Igor Mammedov
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Igor Mammedov @ 2014-03-06  9:39 UTC (permalink / raw)
  To: qemu-devel
  Cc: kwolf, stefanha, qemu-trivial, coreyb, mjt, mreitz, aliguori,
	pbonzini, lcapitulino, imammedo, akong, lersek, afaerber

changes since v3:
 - fix not completed option renaming s/mem/size/

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-03-21 10:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-06  9:39 [Qemu-devel] [PATCH v4 0/2] convert -m to QemuOpts Igor Mammedov
2014-03-06  9:39 ` [Qemu-devel] [PATCH v4 1/2] qemu-option: introduce qemu_find_opts_singleton Igor Mammedov
2014-03-06  9:39 ` [Qemu-devel] [PATCH v4 2/2] vl: convert -m to QemuOpts Igor Mammedov
2014-03-06 19:30   ` Andreas Färber
2014-03-06 19:32 ` [Qemu-devel] [PATCH v4 0/2] " Andreas Färber
2014-03-15 20:26   ` Igor Mammedov
2014-03-20 16:10     ` [Qemu-devel] [Qemu-trivial] " Michael Tokarev
2014-03-20 16:21 ` Michael Tokarev
2014-03-21 10:56   ` Igor Mammedov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).