Re: [Qemu-devel] [PATCH 0/3] qdev: Validate class name for -device , help

2014-11-04 Thread Andreas Färber
Am 03.11.2014 um 16:14 schrieb Stefan Hajnoczi: > On Sat, Nov 01, 2014 at 01:56:08PM -0200, Eduardo Habkost wrote: >> This fixes the following crashes: >> >>$ qemu-system-x86_64 -device x86_64-cpu,help >>** >>ERROR:qom/object.c:336:object_initialize_with_type: assertion failed: >> (typ

Re: [Qemu-devel] [PATCH 0/3] qdev: Validate class name for -device , help

2014-11-03 Thread Stefan Hajnoczi
On Sat, Nov 01, 2014 at 01:56:08PM -0200, Eduardo Habkost wrote: > This fixes the following crashes: > >$ qemu-system-x86_64 -device x86_64-cpu,help >** >ERROR:qom/object.c:336:object_initialize_with_type: assertion failed: > (type->abstract == false) >Aborted (core dumped) >$

[Qemu-devel] [PATCH 0/3] qdev: Validate class name for -device , help

2014-11-01 Thread Eduardo Habkost
This fixes the following crashes: $ qemu-system-x86_64 -device x86_64-cpu,help ** ERROR:qom/object.c:336:object_initialize_with_type: assertion failed: (type->abstract == false) Aborted (core dumped) $ qemu-system-x86_64 -device host-x86_64-cpu,help qemu-system-x86_64: /home/eha