openhcl/vmbus_relay: posting sint messages fails when guest enables/disables simp
@SvenGroot is already working on this.
Since Oct 27, 2025.
- Dominant language
- Rust
- Stars
- 1.9k
- Forks
- 238
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 100
Description
With certain vmbus clients like the crash vmbus client in windows that enable and disable the simp, it seems that openhcl will attempt to call post_message on the hypervisor with the simp disabled, which the hypervisor will fail.
Unclear if we should queue the message or do something else. See https://openvmm.dev/test-results/test.html?run=18654373886&job=x64-windows-intel-tdx-vmm-tests-logs&test=multiarch__vmbus_relay__hyperv_openhcl_uefi_x64_windows_datacenter_core_2025_x64_prepped_tdx_vmbus_relay_force_mnf# where we are in a bugcheck path, and we attempt to post messages with the simp disabled.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.