qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 3de811: target/alpha: Convert to DisasJumpTyp


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 3de811: target/alpha: Convert to DisasJumpType
Date: Fri, 08 Sep 2017 03:01:38 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 3de811c6fd7daa70ac9b0dacfb45b5830d05f054
      
https://github.com/qemu/qemu/commit/3de811c6fd7daa70ac9b0dacfb45b5830d05f054
  Author: Richard Henderson <address@hidden>
  Date:   2017-09-07 (Thu, 07 Sep 2017)

  Changed paths:
    M target/alpha/translate.c

  Log Message:
  -----------
  target/alpha: Convert to DisasJumpType

Signed-off-by: Richard Henderson <address@hidden>


  Commit: c5f806579fb854da351e725077e20aee59831fd0
      
https://github.com/qemu/qemu/commit/c5f806579fb854da351e725077e20aee59831fd0
  Author: Richard Henderson <address@hidden>
  Date:   2017-09-07 (Thu, 07 Sep 2017)

  Changed paths:
    M target/alpha/translate.c

  Log Message:
  -----------
  target/alpha: Convert to DisasContextBase

Signed-off-by: Richard Henderson <address@hidden>


  Commit: 99a92b9459c1197e58036ab5a6f3ac6a5119b2ad
      
https://github.com/qemu/qemu/commit/99a92b9459c1197e58036ab5a6f3ac6a5119b2ad
  Author: Richard Henderson <address@hidden>
  Date:   2017-09-07 (Thu, 07 Sep 2017)

  Changed paths:
    M target/alpha/translate.c

  Log Message:
  -----------
  target/alpha: Convert to TranslatorOps

Signed-off-by: Richard Henderson <address@hidden>


  Commit: 6ad4d7eed05a1e23537fc92b50f898f5977f37e6
      
https://github.com/qemu/qemu/commit/6ad4d7eed05a1e23537fc92b50f898f5977f37e6
  Author: Peter Maydell <address@hidden>
  Date:   2017-09-07 (Thu, 07 Sep 2017)

  Changed paths:
    M target/alpha/cpu.c
    M target/alpha/cpu.h
    M target/alpha/helper.c
    M target/alpha/mem_helper.c

  Log Message:
  -----------
  target/alpha: Switch to do_transaction_failed() hook

Switch the alpha target from the old unassigned_access hook
to the new do_transaction_failed hook. This allows us to
resolve a ??? in the old hook implementation.

The only part of the alpha target that does physical
memory accesses is reading the page table -- add a
TODO comment there to the effect that we should handle
bus faults on page table walks. (Since the palcode
doesn't actually do anything useful on a bus fault anyway
it's a bit moot for now.)

Signed-off-by: Peter Maydell <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Richard Henderson <address@hidden>


  Commit: b393d2fb026e82df7e7671255d5f90bc4053453f
      
https://github.com/qemu/qemu/commit/b393d2fb026e82df7e7671255d5f90bc4053453f
  Author: Peter Maydell <address@hidden>
  Date:   2017-09-08 (Fri, 08 Sep 2017)

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

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20170907' into staging

Queued target/alpha patches

# gpg: Signature made Thu 07 Sep 2017 19:17:22 BST
# gpg:                using RSA key 0x64DF38E8AF7E215F
# gpg: Good signature from "Richard Henderson <address@hidden>"
# gpg: WARNING: This key is not certified with sufficiently trusted signatures!
# gpg:          It is not certain that the signature belongs to the owner.
# Primary key fingerprint: 7A48 1E78 868B 4DB6 A85A  05C0 64DF 38E8 AF7E 215F

* remotes/rth/tags/pull-axp-20170907:
  target/alpha: Switch to do_transaction_failed() hook
  target/alpha: Convert to TranslatorOps
  target/alpha: Convert to DisasContextBase
  target/alpha: Convert to DisasJumpType

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


Compare: https://github.com/qemu/qemu/compare/7872375219c0...b393d2fb026e

reply via email to

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