- 28 Feb, 2022 3 commits
-
-
dependabot[bot] authored
Bumps [rust-vmm-ci](https://github.com/rust-vmm/rust-vmm-ci) from `ee6be8c` to `99fe2eb`. - [Release notes](https://github.com/rust-vmm/rust-vmm-ci/releases) - [Commits](https://github.com/rust-vmm/rust-vmm-ci/compare/ee6be8ca18bdfd9de294652472307c6776194f89...99fe2eb2e05d1b2cbeed6fb00b754e8f1c5b2f81) --- updated-dependencies: - dependency-name: rust-vmm-ci dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Viresh Kumar authored
build(deps): bump clap_derive from 3.1.0 to 3.1.2
-
dependabot[bot] authored
Bumps [clap_derive](https://github.com/clap-rs/clap) from 3.1.0 to 3.1.2. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v3.1.0...v3.1.2) --- updated-dependencies: - dependency-name: clap_derive dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- 23 Feb, 2022 1 commit
-
-
mathieupoirier authored
build(deps): bump clap from 3.0.10 to 3.1.0
-
- 22 Feb, 2022 6 commits
-
-
mathieupoirier authored
-
mathieupoirier authored
build(deps): bump libc from 0.2.117 to 0.2.119
-
mathieupoirier authored
-
mathieupoirier authored
build(deps): bump rust-vmm-ci from `d216a46` to `ee6be8c`
-
mathieupoirier authored
-
Viresh Kumar authored
i2c: Trim the device list to avoid errors
-
- 21 Feb, 2022 3 commits
-
-
dependabot[bot] authored
Bumps [clap](https://github.com/clap-rs/clap) from 3.0.10 to 3.1.0. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v3.0.10...clap_complete-v3.1.0) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.117 to 0.2.119. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.117...0.2.119) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [rust-vmm-ci](https://github.com/rust-vmm/rust-vmm-ci) from `d216a46` to `ee6be8c`. - [Release notes](https://github.com/rust-vmm/rust-vmm-ci/releases) - [Commits](https://github.com/rust-vmm/rust-vmm-ci/compare/d216a46879096a4f1e83af3a7b6c90c26e1a688d...ee6be8ca18bdfd9de294652472307c6776194f89) --- updated-dependencies: - dependency-name: rust-vmm-ci dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- 18 Feb, 2022 1 commit
-
-
Viresh Kumar authored
If the user passes socket-path with whitespace before or after, like -l " /tmp/vi2c.sock", then the Listener API fails and errors out. Fix this by trimming the argument for whitespace at start or end. Also add a test for the same. Signed-off-by:
Viresh Kumar <viresh.kumar@linaro.org>
-
- 17 Feb, 2022 1 commit
-
-
Viresh Kumar authored
If the user passes device list with whitespace before or after, like -l " 6:32", then " 6".parse::<u32>() fails. Fix this by trimming the argument for whitespace at start or end. Also add a test for the same. Signed-off-by:
Viresh Kumar <viresh.kumar@linaro.org>
-
- 15 Feb, 2022 2 commits
-
-
Viresh Kumar authored
fix CODEOWNERS file
-
Laura Loghin authored
The gatekeeper-PullAssigner was not correctly added in the codeowners file (with its github handle). Removed it from the file, so that the codewners are automatically requested to review a new PR. Since I was hear, also reordered alphabetically the users. Signed-off-by:
Laura Loghin <lauralg@amazon.com>
-
- 10 Feb, 2022 2 commits
-
-
Viresh Kumar authored
i2c: Write constructor for struct I2cArgs
-
Viresh Kumar authored
-
- 09 Feb, 2022 11 commits
-
-
Viresh Kumar authored
Docs/coverage
-
Viresh Kumar authored
Remove get_cmd_args() and add a constructor of struct I2cArgs for the same purpose. Signed-off-by:
Viresh Kumar <viresh.kumar@linaro.org>
-
Viresh Kumar authored
-
Viresh Kumar authored
build(deps): bump clap_derive from 3.0.12 to 3.0.14
-
Viresh Kumar authored
-
Viresh Kumar authored
build(deps): bump libc from 0.2.112 to 0.2.117
-
dependabot[bot] authored
Bumps [clap_derive](https://github.com/clap-rs/clap) from 3.0.12 to 3.0.14. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v3.0.12...v3.0.14) --- updated-dependencies: - dependency-name: clap_derive dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.112 to 0.2.117. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.112...0.2.117) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
mathieupoirier authored
build(deps): bump autocfg from 1.0.1 to 1.1.0
-
Viresh Kumar authored
-
mathieupoirier authored
build(deps): bump quote from 1.0.14 to 1.0.15
-
- 08 Feb, 2022 5 commits
-
-
dependabot[bot] authored
Bumps [autocfg](https://github.com/cuviper/autocfg) from 1.0.1 to 1.1.0. - [Release notes](https://github.com/cuviper/autocfg/releases) - [Commits](https://github.com/cuviper/autocfg/compare/1.0.1...1.1.0) --- updated-dependencies: - dependency-name: autocfg dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [quote](https://github.com/dtolnay/quote) from 1.0.14 to 1.0.15. - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](https://github.com/dtolnay/quote/compare/1.0.14...1.0.15) --- updated-dependencies: - dependency-name: quote dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
mathieupoirier authored
build(deps): bump syn from 1.0.85 to 1.0.86
-
mathieupoirier authored
-
Alex Bennée authored
build(deps): bump clap_derive from 3.0.6 to 3.0.12
-
- 07 Feb, 2022 1 commit
-
-
Alex Bennée authored
This attempts to finesse the rule of no coverage regressions for discussion with the wider community. Signed-off-by:
Alex Bennée <alex.bennee@linaro.org>
-
- 31 Jan, 2022 2 commits
-
-
mathieupoirier authored
-
mathieupoirier authored
-
- 26 Jan, 2022 1 commit
-
-
Alex Bennée authored
build(deps): bump rust-vmm-ci from `d023262` to `d216a46`
-
- 25 Jan, 2022 1 commit
-
-
Sergii Glushchenko authored
Signed-off-by:
Sergii Glushchenko <gsserge@amazon.com>
-