On 4 November 2010 22:21, Adam Lackorzynski <a...@os.inf.tu-dresden.de> wrote: > > Refine check on bkpt so that smc and undefined instruction encodings are > handled as an undefined instruction and trap. > > Signed-off-by: Adam Lackorzynski <a...@os.inf.tu-dresden.de>
This patch looks good to me. I note that there's actually an implementation of SMC and at least some of the TrustZone extension in the qemu-meego tree. However, for the moment this patch is correct: SMC should UNDEF on cores without TrustZone (which is what current qemu effectively is). Acked-by: Peter Maydell <peter.mayd...@linaro.org> -- PMM