qemu-e2k/storage-daemon
Kevin Wolf 8db1efd3f3 qemu-storage-daemon: Remove QemuOpts from --object parser
The command line parser for --object parses the input twice: Once into
QemuOpts just for detecting help options, and then again into a QDict
using the keyval parser for actually creating the object.

Now that the keyval parser can also detect help options, we can simplify
this and remove the QemuOpts part.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20201007164903.282198-5-kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
2020-10-15 16:06:27 +02:00
..
qapi qapi: Create block-export module 2020-10-02 15:46:40 +02:00
meson.build meson: convert qemu-storage-daemon 2020-08-21 06:30:23 -04:00
qemu-storage-daemon.c qemu-storage-daemon: Remove QemuOpts from --object parser 2020-10-15 16:06:27 +02:00