]> git.proxmox.com Git - mirror_qemu.git/commit
Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20190212' into staging
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 14 Feb 2019 10:41:00 +0000 (10:41 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 14 Feb 2019 10:41:00 +0000 (10:41 +0000)
commit190ff538293e73ef6ff0c0338d3d9f5dd7432750
tree47ababdccb5743d910e984e5f90d7b1e27ac4634
parent0b5e750bea635b167eb03d86c3d9a09bbd43bc06
parentcb82c5728c3402248068002c0d13f55f9adcb073
Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20190212' into staging

Convert to decodetree.
Fix signed overflow conditions.
Fix dcor.
Add CPU MIE to PCI address space.

# gpg: Signature made Tue 12 Feb 2019 21:26:07 GMT
# gpg:                using RSA key 64DF38E8AF7E215F
# gpg: Good signature from "Richard Henderson <richard.henderson@linaro.org>" [full]
# Primary key fingerprint: 7A48 1E78 868B 4DB6 A85A  05C0 64DF 38E8 AF7E 215F

* remotes/rth/tags/pull-hppa-20190212: (24 commits)
  hw/hppa: forward requests to CPU HPA
  target/hppa: fix dcor instruction
  target/hppa: Fix addition '</<=' conditions
  target/hppa: Rearrange log conditions
  target/hppa: move GETPC to HELPER() functions
  target/hppa: Merge translate_one into hppa_tr_translate_insn
  target/hppa: Convert fp operate insns
  target/hppa: Convert fp fused multiply-add insns
  target/hppa: Convert halt/reset insns
  target/hppa: Convert fp indexed memory insns
  target/hppa: Convert offset memory insns
  target/hppa: Convert arithmetic immediate insns
  target/hppa: Convert direct and indirect branches
  target/hppa: Convert shift, extract, deposit insns
  target/hppa: Convert conditional branches
  target/hppa: Convert fp multiply-add
  target/hppa: Convert indexed memory insns
  target/hppa: Convert arithmetic/logical insns
  target/hppa: Convert memory management insns
  target/hppa: Unify specializations of OR
  ...

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>