Re: [PATCH kvm-unit-tests 0/3] DIV exception tests

2010-08-25 Thread Marcelo Tosatti
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.

--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH kvm-unit-tests 0/3] DIV exception tests

2010-08-24 Thread Avi Kivity
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(-)

--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html