Re: [Qemu-devel] [PATCH V2] s390x/pci: avoid sign extension in stpcifc

2015-01-23 Thread Cornelia Huck
On Wed, 21 Jan 2015 16:50:29 +0100 Frank Blaschka wrote: > this patch avoids sign extension and fixes a data conversion > bug in stpcifc. Both issues where found by Coverity. > > Signed-off-by: Frank Blaschka > --- > hw/s390x/s390-pci-inst.c | 8 > 1 file changed, 4 insertions(+), 4 d

Re: [Qemu-devel] [PATCH V2] s390x/pci: avoid sign extension in stpcifc

2015-01-22 Thread Markus Armbruster
Frank Blaschka writes: > this patch avoids sign extension and fixes a data conversion > bug in stpcifc. Both issues where found by Coverity. > > Signed-off-by: Frank Blaschka Reviewed-by: Markus Armbruster

[Qemu-devel] [PATCH V2] s390x/pci: avoid sign extension in stpcifc

2015-01-21 Thread Frank Blaschka
this patch avoids sign extension and fixes a data conversion bug in stpcifc. Both issues where found by Coverity. Signed-off-by: Frank Blaschka --- hw/s390x/s390-pci-inst.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hw/s390x/s390-pci-inst.c b/hw/s390x/s390-pci-in