aboutsummaryrefslogtreecommitdiff
path: root/src/xml.c
Commit message (Expand)AuthorAgeFilesLines
* Move all shared utility files to src/util/Daniel P. Berrange2009-09-211-514/+0
* Core internal driver stub for sVirt support (Jams Morris & Dan Walsh)Daniel P. Berrange2009-03-031-0/+30
* Add virXPathULongLong()Mark McLoughlin2009-02-241-0/+55
* Add virXPathLongHex() and virXPathULongHex()Mark McLoughlin2009-02-241-24/+88
* Fix some error strings in xml.cMark McLoughlin2009-02-131-2/+2
* error-reporting calls using VIR_ERR_NO_MEMORY: use virReportOOMError insteadJim Meyering2009-01-291-6/+5
* Move internal error APIs into virterror_internal.h & drop leading __ prefixDaniel P. Berrange2008-11-041-2/+3
* avoid many format string warningsJim Meyering2008-10-131-8/+8
* Fix two format string warnings on 32bit hostsDaniel P. Berrange2008-10-101-1/+1
* Centralize majority of error reporting logic.Cole Robinson2008-10-091-31/+12
* Remove unused c-ctype.h includeDaniel P. Berrange2008-07-251-1/+0
* Fix reporting of errors against virConnect object in XML apisDaniel P. Berrange2008-07-251-19/+34
* Switch XM config file driver to use new domain APIs for XML to config conversionDaniel P. Berrange2008-07-251-288/+0
* Convert XenD XML->SEXPR conversion to new domain XML APIsDaniel P. Berrange2008-07-251-1559/+95
* Added generic domain XML APIsDaniel P. Berrange2008-07-111-5/+13
* Generic APIs for network XML configurationDaniel P. Berrange2008-07-111-0/+52
* Preserve context node when doing XPath queries to allow relative XPath expres...Daniel P. Berrange2008-07-091-1/+22
* Convert to use new memory allocation APIsDaniel P. Berrange2008-05-291-50/+50
* Standardize use of header files, making internal.h primary.Richard W.M. Jones2008-05-231-2/+0
* Apply CPU pinning at startup for QEMU guestsDaniel P. Berrange2008-05-221-2/+3
* * src/xml.c: Include "c-ctype.h".Jim Meyering2008-05-161-0/+1
* start using c-ctype functionsJim Meyering2008-05-161-3/+3
* Remove all use of strcmp, strncmp in favour of STREQ, STREQLEN, STRPREFIXDaniel P. Berrange2008-05-141-11/+11
* Disable sound functions when in proxyDaniel P. Berrange2008-05-071-0/+2
* Sound support for QEmu and XenDaniel Veillard2008-05-071-1/+82
* Added support for network interface model settingDaniel P. Berrange2008-04-301-0/+7
* remove useless tests before xmlFreeJim Meyering2008-04-291-20/+10
* Change virBuffer API to prevent common usage errors. Update all users of APIsDaniel P. Berrange2008-04-281-58/+43
* Added full support for serial and parallel devices to Xen driversDaniel P. Berrange2008-04-261-8/+209
* convert TAB-based indentation in C sources to use only spacesJim Meyering2008-04-101-6/+6
* remove Vim and Emacs variable settings from C source filesJim Meyering2008-04-101-9/+0
* typos fixesDaniel Veillard2008-04-041-1/+1
* * src/util.c src/util.h src/xml.c: applied patch from Hiroyuki KaguchiDaniel Veillard2008-03-201-16/+2
* Add formal internal capabilities API and update drivers to use itDaniel P. Berrange2008-02-271-163/+6
* Added convenience virsh command for creating pools/volumes without XMLDaniel P. Berrange2008-02-201-4/+4
* Remove more useless if tests before "free"-like functions.Jim Meyering2008-02-071-2/+1
* Fix new "make distcheck" failures.Jim Meyering2008-02-051-1/+1
* Remove all trailing blanks; turn on the rule to detect them.Jim Meyering2008-02-051-5/+5
* Added support for booting off kenrel+initrd with HVM guestsDaniel P. Berrange2008-02-051-104/+82
* Eliminate all uses of virBufferAdd with string literals.Jim Meyering2008-02-051-42/+42
* Enable more checks for unmarked messages; fix violators.Jim Meyering2008-02-041-11/+13
* Also detect and remove unnecessary if-before-xmlXPathFreeContext.Jim Meyering2008-01-291-2/+1
* Enable the <config.h>-requiring test; fix violationsJim Meyering2008-01-291-1/+1
* Given code like if (foo) free (foo); remove the useless "if (foo) " part.Jim Meyering2008-01-291-14/+7
* Use a variable name as sizeof argument, not a type name.Jim Meyering2007-12-111-5/+5
* Disable Xen specific functions if Xen driver is disabledDaniel P. Berrange2007-11-301-14/+5
* Mon Nov 26 11:39:59 UTC 2007 Richard W.M. Jones <rjones@redhat.com>Richard W.M. Jones2007-11-261-0/+3
* * src/xml.c src/xs_internal.c src/xs_internal.h: applied patchDaniel Veillard2007-11-061-5/+18
* * src/xml.c: patch from Beth Kon to fix a problem when theDaniel Veillard2007-11-051-1/+3
* * proxy/libvirt_proxy.c src/proxy_internal.[ch] src/xen_internal.cDaniel Veillard2007-10-311-9/+46