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


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] 7+ messages in thread

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-05 16:10 [Qemu-devel] [PATCH v3 0/2] convert -m to QemuOpts Igor Mammedov
2014-03-05 16:10 ` [Qemu-devel] [PATCH v3 1/2] qemu-option: introduce qemu_find_opts_singleton Igor Mammedov
2014-03-05 16:10 ` [Qemu-devel] [PATCH v3 2/2] vl: convert -m to QemuOpts Igor Mammedov
2014-03-05 17:04   ` Andreas Färber
2014-03-06  9:37     ` Igor Mammedov
2014-03-05 20:33   ` Eric Blake
2014-03-06  9:37     ` 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).