summary refs log tree commit diff stats
path: root/results/classifier/mode-gemma3:12b/system/1694998
blob: f158ca31d5b2600050e9987a129a198ad9cd1dd9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
PPC: msgsnd instruction leads to assertion

I tried to send doorbells (using msgsnd) between cores in guest OS. On QEMU v2.9.0 usage of msgsnd instruction leads to error:
ERROR: <...>/qemu-new/translate-common.c:34:tcg_handle_interrupt: assertion failed: (qemu_mutex_iothread_locked())


QEMU v2.8.0 works fine.

QEMU run options: qemu-system-ppc -serial stdio -M ppce500 -cpu e500mc -smp 2 -m 512M -kernel pok.elf

pok.elf attached