public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH kvm-unit-tests 0/3] DIV exception tests
@ 2010-08-24 11:01 Avi Kivity
  2010-08-24 11:01 ` [PATCH kvm-unit-tests 1/3] Support #DE (divide error) exception handlers Avi Kivity
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Avi Kivity @ 2010-08-24 11:01 UTC (permalink / raw)
  To: Marcelo Tosatti, kvm

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(-)


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-08-25 21:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-24 11:01 [PATCH kvm-unit-tests 0/3] DIV exception tests Avi Kivity
2010-08-24 11:01 ` [PATCH kvm-unit-tests 1/3] Support #DE (divide error) exception handlers Avi Kivity
2010-08-24 11:01 ` [PATCH kvm-unit-tests 2/3] Allow emulation tests to trap exceptions Avi Kivity
2010-08-24 11:01 ` [PATCH kvm-unit-tests 3/3] Add DIV tests Avi Kivity
2010-08-25 20:23 ` [PATCH kvm-unit-tests 0/3] DIV exception tests Marcelo Tosatti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox