Revision 955b77f56e3ce585569168c60fff2d5cb0f82e00 authored by Eric Blake on 01 May 2018, 15:46:53 UTC, committed by Michael Roth on 21 June 2018, 01:45:02 UTC
A missing space makes for poor error messages, and sizes can't
go negative.  Also, we missed diagnosing a server that sends
a maximum block size less than the minimum.

Fixes: 081dd1fe
CC: qemu-stable@nongnu.org
Signed-off-by: Eric Blake <eblake@redhat.com>
Message-Id: <20180501154654.943782-1-eblake@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
(cherry picked from commit e475d108f1b3d3163f0affea67cdedbe5fc9752b)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
1 parent f3f01ba
History
File Mode Size
Makefile.objs -rw-r--r-- 636 bytes
bcm2835_dma.c -rw-r--r-- 12.1 KB
etraxfs_dma.c -rw-r--r-- 22.2 KB
i82374.c -rw-r--r-- 4.4 KB
i8257.c -rw-r--r-- 17.0 KB
omap_dma.c -rw-r--r-- 59.5 KB
pl080.c -rw-r--r-- 12.3 KB
pl330.c -rw-r--r-- 48.6 KB
puv3_dma.c -rw-r--r-- 2.7 KB
pxa2xx_dma.c -rw-r--r-- 16.3 KB
rc4030.c -rw-r--r-- 19.1 KB
soc_dma.c -rw-r--r-- 11.2 KB
sparc32_dma.c -rw-r--r-- 13.4 KB
sun4m_iommu.c -rw-r--r-- 13.7 KB
trace-events -rw-r--r-- 1.9 KB
xilinx_axidma.c -rw-r--r-- 18.1 KB
xlnx-zynq-devcfg.c -rw-r--r-- 13.8 KB
xlnx_dpdma.c -rw-r--r-- 25.7 KB

back to top