Re: [PATCH 3/3] target/hppa: fix building gva for wide mode

2024-03-24 Thread Richard Henderson
On 3/24/24 11:39, Richard Henderson wrote: On 3/23/24 22:09, Sven Schnelle wrote: 64 Bit hppa no longer has a fixed 32/32 bit split between space and offset. Instead it uses 42 bits for the offset. The lower 10 bits of the space are always zero, leaving 22 bits actually used. Simply or the value

Re: [PATCH 3/3] target/hppa: fix building gva for wide mode

2024-03-24 Thread Richard Henderson
On 3/23/24 22:09, Sven Schnelle wrote: 64 Bit hppa no longer has a fixed 32/32 bit split between space and offset. Instead it uses 42 bits for the offset. The lower 10 bits of the space are always zero, leaving 22 bits actually used. Simply or the values together to build the gva. Signed-off-by:

Re: [PATCH 3/3] target/hppa: fix building gva for wide mode

2024-03-24 Thread Richard Henderson
On 3/23/24 22:09, Sven Schnelle wrote: 64 Bit hppa no longer has a fixed 32/32 bit split between space and offset. Instead it uses 42 bits for the offset. The lower 10 bits of the space are always zero, leaving 22 bits actually used. Simply or the values together to build the gva. Signed-off-by:

Re: [PATCH 3/3] target/hppa: fix building gva for wide mode

2024-03-24 Thread Helge Deller
On 3/24/24 09:09, Sven Schnelle wrote: 64 Bit hppa no longer has a fixed 32/32 bit split between space and offset. Instead it uses 42 bits for the offset. The lower 10 bits of the space are always zero, leaving 22 bits actually used. Simply or the values together to build the gva. Signed-off-by:

[PATCH 3/3] target/hppa: fix building gva for wide mode

2024-03-24 Thread Sven Schnelle
64 Bit hppa no longer has a fixed 32/32 bit split between space and offset. Instead it uses 42 bits for the offset. The lower 10 bits of the space are always zero, leaving 22 bits actually used. Simply or the values together to build the gva. Signed-off-by: Sven Schnelle --- target/hppa/mem_help