Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133752
b: refs/heads/master
c: 4a906e4
h: refs/heads/master
v: v3
  • Loading branch information
Weidong Han authored and Avi Kivity committed Mar 24, 2009
1 parent b4b10d2 commit 11a1892
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2df8a40bccf5999261d0d3a82eac5a77678e61bd
refs/heads/master: 4a906e49f103c2e544148a209ba1db316510799f
2 changes: 1 addition & 1 deletion trunk/virt/kvm/kvm_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ static int kvm_vm_ioctl_deassign_device(struct kvm *kvm,
goto out;
}

if (assigned_dev->flags & KVM_DEV_ASSIGN_ENABLE_IOMMU)
if (match->flags & KVM_DEV_ASSIGN_ENABLE_IOMMU)
kvm_deassign_device(kvm, match);

kvm_free_assigned_device(kvm, match);
Expand Down

0 comments on commit 11a1892

Please sign in to comment.