]> git.proxmox.com Git - qemu.git/commit - hw/ppc440_bamboo.c
PPC: Bamboo: Set initial TLB entry
authorAlexander Graf <agraf@suse.de>
Tue, 3 Jan 2012 18:12:47 +0000 (19:12 +0100)
committerAlexander Graf <agraf@suse.de>
Sat, 21 Jan 2012 04:17:00 +0000 (05:17 +0100)
commit72718e9a4a26f18ba765b4954e5be985676a60b8
tree6d915e6ceec662841ccc2c0b6f87a2d2e6cd4fcf
parentb10a04b5aeca558a9f306ae749fd87850ad8d973
PPC: Bamboo: Set initial TLB entry

Back in the day when the bamboo target got introduced, the initial TLB was
dictated by KVM. TCG has been missing initial TLB values ever since, rendering
the target unusable for TCG usage.

This patch adds linear TLB maps the way Linux expects them, making the target
work.

Signed-off-by: Alexander Graf <agraf@suse.de>
hw/ppc440_bamboo.c