Re: [PATCH v2 1/3] qga: add command guest-get-disks

2020-10-06 Thread Daniel P . Berrangé
On Tue, Oct 06, 2020 at 03:53:08PM +0200, Tomáš Golembiovský wrote: > On Tue, Oct 06, 2020 at 09:36:32AM +0100, Daniel P. Berrangé wrote: > > On Mon, Sep 07, 2020 at 11:14:40AM +0200, Tomáš Golembiovský wrote: > > > Add API and stubs for new guest-get-disks command. > > > > > > The command guest-g

Re: [PATCH v2 1/3] qga: add command guest-get-disks

2020-10-06 Thread Tomáš Golembiovský
On Tue, Oct 06, 2020 at 09:36:32AM +0100, Daniel P. Berrangé wrote: > On Mon, Sep 07, 2020 at 11:14:40AM +0200, Tomáš Golembiovský wrote: > > Add API and stubs for new guest-get-disks command. > > > > The command guest-get-fsinfo can be used to list information about disks > > and partitions but i

Re: [PATCH v2 1/3] qga: add command guest-get-disks

2020-10-06 Thread Daniel P . Berrangé
On Mon, Sep 07, 2020 at 11:14:40AM +0200, Tomáš Golembiovský wrote: > Add API and stubs for new guest-get-disks command. > > The command guest-get-fsinfo can be used to list information about disks > and partitions but it is limited only to mounted disks with filesystem. > This new command should

Re: [PATCH v2 1/3] qga: add command guest-get-disks

2020-09-29 Thread Marc-André Lureau
On Mon, Sep 7, 2020 at 1:16 PM Tomáš Golembiovský wrote: > Add API and stubs for new guest-get-disks command. > > The command guest-get-fsinfo can be used to list information about disks > and partitions but it is limited only to mounted disks with filesystem. > This new command should allow list

Re: [PATCH v2 1/3] qga: add command guest-get-disks

2020-09-07 Thread Philippe Mathieu-Daudé
On 9/7/20 11:14 AM, Tomáš Golembiovský wrote: > Add API and stubs for new guest-get-disks command. > > The command guest-get-fsinfo can be used to list information about disks > and partitions but it is limited only to mounted disks with filesystem. > This new command should allow listing informat