diff options
author | Steven Price <[email protected]> | 2019-10-21 16:28:19 +0100 |
---|---|---|
committer | Marc Zyngier <[email protected]> | 2019-10-21 19:20:28 +0100 |
commit | 8538cb22bbce5a988671b68baf0b0f9e86ca1e87 (patch) | |
tree | 30956f316b4186a4d0b1c18912aaa7aafc1570ec /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 8564d6372a7d8a6d440441b8ed8020f97f744450 (diff) |
KVM: Allow kvm_device_ops to be const
Currently a kvm_device_ops structure cannot be const without triggering
compiler warnings. However the structure doesn't need to be written to
and, by marking it const, it can be read-only in memory. Add some more
const keywords to allow this.
Reviewed-by: Andrew Jones <[email protected]>
Signed-off-by: Steven Price <[email protected]>
Signed-off-by: Marc Zyngier <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions