[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 1/3] qga: add command guest-get-disks
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH v2 1/3] qga: add command guest-get-disks |
Date: |
Mon, 7 Sep 2020 11:32:11 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 |
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 information about disks of the VM
> regardles whether they are mounted or not. This can be usefull for
> management applications for mapping virtualized devices or pass-through
> devices to device names in the guest OS.
>
> Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com>
> ---
> qga/commands-posix.c | 6 ++++++
> qga/commands-win32.c | 6 ++++++
> qga/qapi-schema.json | 29 +++++++++++++++++++++++++++++
> 3 files changed, 41 insertions(+)
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>