On Mon, 16 Feb 2026 at 03:46, Richard Henderson <[email protected]> wrote: > > Signed-off-by: Richard Henderson <[email protected]> > --- > target/arm/kvm.c | 104 ++++++++++++++++++++++++++++++++++++++++++++++- > 1 file changed, 102 insertions(+), 2 deletions(-)
The (currently proposed) KVM ABI imposes some not-necessarily-obvious restrictions on what order it is OK to write various things in (e.g. SMCR.SM and other things affecting vector length need to be put before the vectors themselves). We should have a comment explaining this so we don't accidentally refactor and break the ordering requirements later. thanks -- PMM
