Re: [PATCH v2 0/3] qga: add command guest-get-disk

2020-09-25 Thread Tomáš Golembiovský
gentle reminder On Mon, Sep 07, 2020 at 11:14:39AM +0200, Tomáš Golembiovský wrote: > Adds command to list disks of the VM. > > The patch does compile on master but to work properly it requires changes to > qemu-ga by Thomas Huth in series: Allow guest-get-fsinfo also for non-PCI > devices. > >

[PATCH v2 0/3] qga: add command guest-get-disk

2020-09-07 Thread Tomáš Golembiovský
Adds command to list disks of the VM. The patch does compile on master but to work properly it requires changes to qemu-ga by Thomas Huth in series: Allow guest-get-fsinfo also for non-PCI devices. v2: - added new struct in API to handle the information - split changes into several patches - for