-
Dr. David Alan Gilbert authored
This is a start on using size_t more in qemu-file and friends; it fixes up QEMUFilePutBufferFunc and QEMUFileGetBufferFunc to take size_t lengths and return ssize_t return values (like read(2)) and fixes up all the different implementations of them. Note that I've not yet followed this deeply into bdrv_ implementations. Signed-off-by:
Dr. David Alan Gilbert <dgilbert@redhat.com>
Message-Id: <1439463094-5394-5-git-send-email-dgilbert@redhat.com>
Reviewed-by:
zhanghailiang <zhang.zhanghailiang@huawei.com>
Reviewed-by:
Amit Shah <amit.shah@redhat.com>
Signed-off-by:
Amit Shah <amit.shah@redhat.com>Dr. David Alan Gilbert authoredThis is a start on using size_t more in qemu-file and friends; it fixes up QEMUFilePutBufferFunc and QEMUFileGetBufferFunc to take size_t lengths and return ssize_t return values (like read(2)) and fixes up all the different implementations of them. Note that I've not yet followed this deeply into bdrv_ implementations. Signed-off-by:
Dr. David Alan Gilbert <dgilbert@redhat.com>
Message-Id: <1439463094-5394-5-git-send-email-dgilbert@redhat.com>
Reviewed-by:
zhanghailiang <zhang.zhanghailiang@huawei.com>
Reviewed-by:
Amit Shah <amit.shah@redhat.com>
Signed-off-by:
Amit Shah <amit.shah@redhat.com>
Loading