diff options
author | Arnd Bergmann <[email protected]> | 2009-10-22 14:19:27 +0200 |
---|---|---|
committer | Avi Kivity <[email protected]> | 2009-12-03 09:32:20 +0200 |
commit | 6ff5894cdfe7103083bd15b31002434ccd351039 (patch) | |
tree | 0e958c3b85712e2d1d320f4841e88ef8bdac8ea7 /tools/perf/scripts/python/check-perf-trace.py | |
parent | afbcf7ab8d1bc8c2d04792f6d9e786e0adeb328d (diff) |
KVM: Enable 32bit dirty log pointers on 64bit host
With big endian userspace, we can't quite figure out if a pointer
is 32 bit (shifted >> 32) or 64 bit when we read a 64 bit pointer.
This is what happens with dirty logging. To get the pointer interpreted
correctly, we thus need Arnd's patch to implement a compat layer for
the ioctl:
A better way to do this is to add a separate compat_ioctl() method that
converts this for you.
Based on initial patch from Arnd Bergmann.
Signed-off-by: Arnd Bergmann <[email protected]>
Signed-off-by: Alexander Graf <[email protected]>
Signed-off-by: Marcelo Tosatti <[email protected]>
Signed-off-by: Avi Kivity <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions