Structs§
- Drive
- Define a new drive. This includes creating a block driver node (the
backend) as well as a guest device, and is mostly a shortcut for
defining the corresponding
-blockdev
and-device
options. - Drive
Builder - Use builder syntax to set the inputs and finish with
build()
.