On 28/10/25 14:10, Peter Maydell wrote:
On Tue, 28 Oct 2025 at 05:42, Philippe Mathieu-Daudé <[email protected]> wrote:Missing review: 15, 18, 26, 32, 33, 38 (up to #41 could be merged) 42, 43 (up to #49 could be merged) 50+ Since v2: - Improve host page size/mask uses (rth) - Remove cpu_test_interrupt in hvf_wfi (rth)Richard found an issue with patch 32, so I'm going to
IIUC this is not an issue, just a worry about performance, whether getpagesize() implementation calls a syscall. Anyway I'll cache the value locally -- or better, maybe have qemu_real_host_page_size() doing that --.
take patches 1-30 into target-arm.next (patch 31 is reviewed, but conceptually part of the next few patches in the set which use the new functions it defines).
Thanks, this is really helpful! Phil.
