cpu, mem, sim: Change how KVM maps memory
Review Request #3580 - Created July 22, 2016 and submitted - Latest diff uploaded
| Information | |
|---|---|
| David Hashe | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 11562:7375e1f533fa
---------------------------
cpu, mem, sim: Change how KVM maps memoryOnly map memories into the KVM guest address space that are
marked as usable by KVM. Create BackingStoreEntry class
containing flags for is_conf_reported, in_addr_map, and
kvm_map.
