Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133751
b: refs/heads/master
c: 2df8a40
h: refs/heads/master
i:
  133749: 8321225
  133747: 2f015cd
  133743: dd77427
v: v3
  • Loading branch information
Weidong Han authored and Avi Kivity committed Mar 24, 2009
1 parent ac93156 commit b4b10d2
Show file tree
Hide file tree
Showing 2 changed files with 6 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: b0a1835d53c57bc38b36867c04436b60454cb610
refs/heads/master: 2df8a40bccf5999261d0d3a82eac5a77678e61bd
5 changes: 5 additions & 0 deletions trunk/include/linux/kvm.h
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,9 @@ struct kvm_trace_rec {
#define KVM_CAP_IRQ_ROUTING 25
#endif
#define KVM_CAP_IRQ_INJECT_STATUS 26
#ifdef __KVM_HAVE_DEVICE_ASSIGNMENT
#define KVM_CAP_DEVICE_DEASSIGNMENT 27
#endif

#ifdef KVM_CAP_IRQ_ROUTING

Expand Down Expand Up @@ -480,6 +483,8 @@ struct kvm_irq_routing {
#define KVM_ASSIGN_IRQ _IOR(KVMIO, 0x70, \
struct kvm_assigned_irq)
#define KVM_REINJECT_CONTROL _IO(KVMIO, 0x71)
#define KVM_DEASSIGN_PCI_DEVICE _IOR(KVMIO, 0x72, \
struct kvm_assigned_pci_dev)

/*
* ioctls for vcpu fds
Expand Down

0 comments on commit b4b10d2

Please sign in to comment.