qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/2] target/i386: trap on instructions longer than >


From: Paolo Bonzini
Subject: [Qemu-devel] [PATCH 0/2] target/i386: trap on instructions longer than >15 bytes
Date: Thu, 12 Oct 2017 16:35:46 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]