qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] target/m68k: fix physical address translation in m68k_cpu_get_phys_page_debug()
@ 2020-06-30 11:27 Mark Cave-Ayland
  2020-06-30 11:27 ` [PATCH v3 1/2] " Mark Cave-Ayland
  2020-06-30 11:27 ` [PATCH v3 2/2] target/m68k: consolidate physical translation offset into get_physical_address() Mark Cave-Ayland
  0 siblings, 2 replies; 5+ messages in thread
From: Mark Cave-Ayland @ 2020-06-30 11:27 UTC (permalink / raw)
  To: qemu-devel, laurent

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>


v3:
- Fix Transparent Translation as indicated by Laurent
- Always apply TARGET_PAGE_MASK to tlb_set_page() parameters

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 | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

-- 
2.20.1



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-07-01 19:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-30 11:27 [PATCH v3 0/2] target/m68k: fix physical address translation in m68k_cpu_get_phys_page_debug() Mark Cave-Ayland
2020-06-30 11:27 ` [PATCH v3 1/2] " Mark Cave-Ayland
2020-06-30 11:27 ` [PATCH v3 2/2] target/m68k: consolidate physical translation offset into get_physical_address() Mark Cave-Ayland
2020-06-30 21:20   ` Laurent Vivier
2020-07-01 19:52     ` Mark Cave-Ayland

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).