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

RFC Host yielding API #2219

Closed
wants to merge 26 commits into from
Closed

RFC Host yielding API #2219

wants to merge 26 commits into from

Commits on Dec 27, 2020

  1. Towards cloning VMs

    Kai Mast committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    2a0f7c9 View commit details
    Browse the repository at this point in the history
  2. Expose deep clone in API

    Kai Mast committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    638702d View commit details
    Browse the repository at this point in the history
  3. More memcpy work

    Kai Mast committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    fe4e38f View commit details
    Browse the repository at this point in the history
  4. Lint

    Kai Mast committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    666574c View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2020

  1. Checkpoint

    Kai Mast committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    5d2203a View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2021

  1. Configuration menu
    Copy the full SHA
    98278af View commit details
    Browse the repository at this point in the history
  2. Test and compile fixes

    Kai Mast committed Jan 2, 2021
    Configuration menu
    Copy the full SHA
    8c0865f View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. Async API code

    Kai Mast committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    ae5ffa7 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2021

  1. Experimental yielder API

    Kai Mast committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    f94beea View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. Port to newer async-womrhole and fix compilation

    Kai Mast committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    5df791e View commit details
    Browse the repository at this point in the history
  2. Merge upstream master

    Kai Mast committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    708269e View commit details
    Browse the repository at this point in the history
  3. Get rid of vm clone code

    Kai Mast committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    a8d8bbb View commit details
    Browse the repository at this point in the history
  4. Undos some unneeded changes

    Kai Mast committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    fd30e36 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. Merge upstream master

    Kai Mast committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    4b04930 View commit details
    Browse the repository at this point in the history
  2. rustfmt

    Kai Mast committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    dad39c0 View commit details
    Browse the repository at this point in the history
  3. Revert "rustfmt"

    This reverts commit dad39c0.
    Kai Mast committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    ea8c891 View commit details
    Browse the repository at this point in the history
  4. Use stable rustfmt

    Kai Mast committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    c14a97a View commit details
    Browse the repository at this point in the history
  5. Undo unneeded changes

    Kai Mast committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    57ba569 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. Try fixing trap handling

    Kai Mast committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    729fad3 View commit details
    Browse the repository at this point in the history
  2. Try fixing trap handling

    Kai Mast committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    89b63d0 View commit details
    Browse the repository at this point in the history
  3. Try fixing trap handling

    Kai Mast committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    2cd5250 View commit details
    Browse the repository at this point in the history
  4. Track pre/post poll state

    Kai Mast committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    f70c791 View commit details
    Browse the repository at this point in the history
  5. Track pre/post poll state

    Kai Mast committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    01877eb View commit details
    Browse the repository at this point in the history
  6. Remove assert

    Kai Mast committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    21730c3 View commit details
    Browse the repository at this point in the history
  7. Track pre/post poll state

    Kai Mast committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    99a6a0c View commit details
    Browse the repository at this point in the history
  8. Track pre/post poll state

    Kai Mast committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    5ed888d View commit details
    Browse the repository at this point in the history