mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-13 13:46:46 +00:00
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:
parent
da213b8395
commit
a5e8b32b34
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user