Commit 0aa8f6c
fix(aarch64/fdt): add dma-coherent property to virtio-mmio nodes
Add the "dma-coherent" property to virtio-mmio nodes in the aarch64 FDT.
This ensures that the guest allocates virtio queues with a Write-Back
memory attribute on platforms that do not support Stage-2 Forced
Write-Back (FWB), maintaining cache coherency between the guest driver
and Firecracker's accesses to the virtio queue.
Signed-off-by: mzh <[email protected]>1 parent 71d3f07 commit 0aa8f6c
2 files changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
59 | 62 | | |
60 | 63 | | |
61 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
377 | 377 | | |
378 | 378 | | |
379 | 379 | | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
380 | 384 | | |
381 | 385 | | |
382 | 386 | | |
| |||
0 commit comments