|
| From: | Richard Henderson |
| Subject: | Re: [Qemu-devel] [PATCH] tcg: Remove needless CPUState::current_tb |
| Date: | Wed, 4 May 2016 07:53:02 -1000 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.0 |
On 05/03/2016 01:04 AM, Sergey Fedorov wrote:
From: Sergey Fedorov <address@hidden>
This field was used for telling cpu_interrupt() to unlink a chain of TBs
being executed when it worked that way. Now, cpu_interrupt() don't do
this anymore. So we don't need this field anymore.
Signed-off-by: Sergey Fedorov <address@hidden>
Signed-off-by: Sergey Fedorov <address@hidden>
---
This patch is based on a commit:
3c712db2c10b ("cpu-exec: Move TB chaining into tb_find_fast()")
from:
git://github.com/rth7680/qemu.git tcg-next
Applied to tcg-next. r~
| [Prev in Thread] | Current Thread | [Next in Thread] |