On Fri, 25 Oct 2024 at 16:50, Michael Tokarev wrote:
>
> 25.10.2024 05:48, Ido Plat wrote:
> > Pass the stage size to step function callback,
> > otherwise do_setm would hang when size is larger then page size because
> > stage size would underflow.
> > This fix changes do_setm to be more inline
25.10.2024 05:48, Ido Plat wrote:
Pass the stage size to step function callback,
otherwise do_setm would hang when size is larger then page size because stage
size would underflow.
This fix changes do_setm to be more inline with do_setp.
Fixes: 0e92818887dee ("target/arm: Implement the SET* ins
On 10/25/24 03:48, Ido Plat wrote:
Pass the stage size to step function callback,
otherwise do_setm would hang when size is larger then page size because stage
size would underflow.
This fix changes do_setm to be more inline with do_setp.
Fixes: 0e92818887dee ("target/arm: Implement the SET* in
Pass the stage size to step function callback,
otherwise do_setm would hang when size is larger then page size because stage
size would underflow.
This fix changes do_setm to be more inline with do_setp.
Fixes: 0e92818887dee ("target/arm: Implement the SET* instructions")
Signed-off-by: Ido Plat