Searched hist:"67 ff2186b0a49d4e1ea0be2398548eae443762e4" (Results 1 – 2 of 2) sorted by relevance
/qemu/accel/tcg/ |
H A D | tb-maint.c | 67ff2186b0a49d4e1ea0be2398548eae443762e4 Wed Oct 05 14:34:51 UTC 2022 Richard Henderson <richard.henderson@linaro.org> accel/tcg: Use interval tree for user-only page tracking
Finish weaning user-only away from PageDesc.
Using an interval tree to track page permissions means that we can represent very large regions efficiently.
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/290 Resolves: https://gitlab.com/qemu-project/qemu/-/issues/967 Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1214 Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
H A D | user-exec.c | 67ff2186b0a49d4e1ea0be2398548eae443762e4 Wed Oct 05 14:34:51 UTC 2022 Richard Henderson <richard.henderson@linaro.org> accel/tcg: Use interval tree for user-only page tracking
Finish weaning user-only away from PageDesc.
Using an interval tree to track page permissions means that we can represent very large regions efficiently.
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/290 Resolves: https://gitlab.com/qemu-project/qemu/-/issues/967 Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1214 Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|