On 12/15/25 8:45 AM, [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: Pierrick Bouvier <[email protected]>