qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] target/i386: trap on instructions longer than >15 bytes
@ 2017-10-12 14:35 Paolo Bonzini
  2017-10-12 14:35 ` [Qemu-devel] [PATCH 1/2] target/i386: introduce x86_ld*_code Paolo Bonzini
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Paolo Bonzini @ 2017-10-12 14:35 UTC (permalink / raw)
  To: qemu-devel; +Cc: richard.henderson

This is an improved (and more invasive) fix for the bug fixed in
commit 30663fd ("tcg/i386: Check the size of instruction being
translated", 2017-03-24).

Paolo Bonzini (2):
  target/i386: introduce x86_ld*_code
  target/i386: trap on instructions longer than >15 bytes

 target/i386/translate.c | 257 +++++++++++++++++++++++++++---------------------
 1 file changed, 147 insertions(+), 110 deletions(-)

-- 
2.14.2

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

end of thread, other threads:[~2017-10-13 18:12 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-12 14:35 [Qemu-devel] [PATCH 0/2] target/i386: trap on instructions longer than >15 bytes Paolo Bonzini
2017-10-12 14:35 ` [Qemu-devel] [PATCH 1/2] target/i386: introduce x86_ld*_code Paolo Bonzini
2017-10-12 16:30   ` Richard Henderson
2017-10-12 14:35 ` [Qemu-devel] [PATCH 2/2] target/i386: trap on instructions longer than >15 bytes Paolo Bonzini
2017-10-12 19:30   ` Richard Henderson
2017-10-12 21:43     ` Paolo Bonzini
2017-10-13 18:12       ` Richard Henderson
2017-10-12 16:55 ` [Qemu-devel] [PATCH 0/2] " no-reply
2017-10-12 19:07 ` no-reply

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