Re: [Qemu-devel] [PATCH 3/6] s390/kvm: diag288 instruction interception and handling

2015-04-22 Thread Cornelia Huck
On Wed, 22 Apr 2015 11:16:00 +0200 Alexander Graf wrote: > On 04/22/2015 10:32 AM, Cornelia Huck wrote: > > On Tue, 21 Apr 2015 21:09:05 +0200 > > Alexander Graf wrote: > > > >> On 04/17/2015 09:52 AM, Cornelia Huck wrote: > >>> From: Xu Wang > >>> > >>> Intercept the diag288 requests from kvm

Re: [Qemu-devel] [PATCH 3/6] s390/kvm: diag288 instruction interception and handling

2015-04-22 Thread Alexander Graf
On 04/22/2015 10:32 AM, Cornelia Huck wrote: On Tue, 21 Apr 2015 21:09:05 +0200 Alexander Graf wrote: On 04/17/2015 09:52 AM, Cornelia Huck wrote: From: Xu Wang Intercept the diag288 requests from kvm guests, and hand the requested command to the diag288 watchdog device for further handling

Re: [Qemu-devel] [PATCH 3/6] s390/kvm: diag288 instruction interception and handling

2015-04-22 Thread Cornelia Huck
On Tue, 21 Apr 2015 21:09:05 +0200 Alexander Graf wrote: > On 04/17/2015 09:52 AM, Cornelia Huck wrote: > > From: Xu Wang > > > > Intercept the diag288 requests from kvm guests, and hand the > > requested command to the diag288 watchdog device for further > > handling. > > > > Signed-off-by: Xu

Re: [Qemu-devel] [PATCH 3/6] s390/kvm: diag288 instruction interception and handling

2015-04-21 Thread Alexander Graf
On 04/17/2015 09:52 AM, Cornelia Huck wrote: From: Xu Wang Intercept the diag288 requests from kvm guests, and hand the requested command to the diag288 watchdog device for further handling. Signed-off-by: Xu Wang Reviewed-by: David Hildenbrand Signed-off-by: Cornelia Huck We're getting a

[Qemu-devel] [PATCH 3/6] s390/kvm: diag288 instruction interception and handling

2015-04-17 Thread Cornelia Huck
From: Xu Wang Intercept the diag288 requests from kvm guests, and hand the requested command to the diag288 watchdog device for further handling. Signed-off-by: Xu Wang Reviewed-by: David Hildenbrand Signed-off-by: Cornelia Huck --- target-s390x/cpu.h | 1 + target-s390x/kvm.c