aboutsummaryrefslogtreecommitdiff
path: root/qemud
Commit message (Expand)AuthorAgeFilesLines
* Generic internal threads APIDaniel P. Berrange2009-01-153-70/+89
* qemud.c: fix error in yesterday's change: s/X_OK/R_OK/Jim Meyering2009-01-131-1/+1
* Fix invocation of rpcgen.Richard W.M. Jones2009-01-121-3/+8
* diagnose "libvirtd --config=no-such-file"Jim Meyering2009-01-121-8/+12
* fix non-srcdir build failureJim Meyering2009-01-121-1/+2
* Fixups after gnulib refreshJohn Levon2009-01-081-1/+1
* ignore generated libvirtd.logrotate.Jim Meyering2009-01-072-12/+14
* Fix misc mingw portability problemsDaniel P. Berrange2009-01-064-152/+153
* * qemud/remote.c: fix compilation without SASL, patch by John LevonDaniel Veillard2009-01-061-3/+3
* fix make check with the new logging supportDaniel Veillard2008-12-222-3/+40
* * qemud/mdns.c: fix a compilation problem in the switchDaniel Veillard2008-12-221-1/+1
* Document the new daemon optionsDaniel Veillard2008-12-222-0/+54
* Finish switching the daemon code to new loggingDaniel Veillard2008-12-223-46/+34
* Switch daemon to new logging APIsDaniel Veillard2008-12-222-229/+154
* Fix unused variable compile warning when polkit is disabled (John Levon)Daniel P. Berrange2008-12-181-1/+1
* Don't munge default network XML if uuidgen is not present (John Levon)Daniel P. Berrange2008-12-181-3/+4
* Misc daemon fixes (John Levon)Daniel P. Berrange2008-12-182-3/+2
* Remove use of _PATH_DEVNULL in favour of /dev/null for portability (John Levon)Daniel P. Berrange2008-12-171-2/+2
* enforce the "include <config.h> first" ruleJim Meyering2008-12-174-5/+7
* remove cvs $Id$ stringsJim Meyering2008-12-121-2/+0
* *** empty log message ***Jim Meyering2008-12-121-0/+1
* add --version support to libvirtdDaniel Veillard2008-12-121-0/+17
* build: avoid libvirtd link failure with CFLAGS=-gJim Meyering2008-12-111-2/+5
* avoid a new "make distcheck" failureJim Meyering2008-12-101-1/+3
* logrotate qemu monitor logsGuido Günther2008-12-092-1/+21
* Fix mixup between LDFLAGS & LDADD varsDaniel P. Berrange2008-12-081-7/+8
* Make thread pool size configurable & allow client connection limitDaniel P. Berrange2008-12-044-1/+79
* Use a thread pool for RPC dispatchDaniel P. Berrange2008-12-046-737/+1726
* Make event loop thread safe & re-entrant safeDaniel P. Berrange2008-12-044-28/+167
* Simplify error reporting rulesDaniel P. Berrange2008-12-045-850/+973
* Change daemon client linked list into arrayDaniel P. Berrange2008-12-042-22/+25
* Change RPC dispatch to use an array lookup for handler functionsDaniel P. Berrange2008-12-048-1241/+893
* Fix driver ordering to make domain autostart work (Gerd von Egidy)Daniel P. Berrange2008-12-021-12/+19
* tests: daemon-conf: accommodate numeric-valued config paramsJim Meyering2008-12-011-2/+5
* Fix libnuma use to build with v1 compatability codeDaniel P. Berrange2008-11-281-1/+3
* Remote protocol support for node devices (David Lively)Daniel P. Berrange2008-11-217-1/+671
* Node device driver for HAL and DeviceKit (David Lively)Daniel P. Berrange2008-11-212-0/+11
* Optional dlopen support for driversDaniel P. Berrange2008-11-212-1/+20
* Add an initial User Mode Linux DriverDaniel P. Berrange2008-11-192-0/+10
* Add a virFreeCallback to event loop APIsDaniel P. Berrange2008-11-194-15/+51
* Change public API for virEventAddHandle to allow multiple registrations per FDDaniel P. Berrange2008-11-195-47/+67
* Add a virFreeCallback to virDomainEventRegister (from David Lively)Daniel P. Berrange2008-11-191-1/+1
* Add domain events detail informationDaniel P. Berrange2008-11-175-9/+18
* Link QEMU, LXC, network and storage drivers directly into libvirtdDaniel P. Berrange2008-11-172-1/+49
* Push URI probing logic down into individual driversDaniel P. Berrange2008-11-177-4/+48
* Use a versioned linker scriptDaniel P. Berrange2008-11-172-26/+25
* KVM/QEmu migration supportDaniel Veillard2008-11-147-1/+217
* Move WITH_XXX driver feature flags into config.h instead of direct compiler/l...Daniel P. Berrange2008-11-041-2/+0
* Move domain events helpers into dedicated fileDaniel P. Berrange2008-11-042-4/+11
* Move some API declarations out of internal.h & hash.c into dedicated filesDaniel P. Berrange2008-11-042-2/+3