summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* api: disallow virConnectGetDomainCapabilities on read-only connectionsv1.3.2-maintJán Tomko2019-06-241-0/+1
* api: disallow virDomainSaveImageGetXMLDesc on read-only connectionsJán Tomko2019-06-243-12/+4
* build: add GCC 6.0 -Wlogical-op workaroundPavel Hrdina2016-10-035-0/+44
* Initialize couple of variables.Michal Privoznik2016-10-035-5/+5
* maint: fix syntax-check sc_prohibit_int_ijk exclude rulePavel Hrdina2016-10-031-1/+1
* 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-07-041-7/+7
* Release of libvirt-1.3.2v1.3.2Daniel Veillard2016-03-0166-369559/+382811
* docs: mention ZFS on Linux supportRoman Bogorodskiy2016-02-271-2/+4
* storage: Fix error path in storagePoolDefineXMLv1.3.2-rc2John Ferlan2016-02-261-0/+1
* storage: Fix error path in virStoragePoolObjLoadJohn Ferlan2016-02-261-2/+2
* docs: formatdomain: Document "spice" as a valid value for <graphics type=..>Richard W.M. Jones2016-02-261-1/+2
* virsh: reject migration with both --live and --offlineNitesh Konkar2016-02-261-0/+2
* qemu: error out on missing machine type in configsJán Tomko2016-02-263-0/+44
* tests: add parseFlags to qemuxml2argvtestJán Tomko2016-02-261-15/+20
* tests: add a test for persistent LXC XML parsingJán Tomko2016-02-261-5/+9
* Revert "Error out on missing machine type in machine configs"Ján Tomko2016-02-261-6/+0
* testCompareDomXML2XMLFiles: add parseFlags parameterJán Tomko2016-02-266-7/+11
* libxl: unref objects in error pathsJim Fehlig2016-02-251-31/+23
* storage: No need to check ret after VIR_APPEND_ELEMENTJohn Ferlan2016-02-252-2/+2
* zfs: Resolve RESOURCE_LEAKJohn Ferlan2016-02-251-1/+3
* openvz: Use virStringSplitCount instead of strtok_rJohn Ferlan2016-02-251-21/+11
* hostdev: Remove temporary variable when checking for VFAndrea Bolognani2016-02-251-6/+2
* netdev: Use virNetDevIsVirtualFunction() properlyAndrea Bolognani2016-02-251-2/+2
* util: Avoid calling closedir(NULL)Jiri Denemark2016-02-251-1/+1
* vircgroupmock: Mock access("/sys/devices/system/cpu/present")Michal Privoznik2016-02-251-1/+2
* Fix bug of attaching redirdev deviceOsier Yang2016-02-251-19/+30
* build: accomodate selinux 2.5 header API changeEric Blake2016-02-242-5/+22
* libxl: implement virDomainInterfaceStatsJoao Martins2016-02-242-0/+91
* libxl: small fix in parsing networkChunyan Liu2016-02-232-2/+2
* rbd: fix 32-bit buildv1.3.2-rc1Eric Blake2016-02-231-13/+15
* libxl: fix bogus indentation from commit fb2bd208Jim Fehlig2016-02-231-1/+1
* qemuBuildCommandLine: Change the condition for -nographicsMichal Privoznik2016-02-231-1/+1
* xen: Check return value of virStringReplaceMichal Privoznik2016-02-231-1/+2
* vbox: Avoid signed and unsigned comparisonMichal Privoznik2016-02-231-5/+3
* docs: Try harder to uninstallMichal Privoznik2016-02-231-3/+3
* tests: Fix typo oaque -> opaqueAndrea Bolognani2016-02-232-9/+9
* libxl: add support for rbd qdiskJim Fehlig2016-02-221-1/+191
* xenconfig: support xl<->xml conversion of rbd disk devicesJim Fehlig2016-02-224-6/+224
* xenconfig: produce key=value disk config syntax in xl formatterJim Fehlig2016-02-2214-19/+188
* xenconfig: replace text 'xm' with 'xl' in xlconfigtestJim Fehlig2016-02-221-15/+19
* hostdev: Minor style adjustmentsAndrea Bolognani2016-02-221-9/+13
* cmdSaveImageEdit: Prefer VSH_EXCLUSIVE_OPTIONS over by hand checkMichal Privoznik2016-02-221-4/+1
* cmdNetworkUpdate: Prefer VSH_EXCLUSIVE_OPTIONS over if-else treeMichal Privoznik2016-02-221-14/+8
* util: TristateBool and TristateSwitch are interchangeableMarc-André Lureau2016-02-221-1/+6
* qemu_process: mark auto-generated spice ports as reservedPavel Hrdina2016-02-221-0/+6
* Miscellaneous for-loop syntax clean-upsMartin Kletzander2016-02-224-58/+58
* qemu: add support for LSI SAS1068 (aka MPT Fusion) SCSI controllerPaolo Bonzini2016-02-229-1/+130