commit | b9877ce2994cc812f00dbb2adb88c1749b6dac86 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Mon Aug 02 21:48:53 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Sun Oct 24 10:52:08 2010 +0200 |
tree | e922a4f2db2f8e226f1e9cf9ec1234fe7b56a41e | |
parent | 928d78be54014e65498e289fdc3f82acc4b804a9 [diff] |
KVM: PPC: Revert "KVM: PPC: Use kernel hash function" It turns out the in-kernel hash function is sub-optimal for our subtle hash inputs where every bit is significant. So let's revert to the original hash functions. This reverts commit 05340ab4f9a6626f7a2e8f9fe5397c61d494f445. Signed-off-by: Alexander Graf <agraf@suse.de>