[libvirt] [PATCH 02/10] Add a QXL graphics card type to domain XML schema

Eric Blake eblake at redhat.com
Tue Nov 2 21:30:22 UTC 2010


On 11/01/2010 12:17 PM, Daniel P. Berrange wrote:
> * 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
> ---
>  docs/schemas/domain.rng |    1 +
>  src/conf/domain_conf.c  |    3 ++-
>  src/conf/domain_conf.h  |    1 +
>  src/qemu/qemu_conf.c    |    3 ++-
>  4 files changed, 6 insertions(+), 2 deletions(-)
> 
> diff --git a/docs/schemas/domain.rng b/docs/schemas/domain.rng
> index aaf9667..c8beffc 100644
> --- a/docs/schemas/domain.rng
> +++ b/docs/schemas/domain.rng
> @@ -1163,6 +1163,7 @@
>                <value>vmvga</value>
>                <value>xen</value>
>                <value>vbox</value>
> +              <value>qxl</value>

Conditional ACK - you also need to mention qxl in docs/formatdomain.html.in.

-- 
Eric Blake   eblake at redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 619 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20101102/5370cab9/attachment-0001.sig>


More information about the libvir-list mailing list