]> git.ipfire.org Git - thirdparty/qemu.git/commit
vl: plumb keyval-based options into -readconfig
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 24 May 2021 10:57:51 +0000 (06:57 -0400)
committerMichael Roth <michael.roth@amd.com>
Thu, 14 Oct 2021 20:32:04 +0000 (15:32 -0500)
commitc675ba821cc2369fe369b89efa09696a2b1afda1
tree7b722daf08699aa3dee3b93131b78bad781fd34a
parent203f0ba14434057d6ea1fef15a34694965771837
vl: plumb keyval-based options into -readconfig

Let -readconfig support parsing command line options into QDict or
QemuOpts.  This will be used to add back support for objects in
-readconfig.

Cc: Markus Armbruster <armbru@redhat.com>
Cc: qemu-stable@nongnu.org
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20210524105752.3318299-3-pbonzini@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
(cherry picked from commit c0d4aa82f895af67cbf7772324e05605e22b4162)
Signed-off-by: Michael Roth <michael.roth@amd.com>
include/block/qdict.h
include/qapi/qmp/qdict.h
softmmu/vl.c