[libvirt] [1/3] Add a QXL graphics card type to domain XML schema

Matthias Bolte matthias.bolte at googlemail.com
Tue Feb 9 20:08:45 UTC 2010


2010/2/5 Daniel Veillard <veillard at redhat.com>:
> Author: Daniel P. Berrange <berrange at redhat.com>
>
>    Add a QXL graphics card type to domain XML schema
>
>    * src/qemu_conf.c: Add dummy entry in enumeration
>    * docs/schemas/domain.rng: Add 'qxl' as a type for the <video> tag
>    * src/domain_conf.c, src/domain_conf.h: Add QXL to video type
>      enumerations
>

> diff --git a/src/qemu/qemu_conf.c b/src/qemu/qemu_conf.c
> index 3d83a8f..0b91d68 100644
> --- a/src/qemu/qemu_conf.c
> +++ b/src/qemu/qemu_conf.c
> @@ -90,7 +90,8 @@ VIR_ENUM_IMPL(qemuVideo, VIR_DOMAIN_VIDEO_TYPE_LAST,
>               "cirrus",
>               "vmware",
>               "", /* no arg needed for xen */
> -              "" /* don't support vbox */);
> +              "", /* don't support vbox */
> +              ""  /* XQL not implemented yet */);

Typo here, but that is fixed in a later patch.

ACK.

Matthias




More information about the libvir-list mailing list