qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] what is the behavier precisely if a tb was interrupted by a


From: tugouxp
Subject: [Qemu-devel] what is the behavier precisely if a tb was interrupted by a interrupt or signal?
Date: Mon, 24 Dec 2018 18:10:15 +0800 (CST)

hi folks:


 think about the scenario like that, a tb block contain  9 native instructions  
execute sequentially

 if a interrupt or a signal happens  before instruction 6 executed,  did the tb 
 be finished before response to the interrupt  or

the  exited at once to response the interrupt?



tb start:
host instruction 1
host instruction 2
host instruction 4
host instruction 5

host instruction 6   <-------- interrupt or signal here

host instruction 7
host instruction 8
host instruction 9
exit tb

reply via email to

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