diff options
author | Tomáš Golembiovský <tgolembi@redhat.com> | 2020-10-12 10:36:03 +0200 |
---|---|---|
committer | Michael Roth <michael.roth@amd.com> | 2020-11-02 11:36:16 -0600 |
commit | c67d2efd9d1771fd886e3b58771adaa62897f3d9 (patch) | |
tree | bcd11d1fbad5f23be555fa7754716063b97d6316 /include | |
parent | fed3956429d560a06fc2d2fcf1a01efb58659f87 (diff) | |
download | qemu-c67d2efd9d1771fd886e3b58771adaa62897f3d9.zip qemu-c67d2efd9d1771fd886e3b58771adaa62897f3d9.tar.gz qemu-c67d2efd9d1771fd886e3b58771adaa62897f3d9.tar.bz2 |
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>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions