Add drive support.

This commit is contained in:
Michael Lipp 2023-06-08 18:21:39 +02:00
parent 46c7e8c527
commit 72361f4171
3 changed files with 39 additions and 20 deletions

View file

@ -76,12 +76,15 @@
# "bridge": "br0"
# "device": "virtio-net"
# "mac": (undefined)
"drives":
- "type": "ide-cd"
"bootindex": (undefined)
"file": (undefined)
# There are no default drives. The supported types are "ide-cd"
# and "raw". All types support a "bootindex" property.
# Type "raw" can have a property "file" (if backed by a file on
# the host) or a property "device" (if backed by a device).
# "drives":
# - "type": "ide-cd"
# "bootindex": (undefined)
# "file": (undefined)
# "spice":
# "port": 5900