From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH kvm-unit-tests 0/3] DIV exception tests Date: Wed, 25 Aug 2010 17:23:17 -0300 Message-ID: <20100825202317.GC32737@amt.cnet> References: <1282647671-18367-1-git-send-email-avi@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org To: Avi Kivity Return-path: Received: from mx1.redhat.com ([209.132.183.28]:1025 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753881Ab0HYVX1 (ORCPT ); Wed, 25 Aug 2010 17:23:27 -0400 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o7PLNQtG016608 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 25 Aug 2010 17:23:26 -0400 Content-Disposition: inline In-Reply-To: <1282647671-18367-1-git-send-email-avi@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Aug 24, 2010 at 02:01:08PM +0300, Avi Kivity wrote: > DIV may raise an exception if dividing by zero or causing an overflow. Test > it. > > Avi Kivity (3): > Support #DE (divide error) exception handlers > Allow emulation tests to trap exceptions > Add DIV tests > > config-x86-common.mak | 3 ++- > x86/emulator.c | 20 ++++++++++++++++++++ > x86/idt.c | 8 +++++++- > 3 files changed, 29 insertions(+), 2 deletions(-) Applied, thanks.