Re: [Qemu-devel] [PATCH 4/8] s390: Add channel I/O instructions.

2012-12-11 Thread Cornelia Huck
On Tue, 11 Dec 2012 11:18:44 +0100 Alexander Graf wrote: > > On 10.12.2012, at 10:18, Cornelia Huck wrote: > > > On Mon, 10 Dec 2012 10:00:16 +0100 > > Alexander Graf wrote: > > > >> > >> > >> On 07.12.2012, at 13:50, Cornelia Huck wrote: > >>> +/* Special handling for the prefix page. */

Re: [Qemu-devel] [PATCH 4/8] s390: Add channel I/O instructions.

2012-12-11 Thread Alexander Graf
On 10.12.2012, at 10:18, Cornelia Huck wrote: > On Mon, 10 Dec 2012 10:00:16 +0100 > Alexander Graf wrote: > >> >> >> On 07.12.2012, at 13:50, Cornelia Huck wrote: >> >>> Provide handlers for (most) channel I/O instructions. >>> >>> Signed-off-by: Cornelia Huck >>> --- >>> target-s390x/cp

Re: [Qemu-devel] [PATCH 4/8] s390: Add channel I/O instructions.

2012-12-10 Thread Cornelia Huck
On Mon, 10 Dec 2012 10:00:16 +0100 Alexander Graf wrote: > > > On 07.12.2012, at 13:50, Cornelia Huck wrote: > > > Provide handlers for (most) channel I/O instructions. > > > > Signed-off-by: Cornelia Huck > > --- > > target-s390x/cpu.h| 87 +++ > > target-s390x/ioinst.c | 694 > >

Re: [Qemu-devel] [PATCH 4/8] s390: Add channel I/O instructions.

2012-12-10 Thread Alexander Graf
On 07.12.2012, at 13:50, Cornelia Huck wrote: > Provide handlers for (most) channel I/O instructions. > > Signed-off-by: Cornelia Huck > --- > target-s390x/cpu.h| 87 +++ > target-s390x/ioinst.c | 694 +- > target-s390x/ioinst.h | 16 ++

[Qemu-devel] [PATCH 4/8] s390: Add channel I/O instructions.

2012-12-07 Thread Cornelia Huck
Provide handlers for (most) channel I/O instructions. Signed-off-by: Cornelia Huck --- target-s390x/cpu.h| 87 +++ target-s390x/ioinst.c | 694 +- target-s390x/ioinst.h | 16 ++ trace-events | 6 + 4 files changed, 796 insertio