summaryrefslogtreecommitdiff
path: root/src/xenxs/xen_xm.c
Commit message (Expand)AuthorAgeFilesLines
* Rename memory.{c,h} to viralloc.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Rename conf.{c,h} to virconf.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Convert capabilities / domain_conf to use virArchDaniel P. Berrange2012-12-181-5/+6
* Remove spurious whitespace between function name & open bracketsDaniel P. Berrange2012-11-021-1/+1
* storage: use enum for disk driver typeEric Blake2012-10-191-14/+19
* storage: treat 'aio' like 'raw' at parse timeEric Blake2012-10-191-1/+10
* maint: fix up copyright notice inconsistenciesEric Blake2012-09-201-1/+1
* use virBitmap to store cpumask info.Hu Tao2012-09-171-11/+3
* xen-xm: Generate UUID if not specifiedJim Fehlig2012-08-031-3/+7
* maint: don't permit format strings without %Eric Blake2012-07-261-4/+4
* Desert the FSF address in copyrightOsier Yang2012-07-231-2/+2
* Replace use of XENXS_ERROR with virReportErrorDaniel P. Berrange2012-07-201-110/+110
* Convert 'raw MAC address' usages to use virMacAddrStefan Berger2012-07-171-4/+4
* Remove last usage of PATH_MAX and ban its future useDaniel P. Berrange2012-05-281-2/+0
* xen: do not use ioemu type for any emulated NICStefan Bader2012-04-161-13/+14
* xen config: No vfb in HVM guest configurationStefan Bader2012-04-061-1/+1
* Xen: Fix <clock> handlingPhilipp Hahn2012-04-021-25/+98
* Cleanup for a return statement in source filesMartin Kletzander2012-03-261-1/+1
* xml: use better types for memory valuesEric Blake2012-03-071-10/+49
* conf: make hostdev info a separate objectLaine Stump2012-03-051-3/+5
* xen_xs: name xendConfigVersion magic numbersPhilipp Hahn2012-02-011-7/+7
* Rename virXXXXMacAddr to virMacAddrXXXDaniel P. Berrange2012-01-271-1/+1
* config: report error when script given for inappropriate interface typeLaine Stump2012-01-081-8/+6
* conf: don't modify cpu set string during parsingEric Blake2011-11-211-1/+1
* Allow multiple consoles per virtual guestDaniel P. Berrange2011-11-031-4/+7
* xen: add error handling to UUID parsingGuido Günther2011-10-101-10/+27
* xenParseXM: don't dereference NULL pointer when script is emptyGuido Günther2011-10-061-3/+3
* snapshot: reject transient disks where code is not readyEric Blake2011-09-051-0/+5
* conf: add <listen> subelement to domain <graphics> elementLaine Stump2011-07-281-9/+24
* support for Xen HVM Viridian (Hyper-V) enlightenment interfaceDaniel Gollub2011-06-151-1/+11
* xen: parse and generate hpet item in sxprPaolo Bonzini2011-05-101-0/+26
* maint: rename virBufferVSprintf to virBufferAsprintfEric Blake2011-05-051-20/+20
* Fix small memory leaks in config parsing related functionsMatthias Bolte2011-04-251-2/+1
* maint: use lighter-weight function for straight appendsEric Blake2011-04-151-2/+2
* Introduce virDomainChrDefNew()Michal Novotny2011-04-141-2/+6
* xenxs: Remove PATH_MAX sized stack allocation in XM script parsingMatthias Bolte2011-04-051-8/+6
* Add support for multiple serial ports into the Xen driverMichal Novotny2011-02-251-23/+138
* Renamed functions in xenxsMarkus Groß2011-02-211-18/+17
* Moved XM formatting functions to xenxsMarkus Groß2011-02-211-0/+715
* Moved XM parsing functions to xenxsMarkus Groß2011-02-211-0/+1010