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

kvm: convert to sync_regs API #1407

Closed
stsp opened this issue Feb 27, 2021 · 1 comment
Closed

kvm: convert to sync_regs API #1407

stsp opened this issue Feb 27, 2021 · 1 comment
Labels
enhancement kvm kvm-related problems todo to be done for next release, or around

Comments

@stsp
Copy link
Member

stsp commented Feb 27, 2021

Should be faster and simpler.
And maybe will allow to bypass some
KVM errors and pit-falls.

stsp added a commit that referenced this issue Feb 27, 2021
Extract saved regs into sync_regs to continue immediately at guest.
stsp added a commit that referenced this issue Feb 27, 2021
stsp added a commit that referenced this issue Feb 27, 2021
stsp added a commit that referenced this issue Feb 27, 2021
Even if ring0 is interrupted and exit reason is not hlt,
we know its gotta be hlt as nothing else have remained.
@stsp stsp added enhancement kvm kvm-related problems todo to be done for next release, or around labels Feb 28, 2021
stsp added a commit that referenced this issue Mar 1, 2021
Extract saved regs into sync_regs to continue immediately at guest.
stsp added a commit that referenced this issue Mar 1, 2021
stsp added a commit that referenced this issue Mar 1, 2021
stsp added a commit that referenced this issue Mar 1, 2021
Even if ring0 is interrupted and exit reason is not hlt,
we know its gotta be hlt as nothing else have remained.
stsp added a commit that referenced this issue Apr 18, 2021
Extract saved regs into sync_regs to continue immediately at guest.
stsp added a commit that referenced this issue Apr 18, 2021
stsp added a commit that referenced this issue Apr 18, 2021
stsp added a commit that referenced this issue Apr 18, 2021
Even if ring0 is interrupted and exit reason is not hlt,
we know its gotta be hlt as nothing else have remained.
stsp added a commit that referenced this issue Apr 18, 2021
Extract saved regs into sync_regs to continue immediately at guest.
stsp added a commit that referenced this issue Apr 18, 2021
stsp added a commit that referenced this issue Apr 18, 2021
stsp added a commit that referenced this issue Apr 18, 2021
Even if ring0 is interrupted and exit reason is not hlt,
we know its gotta be hlt as nothing else have remained.
stsp added a commit that referenced this issue Jun 7, 2021
Extract saved regs into sync_regs to continue immediately at guest.
stsp added a commit that referenced this issue Jun 7, 2021
stsp added a commit that referenced this issue Jun 7, 2021
stsp added a commit that referenced this issue Jun 7, 2021
Even if ring0 is interrupted and exit reason is not hlt,
we know its gotta be hlt as nothing else have remained.
stsp added a commit that referenced this issue Jun 18, 2021
Extract saved regs into sync_regs to continue immediately at guest.
stsp added a commit that referenced this issue Jun 18, 2021
stsp added a commit that referenced this issue Jun 18, 2021
stsp added a commit that referenced this issue Jun 18, 2021
Even if ring0 is interrupted and exit reason is not hlt,
we know its gotta be hlt as nothing else have remained.
@stsp
Copy link
Member Author

stsp commented Aug 20, 2021

Probably not interesting.
Patch exists, but not fast enough.

@stsp stsp closed this as completed Aug 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement kvm kvm-related problems todo to be done for next release, or around
Projects
None yet
Development

No branches or pull requests

1 participant