Re: [Qemu-devel] [PATCH v6 1/1] s390x/sclp: extend SCLP event masks to 64 bits

2018-04-05 Thread Cornelia Huck
On Thu, 8 Mar 2018 12:04:29 +0100 Claudio Imbrenda wrote: > Extend the SCLP event masks to 64 bits. > > Notice that using any of the new bits results in a state that cannot be > migrated to an older version. > > Signed-off-by: Claudio Imbrenda

Re: [Qemu-devel] [PATCH v6 1/1] s390x/sclp: extend SCLP event masks to 64 bits

2018-03-08 Thread Cornelia Huck
On Thu, 8 Mar 2018 12:04:29 +0100 Claudio Imbrenda wrote: > Extend the SCLP event masks to 64 bits. > > Notice that using any of the new bits results in a state that cannot be > migrated to an older version. > > Signed-off-by: Claudio Imbrenda

[Qemu-devel] [PATCH v6 1/1] s390x/sclp: extend SCLP event masks to 64 bits

2018-03-08 Thread Claudio Imbrenda
Extend the SCLP event masks to 64 bits. Notice that using any of the new bits results in a state that cannot be migrated to an older version. Signed-off-by: Claudio Imbrenda --- hw/s390x/event-facility.c | 50 ---