1. 06 10月, 2017 3 次提交
  2. 31 8月, 2017 2 次提交
  3. 04 8月, 2017 1 次提交
  4. 18 7月, 2017 5 次提交
  5. 24 6月, 2017 4 次提交
  6. 23 6月, 2017 1 次提交
    • D
      target/s390x: implement mvcos instruction · 3e7e5e0b
      David Hildenbrand 提交于
      This adds support for the MOVE WITH OPTIONAL SPECIFICATIONS (MVCOS)
      instruction. Allow to enable it for the qemu cpu model using
      
      qemu-system-s390x ... -cpu qemu,mvcos=on ...
      
      This allows to boot linux kernel that uses it for uacccess.
      
      We are missing (as for most other part) low address protection checks,
      PSW key / storage key checks and support for AR-mode.
      
      We fake an ADDRESSING exception when called from problem state (which
      seems to rely on PSW key checks to be in place) and if AR-mode is used.
      user mode will always see a PRIVILEDGED exception.
      
      This patch is based on an original patch by Miroslav Benes (thanks!).
      Signed-off-by: NDavid Hildenbrand <david@redhat.com>
      Message-Id: <20170614133819.18480-3-david@redhat.com>
      Signed-off-by: NRichard Henderson <rth@twiddle.net>
      3e7e5e0b
  7. 07 6月, 2017 24 次提交