[libvirt] [PATCH 1/6] Move file format enum to libvirt_util

Pritesh Kothari Pritesh.Kothari at Sun.COM
Tue Sep 29 09:27:18 UTC 2009


> +enum virStorageFileFormat {
> +    VIR_STORAGE_FILE_RAW = 0,
> +    VIR_STORAGE_FILE_DIR,
> +    VIR_STORAGE_FILE_BOCHS,
> +    VIR_STORAGE_FILE_CLOOP,
> +    VIR_STORAGE_FILE_COW,
> +    VIR_STORAGE_FILE_DMG,
> +    VIR_STORAGE_FILE_ISO,
> +    VIR_STORAGE_FILE_QCOW,
> +    VIR_STORAGE_FILE_QCOW2,
> +    VIR_STORAGE_FILE_VMDK,
> +    VIR_STORAGE_FILE_VPC,
> +    VIR_STORAGE_FILE_LAST,
> +};

Any chance we could add
VIR_STORAGE_FILE_VDI (VirtualBox)
and VIR_STORAGE_FILE_HDD (Parallels)
here as well?

Regards,
Pritesh




More information about the libvir-list mailing list