Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-04 | include/hw/core: Create struct CPUJumpCache | Richard Henderson | |
Wrap the bare TranslationBlock pointer into a structure. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | |||
2021-05-26 | accel/tcg: Keep TranslationBlock headers local to TCG | Philippe Mathieu-Daudé | |
Only the TCG accelerator uses the TranslationBlock API. Move the tb-context.h / tb-hash.h / tb-lookup.h from the global namespace to the TCG one (in accel/tcg). Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20210524170453.3791436-3-f4bug@amsat.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |