summaryrefslogtreecommitdiffstats
path: root/poison.h
diff options
context:
space:
mode:
authorAlexander Graf <agraf@suse.de>2011-06-16 18:45:43 +0200
committerAlexander Graf <agraf@suse.de>2011-06-17 02:58:34 +0200
commitd1e256fe47be3dd43f38a8ec50f860506f975baf (patch)
tree65ca8c18c1b31ec8e6fa33d502f85535e8984023 /poison.h
parent8018dc63aab936f1a5cff6e707289116ea97c423 (diff)
downloadhqemu-d1e256fe47be3dd43f38a8ec50f860506f975baf.zip
hqemu-d1e256fe47be3dd43f38a8ec50f860506f975baf.tar.gz
PPC: E500: Use MAS registers instead of internal TLB representation
The natural format for e500 cores to do TLB manipulation with are the MAS registers. Instead of converting them into some internal representation and back again when the guest reads them, we can just keep the data identical to the way the guest passed it to us. The main advantage of this approach is that we're getting closer to being able to share MMU data with KVM using shared memory, so that we don't need to copy lots of MMU data back and forth all the time. For this to work however, another patch is required that gets rid of the TLB union, as that destroys our memory layout that needs to be identical with the kernel one. Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'poison.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud