]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Remove obsolete TODO note from get_phys_addr_lpae()
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 31 Mar 2020 14:34:07 +0000 (15:34 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 3 Apr 2020 18:24:20 +0000 (19:24 +0100)
commit07d1be3b3aac20c21ac4a95c7f3f01a3622a31a3
tree22afeadb73378f96c967f9ae5d9ffa9b3132cdda
parentf4e1dbc578a051db08a40c05276ebf525b98f949
target/arm: Remove obsolete TODO note from get_phys_addr_lpae()

An old comment in get_phys_addr_lpae() claims that the code does not
support the different format TCR for VTCR_EL2.  This used to be true
but it is not true now (in particular the aa64_va_parameters() and
aa32_va_parameters() functions correctly handle the different
register format by checking whether the mmu_idx is Stage2).
Remove the out of date parts of the comment.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200331143407.3186-1-peter.maydell@linaro.org
target/arm/helper.c