diff options
author | Sean Christopherson <sean.j.christopherson@intel.com> | 2019-09-27 14:45:21 -0700 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2019-10-22 13:34:14 +0200 |
commit | f8845541e93c5b41618405de6735edd6f0cc8984 (patch) | |
tree | 72c39e5e48cb351c110d441a22999d6009d1cb98 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 489cbcf01d1c9e1bf09b7e371d0f312b3a1f3ef2 (diff) |
KVM: x86: Fold 'enum kvm_ex_reg' definitions into 'enum kvm_reg'
Now that indexing into arch.regs is either protected by WARN_ON_ONCE or
done with hardcoded enums, combine all definitions for registers that
are tracked by regs_avail and regs_dirty into 'enum kvm_reg'. Having a
single enum type will simplify additional cleanup related to regs_avail
and regs_dirty.
Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Reviewed-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions