Re: [PATCH] qga-win: Fix guest-get-fsinfo multi-disks collection

2024-01-10 Thread Peng Ji
ping ! please review this patch : https://patchew.org/QEMU/20231227071540.4035803-1-peng...@smartx.com/ thanks On Fri, Jan 5, 2024 at 9:47 PM Philippe Mathieu-Daudé wrote: > On 27/12/23 08:15, peng...@smartx.com wrote: > > From: Peng Ji > > > > When a volume has mo

[PATCH] qga-win: Fix guest-get-fsinfo multi-disks collection

2023-12-26 Thread peng . ji
From: Peng Ji When a volume has more than one disk, all disks cannot be returned correctly because there is not enough malloced memory for disk extents, so before executing DeviceIoControl for the second time, get the correct size of the required memory space to store all disk extents. Signed

[PATCH] qga-win: Fix guest-get-fsinfo multi-disks collection

2023-12-26 Thread peng . ji
From: Peng Ji When a volume has more than one disk, all disks cannot be returned correctly because there is not enough malloced memory for disk extents, so before executing DeviceIoControl for the second time, get the correct size of the required memory space to store all disk extents. Signed