other versions
- stretch 4.9.168-1
IRQ_SET_VCPU_AFFINIT(9) | Public Functions Provided | IRQ_SET_VCPU_AFFINIT(9) |
NAME¶
irq_set_vcpu_affinity - Set vcpu affinity for the interruptSYNOPSIS¶
int irq_set_vcpu_affinity(unsigned int irq, void * vcpu_info);
ARGUMENTS¶
irqinterrupt number to set affinity
vcpu_info
vCPU specific data
DESCRIPTION¶
This function uses the vCPU specific data to set the vCPU affinity for an irq. The vCPU specific data is passed from outside, such as KVM. One example code path is as below: KVM -> IOMMU -> irq_set_vcpu_affinity.AUTHORS¶
Thomas Gleixner <tglx@linutronix.de>Author.
Ingo Molnar <mingo@elte.hu>
Author.
COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |