Re: [Qemu-devel] [PATCH v5 14/15] target/sparc: Add TLB entry with attributes

2019-07-26 Thread Richard Henderson
On 7/25/19 11:48 PM, tony.ngu...@bt.com wrote: > Append MemTxAttrs to interfaces so we can pass along up coming Invert > Endian TTE bit on SPARC64. > > Signed-off-by: Tony Nguyen > --- > target/sparc/mmu_helper.c | 32 ++-- > 1 file changed, 18 insertions(+), 14

[Qemu-devel] [PATCH v5 14/15] target/sparc: Add TLB entry with attributes

2019-07-26 Thread tony.nguyen
Append MemTxAttrs to interfaces so we can pass along up coming Invert Endian TTE bit on SPARC64. Signed-off-by: Tony Nguyen --- target/sparc/mmu_helper.c | 32 ++-- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/target/sparc/mmu_helper.c