[snip] > > > $ qemu-system-i386 -M pc-q35-9.0 -smp 666 > > > Unexpected error in apic_common_set_id() at ../hw/intc/apic_common.c:447: > > > qemu-system-i386: APIC ID 255 requires x2APIC feature in CPU > > > Abort trap: 6 > > > > For tcg, it needs to set x2apic=on in -cpu. > > Thanks for clarifying. Using error_append_hint() is certainly > better than aborting or asking on the mailing list (from user > perspective) ;)
Good idea! Will improve this. ;-)