This project is mirrored from https://*****@github.com/hermitcore/uhyve.git.
Pull mirroring updated .
- 22 Jan, 2021 1 commit
-
-
Jens Breitbart authored
Replaced std::sync::atomic::spin_loop_hint as it is deprecated.
-
- 19 Jan, 2021 6 commits
-
-
Stefan Lankes authored
-
bors[bot] authored
64: Added instrument feature using rftrace r=stlankes a=jbreitbart Added `instrument` feature, which is disabled by default. It only works if uhyve is compiled with `-Z instrument-mcount`. Furthermore I removed the std::process::exit() call from uhyvelib so it is possible to write the trace. The return value is not returned from `VirtualCPU::run()`. Note that using rftrace may not be the best tool to trace uhyve as there are various other tools available on a modern desktop OS, but can be used to trace RustyHermit and using the same tool simplifies everything a bit. Co-authored-by:
Jens Breitbart <jbreitbart@gmail.com>
-
Jens Breitbart authored
-
Jens Breitbart authored
Added `instrument` feature, which is disabled by default. It only works if uhyve is compiled with `-Z instrument-mcount`. Furthermore I removed the std::process::exit() call from uhyvelib so it is possible to write the trace. The return value is not returned from `VirtualCPU::run()`. Note that using rftrace may not be the best tool to trace uhyve as there are various other tools available on a modern desktop OS, but can be used to trace RustyHermit and using the same tool simplifies everything a bit.
-
bors[bot] authored
63: Bump goblin from 0.3.0 to 0.3.1 r=stlankes a=dependabot[bot] Bumps [goblin](https://github.com/m4b/goblin) from 0.3.0 to 0.3.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/m4b/goblin/blob/master/CHANGELOG.md">goblin's changelog</a>.</em></p> <blockquote> <h2>[0.3.1] - 2021-1-18</h2> <h3>Added</h3> <ul> <li>mach: add rpaths, thanks <a href="https://github.com/keith"><code>@keith</code></a>: <a href="https://github-redirect.dependabot.com/m4b/goblin/pull/248">m4b/goblin#248</a></li> </ul> <h3>Fixed</h3> <ul> <li>elf: fix regression parsing binaries like busybox (<a href="https://github-redirect.dependabot.com/m4b/bingrep/issues/28">m4b/bingrep#28</a>), thanks <a href="https://github.com/jan-auer"><code>@jan-auer</code></a>: <a href="https://github-redirect.dependabot.com/m4b/goblin/pull/249">m4b/goblin#249</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/m4b/goblin/commits">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores ) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [goblin](https://github.com/m4b/goblin) from 0.3.0 to 0.3.1. - [Release notes](https://github.com/m4b/goblin/releases) - [Changelog](https://github.com/m4b/goblin/blob/master/CHANGELOG.md) - [Commits](https://github.com/m4b/goblin/commits ) Signed-off-by:
dependabot[bot] <support@github.com>
-
- 18 Jan, 2021 2 commits
-
-
bors[bot] authored
60: add support for macOS Big Sur r=stlankes a=stlankes - remove also a bug in the IO-APIC emulation - remove some compiler warnings Co-authored-by:
Stefan Lankes <slankes@eonerc.rwth-aachen.de> Co-authored-by:
Jens Breitbart <jbreitbart@gmail.com>
-
Jens Breitbart authored
-
- 17 Jan, 2021 9 commits
-
-
Stefan Lankes authored
CI: Fix bors.toml status name
-
jschwe authored
In uhyve the Job name for checking the formatting is called "Format check (ubuntu-latest, nightly)". This should fix bors timing out.
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
-
- 16 Jan, 2021 8 commits
-
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
prevent VM exits due to the pause instructions
-
Stefan Lankes authored
Improve Hugepage detection and parameters
-
Stefan Lankes authored
@jschwe Do I merged the PR correctly?
-
Stefan Lankes authored
-
Jonathan Schwender authored
Split parsing and filtering into separate functions, so that they can be tested separately. Add tests to validate parsing functions.
-
Jonathan Schwender authored
This commit adds the --affinity parameter which takes a cpulist as an argument uhyve tries to bind the vCPU threads to the physical CPUs specified. This is an initial commit with some open issues still to be addressed
-
- 15 Jan, 2021 1 commit
-
-
Stefan Lankes authored
-
- 13 Jan, 2021 4 commits
-
-
dependabot[bot] authored
Bumps [byteorder](https://github.com/BurntSushi/byteorder) from 1.3.4 to 1.4.2. - [Release notes](https://github.com/BurntSushi/byteorder/releases) - [Changelog](https://github.com/BurntSushi/byteorder/blob/master/CHANGELOG.md) - [Commits](https://github.com/BurntSushi/byteorder/compare/1.3.4...1.4.2 ) Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.81 to 0.2.82. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.81...0.2.82 ) Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [x86](https://github.com/gz/rust-x86) from 0.34.0 to 0.35.0. - [Release notes](https://github.com/gz/rust-x86/releases) - [Commits](https://github.com/gz/rust-x86/compare/0.34.0...0.35.0 ) Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [log](https://github.com/rust-lang/log) from 0.4.11 to 0.4.13. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.11...0.4.13 ) Signed-off-by:
dependabot[bot] <support@github.com>
-
- 06 Jan, 2021 8 commits
-
-
Jonathan Schwender authored
I have no idea if this can be safely assumed, but this was the situation before this PR too, so no changes there.
-
Jonathan Schwender authored
The parameter is the value belonging to the key passed to parse_bool function. Renaming to make this clear. Previously I used name because I initially copy pasted the function signature.
-
Jonathan Schwender authored
Use to_ascii_lowercase to convert the value to lowercase before matching. This simplifies the match and also catches TRUE and other variants
-
Jonathan Schwender authored
Fix formatting errors caused by my previous commits by running rustfmt
-
Jonathan Schwender authored
This commit tests if `/sys/kernel/mm/transparent_hugepage/enabled` is present and parses the contents. If (transparent) hugepages are supported by the kernel, then they are enabled by default. If /sys/kernel/mm/transparent_hugepage/enabled is not present the hugepages support is assumed to be not present. I have no idea how the mac kernel works or exposes information, so a follow up commit is probably needed to add macos support.
-
Jonathan Schwender authored
Simply set default to true and remove the negation. This way hugepages are still enabled by default, and HERMIT_HUGEPAGE=True delivers the expected result of enabling HUGEPAGES . Previously the negation inverted the selection.
-
Jonathan Schwender authored
Adding --disable-hugepages previously set hugepages to true. To prevent future errors the variable name is switched from HUGEPAGE to DISABLE_HUGEPAGE to prevent future misunderstandings
-
Jonathan Schwender authored
parse_bool now additionally supports the Strings such as "True", "true", "False", "false", and Yes, no and interprets these as boolean options. The existing numeric interpretation is also still available.
-
- 31 Dec, 2020 1 commit
-
-
Stefan Lankes authored
-