On Thu, Apr 18, 2019 at 12:45:01AM -0300, Eduardo Habkost wrote: > Fix the following crash: > > $ qemu-system-x86_64 -cpu '' > qemu-system-x86_64: qom/cpu.c:291: cpu_class_by_name: \ > Assertion `cpu_model && cc->class_by_name' failed. > > Regression test script included. > > Fixes: commit 99193d8f2ef5 ("cpu: drop unnecessary NULL check and > cpu_common_class_by_name()") > Signed-off-by: Eduardo Habkost <ehabk...@redhat.com> > --- > exec.c | 4 ++++ > tests/acceptance/empty_cpu_model.py | 19 +++++++++++++++++++ > 2 files changed, 23 insertions(+) > create mode 100644 tests/acceptance/empty_cpu_model.py >
Reviewed-by: Stefano Garzarella <sgarz...@redhat.com> Tested-by: Stefano Garzarella <sgarz...@redhat.com> Thanks, Stefano