On Fri, Jul 10, 2026 at 11:09:43AM +1000, Gavin Shan wrote: [...]
> After syncing the definitions with those in (v14) host series, I'm able to > boot > a simple realm guest (no virtio devices) with one warning. > > qemu-system-aarch64: Failed to enable KVM_CAP_ARM_NISV_TO_USER cap That's because we need to use the VM instance specific check extension rather than the global one before trying to enable the cap. It is harmless. Lorenzo
