|
Linux Kernel
3.7.1
|
#include <kvm_host.h>
Data Fields | |
| u32 | gsi |
| u32 | type |
| int(* | set )(struct kvm_kernel_irq_routing_entry *e, struct kvm *kvm, int irq_source_id, int level) |
| union { | |
| struct { | |
| unsigned irqchip | |
| unsigned pin | |
| } irqchip | |
| struct msi_msg msi | |
| }; | |
| struct hlist_node | link |
Definition at line 267 of file kvm_host.h.
| union { ... } |
| u32 gsi |
Definition at line 268 of file kvm_host.h.
| unsigned irqchip |
Definition at line 274 of file kvm_host.h.
| struct { ... } irqchip |
Definition at line 279 of file kvm_host.h.
Definition at line 277 of file kvm_host.h.
| unsigned pin |
Definition at line 275 of file kvm_host.h.
Definition at line 270 of file kvm_host.h.
Definition at line 269 of file kvm_host.h.
1.8.2