]> git.proxmox.com Git - mirror_qemu.git/commit
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)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Thu, 21 Mar 2019 20:46:48 +0000 (15:46 -0500)
commit2f5c767a828db1e6757504264110b2a628cf0c2d
tree76b1c204e9e4d558f7343d96de63af84d7149a4e
parent32a51d0704e2f171c95f994917604d6d4e5496e4
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>
(cherry picked from commit 1fdd4748711a62d863744f42b958472509a6f202)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
vl.c