Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258033
b: refs/heads/master
c: 91e3d71
h: refs/heads/master
i:
  258031: f692a3c
v: v3
  • Loading branch information
Jan Kiszka authored and Avi Kivity committed Jul 12, 2011
1 parent bf2c609 commit b734fde
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 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: e57d4a356ad3ac46881399c424cc6cf6dd16359d
refs/heads/master: 91e3d71db29d9b3b67b64e2a08e724a7ff538b4c
7 changes: 1 addition & 6 deletions trunk/Documentation/virtual/kvm/api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1143,15 +1143,10 @@ Assigns an IRQ to a passed-through device.

struct kvm_assigned_irq {
__u32 assigned_dev_id;
__u32 host_irq;
__u32 host_irq; /* ignored (legacy field) */
__u32 guest_irq;
__u32 flags;
union {
struct {
__u32 addr_lo;
__u32 addr_hi;
__u32 data;
} guest_msi;
__u32 reserved[12];
};
};
Expand Down
8 changes: 1 addition & 7 deletions trunk/include/linux/kvm.h
Original file line number Diff line number Diff line change
Expand Up @@ -773,20 +773,14 @@ struct kvm_assigned_pci_dev {

struct kvm_assigned_irq {
__u32 assigned_dev_id;
__u32 host_irq;
__u32 host_irq; /* ignored (legacy field) */
__u32 guest_irq;
__u32 flags;
union {
struct {
__u32 addr_lo;
__u32 addr_hi;
__u32 data;
} guest_msi;
__u32 reserved[12];
};
};


struct kvm_assigned_msix_nr {
__u32 assigned_dev_id;
__u16 entry_nr;
Expand Down

0 comments on commit b734fde

Please sign in to comment.