summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* api: disallow virConnectGetDomainCapabilities on read-only connectionsv1.3.0-maintJán Tomko2019-06-241-0/+1
* api: disallow virDomainSaveImageGetXMLDesc on read-only connectionsJán Tomko2019-06-243-12/+4
* build: accomodate selinux 2.5 header API changeEric Blake2016-10-032-5/+22
* maint: fix syntax-check sc_prohibit_int_ijk exclude rulePavel Hrdina2016-10-031-1/+1
* build: add GCC 6.0 -Wlogical-op workaroundPavel Hrdina2016-10-035-0/+44
* Initialize couple of variables.Michal Privoznik2016-10-034-4/+4
* util: bitmap: clarify virBitmapLastSetBit() behavior for empty bitmapsMarc Hartmayer2016-10-031-3/+7
* Fix building with -OgMartin Kletzander2016-10-033-3/+3
* qemu: Only use memory-backend-file with NUMA if neededMartin Kletzander2016-10-032-9/+9
* qemu: Let empty default VNC password work as documentedJiri Denemark2016-06-301-7/+7
* CVE-2015-5313: storage: don't allow '/' in filesystem volume namesEric Blake2015-12-111-1/+9
* Release of libvirt-1.3.0v1.3.0Daniel Veillard2015-12-0966-302797/+324594
* Revert "libxl: implement virDomainInterfaceStats"Jim Fehlig2015-12-082-89/+0
* rpm: explicitly enable & start virtlogd on installDaniel P. Berrange2015-12-081-0/+19
* libvirtd: enable virtlockd/virtlogd socket activation on installDaniel P. Berrange2015-12-071-0/+2
* logging: validate flags passed from client in virtlogdDaniel P. Berrange2015-12-073-3/+18
* logging: change log protocol to be more reusableDaniel P. Berrange2015-12-077-126/+39
* logging: preserve driver, dom name & uuid against log fileDaniel P. Berrange2015-12-071-3/+57
* qemu: fix memory leak in opening log fileDaniel P. Berrange2015-12-071-2/+4
* libvirt: Update virDomainSetMemory descriptionv1.3.0-rc2Nikolay Shirokovskiy2015-12-041-2/+3
* qemu: Automatic SCSI controller creation in SCSI disk hotplug brokenBoris Fiuczynski2015-12-041-10/+14
* qemu: include hostname in QEMU log filesDaniel P. Berrange2015-12-041-2/+6
* rotatingfile: mark log files as close-on-execDaniel P. Berrange2015-12-041-2/+2
* libvirtd: require virtlogd to start before libvirtdGuido Günther2015-12-041-1/+1
* qemu: domain: Prevent overflows in memory alignment codePeter Krempa2015-12-043-0/+57
* schema: Allow > UINT_MAX KiB of memory for NUMA nodesPeter Krempa2015-12-041-3/+1
* conf: Revert some code to resolve issues for hostdev hotplugBoris Fiuczynski2015-12-031-10/+16
* virsh: remove custom error for cpulist from cmdIOThreadPinJán Tomko2015-12-031-3/+1
* virsh: report errors for empty stringsJán Tomko2015-12-033-9/+9
* bridge: check for invalid MAC in networkGetDHCPLeasesJán Tomko2015-12-031-0/+7
* libxl: implement virDomainInterfaceStatsJoao Martins2015-12-022-0/+89
* network: selectively disable -Wcast-align in virNetDevParseDadStatusIan Campbell2015-12-021-0/+5
* log_manager: Include configmake.h lastv1.3.0-rc1Michal Privoznik2015-12-011-2/+1
* tests: Run virnetdaemontest iff WITH_YAJLMichal Privoznik2015-12-011-1/+1
* admin: Distribute libvirt-admin.confMartin Kletzander2015-12-013-2/+2
* admin: Rename virAdmConnect to virAdmDaemonMartin Kletzander2015-12-0116-249/+248
* spec: Temporarily disable new admin-related filesMartin Kletzander2015-12-011-1/+4
* admin: Include admin_remote.c in the dist packageMartin Kletzander2015-12-011-0/+4
* qemu_agent: fix deadlock in qemuProcessHandleAgentEOFWang Yufei2015-11-301-2/+1
* build: Create needed folders without dependency trackingMartin Kletzander2015-11-301-0/+1
* include: Install libvirt-common.hMartin Kletzander2015-11-301-0/+1
* util: Avoid variable named 'truncate' shadowing global declarationMartin Kletzander2015-11-302-4/+4
* tools: fix output of list with state-shutoffWei Jiangang2015-11-301-1/+2
* conf: Split virDomainObjList into a separate fileMichal Privoznik2015-11-3021-1087/+1188
* qemu: build command line for virtio-input-host deviceJán Tomko2015-11-303-1/+31
* qemu: add passed-through input devs to cgroup ACLJán Tomko2015-11-301-0/+25
* security: label the evdev for input device passthroughJán Tomko2015-11-302-0/+142
* conf: add XML for input device passthroughJán Tomko2015-11-307-22/+98
* qemu: add capability for virtio-input-host-deviceJán Tomko2015-11-304-0/+6
* qemu: build command line for virtio input devicesJán Tomko2015-11-303-1/+108