iovisor / bcc

BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more
Apache License 2.0
20.36k stars 3.86k forks source link

tools/kvmexit: Add BUS_LOCK and NOTIFY reasons #5000

Closed Rtoax closed 4 months ago

Rtoax commented 4 months ago

The linux [0] KVM VMX enable two new VM exit, as follows:

commit 2f4073e08f4c ("KVM: VMX: Enable Notify VM exit")

$ git describe 2f4073e08f4c
v5.19-rc1-95-g2f4073e08f4c

commit fe6b6bc802b4 ("KVM: VMX: Enable bus lock VM exit")

$ git describe fe6b6bc802b4
v5.11-rc3-54-gfe6b6bc802b4

[0] https://github.com/torvalds/linux.git