Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-27 | KVM: Fix possible circular locking in kvm_vm_ioctl_assign_device() | Sheng Yang | |
One possible order is: KVM_CREATE_IRQCHIP ioctl(took kvm->lock) -> kvm_iobus_register_dev() -> down_write(kvm->slots_lock). The other one is in kvm_vm_ioctl_assign_device(), which take kvm->slots_lock first, then kvm->lock. Update the comment of lock order as well. Observe it due to kernel locking debug warnings. Cc: stable@kernel.org Signed-off-by: Sheng Yang <sheng@linux.intel.com> Signed-off-by: Avi Kivity <avi@redhat.com> | |||
2009-12-03 | KVM: Move assigned device code to own file | Avi Kivity | |
Signed-off-by: Avi Kivity <avi@redhat.com> |