OSDN Git Service

Check and report for incomplete 'global' option format
authorRohit Kumar <rohit.kumar3@nutanix.com>
Wed, 16 Feb 2022 07:15:08 +0000 (23:15 -0800)
committerThomas Huth <thuth@redhat.com>
Mon, 7 Mar 2022 18:00:05 +0000 (19:00 +0100)
commit818e1636080768749dc826acd4825e71828ec7e6
treec3c4d04e97b0d03fcbf04911367f00628ca8e426
parent63021223ff2d3db51cb784ab645275543e9d136a
Check and report for incomplete 'global' option format

Qemu might crash when provided incomplete '-global' option.
For example:
     qemu-system-x86_64 -global driver=isa-fdc
     qemu-system-x86_64: ../../devel/qemu/qapi/string-input-visitor.c:394:
     string_input_visitor_new: Assertion `str' failed.
     Aborted (core dumped)

Fixes: 3751d7c43f795b ("vl: allow full-blown QemuOpts syntax for -global")
Signed-off-by: Rohit Kumar <rohit.kumar3@nutanix.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/604
Message-Id: <20220216071508.412974-1-rohit.kumar3@nutanix.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
softmmu/qdev-monitor.c