aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* virterror.c: don't read beyond end of buffer upon OOMJim Meyering2009-01-271-1/+1
* kvm/virtio: Set IFF_VNET_HDR when setting up tap fdsMark McLoughlin2009-01-274-9/+93
* fix errors in virReportSystemErrorFullJim Meyering2009-01-271-31/+41
* build: avoid format warningsJim Meyering2009-01-272-9/+7
* * src/virterror.c (virErrorMsg): Correct indentation.Jim Meyering2009-01-271-42/+42
* fix recursive lock hang in xenstore driverJohn Levon2009-01-231-30/+45
* Support QEMU disk format specification in XMLDaniel P. Berrange2009-01-231-13/+36
* fix comment typo: s/contains/continues/Jim Meyering2009-01-231-4/+2
* maint: update list of error function names and adaptJim Meyering2009-01-233-17/+4
* parse IP address for bridge interfacesJohn Levon2009-01-234-6/+26
* use the gnulib random_r functionDaniel P. Berrange2009-01-224-10/+43
* Remove use of non-reentrant POSIX apisDaniel P. Berrange2009-01-2214-115/+170
* xm_internal.c: fix locking bug: s/Lock/Unlock/Jim Meyering2009-01-221-1/+1
* Remove non-existent symbol from linker scriptJohn Levon2009-01-221-1/+0
* Support script for bridge interface typeJohn Levon2009-01-224-11/+39
* Least privilege support for SolarisJohn Levon2009-01-226-21/+78
* Make xen driver threadsafeDaniel P. Berrange2009-01-219-305/+548
* Allow storage driver to handle daemon restartsDaniel P. Berrange2009-01-202-30/+15
* Allow virtual networks to survive daemon restartDaniel P. Berrange2009-01-208-130/+348
* Support ac97 soundcard modelDaniel P. Berrange2009-01-203-49/+19
* * src/logging.c: fix openlog() ident lifetime for SolarisDaniel Veillard2009-01-201-1/+13
* Support domain events in test driverDaniel P. Berrange2009-01-201-6/+225
* don't ignore write failureJim Meyering2009-01-201-6/+14
* Allow concurrent processing of RPC calls in daemonDaniel P. Berrange2009-01-201-9/+15
* Fix some misleading comments in XM driverDaniel P. Berrange2009-01-201-7/+7
* Remove a use of strerror() in error reporting in remote driverDaniel P. Berrange2009-01-201-2/+2
* Remove use of static data in Xen XM driverDaniel P. Berrange2009-01-205-139/+153
* Remove use of static data in Xen inotify driverDaniel P. Berrange2009-01-203-69/+82
* Make error reporting threadsafe by avoiding strerrorDaniel P. Berrange2009-01-2027-760/+871
* * src/qemu_driver.c: remove a warning when printing a file offsetDaniel Veillard2009-01-201-1/+1
* Make RPC call dispatch threadedDaniel P. Berrange2009-01-204-450/+879
* remove stdout_fd, stderr_fd from virDomainObjDaniel Veillard2009-01-203-9/+2
* * src/domain_conf.h src/qemu_driver.c: use monitor fd for QEmu/KVMDaniel Veillard2009-01-202-92/+171
* fix "make syntax-check" failuresJim Meyering2009-01-201-5/+3
* Add public APIs for ref counting on public objectsDaniel P. Berrange2009-01-202-1/+194
* Thread local error reportingDaniel P. Berrange2009-01-205-508/+1917
* Avoid bogus event loop wakeups in remote driver when doing RPC callDaniel P. Berrange2009-01-201-8/+34
* Add locking to the remote driverDaniel P. Berrange2009-01-201-35/+474
* daemonize qemu processesGuido Günther2009-01-191-13/+26
* save domstate as string in status fileGuido Günther2009-01-194-4/+21
* * src/xen_internal.c src/xend_internal.c: Relax NUMA checkingDaniel Veillard2009-01-192-7/+12
* Fix PVFB version check for RHEL-5Daniel Veillard2009-01-192-3/+7
* * src/xend_internal.c src/xm_internal.c: fix fully virt networkDaniel Veillard2009-01-192-2/+14
* Two bug fixes coming from RHEL and Markus being added to AUTHORSDaniel Veillard2009-01-191-2/+3
* Fix segfault with console device back compat.Cole Robinson2009-01-161-2/+3
* Fix bug when fork isn't available (Win32) in remote driverDaniel P. Berrange2009-01-151-0/+1
* Reduce exit paths in remote driver APIsDaniel P. Berrange2009-01-151-286/+663
* Remove use of macros in remote driver private data accessDaniel P. Berrange2009-01-151-158/+114
* Fix incorrect use of private data field in remote driverDaniel P. Berrange2009-01-151-8/+8
* Generic internal threads APIDaniel P. Berrange2009-01-1536-166/+778