qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [RFC 0/4] target/ppc: Correct some errors with real mode handling
@ 2020-01-03  6:39 David Gibson
  2020-01-03  6:39 ` [RFC 1/4] ppc: Drop PPC_EMULATE_32BITS_HYPV stub David Gibson
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: David Gibson @ 2020-01-03  6:39 UTC (permalink / raw)
  To: qemu-devel, philmd, clg, groug
  Cc: aik, qemu-ppc, Mark Cave-Ayland, paulus, David Gibson

POWER "book S" (server class) cpus have a concept of "real mode" where
MMU translation is disabled... sort of.  In fact this can mean a bunch
of slightly different things when hypervisor mode and other
considerations are present.

We had some errors in edge cases here, so clean some things up and
correct them.

David Gibson (4):
  ppc: Drop PPC_EMULATE_32BITS_HYPV stub
  ppc: Remove stub of PPC970 HID4 implementation
  target/ppc: Correct handling of real mode accesses with vhyp on hash
    MMU
  target/ppc: Introduce ppc_hash64_use_vrma() helper

 target/ppc/cpu.h                |   7 --
 target/ppc/mmu-hash64.c         | 125 ++++++++++++++------------------
 target/ppc/translate_init.inc.c |  17 ++---
 3 files changed, 59 insertions(+), 90 deletions(-)

-- 
2.24.1



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

end of thread, other threads:[~2020-01-03  6:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-03  6:39 [RFC 0/4] target/ppc: Correct some errors with real mode handling David Gibson
2020-01-03  6:39 ` [RFC 1/4] ppc: Drop PPC_EMULATE_32BITS_HYPV stub David Gibson
2020-01-03  6:39 ` [RFC 2/4] ppc: Remove stub of PPC970 HID4 implementation David Gibson
2020-01-03  6:39 ` [RFC 3/4] target/ppc: Correct handling of real mode accesses with vhyp on hash MMU David Gibson
2020-01-03  6:39 ` [RFC 4/4] target/ppc: Introduce ppc_hash64_use_vrma() helper David Gibson

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).