On Mon, May 11, 2026, Fuad Tabba wrote: > kvm_vm_release() closes vmp->fd and vmp->kvm_fd unconditionally, and > kvm_vm_free() calls kvm_vm_release() at teardown. A test that calls > kvm_vm_release() and then kvm_vm_free() without a > vm_recreate_with_one_vcpu() in between double-closes both FDs.
That's a test bug, no?

