]> git.ipfire.org Git - thirdparty/qemu.git/commit
vl.c: error out if -mem-path is used together with -M memory-backend
authorIgor Mammedov <imammedo@redhat.com>
Thu, 9 Apr 2020 13:41:33 +0000 (09:41 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 13 Apr 2020 06:56:18 +0000 (02:56 -0400)
commit1148e4f4dc22f8efe3419fda4ca4f0a7369ef94a
tree2998d8e90f6c4af3f040ed8b204e5ff024dafa27
parentfb8a9677b1cab0ea140a8206050f7c7ff99bb465
vl.c: error out if -mem-path is used together with -M memory-backend

the former is not actually used by explicit backend, so instead of
silently ignoring the option in non valid context, exit with error.

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <20200409134133.11339-1-imammedo@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
softmmu/vl.c