commit | dba2e123e7502870c965e4b445554bc8e56f78b2 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Fri Feb 19 11:00:41 2010 +0100 |
committer | Avi Kivity <avi@redhat.com> | Sun Apr 25 12:35:18 2010 +0300 |
tree | a6a82c6906d4804d8c88f6e903469bbd6faaa16d | |
parent | 963cf3dc6342fe60bb78c615884537621abca0bc [diff] |
KVM: PPC: Fix error in BAT assignment BATs didn't work. Well, they did, but only up to BAT3. As soon as we came to BAT4 the offset calculation was screwed up and we ended up overwriting BAT0-3. Fortunately, Linux hasn't been using BAT4+. It's still a good idea to write correct code though. Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Avi Kivity <avi@redhat.com>