Re: [Qemu-devel] [PATCH for-2.13] s390x: introduce 2.13 compat machine

2018-04-03 Thread Cornelia Huck
On Thu, 29 Mar 2018 13:33:20 +0200 Cornelia Huck wrote: > Signed-off-by: Cornelia Huck > --- > Yes, it's that time again :) > --- > hw/s390x/s390-virtio-ccw.c | 17 - > include/hw/compat.h| 3 +++ > 2 files changed, 19 insertions(+), 1 deletion(-) Queued to s390-next (

Re: [Qemu-devel] [PATCH for-2.13] s390x: introduce 2.13 compat machine

2018-03-31 Thread no-reply
Hi, This series failed docker-build@min-glib build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 20180329113320.8053-1-coh...@redhat.com Subject: [Qemu-devel] [PATCH for-2.13] s390x

Re: [Qemu-devel] [PATCH for-2.13] s390x: introduce 2.13 compat machine

2018-03-30 Thread no-reply
Hi, This series failed docker-quick@centos6 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 20180329113320.8053-1-coh...@redhat.com Subject: [Qemu-devel] [PATCH for-2.13] s390x

[Qemu-devel] [PATCH for-2.13] s390x: introduce 2.13 compat machine

2018-03-29 Thread Cornelia Huck
Signed-off-by: Cornelia Huck --- Yes, it's that time again :) --- hw/s390x/s390-virtio-ccw.c | 17 - include/hw/compat.h| 3 +++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/hw/s390x/s390-virtio-ccw.c b/hw/s390x/s390-virtio-ccw.c index 864145a7c6..122f31

Re: [Qemu-devel] [PATCH for-2.13] s390x: introduce 2.13 compat machine

2018-03-29 Thread Thomas Huth
On 29.03.2018 13:33, Cornelia Huck wrote: > Signed-off-by: Cornelia Huck > --- > Yes, it's that time again :) Can't we do v3.0 next ;-) ? Anyway: Reviewed-by: Thomas Huth