commit | 251585b5d02152973dbc24c803ca322bb977d4a2 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Tue Apr 20 02:49:53 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Mon May 17 12:19:07 2010 +0300 |
tree | cce6b6beda97aaad86e5e31debc6f2fb2a4d8ebe | |
parent | 5156f274bb1ee1cfc22240445ef94f7dcfc9929d [diff] |
KVM: PPC: Find HTAB ourselves For KVM we need to find the location of the HTAB. We can either rely on internal data structures of the kernel or ask the hardware. Ben issued complaints about the internal data structure method, so let's switch it to our own inquiry of the HTAB. Now we're fully independend :-). CC: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Avi Kivity <avi@redhat.com>