From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH 0/2] KVM: x86: Emulator fixes for VM86 Date: Wed, 10 Dec 2014 12:53:45 +0100 Message-ID: <54883449.9050507@redhat.com> References: <1418203144-18434-1-git-send-email-namit@cs.technion.ac.il> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: Nadav Amit Return-path: Received: from mx1.redhat.com ([209.132.183.28]:45639 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751357AbaLJLxw (ORCPT ); Wed, 10 Dec 2014 06:53:52 -0500 In-Reply-To: <1418203144-18434-1-git-send-email-namit@cs.technion.ac.il> Sender: kvm-owner@vger.kernel.org List-ID: On 10/12/2014 10:19, Nadav Amit wrote: > Two minor fixes for emulation of instructions on VM86. > > Thanks for reviewing them. > > Nadav Amit (2): > KVM: x86: Do not push eflags.vm on pushf > KVM: x86: Emulate should check #UD before #GP > > arch/x86/kvm/emulate.c | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) > Applied, thanks. Paolo