I've got a dual processor Xeon E5-2690v4 machine here that recently started to refuse to run anything KVM related.
When I try to run qemu with `-accel kvm`, I simply get the following error message:
That's it, nothing else.Create kernel irqchip failed: Inappropriate ioctl for device
Everything worked fine on 6.12.58, but after upgrading nothing seems to work on 6.18.12.
KVM modules appear to be loaded and show up just fine in lsmod. Nothing shows up in dmesg. Kernel command line doesn't contain anything funky and my config didn't change between 6.12.58 and 6.18.12 apart from dropping some CONFIG lines that were removed from the kernel. /dev/kvm is present and appears to have the correct ownership and permissions, plus I'm also a member of the kvm group. Same thing happens with root though so I don't think it's a user issue.
The only other oddity I've noticed is that the QLED code on my motherboard used to read "00" when booted, and now it reads "AA" instead. I haven't changed anything in the BIOS though and everything else is exactly the same as before.
-CMPX

