summary refs log tree commit diff
path: root/sys_util/src/guest_memory.rs
Commit message (Expand)AuthorAge
* Make lots of things DebugAlyssa Ross2020-07-02
* guest_memory: allow creating with an existing memfdAlyssa Ross2020-06-15
* hypervisor: add Vm user memory region functionsSteven Richman2020-06-10
* Make VolatileSlice ABI-compatible with iovecChirantan Ekbote2020-05-25
* handle mmap of large offsets on 32 bit systemsDylan Reid2020-04-05
* ac97: switch to ShmStreamSourceFletcher Woodruff2020-02-28
* guest_memory: add fn to get memfd offset of addrFletcher Woodruff2020-01-23
* sys_util: guest_memory: check u64 to usize conversionDaniel Verkamp2019-12-06
* guest_memory: remove optional memfdGurchetan Singh2019-11-16
* kvm: Allow low mmio added into kvmXiong Zhang2019-11-11
* x86_64: Correct guest ram memory region layoutXiong Zhang2019-11-04
* devices: Refactor DescriptorChainConsumer, Reader, and WriterChirantan Ekbote2019-10-15
* use `SharedMemory::{named, anon}` to replace `::new`Zach Reizner2019-09-11
* tree-wide: Use new trait object syntaxDylan Reid2019-07-24
* eliminate mut from non-mut referencesZach Reizner2019-06-04
* clippy: Iterate without calling .iter()David Tolnay2019-04-18
* edition: Eliminate ref keywordDavid Tolnay2019-04-18
* edition: Update sys_util to 2018 editionDavid Tolnay2019-04-08
* crosvm: add memfd for GuestMemoryDaniel Prilik2019-03-25
* edition: Update absolute paths to 2018 styleDavid Tolnay2019-03-13
* error: Consistently use Display instead of error description()David Tolnay2019-03-02
* memory: Add methods to return error on short writes and readsDavid Tolnay2019-01-13
* sys_util: Combine GuestMemory::with_regions and with_regions_mutDavid Tolnay2018-12-18
* toolchain: Update to Rust 1.31.0David Tolnay2018-12-13
* lint: Resolve the easier clippy lintsDavid Tolnay2018-12-03
* cargo fmt all source codeZach Reizner2018-10-09
* balloon: Implement device policyChirantan Ekbote2018-07-27
* crosvm: guest_memory: add memory_size methodSonny Rao2018-03-27
* guest_memory: implement error traitSonny Rao2018-02-27
* crosvm: change GuestAddress to always be a u64Sonny Rao2018-02-01
* sys_util: allow empty GuestMemoryZach Reizner2018-01-03
* sys_util: Add ability to madvise a regionDylan Reid2017-12-08
* Improve guest memory error handlingDylan Reid2017-09-11
* sys_util: add read_slice_at_addr to GuestMemoryStephen Barber2017-08-09
* sys_util: add get_host_address for GuestMemoryStephen Barber2017-07-19
* sys_util: add with_regions_mut and make do_in_region pubStephen Barber2017-07-07
* sys_util: remove accidental HTML from doc commentsZach Reizner2017-06-30
* sys_util: implement VolatileMemory for Mmap and GuestMemoryZach Reizner2017-06-27
* Limit types that can be read from guest memoryDylan Reid2017-06-27
* sys_util: Add guest_memoryDylan Reid2017-05-25