Re: [Qemu-devel] [PATCH 6/8] s390: Wire up channel I/O in kvm.

2012-12-10 Thread Cornelia Huck
On Mon, 10 Dec 2012 10:40:15 +0100 Alexander Graf wrote: > > > On 07.12.2012, at 13:50, Cornelia Huck wrote: > > > Trigger the code for our virtual css in case of instruction > > intercepts for I/O instructions. > > > > Handle the tsch exit for the subchannel-related part of tsch. > > > > S

Re: [Qemu-devel] [PATCH 6/8] s390: Wire up channel I/O in kvm.

2012-12-10 Thread Alexander Graf
On 07.12.2012, at 13:50, Cornelia Huck wrote: > Trigger the code for our virtual css in case of instruction > intercepts for I/O instructions. > > Handle the tsch exit for the subchannel-related part of tsch. > > Signed-off-by: Cornelia Huck > --- > target-s390x/cpu.h | 11 +++ > target-s390

[Qemu-devel] [PATCH 6/8] s390: Wire up channel I/O in kvm.

2012-12-07 Thread Cornelia Huck
Trigger the code for our virtual css in case of instruction intercepts for I/O instructions. Handle the tsch exit for the subchannel-related part of tsch. Signed-off-by: Cornelia Huck --- target-s390x/cpu.h | 11 +++ target-s390x/kvm.c | 246 ++--