Re: [Qemu-devel] [PATCH 3/8] s390: I/O interrupt and machine check injection.

2012-12-11 Thread Alexander Graf
On 10.12.2012, at 11:27, Cornelia Huck wrote: On Mon, 10 Dec 2012 09:20:57 +0100 Alexander Graf ag...@suse.de wrote: On 07.12.2012, at 13:50, Cornelia Huck wrote: I/O interrupts are queued per isc. Only crw pending machine checks are supported. Signed-off-by: Cornelia Huck

Re: [Qemu-devel] [PATCH 3/8] s390: I/O interrupt and machine check injection.

2012-12-11 Thread Cornelia Huck
On Mon, 10 Dec 2012 18:26:28 -0600 Rob Landley r...@landley.net wrote: What do you actually use to run Linux under this target? There are some leads at http://virtuallyfun.superglobalmegacorp.com/?p=1206 which more or less leads to

Re: [Qemu-devel] [PATCH 3/8] s390: I/O interrupt and machine check injection.

2012-12-11 Thread Cornelia Huck
On Tue, 11 Dec 2012 11:29:16 +0100 Alexander Graf ag...@suse.de wrote: On 10.12.2012, at 11:27, Cornelia Huck wrote: On Mon, 10 Dec 2012 09:20:57 +0100 Alexander Graf ag...@suse.de wrote: On 07.12.2012, at 13:50, Cornelia Huck wrote: +/* CRW machine checks disabled */

Re: [Qemu-devel] [PATCH 3/8] s390: I/O interrupt and machine check injection.

2012-12-10 Thread Alexander Graf
On 07.12.2012, at 13:50, Cornelia Huck wrote: I/O interrupts are queued per isc. Only crw pending machine checks are supported. Signed-off-by: Cornelia Huck cornelia.h...@de.ibm.com --- target-s390x/cpu.h| 67 +++ target-s390x/helper.c | 145

Re: [Qemu-devel] [PATCH 3/8] s390: I/O interrupt and machine check injection.

2012-12-10 Thread Cornelia Huck
On Mon, 10 Dec 2012 09:20:57 +0100 Alexander Graf ag...@suse.de wrote: On 07.12.2012, at 13:50, Cornelia Huck wrote: I/O interrupts are queued per isc. Only crw pending machine checks are supported. Signed-off-by: Cornelia Huck cornelia.h...@de.ibm.com --- target-s390x/cpu.h

Re: [Qemu-devel] [PATCH 3/8] s390: I/O interrupt and machine check injection.

2012-12-10 Thread Rob Landley
What do you actually use to run Linux under this target? There are some leads at http://virtuallyfun.superglobalmegacorp.com/?p=1206 which more or less leads to http://ftp.nl.debian.org/debian/dists/Debian6.0.6/main/installer-s390/current/images/generic/ but I dunno what qemu command line

[Qemu-devel] [PATCH 3/8] s390: I/O interrupt and machine check injection.

2012-12-07 Thread Cornelia Huck
I/O interrupts are queued per isc. Only crw pending machine checks are supported. Signed-off-by: Cornelia Huck cornelia.h...@de.ibm.com --- target-s390x/cpu.h| 67 +++ target-s390x/helper.c | 145 ++ 2 files changed, 212