openvmm: add new package - #18444
Draft
Ben Hillis (benhillis) wants to merge 1 commit into
Draft
Conversation
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
Member
Author
|
I believe the SPECS check failures are because I have not uploaded the release artifacts to the spec store, jslobodzian was going to point me to instructions on how to do that. |
OpenVMM is a modular, cross-platform virtual machine monitor written in Rust. This package ships the OpenVMM host binary, which runs virtual machines on Linux via KVM or the Microsoft Hypervisor. Source0 is the archive GitHub generates for the openvmm-v<version> tag. Upstream publishes a single release asset, openvmm-<version>-vendor.tar.gz, containing the vendored crate sources and the cargo_config source replacement written by cargo vendor, so the package builds offline. The package requires rust >= 1.95, which Azure Linux 3.0 does not ship yet, so it does not build until the distribution toolchain advances. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Ben Hillis (benhillis)
force-pushed
the
users/benhill/openvmm-rpm
branch
from
August 14, 2026 20:30
9a46288 to
65e07dd
Compare
Here are the instructions https://dev.azure.com/mariner-org/mariner/_wiki/wikis/mariner.wiki/1284/Source-Tar-Publishing , but I would leave that as the last step before merging (in case there's a need to amend the release sources) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Merge Checklist
*-staticsubpackages, etc.) have had theirReleasetag incremented../cgmanifest.json,./toolkit/scripts/toolchain/cgmanifest.json,.github/workflows/cgmanifest.json)./LICENSES-AND-NOTICES/SPECS/data/licenses.json,./LICENSES-AND-NOTICES/SPECS/LICENSES-MAP.md,./LICENSES-AND-NOTICES/SPECS/LICENSE-EXCEPTIONS.PHOTON)*.signatures.jsonfilessudo make go-tidy-allandsudo make go-test-coveragepassSummary
Adds a package for OpenVMM, a modular, cross-platform virtual machine monitor written in Rust. Ships the
openvmmhost binary.Important
Draft: this does not build on Azure Linux 3.0 yet. OpenVMM requires rust 1.95 and the distribution ships 1.90. A toolchain bump is in motion, and this is ready to move out of draft once it lands.
Built offline from the upstream release: the tag archive plus the vendor archive uploaded as a release asset.
Change Log
openvmm0.1.0Does this affect the toolchain?
NO
Test Methodology
Built in an
mcr.microsoft.com/azurelinux/base/core:3.0container from the published assets, supplying a 1.95 toolchain in place of the distribution's. Producesopenvmm-0.1.0-1.azl3.x86_64.rpm, which installs withtdnfand reportsopenvmm 0.1.0.A toolkit build has not been run, as it cannot pass until the toolchain lands.