summary refs log tree commit diff stats
path: root/hw/misc/mips_cpc.c
diff options
context:
space:
mode:
authorTomáš Golembiovský <tgolembi@redhat.com>2020-10-12 10:36:03 +0200
committerMichael Roth <michael.roth@amd.com>2020-11-02 11:36:16 -0600
commitc67d2efd9d1771fd886e3b58771adaa62897f3d9 (patch)
treebcd11d1fbad5f23be555fa7754716063b97d6316 /hw/misc/mips_cpc.c
parentfed3956429d560a06fc2d2fcf1a01efb58659f87 (diff)
downloadfocaccia-qemu-c67d2efd9d1771fd886e3b58771adaa62897f3d9.tar.gz
focaccia-qemu-c67d2efd9d1771fd886e3b58771adaa62897f3d9.zip
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 'hw/misc/mips_cpc.c')
0 files changed, 0 insertions, 0 deletions