new-virtio-mmio-blk-comp ["name"] ["file"] [size]
This command creates an instantiated component of the class virtio_mmio_blk_comp.
The class description for the virtio_mmio_blk_comp class: "virtio_mmio_blk" component setups a disk using the virtio mmio block device
- name is Optional
- If not specified, the component will get a class-specific default name.
- file is Optional
- File with disk contents for the full disk. Either a raw file or a virtual disk file in craff, DMG, or VHDX format.
- size is Optional
- The size of the disk in bytes.
virtio-comp