summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* cpu_x86: Compare CPU candidates in a separate functionJiri Denemark2016-05-161-22/+43
* cpu_x86: Rename struct virCPUx86DataIteratorJiri Denemark2016-05-161-10/+12
* cpu_x86: Rename enum compare_resultJiri Denemark2016-05-161-7/+7
* cpu_x86: Rename struct x86_mapJiri Denemark2016-05-161-32/+34
* cpu_x86: Rename struct x86_modelJiri Denemark2016-05-161-35/+37
* cpu_x86: Rename struct x86_kvm_featureJiri Denemark2016-05-161-2/+4
* cpu_x86: Rename struct x86_featureJiri Denemark2016-05-161-27/+29
* cpu_x86: Rename struct x86_vendorJiri Denemark2016-05-161-14/+16
* qemu: command: Ignore QEMU_CAPS_DEVICE when building drive aliasCole Robinson2016-05-163-12/+7
* cpuGetModels: Fix memory leak on errorJiri Denemark2016-05-162-2/+6
* cpu: Add support for clflushopt and tsc_adjust Intel featuresAlexander Burluka2016-05-161-0/+6
* secret: Alter virSecretGetSecretStringJohn Ferlan2016-05-166-54/+57
* qemu: domain: Fix names for functions that clear security infoPeter Krempa2016-05-161-4/+4
* util: string: Introduce helper to determine whether a byte buffer is printableJohn Ferlan2016-05-163-0/+21
* util: string: Introduce virStringEncodeBase64Peter Krempa2016-05-167-31/+40
* secret: util: Refactor virSecretGetSecretStringPeter Krempa2016-05-165-42/+9
* util: alloc: Introduce freeing helpers that clear the memory before freeingPeter Krempa2016-05-164-0/+130
* capabilities: Advertise cpuselection if -cpu host is usableJiri Denemark2016-05-163-3/+6
* qemuaincapstest: Give better names to test data filesJiri Denemark2016-05-1628-19/+19
* domaincapstest: Give better names to test data filesJiri Denemark2016-05-169-9/+18
* domaincapstest: Use arch stringsJiri Denemark2016-05-161-12/+13
* tests: Introduce check-file-access.plMichal Privoznik2016-05-144-0/+143
* virtestmock: Print invalid file accesses into a fileMichal Privoznik2016-05-147-11/+151
* tests: Introduce global mock libraryMichal Privoznik2016-05-143-2/+144
* virmock.h: Introduce VIR_MOCK_CALL_STATMichal Privoznik2016-05-143-17/+39
* securityselinuxhelper: Adapt to virmock.hMichal Privoznik2016-05-141-46/+34
* nssmock: Adapt to virmock.hMichal Privoznik2016-05-141-32/+9
* vircgroupmock: Adapt to virmock.hMichal Privoznik2016-05-141-50/+31
* virpcimock: Adapt to virmock.hMichal Privoznik2016-05-142-55/+50
* qemu: remove ATTRIBUTE_UNUSED in connectGetTypeFabian Freyer2016-05-131-1/+1
* bhyve: implement virConnectGetTypeFabian Freyer2016-05-131-0/+10
* xlconfigtests: use qemu-xen in all test data filesJim Fehlig2016-05-1318-18/+18
* libxl: don't attempt to probe a non-existent emulatorJim Fehlig2016-05-131-0/+3
* virt-aa-helper: remove replace_string and use virStringReplace insteadPavel Hrdina2016-05-131-67/+9
* network: log error when <bandwidth> is requested for hostdev interfacesLaine Stump2016-05-131-0/+25
* virfile: Introduce virFileRemoveLastComponentMichal Privoznik2016-05-134-5/+20
* leave out the default USB controller only on i440fx during migrationShivaprasad G Bhat2016-05-131-1/+2
* qemu: domain: Fix name of macro defining AES IV lengthPeter Krempa2016-05-121-2/+2
* qemu: Change from SecretIV or _IV to SecretAES or _AESJohn Ferlan2016-05-123-12/+12
* schemas: Improve outdated commentChristophe Fergeau2016-05-121-4/+1
* Fix tests to include video ram sizeJán Tomko2016-05-1273-73/+73
* Fill out default vram in DeviceDefPostParseJán Tomko2016-05-122-11/+6
* Call per-device post-parse callback even on implicit videoJán Tomko2016-05-121-7/+17