From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH 00/21] Fixes for various KVM bugs Date: Wed, 05 Nov 2014 13:31:18 +0100 Message-ID: <545A1896.1030803@redhat.com> References: <1414922101-17626-1-git-send-email-namit@cs.technion.ac.il> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, nadav.amit@gmail.com To: Nadav Amit Return-path: Received: from mx1.redhat.com ([209.132.183.28]:32938 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753888AbaKEMb1 (ORCPT ); Wed, 5 Nov 2014 07:31:27 -0500 In-Reply-To: <1414922101-17626-1-git-send-email-namit@cs.technion.ac.il> Sender: kvm-owner@vger.kernel.org List-ID: On 02/11/2014 10:54, Nadav Amit wrote: > Nadav Amit (21): > KVM: x86: decode_modrm does not regard modrm correctly > KVM: x86: No error-code on real-mode exceptions > KVM: x86: Emulator should set DR6 upon GD like real CPU > KVM: x86: Clear DR6[0:3] on #DB during handle_dr > KVM: x86: Breakpoints do not consider CS.base > KVM: x86: Emulator MOV-sreg uses incorrect size > KVM: x86: Emulator considers imm as memory operand > KVM: x86: SYSCALL cannot clear eflags[1] > KVM: x86: Wrong flags on CMPS and SCAS emulation > KVM: x86: Emulate push sreg as done in Core > KVM: x86: MOV to CR3 can set bit 63 > KVM: x86: Do not update EFLAGS on faulting emulation > KVM: x86: Combine the lgdt and lidt emulation logic > KVM: x86: Inject #GP when loading system segments with non-canonical > base > KVM: x86: Remove redundant and incorrect cpl check on task-switch > KVM: x86: Emulator mis-decodes VEX instructions on real-mode > KVM: x86: Warn on APIC base relocation > KVM: x86: Return UNHANDLABLE on unsupported SYSENTER Applied, thanks. > KVM: x86: MOVNTI emulation min opsize is not respected > KVM: x86: Reset FPU state during reset > KVM: x86: Software disabled APIC should still deliver NMIs Not applied, see individual replies. Paolo