mem: Interface to allow HW-virtualized CPUs discover physical memory
Review Request #1533 - Created Nov. 2, 2012 and discarded - Latest diff uploaded
| Information | |
|---|---|
| Ali Saidi | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 9370:ecacded99f44 --------------------------- mem: Interface to allow HW-virtualized CPUs discover physical memory Hardware virtualization requires access to the backing store of all simulated physical memory. This patch adds support for enumerating which AbstractMemory instances are connected to a system's physical memory. Additionally, it adds a getter, getBackingStore(), to AbstractMemory that exposes a pointer to the backing store of the memory.
