Re: [Qemu-devel] [PATCH 1/1] s390x/css: fix ilen in IO instruction handlers

2017-07-25 Thread Cornelia Huck
On Mon, 24 Jul 2017 16:34:52 +0200 Halil Pasic wrote: > When initiating a program check interruption by calling program_interrupt > the instruction length (ilen) of the current instruction is supplied as > the third parameter. > > On s390x all the IO instructions are of instruction format S and

Re: [Qemu-devel] [PATCH 1/1] s390x/css: fix ilen in IO instruction handlers

2017-07-24 Thread Dong Jia Shi
* Halil Pasic [2017-07-24 16:34:52 +0200]: > When initiating a program check interruption by calling program_interrupt > the instruction length (ilen) of the current instruction is supplied as > the third parameter. > > On s390x all the IO instructions are of instruction format S and their > ile

[Qemu-devel] [PATCH 1/1] s390x/css: fix ilen in IO instruction handlers

2017-07-24 Thread Halil Pasic
When initiating a program check interruption by calling program_interrupt the instruction length (ilen) of the current instruction is supplied as the third parameter. On s390x all the IO instructions are of instruction format S and their ilen is 4. The calls to program_interrupt (introduced by co