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

2024-01-16 Thread Konstantin Kostiuk
Reviewed-by: Konstantin Kostiuk On Wed, Jan 10, 2024 at 9:42 AM Peng Ji wrote: > 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

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 more than one disk, all disks

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

2024-01-05 Thread Philippe Mathieu-Daudé
On 27/12/23 08:15, peng...@smartx.com wrote: 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 mem

[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-of

[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-of