qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] target-arm: more UNDEF/UNPREDICTABLE fixes
@ 2011-07-22 10:51 Peter Maydell
  2011-07-22 10:51 ` [Qemu-devel] [PATCH 1/3] target-arm: Handle UNDEF and UNPREDICTABLE cases for VLDM, VSTM Peter Maydell
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Peter Maydell @ 2011-07-22 10:51 UTC (permalink / raw)
  To: qemu-devel; +Cc: patches

This patchset is a final chunk of fixes to UNDEF and UNPREDICTABLE
cases; this lot were flushed out by doing a brute-force exercising
of the decoder on all possible input instruction values. (There
are some remaining issues I identified with that check, but they are
all of the form "complains about TCG temp leak on a code path where
we're going to UNDEF anyway", so not actually harmful. I'll post
patches for those later on, but I wanted to get the important ones
out first.)

Since they're basically fixes for bugs where guest code can make
qemu fall over or overrun a buffer, I think they're a good candidate
for putting into 0.15...

Peter Maydell (3):
  target-arm: Handle UNDEF and UNPREDICTABLE cases for VLDM, VSTM
  target-arm: UNDEF on a VCVTT/VCVTB UNPREDICTABLE to avoid TCG assert
  target-arm: Don't print debug messages for various UNDEF cases

 target-arm/translate.c |   63 ++++++++++++++++++++++++++++++++----------------
 1 files changed, 42 insertions(+), 21 deletions(-)

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

end of thread, other threads:[~2011-07-22 10:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-22 10:51 [Qemu-devel] [PATCH 0/3] target-arm: more UNDEF/UNPREDICTABLE fixes Peter Maydell
2011-07-22 10:51 ` [Qemu-devel] [PATCH 1/3] target-arm: Handle UNDEF and UNPREDICTABLE cases for VLDM, VSTM Peter Maydell
2011-07-22 10:51 ` [Qemu-devel] [PATCH 2/3] target-arm: UNDEF on a VCVTT/VCVTB UNPREDICTABLE to avoid TCG assert Peter Maydell
2011-07-22 10:51 ` [Qemu-devel] [PATCH 3/3] target-arm: Don't print debug messages for various UNDEF cases Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).