This patch-set includes miscellaneous bug fixes. Patches 1-2 fix KVM bugs that affect the correct behavior of VMs. Patches 3-5 have no apparent implications in normal use. Nonetheless, they fix code which is bluntly wrong. Patch 6 is version 2 of previously submitted patch. It was revised according to Paolo's comment (previously a fetch check was missing). Thanks for reviewing the patches. Nadav Amit (6): KVM: x86: DR7.GD should be cleared upon any #DB exception KVM: x86: Wrong error code on limit violation during emulation KVM: x86: NoBigReal was mistakenly considering la instead of ea KVM: x86: Fix determining flat mode in recalculate_apic_map KVM: x86: Wrong assertion on paging_tmpl.h KVM: x86: Emulator does not calculate address correctly arch/x86/kvm/emulate.c | 29 ++++++++++++++++------------- arch/x86/kvm/lapic.c | 2 +- arch/x86/kvm/paging_tmpl.h | 2 +- arch/x86/kvm/vmx.c | 2 -- arch/x86/kvm/x86.c | 6 ++++++ 5 files changed, 24 insertions(+), 17 deletions(-) -- 1.9.1 -- 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