On 15/12/25 17:45, [email protected] wrote:
From: Nguyen Dinh Phi <[email protected]>
qemu_ftruncate64() is utility function that may be used outside of the block
layer. Move it to util/oslib-win32.c where other Windows-specific utility
functions reside.
Signed-off-by: Nguyen Dinh Phi <[email protected]>
---
block/file-win32.c | 32 --------------------------------
util/oslib-win32.c | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+), 32 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>