summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* vz: drop prlsdkDomainHasSnapshotsNikolay Shirokovskiy2016-05-181-69/+18
* vz: add domain snapshots functionalityNikolay Shirokovskiy2016-05-185-0/+759
* iscsi: Remove initiatoriqn from virISCSIScanTargetsJohn Ferlan2016-05-183-9/+3
* util: Remove disabling of autologin for iscsi-targetsFritz Elfert2016-05-181-28/+2
* iscsi: Add exit status checking for virISCSIGetSessionJohn Ferlan2016-05-181-6/+10
* util: Add exitstatus parameter to virCommandRunRegexJohn Ferlan2016-05-185-11/+17
* qemu: Add virQEMUCapsSetGICCapabilities()Andrea Bolognani2016-05-182-4/+30
* qemu: Automatically choose usable GIC versionAndrea Bolognani2016-05-181-12/+29
* qemu: Add virQEMUCapsSupportsGICVersion()Andrea Bolognani2016-05-182-11/+50
* Change return value of VIR_APPEND*INPLACE* to voidJiri Denemark2016-05-183-16/+13
* Remove virDomainRNGInsertJiri Denemark2016-05-185-19/+2
* xenFormatNet: correct `type=netfront' to 'type=vif' to match libxlChunyan Liu2016-05-174-16/+40
* extract XEN_CONFIG_FORMAT_XM/XL to xen_common.hChunyan Liu2016-05-173-12/+9
* bhyve: implement virConnectIsSecureFabian Freyer2016-05-171-0/+8
* bhyve: Implement virConnectIsEncryptedFabian Freyer2016-05-171-0/+8
* Revert "vz: handle sourceless cdroms"Maxim Nestratov2016-05-171-6/+4
* qemu: hotplug: Report error if we hit tray status timeoutCole Robinson2016-05-171-1/+7
* vz: make error path code idiomaticNikolay Shirokovskiy2016-05-171-3/+4
* vz: fix template ct creationMikhail Feoktistov2016-05-171-2/+8
* vz: fix error message for readonly fsNikolay Shirokovskiy2016-05-171-1/+1
* vz: handle sourceless cdromsMikhail Feoktistov2016-05-171-4/+6
* vz: fix vzCheckUnsupportedDisks format checks for cdromsNikolay Shirokovskiy2016-05-171-13/+9
* vz: remove check for auto file format for disksNikolay Shirokovskiy2016-05-171-2/+1
* domain_conf: cleanup virDomainGraphicsListenDefParseXMLPavel Hrdina2016-05-171-3/+2
* graphics: make address attribute for listen type='address' optionalPavel Hrdina2016-05-177-25/+29
* domain_conf: parse listen attribute while parsing listen elementsPavel Hrdina2016-05-171-34/+51
* graphics: don't parse listens if socket attribute is presentPavel Hrdina2016-05-171-0/+8
* conf: Allow all volume modes for disk type='lun' sourcesPeter Krempa2016-05-171-20/+12
* qemu: Drop QEMU_CAPS_VIRTIO_BLK_SG_IOAndrea Bolognani2016-05-173-20/+3
* qemu: Drop QEMU_CAPS_CPU_HOSTAndrea Bolognani2016-05-173-18/+5
* qemu: Drop QEMU_CAPS_PCI_ROMBARAndrea Bolognani2016-05-173-24/+4
* libxl: Free migration cookieJohn Ferlan2016-05-161-1/+4
* qemu: More qemu_monitor_json cleanupsJohn Ferlan2016-05-161-21/+25
* bhyve: implement virConnectIsAliveFabian Freyer2016-05-161-0/+6
* qemu: command: Use -name guest= if availableCole Robinson2016-05-163-0/+7
* qemu: command: escape commas in chardev socket pathCole Robinson2016-05-161-5/+4
* qemu: command: escape commas in VNC socket pathCole Robinson2016-05-161-1/+2
* qemu: command: escape commas in secret master pathCole Robinson2016-05-161-2/+5
* qemu: command: escape commas in VM nameCole Robinson2016-05-161-1/+1
* qemu: command: Add qemuBufferEscapeCommaCole Robinson2016-05-161-4/+21
* qemu: alias: Remove QEMU_CAPS_DEVICECole Robinson2016-05-161-78/+4
* cpu: Properly report errors when parsing CPU map XMLJiri Denemark2016-05-161-10/+1
* cpu_x86: Check vendor earlyJiri Denemark2016-05-161-11/+16
* cpu_x86: Don't ignore parsing errors in x86ModelLoadJiri Denemark2016-05-161-19/+16
* cpu_x86: Don't ignore parsing errors in x86FeatureLoadJiri Denemark2016-05-161-20/+17
* cpu_x86: Don't ignore parsing errors in x86VendorLoadJiri Denemark2016-05-161-13/+10
* cpu_x86: Simplify insertions into a linked listJiri Denemark2016-05-161-25/+8
* cpu_x86: Remove comparisons to NULLJiri Denemark2016-05-161-33/+33
* cpu_x86: Use for loop in x86DecodeJiri Denemark2016-05-161-7/+3
* cpu_x86: Rename cleanup labelsJiri Denemark2016-05-161-12/+12