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

Various vmo/vmar fixes, Part 1 #174

Merged
merged 19 commits into from
Nov 11, 2020
Merged

Various vmo/vmar fixes, Part 1 #174

merged 19 commits into from
Nov 11, 2020

Conversation

benpigchu
Copy link
Contributor

See #170

@coveralls
Copy link

coveralls commented Sep 6, 2020

Pull Request Test Coverage Report for Build 273768525

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 46 of 162 (28.4%) changed or added relevant lines in 5 files are covered.
  • 202 unchanged lines in 5 files lost coverage.
  • Overall coverage decreased (-0.01%) to 49.03%

Changes Missing Coverage Covered Lines Changed/Added Lines %
zircon-object/src/hypervisor/guest.rs 0 1 0.0%
zircon-syscall/src/task.rs 0 2 0.0%
zircon-object/src/vm/vmo/paged.rs 6 18 33.33%
zircon-syscall/src/vmar.rs 0 44 0.0%
zircon-object/src/vm/vmar.rs 40 97 41.24%
Files with Coverage Reduction New Missed Lines %
zircon-syscall/src/vmar.rs 1 0.0%
../../../../../usr/share/rust/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.2.1/src/lib.rs 3 41.59%
zircon-syscall/src/vmo.rs 3 0.0%
zircon-object/src/vm/vmo/paged.rs 90 50.63%
zircon-object/src/vm/vmar.rs 105 57.97%
Totals Coverage Status
Change from base Build 268484657: -0.01%
Covered Lines: 7484
Relevant Lines: 15264

💛 - Coveralls

@benpigchu benpigchu force-pushed the vmo branch 2 times, most recently from 2c9bd31 to 3ebb73e Compare September 26, 2020 07:52
@benpigchu benpigchu force-pushed the vmo branch 4 times, most recently from d9ae1f8 to ecdfd45 Compare October 13, 2020 13:53
@benpigchu benpigchu changed the title [WIP]Various vmo/vmar fixes [WIP]Various vmo/vmar fixes, Part1 Oct 18, 2020
@benpigchu benpigchu changed the title [WIP]Various vmo/vmar fixes, Part1 [WIP]Various vmo/vmar fixes, Part 1 Oct 18, 2020
@benpigchu benpigchu marked this pull request as ready for review November 11, 2020 06:51
@benpigchu benpigchu changed the title [WIP]Various vmo/vmar fixes, Part 1 Various vmo/vmar fixes, Part 1 Nov 11, 2020
@benpigchu benpigchu merged commit a21904d into rcore-os:master Nov 11, 2020
zhangsn-19 pushed a commit to zhangsn-19/zCore that referenced this pull request Apr 23, 2022
Various vmo/vmar fixes, Part 1
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.

2 participants