All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-trivial] [PATCH v3 0/2] convert -m to QemuOpts
@ 2014-03-05 16:10 ` Igor Mammedov
  0 siblings, 0 replies; 14+ messages in thread
From: Igor Mammedov @ 2014-03-05 16:10 UTC (permalink / raw)
  To: qemu-devel
  Cc: kwolf, stefanha, qemu-trivial, eblake, coreyb, mjt, mreitz,
	aliguori, pbonzini, lcapitulino, imammedo, 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] 14+ messages in thread

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

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.