[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 0/2] target/m68k: fix physical address translation in m68k_cpu
From: |
Mark Cave-Ayland |
Subject: |
[PATCH v2 0/2] target/m68k: fix physical address translation in m68k_cpu_get_phys_page_debug() |
Date: |
Tue, 30 Jun 2020 07:10:34 +0100 |
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
- [PATCH v2 0/2] target/m68k: fix physical address translation in m68k_cpu_get_phys_page_debug(),
Mark Cave-Ayland <=