diff options
| author | Sean Christopherson <[email protected]> | 2021-06-22 10:56:59 -0700 |
|---|---|---|
| committer | Paolo Bonzini <[email protected]> | 2021-06-24 18:00:38 -0400 |
| commit | dbc4739b6b3ed478531155c832573a3fb1ab32d9 (patch) | |
| tree | 5fb59fad4f40856668b2b69f14d3e1ef3db18dc4 /tools/perf/scripts/python/bin/stackcollapse-report | |
| parent | 0337f585f57fc80a50e0645ca709512687185c72 (diff) | |
KVM: x86: Fix sizes used to pass around CR0, CR4, and EFER
When configuring KVM's MMU, pass CR0 and CR4 as unsigned longs, and EFER
as a u64 in various flows (mostly MMU). Passing the params as u32s is
functionally ok since all of the affected registers reserve bits 63:32 to
zero (enforced by KVM), but it's technically wrong.
No functional change intended.
Signed-off-by: Sean Christopherson <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions