| # SPDX-FileCopyrightText: Copyright (c) 2026 Process Mission | |
| # SPDX-License-Identifier: Apache-2.0 | |
| description: VIRTIO Block device | |
| compatible: "virtio,blk" | |
| include: base.yaml | |
| properties: | |
| disk-name: | |
| type: string | |
| required: true | |
| description: Disk name used by disk_access_* APIs. |