crosvm/kvm/tests
Zach Reizner e0e8e56732 kvm: support adding read only memory to VMs
Read only memory is useful for triggering VM exits when the VM writes to
memory while allowing reads transparently and quickly. For example, a
virtual device implementation might not care if the VM reads a memory
mapped device register, but a exit would be required if the VM wrote to
the same register.

TEST=cargo test -p kvm; ./build_test
BUG=chromium:800626

Change-Id: Ic605b2cfc2a1e44941d91945f9390b9abb820040
Reviewed-on: https://chromium-review.googlesource.com/903075
Commit-Ready: Zach Reizner <zachr@chromium.org>
Tested-by: Zach Reizner <zachr@chromium.org>
Reviewed-by: Zach Reizner <zachr@chromium.org>
2018-02-06 21:32:39 -08:00
..
dirty_log.rs kvm: support adding read only memory to VMs 2018-02-06 21:32:39 -08:00
read_only_memory.rs kvm: support adding read only memory to VMs 2018-02-06 21:32:39 -08:00
real_run_adder.rs sys_util: Add guest_memory 2017-05-25 22:51:14 -07:00