OSDN Git Service

vl: plumb keyval-based options into -readconfig
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 24 May 2021 10:57:51 +0000 (06:57 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 4 Jun 2021 11:50:04 +0000 (13:50 +0200)
commitc0d4aa82f895af67cbf7772324e05605e22b4162
tree2478fc93bd350a58e49dfcad8000411d8f87efa7
parent37701411397c7b7d709ae92abd347cc593940ee5
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>
include/block/qdict.h
include/qapi/qmp/qdict.h
softmmu/vl.c