runtime: qemu: Add comments for virtio-scsi iothread args

For current implementation, just virtio-scsi use this
iothread path.

Signed-off-by: zhangchen.kidd <zhangchen.kidd@jd.com>
This commit is contained in:
zhangchen.kidd 2025-07-29 12:02:07 +08:00
parent da213b8395
commit a5e8b32b34

View File

@ -734,6 +734,7 @@ func (q *qemu) CreateVM(ctx context.Context, id string, network Network, hypervi
return err
}
// Note: Only virtio-SCSI device driver use this ioThread args.
devices, ioThread, kernel, err := q.buildDevices(ctx, kernelPath)
if err != nil {
return err