summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* api: disallow virConnect*HypervisorCPU on read-only connectionsv4.10-maintJán Tomko2019-06-241-0/+2
* api: disallow virConnectGetDomainCapabilities on read-only connectionsJán Tomko2019-06-241-0/+1
* api: disallow virDomainManagedSaveDefineXML on read-only connectionsJán Tomko2019-06-241-0/+1
* api: disallow virDomainSaveImageGetXMLDesc on read-only connectionsJán Tomko2019-06-243-12/+4
* logging: restrict sockets to mode 0600Daniel P. Berrangé2019-05-212-0/+2
* locking: restrict sockets to mode 0600Daniel P. Berrangé2019-05-212-0/+2
* admin: reject clients unless their UID matches the current UIDDaniel P. Berrangé2019-05-211-0/+22
* Release of libvirt-4.10.0v4.10.0Daniel Veillard2018-12-031-1/+1
* tests: Sync qemucaps2xml with qemucapabilitiesv4.10.0-rc2Andrea Bolognani2018-11-293-0/+56
* virsh: Strip XML declaration when extracting CPU XMLsJiri Denemark2018-11-291-1/+8
* qemu: Fix post-copy migration on the sourceJiri Denemark2018-11-291-1/+25
* test: caps: Add capabilities for QEMU 3.1.0Erik Skultety2018-11-293-0/+24287
* Refresh translations from zanataDaniel P. Berrangé2018-11-2899-3968/+1807
* vsh-table: Get rid of trailing spacesSimon Kobyda2018-11-283-36/+38
* news: Document nested-hv featurev4.10.0-rc1Andrea Bolognani2018-11-271-0/+10
* qemu: Format nested-hv feature on the command lineAndrea Bolognani2018-11-272-1/+21
* conf: Parse and format nested-hv featureAndrea Bolognani2018-11-277-0/+25
* qemu: Introduce QEMU_CAPS_MACHINE_PSERIES_CAP_NESTED_HVAndrea Bolognani2018-11-275-0/+6
* tests: Add capabilities data for QEMU 3.1.0 on ppc64Andrea Bolognani2018-11-275-0/+24606
* qemu: Drop duplicated code from qemuDomainDefValidateFeatures()Andrea Bolognani2018-11-271-13/+1
* docs: Updated news.xml for CMTWang Huaqiang2018-11-261-0/+12
* qemu: Report cache occupancy (CMT) with domstatsWang Huaqiang2018-11-263-1/+202
* util: Introduce virResctrlMonitorFreeStatsWang Huaqiang2018-11-263-0/+21
* util: Return a list of pointer in virResctrlMonitorGetStatsWang Huaqiang2018-11-262-7/+7
* news: Mention support for Xen's PVH machine typeMarek Marczykowski-Górecki2018-11-261-0/+10
* xenconfig: add support for type="pvh"Marek Marczykowski-Górecki2018-11-266-8/+73
* xenconfig: add support for parsing type= xl config entryMarek Marczykowski-Górecki2018-11-266-3/+103
* tests: add basic Xen PVH testMarek Marczykowski-Górecki2018-11-263-0/+80
* libxl: add support for PVHMarek Marczykowski-Górecki2018-11-268-19/+102
* libxl: reorder libxlMakeDomBuildInfo for upcoming PVH supportMarek Marczykowski-Górecki2018-11-261-12/+14
* test: Convert testDriver to virObjectLockableMarc Hartmayer2018-11-261-111/+87
* util: netdevbridge: fall back to ioctl from sysfsChristian Ehrhardt2018-11-261-22/+26
* qemuMigrationSrcConfirm: Don't remove domain config if confirm phase failsMichal Privoznik2018-11-231-1/+1
* qemuMigrationDstPrepareAny: Parse cookie before adding domain onto listMichal Privoznik2018-11-231-11/+14
* qemuMigrationEatCookie: Pass virDomainDef instead of virDomainObjMichal Privoznik2018-11-233-18/+25
* qemuMigrationDstPrepareAny: Don't overwrite error in cleanup pathMichal Privoznik2018-11-231-0/+3
* security: aa-helper: Fix static defined vfio MDEVsChristian Ehrhardt2018-11-221-0/+17
* util: Fix a bug in virResctrlMonitorGetStatsWang Huaqiang2018-11-201-1/+8
* util: Fix virDoes*Exist return typeMartin Kletzander2018-11-202-8/+8
* qemu: Fix virDoes*Exist usageMartin Kletzander2018-11-191-2/+2
* docs: Add news article for IOThread pollingJohn Ferlan2018-11-191-0/+13
* tools: Add virsh iothreadset commandJohn Ferlan2018-11-192-0/+131
* qemu: Introduce qemuDomainSetIOThreadParamsJohn Ferlan2018-11-191-0/+201
* qemu: Detect whether iothread polling is supportedJohn Ferlan2018-11-1920-0/+21
* qemu: Alter qemuDomainChgIOThread to take qemuMonitorIOThreadInfoJohn Ferlan2018-11-191-11/+15
* qemu: Alter qemuDomainChgIOThread to take enum instead of boolJohn Ferlan2018-11-191-7/+25
* qemu: Add monitor functions to set IOThread paramsJohn Ferlan2018-11-194-0/+63
* lib: Introduce virDomainSetIOThreadParamsJohn Ferlan2018-11-197-1/+158
* virsh: Add ability to display IOThread statsJohn Ferlan2018-11-192-2/+31
* qemu: Implement the ability to return IOThread statsJohn Ferlan2018-11-193-0/+120