summary refs log tree commit diff stats
path: root/scripts/qapi/parser.py
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2019-08-23 15:12:32 -0700
committerRichard Henderson <richard.henderson@linaro.org>2019-09-03 08:30:39 -0700
commit30d7e098d5c38644359820317fcf72e3e129ec53 (patch)
tree55ac8fed388ffa8cb3e92a8c37dea9edce816182 /scripts/qapi/parser.py
parent0026348b48fe532279e8c12b100c16c1aa991373 (diff)
downloadfocaccia-qemu-30d7e098d5c38644359820317fcf72e3e129ec53.tar.gz
focaccia-qemu-30d7e098d5c38644359820317fcf72e3e129ec53.zip
cputlb: Fold TLB_RECHECK into TLB_INVALID_MASK
We had two different mechanisms to force a recheck of the tlb.

Before TLB_RECHECK was introduced, we had a PAGE_WRITE_INV bit
that would immediate set TLB_INVALID_MASK, which automatically
means that a second check of the tlb entry fails.

We can use the same mechanism to handle small pages.
Conserve TLB_* bits by removing TLB_RECHECK.

Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'scripts/qapi/parser.py')
0 files changed, 0 insertions, 0 deletions