summaryrefslogtreecommitdiff
path: root/src/conf
Commit message (Expand)AuthorAgeFilesLines
* qemu: Fix updating device with boot orderJiri Denemark2018-02-231-7/+22
* Pass oldDev to virDomainDefCompatibleDevice on device updateJiri Denemark2018-02-232-2/+4
* conf,qemu: Check for NULL addrs in virDomainUSBAddressEnsureJohn Ferlan2018-02-222-1/+4
* conf,qemu: Check for NULL addrs in virDomainUSBAddressReleaseJohn Ferlan2018-02-222-2/+2
* nwfilter: handle missing switch enum casesDaniel P. Berrangé2018-02-211-2/+2
* conf: handle missing switch enum casesDaniel P. Berrangé2018-02-213-7/+71
* conf: add enum constants for default controller modelsDaniel P. Berrangé2018-02-203-7/+10
* storage_conf: Make virStorageAuthDefFormat return voidMichal Privoznik2018-02-202-16/+8
* virDomainDiskSourceFormatInternal: Avoid leaking @childBufMichal Privoznik2018-02-201-2/+2
* conf: move 'generated' member from virMacAddr to virDomainNetDefLaine Stump2018-02-192-1/+3
* conf: stop passing virConnectPtr into virDomainDiskTranslateSourcePoolDaniel P. Berrangé2018-02-192-5/+8
* conf: reimplement virDomainNetResolveActualType in terms of public APIDaniel P. Berrangé2018-02-192-18/+73
* conf: Add support for setting Chassis SMBIOS data fieldsZhuang Yanying2018-02-171-0/+55
* conf: Improve HPT feature handlingAndrea Bolognani2018-02-132-16/+14
* conf: Improve IOAPIC feature handlingAndrea Bolognani2018-02-132-25/+20
* conf: Integrate all features ABI checks in the switchAndrea Bolognani2018-02-131-45/+60
* conf: Validate VIR_DOMAIN_FEATURE_CAPABILITIES properlyAndrea Bolognani2018-02-131-1/+14
* conf: Use switch in virDomainDefFeaturesCheckABIStability()Andrea Bolognani2018-02-131-8/+33
* conf: move virStorageTranslateDiskSourcePool into domain confDaniel P. Berrangé2018-02-092-0/+257
* conf: expand network device callbacks to cover resolving NIC typeDaniel P. Berrangé2018-02-092-2/+30
* conf: expand network device callbacks to cover bandwidth updatesDaniel P. Berrangé2018-02-092-2/+55
* conf: introduce callback registration for domain net device allocationDaniel P. Berrangé2018-02-092-0/+88
* conf: Check for NUMA distances in validity checkMichal Privoznik2018-02-071-0/+12
* virt-aa-helper: Set the supported featuresShivaprasad G Bhat2018-02-061-0/+2
* util: bitmap: Use VIR_SHRINK_N in virBitmapShrinkPeter Krempa2018-02-051-2/+1
* nwfilter: Remove unnecessary UUID comparison bypassJohn Ferlan2018-02-021-14/+4
* util: Clear unused part of the map in virBitmapShrinkMartin Kletzander2018-02-021-1/+3
* qemu: Use VIR_ERR_DEVICE_MISSING for various hotplug messagesChen Hanxiao2018-02-011-4/+4
* conf: Small indentation and coding style fixesAndrea Bolognani2018-02-011-1/+2
* conf: Allow configuration of implicit controller modelJohn Ferlan2018-01-311-0/+17
* conf: Rework and rename virDomainDeviceFindControllerModelJohn Ferlan2018-01-312-16/+14
* conf: Use correct attribute name in error messageAndrea Bolognani2018-01-301-1/+1
* build: Fix broken build on FreeBSD and OSX after recent nodedev seriesErik Skultety2018-01-291-0/+6
* conf: nodedev: Update PCI mdev capabilities dynamicallyErik Skultety2018-01-291-3/+31
* conf: Replace usage of virNodeDevCapMdevType with virMediatedDeviceTypeErik Skultety2018-01-292-30/+5
* conf: nodedev: Refresh capabilities before touching themErik Skultety2018-01-292-0/+7
* nodedev: Introduce virNodeDeviceCapsListExportErik Skultety2018-01-292-0/+78
* nodedev: Export nodeDeviceUpdateCaps from node_device_conf.cErik Skultety2018-01-292-0/+57
* nodedev: Move the sysfs-related cap handling to node_device_conf.cErik Skultety2018-01-292-1/+160
* nodedev: Drop the nodeDeviceSysfsGetSCSIHostCaps wrapperErik Skultety2018-01-291-0/+12
* conf: nodedev: Convert virNodeDevObjHasCapStr to a simple wrapperErik Skultety2018-01-291-47/+4
* conf: nodedev: Rename virNodeDeviceCapMatch to virNodeDevObjHasCapErik Skultety2018-01-291-5/+4
* conf: nodedev: Rename virNodeDevObjHasCap to virNodeDevObjHasCapStrErik Skultety2018-01-291-5/+7
* vhost-user: add support reconnect for vhost-user portsZhiPeng Lu2018-01-261-71/+91
* conf: Add support for cputune/cachetuneMartin Kletzander2018-01-252-2/+306
* conf: Use virResctrlInfo in capabilitiesMartin Kletzander2018-01-252-27/+28
* Rename virResctrlInfo to virResctrlInfoPerCacheMartin Kletzander2018-01-252-2/+2
* conf: add support for setting OEM strings SMBIOS data fieldsDaniel P. Berrange2018-01-251-0/+47
* domcaps: Treat host models as case-insensitive stringsScott Garfinkle2018-01-121-1/+1
* storage: Complete implementation volume by hash objectJohn Ferlan2018-01-101-109/+317