Re: [PATCH] target/arm: Add missing FEAT_TLBIOS instructions

2022-01-07 Thread Peter Maydell
On Fri, 7 Jan 2022 at 01:25, Richard Henderson wrote: > > On 12/31/21 2:39 AM, Idan Horowitz wrote: > > Some of the instructions added by the FEAT_TLBIOS extension were forgotten > > when the extension was originally added to QEMU. > > > > Fixes: 7113d618505b ("target/arm: Add support for

Re: [PATCH] target/arm: Add missing FEAT_TLBIOS instructions

2022-01-06 Thread Richard Henderson
On 12/31/21 2:39 AM, Idan Horowitz wrote: Some of the instructions added by the FEAT_TLBIOS extension were forgotten when the extension was originally added to QEMU. Fixes: 7113d618505b ("target/arm: Add support for FEAT_TLBIOS") Signed-off-by: Idan Horowitz --- target/arm/helper.c | 32

Re: [PATCH] target/arm: Add missing FEAT_TLBIOS instructions

2022-01-06 Thread Peter Maydell
On Fri, 31 Dec 2021 at 10:40, Idan Horowitz wrote: > > Some of the instructions added by the FEAT_TLBIOS extension were forgotten > when the extension was originally added to QEMU. > > Fixes: 7113d618505b ("target/arm: Add support for FEAT_TLBIOS") > Signed-off-by: Idan Horowitz > -- Richard,

Re: [PATCH] target/arm: Add missing FEAT_TLBIOS instructions

2022-01-06 Thread Idan Horowitz
Ping for code review, please? Thanks, Idan Horowitz

[PATCH] target/arm: Add missing FEAT_TLBIOS instructions

2021-12-31 Thread Idan Horowitz
Some of the instructions added by the FEAT_TLBIOS extension were forgotten when the extension was originally added to QEMU. Fixes: 7113d618505b ("target/arm: Add support for FEAT_TLBIOS") Signed-off-by: Idan Horowitz --- target/arm/helper.c | 32 1 file changed,