[Qemu-devel] [PATCH 3/3] s390x/css: catch ccw sequence errors

2014-09-05 Thread Jens Freimann
From: Cornelia Huck We must not allow chains of more than 255 ccws without data transfer. Reviewed-by: David Hildenbrand Signed-off-by: Cornelia Huck Signed-off-by: Jens Freimann --- hw/s390x/css.c | 10 ++ hw/s390x/css.h | 1 + 2 files changed, 11 insertions(+) diff --git a/hw/s39

[Qemu-devel] [PATCH 3/3] s390x/css: catch ccw sequence errors

2014-09-04 Thread Jens Freimann
From: Cornelia Huck We must not allow chains of more than 255 ccws without data transfer. Reviewed-by: David Hildenbrand Signed-off-by: Cornelia Huck --- hw/s390x/css.c | 10 ++ hw/s390x/css.h | 1 + 2 files changed, 11 insertions(+) diff --git a/hw/s390x/css.c b/hw/s390x/css.c inde