qemu-e2k/qga
Tomáš Golembiovský c67d2efd9d qga: add implementation of guest-get-disks for Windows
The command lists all the physical disk drives. Unlike for Linux
partitions and virtual volumes are not listed.

Example output:

{
  "return": [
    {
      "name": "\\\\.\\PhysicalDrive0",
      "partition": false,
      "address": {
        "serial": "QM00001",
        "bus-type": "sata",
        ...
      },
      "dependents": []
    }
  ]
}

Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com>
Signed-off-by: Michael Roth <michael.roth@amd.com>
2020-11-02 11:36:16 -06:00
..
installer
vss-win32
channel-posix.c
channel-win32.c
channel.h
commands-common.h
commands-posix.c qga: add implementation of guest-get-disks for Linux 2020-11-02 11:32:15 -06:00
commands-win32.c qga: add implementation of guest-get-disks for Windows 2020-11-02 11:36:16 -06:00
commands.c
guest-agent-command-state.c
guest-agent-core.h
main.c qmp: Call monitor_set_cur() only in qmp_dispatch() 2020-10-09 07:08:19 +02:00
meson.build
qapi-schema.json qga: add command guest-get-disks 2020-11-02 08:14:36 -06:00
service-win32.c
service-win32.h
vss-win32.c
vss-win32.h