Re: [Qemu-devel] [PATCH] vl: Avoid crash when -mon is underspecified

2018-10-30 Thread Markus Armbruster
Eric Blake writes: > A quick coredump on an incomplete command line: > ./x86_64-softmmu/qemu-system-x86_64 -mon mode=control,pretty=on > > #0 0x7723d9e4 in g_str_hash () at /lib64/libglib-2.0.so.0 > #1 0x7723ce38 in g_hash_table_lookup () at /lib64/libglib-2.0.so.0 > #2 0x00

Re: [Qemu-devel] [PATCH] vl: Avoid crash when -mon is underspecified

2018-10-24 Thread Peter Xu
On Tue, Oct 23, 2018 at 10:35:59PM +0100, Eric Blake wrote: > A quick coredump on an incomplete command line: > ./x86_64-softmmu/qemu-system-x86_64 -mon mode=control,pretty=on > > #0 0x7723d9e4 in g_str_hash () at /lib64/libglib-2.0.so.0 > #1 0x7723ce38 in g_hash_table_lookup (

Re: [Qemu-devel] [PATCH] vl: Avoid crash when -mon is underspecified

2018-10-24 Thread Philippe Mathieu-Daudé
On 23/10/18 23:35, Eric Blake wrote: A quick coredump on an incomplete command line: ./x86_64-softmmu/qemu-system-x86_64 -mon mode=control,pretty=on #0 0x7723d9e4 in g_str_hash () at /lib64/libglib-2.0.so.0 #1 0x7723ce38 in g_hash_table_lookup () at /lib64/libglib-2.0.so.0

[Qemu-devel] [PATCH] vl: Avoid crash when -mon is underspecified

2018-10-23 Thread Eric Blake
A quick coredump on an incomplete command line: ./x86_64-softmmu/qemu-system-x86_64 -mon mode=control,pretty=on #0 0x7723d9e4 in g_str_hash () at /lib64/libglib-2.0.so.0 #1 0x7723ce38 in g_hash_table_lookup () at /lib64/libglib-2.0.so.0 #2 0x55cc0073 in object_class_p

Re: [Qemu-devel] [PATCH] vl: Avoid crash when -mon is underspecified

2018-10-23 Thread Paolo Bonzini
On 23/10/2018 23:35, Eric Blake wrote: > A quick coredump on an incomplete command line: > ./x86_64-softmmu/qemu-system-x86_64 -mon mode=control,pretty=on > > #0 0x7723d9e4 in g_str_hash () at /lib64/libglib-2.0.so.0 > #1 0x7723ce38 in g_hash_table_lookup () at /lib64/libglib-2