qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] target-i386: disable LINT0 after reset and init
@ 2015-04-12 23:32 Nadav Amit
  2015-04-12 23:32 ` [Qemu-devel] [PATCH 1/2] target-i386: disable LINT0 after reset Nadav Amit
  2015-04-12 23:32 ` [Qemu-devel] [PATCH 2/2] target-i386: kvm: Disable KVM quirks Nadav Amit
  0 siblings, 2 replies; 14+ messages in thread
From: Nadav Amit @ 2015-04-12 23:32 UTC (permalink / raw)
  To: pbonzini; +Cc: kvm, Nadav Amit, jan.kiszka, qemu-devel, bsd, avi.kivity

LINT0 is currently reenabled after reset to circumvent old seabios bug, which
violates x86 specifications.  This patch-set handles this issue, by removing
the old hack from qemu and reporting to kvm that this quirk is no longer
needed.  In addition, we disable another kvm quirk that clears CD and NW from
CR0 after reset.

Thanks for reviewing these patches.

Nadav Amit (2):
  target-i386: disable LINT0 after reset
  target-i386: kvm: Disable KVM quirks

 hw/intc/apic_common.c       | 9 ---------
 linux-headers/asm-x86/kvm.h | 4 ++++
 linux-headers/linux/kvm.h   | 1 +
 target-i386/kvm.c           | 8 ++++++++
 4 files changed, 13 insertions(+), 9 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2015-09-16 12:52 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-12 23:32 [Qemu-devel] [PATCH 0/2] target-i386: disable LINT0 after reset and init Nadav Amit
2015-04-12 23:32 ` [Qemu-devel] [PATCH 1/2] target-i386: disable LINT0 after reset Nadav Amit
2015-04-13 14:12   ` Paolo Bonzini
2015-09-15 21:19   ` Alex Williamson
2015-09-16  5:23     ` Jan Kiszka
2015-09-16  6:22       ` Nadav Amit
2015-09-16  6:47       ` Gerd Hoffmann
2015-09-16 12:52         ` Nadav Amit
2015-04-12 23:32 ` [Qemu-devel] [PATCH 2/2] target-i386: kvm: Disable KVM quirks Nadav Amit
2015-04-13 14:13   ` Paolo Bonzini
2015-04-13 14:17     ` Nadav Amit
2015-04-13 14:24       ` Paolo Bonzini
2015-04-13 14:33         ` Nadav Amit
2015-04-13 14:36           ` Paolo Bonzini

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