aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* parse IP address for bridge interfacesJohn Levon2009-01-231-0/+5
* xm_internal.c: fix locking bug: s/Lock/Unlock/Jim Meyering2009-01-221-1/+1
* Support script for bridge interface typeJohn Levon2009-01-221-2/+7
* Make xen driver threadsafeDaniel P. Berrange2009-01-211-85/+170
* Fix some misleading comments in XM driverDaniel P. Berrange2009-01-201-7/+7
* Remove use of static data in Xen XM driverDaniel P. Berrange2009-01-201-128/+134
* Make error reporting threadsafe by avoiding strerrorDaniel P. Berrange2009-01-201-27/+32
* Fix PVFB version check for RHEL-5Daniel Veillard2009-01-191-1/+3
* * src/xend_internal.c src/xm_internal.c: fix fully virt networkDaniel Veillard2009-01-191-1/+7
* Two bug fixes coming from RHEL and Markus being added to AUTHORSDaniel Veillard2009-01-191-2/+3
* add missing flags argumentGuido Günther2009-01-081-3/+4
* use virAsprintf instead of asprintfGuido Günther2008-12-231-4/+2
* Fix return type for Xen open subdriver method impl (John Levon)Daniel P. Berrange2008-12-171-1/+1
* Fix XM driver handling of disk source pathsDaniel P. Berrange2008-11-281-28/+42
* Add missing translationsDaniel P. Berrange2008-11-251-3/+3
* Implement autostart for XM driverDaniel P. Berrange2008-11-251-0/+81
* Support domain lifecycle events for Xen (Ben Guthro & Daniel Berrange)Daniel P. Berrange2008-11-251-67/+131
* Push URI probing logic down into individual driversDaniel P. Berrange2008-11-171-1/+0
* Move some API declarations out of internal.h & hash.c into dedicated filesDaniel P. Berrange2008-11-041-0/+1
* Move internal error APIs into virterror_internal.h & drop leading __ prefixDaniel P. Berrange2008-11-041-1/+2
* * src/xm_internal.c: add minimum domain memory size check for XenDaniel Veillard2008-10-311-0/+2
* Centralize domain mac address handling in domain_conf.c/util.cDaniel P. Berrange2008-10-241-23/+11
* avoid many format string warningsJim Meyering2008-10-131-19/+19
* Switch domain device objects to array instead of linked listDaniel P. Berrange2008-10-101-131/+97
* virDomainDefineXML, and a few additional cleanupsDaniel Veillard2008-10-101-4/+4
* Centralize majority of error reporting logic.Cole Robinson2008-10-091-22/+6
* Fix starting of xen domains without a PVFB console by removing default emulatorDaniel P. Berrange2008-09-051-20/+0
* Do conditional driver config in Makefile.am, not source filesDaniel P. Berrange2008-08-201-2/+0
* Switch XM config file driver to use new domain APIs for XML to config conversionDaniel P. Berrange2008-07-251-733/+427
* Switch XM config file driver to use new domain APIs for XML generationDaniel P. Berrange2008-07-251-308/+543
* Prepare xm_internal driver for new domain XML apisDaniel P. Berrange2008-07-251-745/+246
* Convert XenD XML->SEXPR conversion to new domain XML APIsDaniel P. Berrange2008-07-251-10/+12
* Fix make syntax-checkAtsushi SAKAI2008-06-261-2/+2
* * configure.in NEWS libvirt.spec* doc/* po/*: making libvirt-0.4.4v0.4.4LIBVIRT_0_4_4Daniel Veillard2008-06-251-13/+16
* Pass syntax check for XM block devices over to XenDRichard W.M. Jones2008-06-101-4/+2
* virDomainBlockPeek callRichard W.M. Jones2008-06-051-0/+11
* * src/xm_internal.c: If vcpu cpuset attribute is invalidRichard W.M. Jones2008-06-031-12/+7
* Convert to use new memory allocation APIsDaniel P. Berrange2008-05-291-105/+121
* avoid using STREQLEN with a literal; use STRPREFIX insteadJim Meyering2008-05-151-7/+7
* Remove all use of strcmp, strncmp in favour of STREQ, STREQLEN, STRPREFIXDaniel P. Berrange2008-05-141-52/+52
* Added disk target bus type to Xen driverDaniel P. Berrange2008-05-081-2/+11
* Sound support for QEmu and XenDaniel Veillard2008-05-071-1/+30
* Added support for network interface model settingDaniel P. Berrange2008-04-301-0/+21
* remove useless tests before xmlFreeJim Meyering2008-04-291-28/+14
* Change virBuffer API to prevent common usage errors. Update all users of APIsDaniel P. Berrange2008-04-281-97/+87
* Added full support for serial and parallel devices to Xen driversDaniel P. Berrange2008-04-261-10/+45
* convert TAB-based indentation in C sources to use only spacesJim Meyering2008-04-101-25/+25
* remove Vim and Emacs variable settings from C source filesJim Meyering2008-04-101-8/+0
* xenXMError: mark for translation string args to this functionJim Meyering2008-03-271-30/+51
* Mark many more strings for translation.Jim Meyering2008-03-271-6/+10