qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] Enable x2apic by default on KVM
@ 2014-02-19 14:58 Eduardo Habkost
  2014-02-19 14:58 ` [Qemu-devel] [PATCH 1/3] target-i386: Make kvm_default_features an array Eduardo Habkost
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Eduardo Habkost @ 2014-02-19 14:58 UTC (permalink / raw)
  To: qemu-devel, Andreas Färber
  Cc: Peter Maydell, Michael S. Tsirkin, Bandan Das, Anthony Liguori,
	Igor Mammedov, Paolo Bonzini, Richard Henderson

This is the approach I believe was agreed upon during the last QEMU developers
conf call (sorry I didn't join, the meeting timezone change confused me).

Some may notice that representing this new behavior using solely default values
on CPU properties may be a little difficult. Making it possible to replace
x86_cpu_compat_disable_kvm_features() with compat_props entries may be an
interesting problem, too.


Eduardo Habkost (3):
  target-i386: Make kvm_default_features an array
  target-i386: Introduce x86_cpu_compat_disable_kvm_features()
  target-i386: Enable x2apic by default on KVM

 hw/i386/pc_piix.c |  7 ++++---
 hw/i386/pc_q35.c  |  2 ++
 target-i386/cpu.c | 20 +++++++++++++++-----
 target-i386/cpu.h |  4 ++--
 4 files changed, 23 insertions(+), 10 deletions(-)

-- 
1.8.5.3

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

end of thread, other threads:[~2014-03-12 16:49 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-19 14:58 [Qemu-devel] [PATCH 0/3] Enable x2apic by default on KVM Eduardo Habkost
2014-02-19 14:58 ` [Qemu-devel] [PATCH 1/3] target-i386: Make kvm_default_features an array Eduardo Habkost
2014-02-19 16:38   ` Igor Mammedov
2014-02-19 16:43     ` Eduardo Habkost
2014-02-19 14:58 ` [Qemu-devel] [PATCH 2/3] target-i386: Introduce x86_cpu_compat_disable_kvm_features() Eduardo Habkost
2014-02-19 14:58 ` [Qemu-devel] [PATCH 3/3] target-i386: Enable x2apic by default on KVM Eduardo Habkost
2014-03-12 14:36   ` Andreas Färber
2014-03-12 15:42     ` Eduardo Habkost
2014-03-12 16:49       ` Andreas Färber
2014-02-19 15:24 ` [Qemu-devel] [PATCH 0/3] " Paolo Bonzini
2014-02-19 19:13 ` Michael S. Tsirkin
2014-03-03 16:30   ` Andreas Färber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).