Re: [PATCH v1 0/8] s390: Extended-Length SCCB & DIAGNOSE 0x318

2020-05-12 Thread Collin Walling
On 5/12/20 12:08 PM, Cornelia Huck wrote: On Fri, 8 May 2020 19:08:15 -0400 Collin Walling wrote: Collin L. Walling (8): s390/sclp: remove SCLPDevice param from prepare_cpu_entries This looks like a simple cleanup... s390/sclp: check sccb len before filling in data ...and that lik

Re: [PATCH v1 0/8] s390: Extended-Length SCCB & DIAGNOSE 0x318

2020-05-12 Thread Cornelia Huck
On Fri, 8 May 2020 19:08:15 -0400 Collin Walling wrote: > Collin L. Walling (8): > s390/sclp: remove SCLPDevice param from prepare_cpu_entries This looks like a simple cleanup... > s390/sclp: check sccb len before filling in data ...and that like a simple fix (for a problem that currently

Re: [PATCH v1 0/8] s390: Extended-Length SCCB & DIAGNOSE 0x318

2020-05-09 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200508230823.22956-1-wall...@linux.ibm.com/ Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20200508230823.22956-1-wall...@linux.ibm.com Subject: [PATCH v1 0/8] s390: Extended-Length SCCB

[PATCH v1 0/8] s390: Extended-Length SCCB & DIAGNOSE 0x318

2020-05-08 Thread Collin Walling
This patch series introduces two features for an s390 KVM quest: - Extended-Length SCCB (els) for the Read SCP/CPU Info SCLP commands - DIAGNOSE 0x318 (diag318) enabling / migration handling The diag318 feature depends on els and KVM support. The els feature is handled entirely w