aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* xen tests: Fix missing "type ioemu" with rhel5-apiJiri Denemark2010-08-241-1/+1
| | | | | | | | | | | | | | | | | | | 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.
* Fix XM driver VIF config creationDaniel P. Berrange2009-04-241-1/+1
|
* Prepare xm_internal driver for new domain XML apisDaniel P. Berrange2008-07-251-1/+1
|
* Added full support for serial and parallel devices to Xen driversDaniel P. Berrange2008-04-261-0/+25