OSDN Git Service

test-qemu-opts: Cover qemu_opts_parse() of "no"
authorMarkus Armbruster <armbru@redhat.com>
Tue, 28 Feb 2017 21:26:47 +0000 (22:26 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 7 Mar 2017 15:07:46 +0000 (16:07 +0100)
commit0e2052b26067f3c641b2418ef507160f54afcecf
tree4bacafa534f4dcc8225f1db39c160d8e80cb8dda
parentff79d5e939c38677a575e3493eb9b4d36eb21865
test-qemu-opts: Cover qemu_opts_parse() of "no"

qemu_opts_parse() interprets "no" as negated empty key.  Consistent
with its acceptance of empty keys elsewhere, whatever that's worth.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Message-Id: <1488317230-26248-2-git-send-email-armbru@redhat.com>
tests/test-qemu-opts.c