Virt Manaager Issue

Suddenly I can’t create or start virtual machines. I get the following as an example of starting a already created VM:

Error starting domain: internal error: process exited while connecting to monitor: 2025-07-08T17:34:09.019664Z qemu-system-x86_64: -accel kvm: ioctl(KVM_CREATE_VM) failed: Input/output error
2025-07-08T17:34:09.019820Z qemu-system-x86_64: -accel kvm: failed to initialize kvm: Input/output error

Traceback (most recent call last):
  File "/usr/share/virt-manager/virtManager/asyncjob.py", line 71, in cb_wrapper
    callback(asyncjob, *args, **kwargs)
    ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/share/virt-manager/virtManager/asyncjob.py", line 107, in tmpcb
    callback(*args, **kwargs)
    ~~~~~~~~^^^^^^^^^^^^^^^^^
  File "/usr/share/virt-manager/virtManager/object/libvirtobject.py", line 57, in newfn
    ret = fn(self, *args, **kwargs)
  File "/usr/share/virt-manager/virtManager/object/domain.py", line 1384, in startup
    self._backend.create()
    ~~~~~~~~~~~~~~~~~~~~^^
  File "/usr/lib64/python3.13/site-packages/libvirt.py", line 1379, in create
    raise libvirtError('virDomainCreate() failed')
libvirt.libvirtError: internal error: process exited while connecting to monitor: 2025-07-08T17:34:09.019664Z qemu-system-x86_64: -accel kvm: ioctl(KVM_CREATE_VM) failed: Input/output error
2025-07-08T17:34:09.019820Z qemu-system-x86_64: -accel kvm: failed to initialize kvm: Input/output error

Any suggestions?