]> Git Repo - qemu.git/commit - target/s390x/ioinst.c
s390x/ioinst: Rework memory access in STCRW instruction
authorThomas Huth <[email protected]>
Thu, 12 Feb 2015 17:09:38 +0000 (18:09 +0100)
committerChristian Borntraeger <[email protected]>
Wed, 18 Feb 2015 08:37:15 +0000 (09:37 +0100)
commit7f74f0aa74a01698ef24459f7bc2a23f3880a2b8
treebf19104bc63d96dca30d38cd3f5f4f5dd15b6bdc
parentb7b6348ab433519f16c1500e3ea04805428be91e
s390x/ioinst: Rework memory access in STCRW instruction

Change the handler for STCRW to use the new logical memory access
functions. Since STCRW is suppressed on protection/access exceptions,
we also have to make sure to re-queue the CRW in case it could not be
written to the memory.

Signed-off-by: Thomas Huth <[email protected]>
Signed-off-by: Jens Freimann <[email protected]>
Reviewed-by: David Hildenbrand <[email protected]>
Reviewed-by: Cornelia Huck <[email protected]>
Signed-off-by: Christian Borntraeger <[email protected]>
hw/s390x/css.c
target-s390x/cpu.h
target-s390x/ioinst.c
This page took 0.021526 seconds and 4 git commands to generate.