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 syn #1408

Draft
wants to merge 11 commits into
base: devel
Choose a base branch
from
Draft

Kvm syn #1408

wants to merge 11 commits into from

Commits on Jun 18, 2021

  1. Configuration menu
    Copy the full SHA
    16914a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    164a515 View commit details
    Browse the repository at this point in the history
  3. kvm: bypass monitor return path [#1407]

    Extract saved regs into sync_regs to continue immediately at guest.
    stsp committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    a6c9438 View commit details
    Browse the repository at this point in the history
  4. kvm: reduce monitor stack to bare minimum [#1407]

    Only exception frame left.
    stsp committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    96c40b9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7e000c3 View commit details
    Browse the repository at this point in the history
  6. kvm: never suppress exits [fixes #1407]

    Even if ring0 is interrupted and exit reason is not hlt,
    we know its gotta be hlt as nothing else have remained.
    stsp committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    d9a3db3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f24208e View commit details
    Browse the repository at this point in the history
  8. kvm: call kvm_post_run() unconditionally

    This simplifies the code.
    stsp committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    7510093 View commit details
    Browse the repository at this point in the history
  9. kvm: enable the sync_regs API

    stsp committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    e1fce31 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ed248bf View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2021

  1. kvm: minimize dirtying of kvm regs/sregs

    Compare with old copies.
    This should speed up the things.
    stsp committed Jun 19, 2021
    Configuration menu
    Copy the full SHA
    54be79e View commit details
    Browse the repository at this point in the history