[libvirt] kvm-qemu emulator problem

Daniel P. Berrange berrange at redhat.com
Thu Jan 5 11:34:59 UTC 2012


On Thu, Jan 05, 2012 at 12:07:40PM +0100, Michal Novotny wrote:
> I don't have any experience with fvd however this is not libvirt-related
> issue rather than qemu-related. Please try to ask qemu guys how to fix this.

Actually it is a libvirt error message.

        if ((format = virStorageFileFormatTypeFromString(formatStr)) < 0) {
            virDomainReportError(VIR_ERR_INTERNAL_ERROR,
                                 _("unknown disk format '%s' for %s"),
                                 disk->driverType, disk->src);
            goto cleanup;
        }
    } else {

We don't have any support for FVD in src/util/storage_file.[ch]

We could add this in, but first we have to ask wether the FVD disk format
actually has any future ?  My understanding is that FVD is not going to
be merged into QEMU, and that the good ideas from it, will used to create
a QCow3 format.

Regards,
Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the libvir-list mailing list