qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: prasad.singamsetty@oracle.com
To: qemu-devel@nongnu.org, pbonzini@redhat.com
Cc: konrad.wilk@oracle.com, mark.kanda@oracle.com,
	Prasad Singamsetty <prasad.singamsetty@oracle.com>
Subject: [Qemu-devel] [PATCH 1/1] kvm: add call to qemu_add_opts() for -overcommit option
Date: Wed, 15 Aug 2018 13:57:04 -0400	[thread overview]
Message-ID: <20180815175704.105902-1-prasad.singamsetty@oracle.com> (raw)

From: Prasad Singamsetty <prasad.singamsetty@oracle.com>

qemu command fails to process -overcommit option. Add the missing
call to qemu_add_opts() in vl.c.

Signed-off-by: Prasad Singamsetty <prasad.singamsetty@oracle.com>
---
 vl.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/vl.c b/vl.c
index 16b913f9d5..12d27fa028 100644
--- a/vl.c
+++ b/vl.c
@@ -2987,6 +2987,7 @@ int main(int argc, char **argv, char **envp)
     qemu_add_opts(&qemu_object_opts);
     qemu_add_opts(&qemu_tpmdev_opts);
     qemu_add_opts(&qemu_realtime_opts);
+    qemu_add_opts(&qemu_overcommit_opts);
     qemu_add_opts(&qemu_msg_opts);
     qemu_add_opts(&qemu_name_opts);
     qemu_add_opts(&qemu_numa_opts);
-- 
2.14.0-rc1

             reply	other threads:[~2018-08-15 17:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-15 17:57 prasad.singamsetty [this message]
2018-08-15 18:58 ` [Qemu-devel] [PATCH 1/1] kvm: add call to qemu_add_opts() for -overcommit option Mark Kanda
2018-08-17 17:39 ` Paolo Bonzini
2018-09-03  4:35 ` Thomas Huth

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=20180815175704.105902-1-prasad.singamsetty@oracle.com \
    --to=prasad.singamsetty@oracle.com \
    --cc=konrad.wilk@oracle.com \
    --cc=mark.kanda@oracle.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /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).