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

Factor out VirtualCPU::r#continue #144

Merged
merged 3 commits into from
Aug 21, 2021
Merged

Conversation

mkroening
Copy link
Member

Depends on #143.

@mkroening mkroening self-assigned this Jul 14, 2021
@mkroening mkroening force-pushed the vcpu-resume-fn branch 4 times, most recently from a35c25f to 966c109 Compare July 14, 2021 11:49
@codecov
Copy link

codecov bot commented Jul 14, 2021

Codecov Report

Merging #144 (150a4ea) into master (e264777) will decrease coverage by 0.04%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #144      +/-   ##
==========================================
- Coverage   31.81%   31.76%   -0.05%     
==========================================
  Files          15       15              
  Lines        3913     3919       +6     
==========================================
  Hits         1245     1245              
- Misses       2668     2674       +6     
Impacted Files Coverage Δ
src/linux/vcpu.rs 0.00% <0.00%> (ø)
src/vm.rs 29.34% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e264777...150a4ea. Read the comment docs.

@mkroening mkroening force-pushed the vcpu-resume-fn branch 3 times, most recently from b7e0edf to ff7f3ff Compare July 16, 2021 12:35
@mkroening mkroening force-pushed the vcpu-resume-fn branch 2 times, most recently from 51825b4 to 55546f8 Compare July 29, 2021 14:01
@mkroening mkroening changed the title [DO NOT MERGE] Factor out VirtualCPU::resume Factor out VirtualCPU::resume Aug 21, 2021
@mkroening mkroening changed the title Factor out VirtualCPU::resume Factor out VirtualCPU::r#continue Aug 21, 2021
@mkroening mkroening marked this pull request as ready for review August 21, 2021 15:20
@mkroening
Copy link
Member Author

bors r=jounathaen

@bors bors bot merged commit b955154 into hermit-os:master Aug 21, 2021
bors bot added a commit that referenced this pull request Aug 21, 2021
156: Rework high level run interface r=jounathaen a=mkroening

Depends on #144

Co-authored-by: Martin Kröning <mkroening@posteo.net>
@mkroening mkroening deleted the vcpu-resume-fn branch August 21, 2021 17:15
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