Skip to content

Commit

Permalink
openhcl: revert #539 (use shared visibility pool for aarch64 dma) (#729)
Browse files Browse the repository at this point in the history
Revert "Use the Shared Visibilty pool on aarch64. For reasons that we do
not yet"

This reverts commit a7c59b7.
mattkur authored Jan 28, 2025
1 parent 1c74c1e commit cdf1bc2
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vm/loader/manifests/openhcl-aarch64-dev.json
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
"image": {
"openhcl": {
"memory_page_count": 24576,
"command_line": "console=null OPENHCL_ENABLE_SHARED_VISIBILITY_POOL=1",
"command_line": "console=null",
"uefi": true
}
}
2 changes: 1 addition & 1 deletion vm/loader/manifests/openhcl-aarch64-release.json
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
"image": {
"openhcl": {
"memory_page_count": 12288,
"command_line": "console=null OPENHCL_ENABLE_SHARED_VISIBILITY_POOL=1",
"command_line": "console=null",
"uefi": true
}
}

0 comments on commit cdf1bc2

Please sign in to comment.