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

Greg Kurz posted 6 patches 3 years, 12 months ago
Test docker-mingw@fedora passed
Test checkpatch passed
Test asan passed
Test docker-quick@centos7 passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/158941060199.240484.5620994992064687533.stgit@bahia.lan
Maintainers: David Gibson <david@gibson.dropbear.id.au>
target/ppc/mmu-radix64.c |   53 ++++++++++++++++++++++++++++------------------
target/ppc/mmu-radix64.h |    4 ++-
2 files changed, 34 insertions(+), 23 deletions(-)
[PATCH v2 0/6] target/ppc: Various clean-up and fixes for radix64
Posted by Greg Kurz 3 years, 12 months ago
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(-)


Re: [PATCH v2 0/6] target/ppc: Various clean-up and fixes for radix64
Posted by David Gibson 3 years, 11 months ago
On Thu, May 14, 2020 at 12:56:42AM +0200, Greg Kurz wrote:
> 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.

Applied to ppc-for-5.1, thanks.

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

-- 
David Gibson			| I'll have my music baroque, and my code
david AT gibson.dropbear.id.au	| minimalist, thank you.  NOT _the_ _other_
				| _way_ _around_!
http://www.ozlabs.org/~dgibson
Re: [PATCH v2 0/6] target/ppc: Various clean-up and fixes for radix64
Posted by Greg Kurz 3 years, 11 months ago
On Thu, 14 May 2020 16:52:49 +1000
David Gibson <david@gibson.dropbear.id.au> wrote:

> On Thu, May 14, 2020 at 12:56:42AM +0200, Greg Kurz wrote:
> > 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.
> 
> Applied to ppc-for-5.1, thanks.
> 

Could you please refresh your ppc-for-5.1 branch on github ?

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

Re: [PATCH v2 0/6] target/ppc: Various clean-up and fixes for radix64
Posted by David Gibson 3 years, 11 months ago
On Fri, May 15, 2020 at 08:58:07AM +0200, Greg Kurz wrote:
> On Thu, 14 May 2020 16:52:49 +1000
> David Gibson <david@gibson.dropbear.id.au> wrote:
> 
> > On Thu, May 14, 2020 at 12:56:42AM +0200, Greg Kurz wrote:
> > > 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.
> > 
> > Applied to ppc-for-5.1, thanks.
> > 
> 
> Could you please refresh your ppc-for-5.1 branch on github ?

Done.

-- 
David Gibson			| I'll have my music baroque, and my code
david AT gibson.dropbear.id.au	| minimalist, thank you.  NOT _the_ _other_
				| _way_ _around_!
http://www.ozlabs.org/~dgibson