From: colbyt <colby@colbyt.com>
To: devel@spectrum-os.org
Cc: colbyt <colby@colbyt.com>
Subject: [PATCH 0/6] cloud-hypervisor v52 and VM runtime fixes
Date: Thu, 25 Jun 2026 10:48:43 -0700 [thread overview]
Message-ID: <cover.1782409229.git.colby@colbyt.com> (raw)
This series fixes the VM runtime issues from the bug list and updates
Spectrum's patched Cloud Hypervisor package to 52.0.
The first patch vendors two skaware backports that were already being
applied. The old cgit patch URLs can return the wrong patch, so keeping
the small diffs in-tree makes those builds reproducible again.
The Cloud Hypervisor patch rebases Spectrum's vhost-user GPU support
onto 52.0 and updates the paired rust-vmm/vhost checkout to
vhost-user-backend-v0.22.0. The old local vhost shared-memory patches
are dropped because v0.22.0 already has the support needed by the GPU
frontend.
The rest of the series fixes the crosvm and installer issues: crosvm
test VMs use the existing passt-backed vhost-user-net path, the GPU
documentation uses crosvm's current --socket-path option, the installer
stops forwarding boot status noise to the console during graphical
startup, and start-vmm gains a regression test for the generated GPU
socket wiring.
colbyt (6):
pkgs/skaware: vendor backported patches
pkgs/cloud-hypervisor: update GPU patchset to v52
vm: use vhost-user networking for crosvm
Documentation: use crosvm GPU socket-path option
installer: suppress boot console status noise
start-vmm: test GPU socket configuration
.../software/cloud-hypervisor/index.html | 2 +-
img/app/Makefile | 7 +-
.../0001-build-use-local-vhost.patch | 38 +-
...0002-virtio-devices-add-a-GPU-device.patch | 674 ++++++++----------
pkgs/cloud-hypervisor/default.nix | 76 +-
...d-don-t-chmod-device-nodes-for-lines.patch | 10 +
...limit-add-p-option-for-rlimit-rtprio.patch | 25 +
pkgs/skaware-packages/default.nix | 12 +-
release/installer/configuration.nix | 9 +-
release/installer/run-vm.nix | 5 +-
tools/start-vmm/tests/vm_command-basic.rs | 5 +
vm/sys/net/Makefile | 5 +-
12 files changed, 453 insertions(+), 415 deletions(-)
create mode 100644 pkgs/skaware-packages/0001-mdevd-don-t-chmod-device-nodes-for-lines.patch
create mode 100644 pkgs/skaware-packages/0001-s6-softlimit-add-p-option-for-rlimit-rtprio.patch
--
2.54.0
next reply other threads:[~2026-06-25 17:49 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-25 17:48 colbyt [this message]
2026-06-25 17:48 ` [PATCH 1/6] pkgs/skaware: vendor backported patches colbyt
2026-06-26 13:39 ` Alyssa Ross
2026-06-25 17:48 ` [PATCH 2/6] pkgs/cloud-hypervisor: update GPU patchset to v52 colbyt
2026-06-26 14:06 ` Alyssa Ross
2026-06-25 17:48 ` [PATCH 3/6] vm: use vhost-user networking for crosvm colbyt
2026-06-26 14:45 ` Alyssa Ross
2026-07-02 9:07 ` Alyssa Ross
2026-06-25 17:48 ` [PATCH 4/6] Documentation: use crosvm GPU socket-path option colbyt
2026-06-26 14:18 ` Alyssa Ross
2026-06-25 17:48 ` [PATCH 5/6] installer: suppress boot console status noise colbyt
2026-06-26 14:46 ` Alyssa Ross
2026-06-26 19:09 ` colby
2026-07-02 11:44 ` Alyssa Ross
2026-06-25 17:48 ` [PATCH 6/6] start-vmm: test GPU socket configuration colbyt
2026-06-26 14:18 ` Alyssa Ross
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1782409229.git.colby@colbyt.com \
--to=colby@colbyt.com \
--cc=devel@spectrum-os.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://spectrum-os.org/git/crosvm
https://spectrum-os.org/git/doc
https://spectrum-os.org/git/mktuntap
https://spectrum-os.org/git/nixpkgs
https://spectrum-os.org/git/spectrum
https://spectrum-os.org/git/ucspi-vsock
https://spectrum-os.org/git/www
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).