Skip to content

openhcl_boot: Remove few kernel parameters for uio_hv_generic #763

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 25, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions openhcl/openhcl_boot/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,7 @@ fn build_kernel_command_line(
"printk.time=1",
// Enable facility and level output on console for ohcldiag-dev.
"console_msg_format=syslog",
// Set uio parameters to size and configure vmbus ring buffer behavior.
"uio_hv_generic.send_buf_size=0",
"uio_hv_generic.recv_buf_size=0",
"uio_hv_generic.ring_size=0x11000",
// Set uio parameter to configure vmbus ring buffer behavior.
"uio_hv_generic.no_mask=1",
// RELIABILITY: Dump anonymous pages and ELF headers only. Skip over
// huge pages and the shared pages.
Expand Down