summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* qemu: Let empty default VNC password work as documentedv1.0.1-maintJiri Denemark2016-07-041-7/+8
* Release of libvirt-1.0.1v1.0.1Daniel Veillard2012-12-1777-369656/+457377
* build: minor build fixes for BSDEric Blake2012-12-142-5/+5
* Socket identity support for FreeBSD.Roman Bogorodskiy2012-12-142-2/+31
* network: fix (non)update of dnsmasq config during virDomainUpdateDeviceFlagsLaine Stump2012-12-141-1/+1
* Require SANLK_INQ_WAIT for inq_lockspace supportGuido Günther2012-12-141-2/+9
* docs: fix some typos in examplesEric Blake2012-12-141-3/+3
* sanlock: Re-add lockspace unconditionallyMichal Privoznik2012-12-141-12/+8
* install: fix virtlockd installationv1.0.1-rc2Eric Blake2012-12-141-7/+12
* docs: Fix location of libvirt.conf and auth.confMichał Łomnicki2012-12-142-2/+2
* qemu: don't fail update netdev on bridge detach failureLaine Stump2012-12-141-2/+8
* spec: Include lockd files in libvirt-daemon packageJiri Denemark2012-12-141-0/+4
* build: Install both qemu-lockd.conf and qemu-sanlock.confJiri Denemark2012-12-141-2/+3
* build: use fewer cat processesEric Blake2012-12-131-3/+1
* selinux: fix NULL dereference in GetSecurityMountOptionsJán Tomko2012-12-131-1/+2
* build: Distribute more filesJiri Denemark2012-12-131-2/+9
* locking: Fix VPATH build and distribute generated filesJiri Denemark2012-12-131-6/+12
* network: prevent dnsmasq from listening on localhostLaine Stump2012-12-1313-7/+16
* build: Fix VPATH buildJiri Denemark2012-12-131-1/+1
* virsh: use vshReconnect for non-default connections tooJán Tomko2012-12-131-5/+1
* virsh: don't lie about reconnection in vshReconnectJán Tomko2012-12-131-1/+4
* Add support for locking based on SCSI volume IDDaniel P. Berrange2012-12-134-0/+49
* Add support for locking based on LVM volume uuidDaniel P. Berrange2012-12-134-1/+53
* Add ability to maintain disk leases indirectlyDaniel P. Berrange2012-12-136-8/+146
* Add a virtlockd client as a lock driver implDaniel P. Berrange2012-12-138-6/+767
* Add support for re-exec() of virtlockd upon SIGUSR1Daniel P. Berrange2012-12-132-13/+409
* Enable systemd socket activation with virtlockdDaniel P. Berrange2012-12-135-4/+147
* Implement dispatch functions for lock protocol in virtlockdDaniel P. Berrange2012-12-138-2/+644
* Define a wire protocol for talking to the virtlockd daemonDaniel P. Berrange2012-12-134-1/+112
* Introduce basic infrastructure for virtlockd daemonDaniel P. Berrange2012-12-1311-4/+1322
* Refactor creation of lock manager pluginsDaniel P. Berrange2012-12-135-19/+32
* Fix error reporting when fetching SCSI/LVM keysDaniel P. Berrange2012-12-132-27/+53
* Support network boot for HVM guests in libxlJim Fehlig2012-12-131-0/+30
* Fix probing of QED file formatDaniel P. Berrange2012-12-131-2/+6
* Add lots of debugging to storage file probing codeDaniel P. Berrange2012-12-131-0/+12
* Log warning if storage magic matches, but version does notDaniel P. Berrange2012-12-131-2/+12
* Fix memory leak in QEMU QMP capabilities initializationDaniel P. Berrange2012-12-131-1/+2
* Change virCgroupGetAppRoot stub on non-Linux to avoid unused param warningDaniel P. Berrange2012-12-131-2/+5
* network: match xml warning messageEric Blake2012-12-1213-13/+13
* Qemu FreeBSD: fix compilationRoman Bogorodskiy2012-12-123-36/+74
* Drop mntent.h include.Roman Bogorodskiy2012-12-121-1/+0
* Fix make check with different object directoryViktor Mihajlovski2012-12-121-11/+11
* qemu: Improve error reporting from qemuDomainManagedSaveRemovePeter Krempa2012-12-121-1/+8
* qemu: Small code cleanups in the managedsave functionsPeter Krempa2012-12-121-5/+4
* qemu: Refactor managed save functions to use domain lookup helpersPeter Krempa2012-12-121-40/+13
* qemu: Add a new domain lookup helper and improve the docsPeter Krempa2012-12-121-5/+40
* util: Fix warning message in previous patchPeter Krempa2012-12-121-2/+2
* util: rework error reporting in virGet(User|Group)IDByNamePeter Krempa2012-12-121-32/+18
* Refactor virDomainHostdevFind methodDaniel P. Berrange2012-12-121-43/+65
* Slightly refactor hostdev parsing / formatingDaniel P. Berrange2012-12-121-43/+58