]> git.proxmox.com Git - mirror_qemu.git/commit - vl.c
kvm: add call to qemu_add_opts() for -overcommit option
authorPrasad Singamsetty <prasad.singamsetty@oracle.com>
Wed, 15 Aug 2018 17:57:04 +0000 (13:57 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 23 Aug 2018 16:46:25 +0000 (18:46 +0200)
commit1fdd4748711a62d863744f42b958472509a6f202
tree4f1cac163735aff1d7b82315c084203be1a97d16
parent966a09fac1e8d81738415a9f7e17f8f7cf458288
kvm: add call to qemu_add_opts() for -overcommit option

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>
Message-Id: <20180815175704.105902-1-prasad.singamsetty@oracle.com>
Reviewed-by: Mark Kanda <mark.kanda@oracle.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
vl.c