qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 4/4] target/ppc: Implement attn instruction on BookS 64-bi


From: Richard Henderson
Subject: Re: [PATCH v2 4/4] target/ppc: Implement attn instruction on BookS 64-bit processors
Date: Wed, 28 Jun 2023 11:36:57 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0

On 6/27/23 15:46, Nicholas Piggin wrote:
+    if (env->spr[SPR_HID0] & hid0_attn) {
+        powerpc_checkstop(env, "host executed attn");
+        cpu_loop_exit_noexc(cs);

checkstop already does the cpu_loop_exit_noexc.



r~




reply via email to

[Prev in Thread] Current Thread [Next in Thread]