[PATCH v2 0/2] target/m68k: fix physical address translation in m68k_cpu_get_phys_page_debug()

Mark Cave-Ayland posted 2 patches 3 years, 9 months ago
Test FreeBSD passed
Test docker-quick@centos7 passed
Test checkpatch passed
Test docker-mingw@fedora passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200630061036.7526-1-mark.cave-ayland@ilande.co.uk
target/m68k/helper.c | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
[PATCH v2 0/2] target/m68k: fix physical address translation in m68k_cpu_get_phys_page_debug()
Posted by Mark Cave-Ayland 3 years, 9 months ago
The first patch in the series fixes the original bug, whilst the second patch
implements the suggestion by Philippe to consolidate the translation offset
logic into get_physical_address() itself now that all callers are identical.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>


v2:
- Add R-B tags from Philippe and Laurent
- Add patch 2 to consolidate the translation offset logic into get_physical_address()


Mark Cave-Ayland (2):
  target/m68k: fix physical address translation in
    m68k_cpu_get_phys_page_debug()
  target/m68k: consolidate physical translation offset into
    get_physical_address()

 target/m68k/helper.c | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

-- 
2.20.1