Skip to content

[GVM] Add register dump in trace_kvm_page_fault#1

Open
YWHyuk wants to merge 1 commit intolinuxgeek-Inc:masterfrom
YWHyuk:master
Open

[GVM] Add register dump in trace_kvm_page_fault#1
YWHyuk wants to merge 1 commit intolinuxgeek-Inc:masterfrom
YWHyuk:master

Conversation

@YWHyuk
Copy link

@YWHyuk YWHyuk commented Mar 31, 2022

Provide general purpose registers's status to help analyzing the
reason of kvm_page_fault.

Provide general purpose registers's status to help analyzing the
reason of kvm_page_fault.
@YWHyuk
Copy link
Author

YWHyuk commented Apr 1, 2022

In the GVM environment, there is a problem to access guest's memory.

A physical page of guest can be located at any node.

For example, when node 1 access a page which is located at node 2,
we have to handle another EPT violation. It will worse the performance.

So accessing the guest's register is the only way we can do without serious performance issue

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.

1 participant