commit | a58ddea556f8877ccf7caa046b6d6b32982f5b1d | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Thu Jul 29 15:04:22 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Sun Oct 24 10:50:59 2010 +0200 |
tree | 6642aef5386958f7b36e857742e1a03ad164b578 | |
parent | 2b05d71fefc3b83e686bead355c6d35e440c4261 [diff] |
KVM: PPC: Move KVM trampolines before __end_interrupts When using a relocatable kernel we need to make sure that the trampline code and the interrupt handlers are both copied to low memory. The only way to do this reliably is to put them in the copied section. This patch should make relocated kernels work with KVM. KVM-Stable-Tag Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Avi Kivity <avi@redhat.com>