The issue reported is about incorrect handling of SVE and SVE2 features when disabling SVE using `-cpu max,sve=off`. The problem arises because QEMU still advertises SVE2 as enabled even after disabling SVE, leading to an inconsistent state in the CPU feature set advertised via `getauxval`. **Category:** runtime