qemu-arm
[Top][All Lists]
Advanced

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

[Qemu-arm] [PATCH v1 0/4] arm semihosting cleanups


From: Alex Bennée
Subject: [Qemu-arm] [PATCH v1 0/4] arm semihosting cleanups
Date: Wed, 3 Jul 2019 16:52:40 +0100

Hi,

One of the comments that came up during the review of the plugin
series was around the clumsiness of tweaking arm_ld*_code. The main
reason was it was being used to "peak" at semihosting instructions at
runtime to decide what to do. This series fixes that up to make all
the semihosting invocation consistent and resolved at translation
time.

Alex Bennée (4):
  target/arm: handle M-profile semihosting at translate time
  target/arm: handle A-profile T32 semihosting at translate time
  target/arm: handle A-profile A32 semihosting at translate time
  target/arm: remove run time semihosting checks

 target/arm/helper.c    | 102 ++++++++++-------------------------------
 target/arm/translate.c |  64 ++++++++++++++++++++++----
 2 files changed, 79 insertions(+), 87 deletions(-)

-- 
2.20.1




reply via email to

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