Re: [Qemu-devel] [PATCH v4 09/11] qga-win: handle multi-disk volumes

2018-10-10 Thread Tomáš Golembiovský
On Sun, 7 Oct 2018 15:13:26 +0300 Sameeh Jubran wrote: > I did a quick scan for the documentation and the code and it seems that the > name format that you're looking for is provided by the "QueryDosDeviceW" > function. The function returns multiple names and in the current code we > only check t

Re: [Qemu-devel] [PATCH v4 09/11] qga-win: handle multi-disk volumes

2018-10-07 Thread Sameeh Jubran
I did a quick scan for the documentation and the code and it seems that the name format that you're looking for is provided by the "QueryDosDeviceW" function. The function returns multiple names and in the current code we only check the first one. I believe that one of these names provided should b

[Qemu-devel] [PATCH v4 09/11] qga-win: handle multi-disk volumes

2018-10-04 Thread Tomáš Golembiovský
Probe the volume for disk extents and return list of all disks. Originally only first disk of composite volume was returned. Note that the patch changes get_pci_info() from one state of brokenness into a different state of brokenness. In other words it still does not do what it's supposed to do (s