We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 455523b commit b023acfCopy full SHA for b023acf
src/vmm/src/arch/aarch64/mod.rs
@@ -82,7 +82,7 @@ pub fn arch_memory_regions(offset: usize, size: usize) -> Vec<(GuestAddress, usi
82
if let Some((offset, remaining)) = arch_memory_regions_with_gap(
83
&mut regions,
84
usize::try_from(layout::DRAM_MEM_START).unwrap() + offset,
85
- size,
+ dram_size,
86
u64_to_usize(layout::MMIO64_MEM_START),
87
u64_to_usize(layout::MMIO64_MEM_SIZE),
88
) {
0 commit comments