From: Igor Mammedov <imammedo@redhat.com>
To: qemu-devel@nongnu.org
Cc: kwolf@redhat.com, peter.crosthwaite@xilinx.com,
aliguori@amazon.com, mjt@tls.msk.ru, armbru@redhat.com,
mreitz@redhat.com, stefanha@redhat.com, lcapitulino@redhat.com,
pbonzini@redhat.com, akong@redhat.com, lersek@redhat.com
Subject: [Qemu-devel] [PATCH v2 0/2] convert -m to QemuOpts
Date: Thu, 13 Feb 2014 14:50:24 +0100 [thread overview]
Message-ID: <1392299426-13160-1-git-send-email-imammedo@redhat.com> (raw)
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(-)
next reply other threads:[~2014-02-13 13:56 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-13 13:50 Igor Mammedov [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1392299426-13160-1-git-send-email-imammedo@redhat.com \
--to=imammedo@redhat.com \
--cc=akong@redhat.com \
--cc=aliguori@amazon.com \
--cc=armbru@redhat.com \
--cc=kwolf@redhat.com \
--cc=lcapitulino@redhat.com \
--cc=lersek@redhat.com \
--cc=mjt@tls.msk.ru \
--cc=mreitz@redhat.com \
--cc=pbonzini@redhat.com \
--cc=peter.crosthwaite@xilinx.com \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).