All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] target-i386: Eliminate unnecessary has_msr_* global variables
@ 2016-09-26 22:24 ` Eduardo Habkost
  0 siblings, 0 replies; 15+ messages in thread
From: Eduardo Habkost @ 2016-09-26 22:24 UTC (permalink / raw)
  To: Paolo Bonzini, Marcelo Tosatti; +Cc: kvm, qemu-devel

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(-)

-- 
2.7.4


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2016-09-27 12:44 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-26 22:24 [PATCH 0/5] target-i386: Eliminate unnecessary has_msr_* global variables Eduardo Habkost
2016-09-26 22:24 ` [Qemu-devel] " Eduardo Habkost
2016-09-26 22:24 ` [PATCH 1/5] target-i386: Remove has_msr_mtrr global variable Eduardo Habkost
2016-09-26 22:24   ` [Qemu-devel] " Eduardo Habkost
2016-09-26 22:24 ` [PATCH 2/5] target-i386: Remove has_msr_hv_apic " Eduardo Habkost
2016-09-26 22:24   ` [Qemu-devel] " Eduardo Habkost
2016-09-26 22:24 ` [PATCH 3/5] target-i386: Remove has_msr_hv_tsc " Eduardo Habkost
2016-09-26 22:24   ` [Qemu-devel] " Eduardo Habkost
2016-09-26 22:24 ` [PATCH 4/5] target-i386: Clear KVM CPUID features if KVM is disabled Eduardo Habkost
2016-09-26 22:24   ` [Qemu-devel] " Eduardo Habkost
2016-09-26 22:24 ` [PATCH 5/5] target-i386: Remove has_msr_* global vars for KVM features Eduardo Habkost
2016-09-26 22:24   ` [Qemu-devel] " Eduardo Habkost
2016-09-27  8:51 ` [PATCH 0/5] target-i386: Eliminate unnecessary has_msr_* global variables Paolo Bonzini
2016-09-27  8:51   ` [Qemu-devel] " Paolo Bonzini
2016-09-27 12:44   ` Eduardo Habkost

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.