qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 1a0336: target/xtensa: fix pasto in pfwait.r


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] 1a0336: target/xtensa: fix pasto in pfwait.r opcode name
Date: Thu, 09 Apr 2020 05:30:19 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 1a03362b14affa4d8ddede55df6e21d7a07b87c2
      
https://github.com/qemu/qemu/commit/1a03362b14affa4d8ddede55df6e21d7a07b87c2
  Author: Max Filippov <address@hidden>
  Date:   2020-04-07 (Tue, 07 Apr 2020)

  Changed paths:
    M target/xtensa/translate.c

  Log Message:
  -----------
  target/xtensa: fix pasto in pfwait.r opcode name

Core xtensa opcode table has pfwait.o instead of pfwait.r. Fix that.

Fixes: c884400f2988 ("target/xtensa: implement block prefetch option opcodes")
Signed-off-by: Max Filippov <address@hidden>


  Commit: fde557ad25ff3370ef1dd0587d299a86e060bb23
      
https://github.com/qemu/qemu/commit/fde557ad25ff3370ef1dd0587d299a86e060bb23
  Author: Max Filippov <address@hidden>
  Date:   2020-04-07 (Tue, 07 Apr 2020)

  Changed paths:
    M target/xtensa/cpu.h
    M target/xtensa/helper.c
    M target/xtensa/translate.c

  Log Message:
  -----------
  target/xtensa: statically allocate xtensa_insnbufs in DisasContext

Rather than dynamically allocate, and risk failing to free
when we longjmp out of the translator, allocate the maximum
buffer size based on the maximum supported instruction length.

Suggested-by: Richard Henderson <address@hidden>
Signed-off-by: Max Filippov <address@hidden>
Reviewed-by: Richard Henderson <address@hidden>
Tested-by: Richard Henderson <address@hidden>


  Commit: bb2e2bfc075b62cd6bb46486012d2afa7e59ed5a
      
https://github.com/qemu/qemu/commit/bb2e2bfc075b62cd6bb46486012d2afa7e59ed5a
  Author: Peter Maydell <address@hidden>
  Date:   2020-04-09 (Thu, 09 Apr 2020)

  Changed paths:
    M target/xtensa/cpu.h
    M target/xtensa/helper.c
    M target/xtensa/translate.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/xtensa/tags/20200407-xtensa' into 
staging

target/xtensa fixes for 5.0:

- fix pasto in pfwait.r opcode name;
- fix memory leak with dynamically allocated xtensa_insnbufs in
  DisasContext.

# gpg: Signature made Wed 08 Apr 2020 00:58:05 BST
# gpg:                using RSA key 2B67854B98E5327DCDEB17D851F9CC91F83FA044
# gpg:                issuer "address@hidden"
# gpg: Good signature from "Max Filippov <address@hidden>" [unknown]
# gpg:                 aka "Max Filippov <address@hidden>" [full]
# gpg:                 aka "Max Filippov <address@hidden>" [full]
# Primary key fingerprint: 2B67 854B 98E5 327D CDEB  17D8 51F9 CC91 F83F A044

* remotes/xtensa/tags/20200407-xtensa:
  target/xtensa: statically allocate xtensa_insnbufs in DisasContext
  target/xtensa: fix pasto in pfwait.r opcode name

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/f3bac27cc1e3...bb2e2bfc075b



reply via email to

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