diff options
author | Sean Christopherson <seanjc@google.com> | 2024-11-27 16:55:34 -0800 |
---|---|---|
committer | Sean Christopherson <seanjc@google.com> | 2024-12-18 14:14:53 -0800 |
commit | fe85ce31b2891611a2e4d788872be815cea85a4b (patch) | |
tree | d4da37c3d8eced6e14931cc6a655348b18a2a486 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 09bb926d290789ff35e7fa53045811a8c57356a9 (diff) |
KVM: selftests: Assert that vcpu_{g,s}et_reg() won't truncate
Assert that the register being read/written by vcpu_{g,s}et_reg() is no
larger than a uint64_t, i.e. that a selftest isn't unintentionally
truncating the value being read/written.
Ideally, the assert would be done at compile-time, but that would limit
the checks to hardcoded accesses and/or require fancier compile-time
assertion infrastructure to filter out dynamic usage.
Reviewed-by: Andrew Jones <ajones@ventanamicro.com>
Link: https://lore.kernel.org/r/20241128005547.4077116-4-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions