You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a field in memory_regions or emu_devices, pa or offect
/// A part of `AxVMConfig`, which represents a memory region.#[derive(Debug,Default,Clone, serde::Serialize, serde::Deserialize)]pubstructVmMemConfig{/// The start address of the memory region in GPA.pubgpa:usize,/// The start address of the memory region in PA.pubpa:usize,/// The size of the memory region.pubsize:usize,/// The mappings flags of the memory region, refers to `MappingFlags` provided by `axaddrspace`.pubflags:usize,}
The text was updated successfully, but these errors were encountered:
eg. ARM GICC in Rust Shyper
Possible Solution
Add a field in memory_regions or emu_devices,
pa
oroffect
The text was updated successfully, but these errors were encountered: