commit | 6f04cb1c8f481cf02fbc4657fefba985a1fe725f | [log] [tgz] |
---|---|---|
author | Alex Bennée <alex.bennee@linaro.org> | Wed Feb 24 16:58:07 2021 +0000 |
committer | Richard Henderson <richard.henderson@linaro.org> | Sat Mar 06 11:50:43 2021 -0800 |
tree | 48f4f0111b496e398b81d8fbd07d9a5131fa7f4e | |
parent | 9e9acb7b348570f8a9ed62fcbad299424fe61501 [diff] |
accel/tcg: rename tb_lookup__cpu_state and hoist state extraction Having a function return either and valid TB and some system state seems excessive. It will make the subsequent re-factoring easier if we lookup the current state where we are. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20210224165811.11567-2-alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>