qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v2 0/6] target/ppc: Various clean-up and fixes for radix64


From: Greg Kurz
Subject: [PATCH v2 0/6] target/ppc: Various clean-up and fixes for radix64
Date: Thu, 14 May 2020 00:56:42 +0200
User-agent: StGit/unknown-version

First three patches of this series are simple cleanups. The other
ones fix some regressions introduced by Cedric's recent addition
of partition-scoped translation.

Changes since v1:
- fix build break in patch 3
- introduce guest_visible argument in patch 6

--
Greg

---

Greg Kurz (6):
      target/ppc: Pass const pointer to ppc_radix64_get_prot_amr()
      target/ppc: Pass const pointer to ppc_radix64_get_fully_qualified_addr()
      target/ppc: Don't initialize some local variables in ppc_radix64_xlate()
      target/ppc: Add missing braces in ppc_radix64_partition_scoped_xlate()
      target/ppc: Fix arguments to ppc_radix64_partition_scoped_xlate()
      target/ppc: Don't update radix PTE R/C bits with gdbstub


 target/ppc/mmu-radix64.c |   53 ++++++++++++++++++++++++++++------------------
 target/ppc/mmu-radix64.h |    4 ++-
 2 files changed, 34 insertions(+), 23 deletions(-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]