Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117981
b: refs/heads/master
c: bb45e20
h: refs/heads/master
i:
  117979: da81434
v: v3
  • Loading branch information
Avi Kivity committed Oct 28, 2008
1 parent ddda3a5 commit 790200c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: decc90162a99b4e51c534ab63f9b6fc5cb0f2596
refs/heads/master: bb45e202e695dea8657bb03a01d1522c37558672
6 changes: 6 additions & 0 deletions trunk/include/linux/kvm.h
Original file line number Diff line number Diff line change
Expand Up @@ -489,13 +489,19 @@ struct kvm_assigned_pci_dev {
__u32 busnr;
__u32 devfn;
__u32 flags;
union {
__u32 reserved[12];
};
};

struct kvm_assigned_irq {
__u32 assigned_dev_id;
__u32 host_irq;
__u32 guest_irq;
__u32 flags;
union {
__u32 reserved[12];
};
};

#define KVM_DEV_ASSIGN_ENABLE_IOMMU (1 << 0)
Expand Down

0 comments on commit 790200c

Please sign in to comment.