]> git.proxmox.com Git - qemu.git/commit - target-s390x/helper.c
s390x: helper functions for system emulation
authorAlexander Graf <agraf@suse.de>
Wed, 23 Mar 2011 09:58:07 +0000 (10:58 +0100)
committerAlexander Graf <agraf@suse.de>
Fri, 20 May 2011 15:35:12 +0000 (17:35 +0200)
commitd5a439645a5a70fed5431318c3bce9dc2caa950f
tree480bb46100dd6f52d3ca0df55ef05b3269d06264
parent4e8367812a053bf169fc82bcddd68c1406751dea
s390x: helper functions for system emulation

When running system emulation, we need to transverse through the MMU and
deliver interrupts according to the specification.

This patch implements those two pieces and in addition adjusts the CPU
initialization code to account for the new fields in CPUState.

Signed-off-by: Alexander Graf <agraf@suse.de>
target-s390x/helper.c
target-s390x/op_helper.c
target-s390x/translate.c