Re: [PATCH v1] Check and report for incomplete 'global' option format

2022-01-24 Thread Rohit Kumar
Ping. Hi, please review this patch. Link: https://lists.nongnu.org/archive/html/qemu-devel/2022-01/msg00296.html Thanks ! On 04/01/22 7:11 pm, Rohit Kumar wrote: Qemu might crash when provided incomplete '-global' option. For example: qemu-system-x86_64 -global driver=isa-fdc q

Re: [PATCH v1] Check and report for incomplete 'global' option format

2022-01-10 Thread Rohit Kumar
Ping. Please take a look at this patch. Link: https://lists.nongnu.org/archive/html/qemu-devel/2022-01/msg00296.html On 04/01/22 7:22 pm, Philippe Mathieu-Daudé wrote: Cc'ing Markus / Thomas On 4/1/22 14:41, Rohit Kumar wrote: Qemu might crash when provided incomplete '-global' option. For exa

Re: [PATCH v1] Check and report for incomplete 'global' option format

2022-01-04 Thread Philippe Mathieu-Daudé
Cc'ing Markus / Thomas On 4/1/22 14:41, Rohit Kumar wrote: 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: As

[PATCH v1] Check and report for incomplete 'global' option format

2022-01-04 Thread Rohit Kumar
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) Resolves: