commit | 8c2b8ebf6ed993d1dc70691a601753f5957b4410 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Thu Jan 19 22:06:37 2017 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Jan 19 22:06:53 2017 +0100 |
tree | 792b181880d6dae7762c84de48c68d0b9a41d4b7 | |
parent | 0987d735a3a42c92f6e7e0caa8bab1b0139e3b54 [diff] |
KVM: PPC: eliminate unnecessary duplicate constants These are not needed since linux-headers/ provides up-to-date definitions. The constants are in linux-headers/asm-powerpc/kvm.h. The sole users, hw/intc/xics_kvm.c and target/ppc/kvm.c, include asm/kvm.h via sysemu/kvm.h->linux/kvm.h. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>