Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tools/kvmexit: Add BUS_LOCK and NOTIFY reasons #5000

Merged
merged 1 commit into from
May 19, 2024

Conversation

Rtoax
Copy link
Contributor

@Rtoax Rtoax commented May 14, 2024

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

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

Signed-off-by: Xue Yuehua <2482887395@qq.com>
Signed-off-by: Rong Tao <rongtao@cestc.cn>
@yonghong-song yonghong-song merged commit 343aecb into iovisor:master May 19, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants