This repository was archived by the owner on Jan 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 885
Optimizing VMCS reads/writes with a new cache implementation #130
Open
AlexAltea
wants to merge
13
commits into
intel:master
Choose a base branch
from
kryptoslogic:vmcs-refactor
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
7562d10
Moved VMX-specific definitions to vmx.h
AlexAltea 4247f6c
Added VMCS-cache macros
AlexAltea 5ee10eb
Optimize code by using new VMCS-cache macros
AlexAltea 5636f62
Fixed padding in vcpu_state_t
AlexAltea 3a3f953
Fixed style issues and removed unnecessary fields
AlexAltea 7693efb
Fixed unnecessary writes to HOST_RIP
AlexAltea 4b39e35
Fixed missing read-cache flush after guest-exit
AlexAltea 46fc754
Optimization: Cached segment reads
AlexAltea 8e49240
Optimization: Cached RIP reads
AlexAltea 989eea9
Optimization: Cached RSP/RFLAGS reads
AlexAltea 61779ca
Optimization: Cached guest interruptibility/exit qualifier reads
AlexAltea b6733f4
Optimization: Cached CR reads
AlexAltea b00b798
Optimization: Moved tunnel updates outside guest-execution loop
AlexAltea File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.