diff options
author | Ben Gardon <[email protected]> | 2020-02-03 15:09:09 -0800 |
---|---|---|
committer | Paolo Bonzini <[email protected]> | 2020-02-05 15:54:00 +0100 |
commit | 0a2b64c50db00196c85ec9e8e4c3d7506cd09db9 (patch) | |
tree | 0d6804c87d7a536f9311f87809d78ef6d6407cf9 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | ea79a750927e1835fa869c9136bfd6da28e605e6 (diff) |
kvm: mmu: Replace unsigned with unsigned int for PTE access
There are several functions which pass an access permission mask for
SPTEs as an unsigned. This works, but checkpatch complains about it.
Switch the occurrences of unsigned to unsigned int to satisfy checkpatch.
No functional change expected.
Tested by running kvm-unit-tests on an Intel Haswell machine. This
commit introduced no new failures.
Signed-off-by: Ben Gardon <[email protected]>
Reviewed-by: Oliver Upton <[email protected]>
Reviewed-by: Vitaly Kuznetsov <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions