[PATCH 0/2] Fix sreg writes, PC update for system reg TBs

Brian Cain posted 2 patches 2 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260709230645.3033240-1-brian.cain@oss.qualcomm.com
Maintainers: Brian Cain <brian.cain@oss.qualcomm.com>, Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>
target/hexagon/translate.h |  3 ++
target/hexagon/genptr.c    | 14 ++++++++--
target/hexagon/translate.c | 56 ++++++++++++++++++++++++++------------
3 files changed, 52 insertions(+), 21 deletions(-)
[PATCH 0/2] Fix sreg writes, PC update for system reg TBs
Posted by Brian Cain 2 days ago
While preparing l2vic device implementation, I found a couple of bugs
that were preventing those tests from working.

Brian Cain (2):
  target/hexagon: initialize deferred sreg-write temps to current value
  target/hexagon: fix PC not advancing for non-COF TB-ending packets

 target/hexagon/translate.h |  3 ++
 target/hexagon/genptr.c    | 14 ++++++++--
 target/hexagon/translate.c | 56 ++++++++++++++++++++++++++------------
 3 files changed, 52 insertions(+), 21 deletions(-)

-- 
2.34.1