Skip to content
Commit 8a967d65 authored by Paolo Bonzini's avatar Paolo Bonzini
Browse files

KVM: x86: replace static const variables with macros



Even though the compiler is able to replace static const variables with
their value, it will warn about them being unused when Linux is built with W=1.
Use good old macros instead, this is not C++.

Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent 699116c4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment