]> git.proxmox.com Git - mirror_qemu.git/commit
cputlb: Merge tlb_flush_nocheck into tlb_flush_by_mmuidx_async_work
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 23 Oct 2018 05:01:01 +0000 (06:01 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 31 Oct 2018 12:16:16 +0000 (12:16 +0000)
commit64f2674bbc695345786b4adbb0feae4f08591f9d
tree73a6a0374bf32e7e7c65d98852b0561bc061d1c1
parentd5363e5849c245a4880edbd0cdbc29c73694fac0
cputlb: Merge tlb_flush_nocheck into tlb_flush_by_mmuidx_async_work

The difference between the two sets of APIs is now miniscule.

This allows tlb_flush, tlb_flush_all_cpus, and tlb_flush_all_cpus_synced
to be merged with their corresponding by_mmuidx functions as well.  For
accounting, consider mmu_idx_bitmask = ALL_MMUIDX_BITS to be a full flush.

Tested-by: Emilio G. Cota <cota@braap.org>
Reviewed-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/cputlb.c