[ARG]='--cpus --ram --vsock-cid -M --machine --uuid --private-users --background --set-credential --load-credential --forward-journal-max-use --forward-journal-keep-free --forward-journal-max-file-size --forward-journal-max-files --bind-volume'
[IMAGE_FORMAT]='--image-format'
[IMAGE_DISK_TYPE]='--image-disk-type'
+ [COCO]='--coco'
)
_init_completion || return
comps='raw qcow2'
elif __contains_word "$prev" ${OPTS[IMAGE_DISK_TYPE]}; then
comps='virtio-blk virtio-scsi nvme'
+ elif __contains_word "$prev" ${OPTS[COCO]}; then
+ comps='no sev-snp'
elif __contains_word "$prev" ${OPTS[ARG]}; then
comps=''
else