commit | 0d88800d547211ce07be3551c812d404cf2be3a8 | [log] [tgz] |
---|---|---|
author | Yi Wang <wang.yi59@zte.com.cn> | Sat Jul 06 01:08:48 2019 +0800 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Jul 15 20:39:01 2019 +0200 |
tree | c4285f9de6c190ae9ebac49e8e820a8952a891ad | |
parent | 9a5611af5edb5fa5fed11b4c5e96906524f8c323 [diff] |
kvm: x86: ioapic and apic debug macros cleanup The ioapic_debug and apic_debug have been not used for years, and kvm tracepoints are enough for debugging, so remove them as Paolo suggested. However, there may be something wrong when pv evi get/put user, so it's better to retain some log there. Signed-off-by: Yi Wang <wang.yi59@zte.com.cn> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>