Skip to content

Conversation

@Lencerf
Copy link
Collaborator

@Lencerf Lencerf commented Jan 26, 2026

No description provided.

@Lencerf Lencerf force-pushed the refactor/vm-config branch from 244c471 to d0ff051 Compare January 26, 2026 21:16
@coveralls
Copy link

coveralls commented Jan 26, 2026

Pull Request Test Coverage Report for Build 21500373191

Details

  • 0 of 72 (0.0%) changed or added relevant lines in 2 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage decreased (-0.004%) to 26.439%

Changes Missing Coverage Covered Lines Changed/Added Lines %
alioth/src/vm/vm.rs 0 5 0.0%
alioth-cli/src/boot/boot.rs 0 67 0.0%
Files with Coverage Reduction New Missed Lines %
alioth/src/vm/vm.rs 1 0.0%
Totals Coverage Status
Change from base Build 21500356563: -0.004%
Covered Lines: 3608
Relevant Lines: 14123

💛 - Coveralls

@Lencerf Lencerf force-pushed the refactor/vm-config branch 5 times, most recently from 5ae57fa to 71657cc Compare January 30, 2026 00:36
The alioth library should provide composable building blocks for
creating virtual machines, but the specific configuration and shape of a
VM should be defined by the application layer.

This commit moves the vm::Config struct from the alioth library to the
alioth-cli crate to better enforce this separation of concerns. This
makes the library more flexible and reusable.

Signed-off-by: Changyuan Lyu <changyuanl@google.com>
@Lencerf Lencerf force-pushed the refactor/vm-config branch from 71657cc to a0e08d0 Compare January 30, 2026 00:54
@Lencerf Lencerf merged commit a0e08d0 into google:main Jan 30, 2026
5 checks passed
@Lencerf Lencerf deleted the refactor/vm-config branch January 30, 2026 00:58
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