commit | 9d61f61b4fa4dc4cd65fca8b24a9cb70c0c61a88 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Sat Sep 06 06:35:36 2025 +0200 |
committer | Richard Henderson <richard.henderson@linaro.org> | Wed Sep 24 10:29:43 2025 -0700 |
tree | 49b0d0434971acf540d13774f293f862a6e4d6bf | |
parent | 55b490b58fbfb4079186f05a1a63da1633239cbf [diff] |
hw/ppc/spapr: Use tb_invalidate_phys_range in h_page_init We only need invalidate tbs from a single page, not flush all translations. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Harsh Prateek Bora <harshpb@linux.ibm.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>