[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Inter-processor interrupts in QEMU
From: |
Arnabjyoti Kalita |
Subject: |
Inter-processor interrupts in QEMU |
Date: |
Sat, 26 Feb 2022 21:56:31 +0530 |
Hello all,
I have a requirement to detect when inter-processor interrupts happen
on running a VM with 2 vcpus (using -smp 2). I realize that sending an
IPI leads to a VMEXIT in the source vcpu. How is this emulated when
QEMU runs in KVM mode (-enable-kvm) ? Is there a way to detect when
an IPI is raised?
The guest and host architecture is both x86_64. My host runs Linux 5.8.0.
Thank you very much for your reply.
Best Regards,
Arnabjyoti Kalita
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Inter-processor interrupts in QEMU,
Arnabjyoti Kalita <=