]> Git Repo - qemu.git/commit
target/moxie: Convert to CPUClass::tlb_fill
authorRichard Henderson <[email protected]>
Tue, 2 Apr 2019 09:30:06 +0000 (16:30 +0700)
committerRichard Henderson <[email protected]>
Fri, 10 May 2019 18:12:50 +0000 (11:12 -0700)
commitccfd61fc6bda50456d54b915ddcdc248751b3098
treee297ba13861bb584597ca06ad027e3f18d73005d
parent931d019f5b2e7bbacb162869497123be402ddd86
target/moxie: Convert to CPUClass::tlb_fill

Remove the user-only functions, as we don't have a user-only config.
Fix the unconditional call to tlb_set_page, even if the translation
failed.

Cc: Anthony Green <[email protected]>
Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
target/moxie/cpu.c
target/moxie/cpu.h
target/moxie/helper.c
This page took 0.023803 seconds and 4 git commands to generate.