Re: [Qemu-devel] [PATCH 10/15] s390x: helper functions for system emulation

2011-04-12 Thread Aurelien Jarno
On Mon, Apr 04, 2011 at 04:32:19PM +0200, Alexander Graf wrote: > 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 accoun

[Qemu-devel] [PATCH 10/15] s390x: helper functions for system emulation

2011-04-04 Thread Alexander Graf
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 --- v1