Re: [PATCH v3 04/15] target/arm: ensure KVM traps set appropriate MemTxAttrs

2022-10-19 Thread Philippe Mathieu-Daudé
On 27/9/22 16:14, Alex Bennée wrote: Although most KVM users will use the in-kernel GIC emulation it is perfectly possible not to. In this case we need to ensure the MemTxAttrs are correctly populated so the GIC can divine the source CPU of the operation. Signed-off-by: Alex Bennée --- v3 -

Re: [PATCH v3 04/15] target/arm: ensure KVM traps set appropriate MemTxAttrs

2022-09-28 Thread Richard Henderson
On 9/27/22 07:14, Alex Bennée wrote: Although most KVM users will use the in-kernel GIC emulation it is perfectly possible not to. In this case we need to ensure the MemTxAttrs are correctly populated so the GIC can divine the source CPU of the operation. Signed-off-by: Alex Bennée --- v3 -