[libvirt] [PATCH 1/3] xen tests: Fix missing "type ioemu" with rhel5-api

Eric Blake eblake at redhat.com
Mon Aug 23 21:17:45 UTC 2010


On 08/23/2010 09:03 AM, Jiri Denemark wrote:
> The most common cause of errors with rhel5-api turn on was missing
> "(type ioemu)" in sexpr or its equivalent in XM configuration file. This
> happens because the presence of that part in sexpr (or cfg) depends on
> xen version the host is running. Let's avoid it by explicitly specifying
> interface model which ensures "type ioemu" will always be emitted.
>
> This patch adds
>
>      <model type='e1000'/>
>
> withing the interface element in all affected xml files. And
>
>      (model 'e1000')
>
> to all corresponding sexpr files with similar fix to cfg files. Such
> configuration works regardless on Xen version.

ACK; and seems pretty mechanical to verify.

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




More information about the libvir-list mailing list