crosvm/sys_util/src
Sonny Rao 62a4063aa6 crosvm: guest_memory: add memory_size method
This is useful to get the total size of memory without having to write
something that iterates over the regions explicitly.

BUG=chromium:797868
TEST=./build_test passes on all architectures
TEST=crosvm runs on caroline

Change-Id: Iac9a341b4c41d6462cf731f6267b92a0169578e4
Reviewed-on: https://chromium-review.googlesource.com/977565
Commit-Ready: Sonny Rao <sonnyrao@chromium.org>
Tested-by: Sonny Rao <sonnyrao@chromium.org>
Reviewed-by: Zach Reizner <zachr@chromium.org>
2018-03-27 18:01:43 -07:00
..
errno.rs sys_util: fix handling EINTR of C system functions 2018-03-01 16:13:07 -08:00
eventfd.rs sys_util: implement IntoRawFd for EventFd 2018-02-06 18:18:39 -08:00
fork.rs
guest_address.rs crosvm: change GuestAddress to always be a u64 2018-02-01 18:08:55 -08:00
guest_memory.rs crosvm: guest_memory: add memory_size method 2018-03-27 18:01:43 -07:00
handle_eintr.rs sys_util: fix handling EINTR of C system functions 2018-03-01 16:13:07 -08:00
ioctl.rs
lib.rs sys_util: custom derive for PollToken 2018-03-07 16:54:46 -08:00
mmap.rs mmap: remove unused 'use' 2018-02-05 23:05:38 -08:00
passwd.rs sys_util: fix handling EINTR of C system functions 2018-03-01 16:13:07 -08:00
poll.rs sys_util: custom derive for PollToken 2018-03-07 16:54:46 -08:00
shm.rs sys_util: SharedMemory: Add into_file 2018-01-16 21:26:24 -08:00
signal.rs sys_util: register_signal_handler should use SA_RESTART 2018-03-02 22:22:43 -08:00
signalfd.rs crosvm/plugin: refactor poll loop to use PollContext 2018-03-08 19:28:52 -08:00
sock_ctrl_msg.rs sys_util: properly convert errors in sock_ctrl_msg 2018-03-01 16:13:05 -08:00
struct_util.rs
syslog.rs
tempdir.rs
terminal.rs