target/xtensa: add qemu_cpu_kick to xtensa_runstall
commit6230dac89b19d50567c44434b37a4c48a84ec200
authorMax Filippov <jcmvbkbc@gmail.com>
Mon, 14 Jan 2019 08:57:24 +0000 (14 00:57 -0800)
committerMax Filippov <jcmvbkbc@gmail.com>
Thu, 24 Jan 2019 18:44:25 +0000 (24 10:44 -0800)
treed69d32eb3adedab8281898ecb3c968a0012038cd
parent8b7a3e1e5434b55d7710071b00af97c7086cab7a
target/xtensa: add qemu_cpu_kick to xtensa_runstall

When xtensa_runstall is called to unstall a core it needs to kick it
after clearing runstall flag, otherwise the core doesn't start
immediately. There's also no point in clearing CPU_INTERRUPT_HALT, drop
it.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
target/xtensa/helper.c