----- Original Message ----- > From: "Eduardo Habkost" <ehabkost@xxxxxxxxxx> > To: "Paolo Bonzini" <pbonzini@xxxxxxxxxx>, "Marcelo Tosatti" <mtosatti@xxxxxxxxxx> > Cc: kvm@xxxxxxxxxxxxxxx, qemu-devel@xxxxxxxxxx > Sent: Tuesday, September 27, 2016 12:24:05 AM > Subject: [PATCH 0/5] target-i386: Eliminate unnecessary has_msr_* global variables > > Some of the has_msr_* global variables are set depending on > X86PCU fields and are unnecessary because we can look at the > X86CPU object directly. This series eliminates some of them. > > Eduardo Habkost (5): > target-i386: Remove has_msr_mtrr global variable > target-i386: Remove has_msr_hv_apic global variable > target-i386: Remove has_msr_hv_tsc global variable > target-i386: Clear KVM CPUID features if KVM is disabled > target-i386: Remove has_msr_* global vars for KVM features > > target-i386/cpu.c | 4 ++++ > target-i386/kvm.c | 51 +++++++++++++++++++-------------------------------- > 2 files changed, 23 insertions(+), 32 deletions(-) Reviewed-by: Paolo Bonzini <pbonzini@xxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html