commit | babcbc220ba658b30a43da5e88284a499c17da3e | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Wed Oct 05 17:22:42 2022 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Tue Dec 20 17:11:12 2022 -0800 |
tree | f9918f7d5a57acbd3b8941bbfde3152e6991cd8e | |
parent | 67ff2186b0a49d4e1ea0be2398548eae443762e4 [diff] |
accel/tcg: Move PageDesc tree into tb-maint.c for system Now that PageDesc is not used for user-only, and for system it is only used for tb maintenance, move the implementation into tb-main.c appropriately ifdefed. We have not yet eliminated all references to PageDesc for user-only, so retain a typedef to the structure without definition. Signed-off-by: Richard Henderson <richard.henderson@linaro.org>