qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/2] convert -m to QemuOpts
@ 2014-02-13 13:50 Igor Mammedov
  2014-02-13 13:50 ` [Qemu-devel] [PATCH v2 1/2] QemuOpts: introduce qemu_find_opts_singleton Igor Mammedov
  2014-02-13 13:50 ` [Qemu-devel] [PATCH v2 2/2] vl: convert -m to QemuOpts Igor Mammedov
  0 siblings, 2 replies; 9+ messages in thread
From: Igor Mammedov @ 2014-02-13 13:50 UTC (permalink / raw)
  To: qemu-devel
  Cc: kwolf, peter.crosthwaite, aliguori, mjt, armbru, mreitz, stefanha,
	lcapitulino, pbonzini, akong, lersek

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

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

end of thread, other threads:[~2014-02-17 16:42 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-13 13:50 [Qemu-devel] [PATCH v2 0/2] convert -m to QemuOpts Igor Mammedov
2014-02-13 13:50 ` [Qemu-devel] [PATCH v2 1/2] QemuOpts: introduce qemu_find_opts_singleton Igor Mammedov
2014-02-13 13:50 ` [Qemu-devel] [PATCH v2 2/2] vl: convert -m to QemuOpts Igor Mammedov
2014-02-13 15:14   ` Eric Blake
2014-02-13 16:13   ` [Qemu-devel] [PATCH v3] " Igor Mammedov
2014-02-13 17:45     ` Eric Blake
2014-02-13 20:06       ` Laszlo Ersek
2014-02-17 16:18     ` Paolo Bonzini
2014-02-17 16:42       ` Luiz Capitulino

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