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
installer
vss-win32
Makefile.objs -rw-r--r-- 405 bytes
channel-posix.c -rw-r--r-- 8.3 KB
channel-win32.c -rw-r--r-- 9.9 KB
channel.h -rw-r--r-- 964 bytes
commands-posix.c -rw-r--r-- 76.6 KB
commands-win32.c -rw-r--r-- 55.8 KB
commands.c -rw-r--r-- 15.2 KB
guest-agent-command-state.c -rw-r--r-- 1.7 KB
guest-agent-core.h -rw-r--r-- 1.5 KB
main.c -rw-r--r-- 42.4 KB
qapi-schema.json -rw-r--r-- 33.6 KB
service-win32.c -rw-r--r-- 5.5 KB
service-win32.h -rw-r--r-- 868 bytes
vss-win32.c -rw-r--r-- 4.5 KB
vss-win32.h -rw-r--r-- 630 bytes

back to top