summaryrefslogtreecommitdiff
path: root/src/libvirt-domain.c
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-241-9/+2
* virDomainGetTime: Deny on RO connectionsMichal Privoznik2016-01-111-0/+1
* virDomainInterfaceAddresses: Allow API on RO connection tooMichal Privoznik2016-01-111-1/+2
* virDomainMigrateUnmanagedParams: Don't blindly dereference @dconnuriMichal Privoznik2016-01-091-1/+1
* libvirt-domain: fix dxml passing in virDomainMigrateToURI2Ján Tomko2016-01-051-1/+1
* Fix formatting for virDomainGetCPUStats docstringMartin Kletzander2016-01-051-7/+9
* libvirt: Update virDomainSetMemory descriptionv1.3.0-rc2Nikolay Shirokovskiy2015-12-041-2/+3
* Enhance documentation of virDomainDetachDeviceJiri Denemark2015-11-251-12/+3
* libvirt-domain: Fix typo in debug messageCole Robinson2015-11-181-1/+1
* libvirt-domain: fix the error reporting when use the localhost as target uriLuyao Huang2015-10-271-1/+1
* libvirt-domain: fix no error report when p2p migrate failLuyao Huang2015-10-271-1/+1
* libvirt-domain: Drop virDomainMigrateCheckNotLocal attributeMichal Privoznik2015-10-121-1/+1
* migration: check dconnuri in p2p modeNikolay Shirokovskiy2015-10-121-2/+6
* migration: refactor: introduce parameter checking functionNikolay Shirokovskiy2015-10-121-98/+66
* migration: merge all proto branches into single functionNikolay Shirokovskiy2015-10-121-40/+16
* migration: refactor: refactor parameter compatibility checksNikolay Shirokovskiy2015-10-121-33/+25
* migration: refactor: extract parameter adaption functionsNikolay Shirokovskiy2015-10-121-38/+80
* migration: refactor: introduce params version of unmanagedNikolay Shirokovskiy2015-10-121-31/+67
* migration: refactor: merge direct and p2p into unmanagedNikolay Shirokovskiy2015-10-121-102/+46
* migration: refactor: rename uri parameter to miguriNikolay Shirokovskiy2015-10-121-6/+6
* migration: remove direct migration dependency on version1 of driverMichal Privoznik2015-10-121-5/+8
* migration: move implementation check to branches in p2pNikolay Shirokovskiy2015-10-121-6/+8
* migration: refactor: reuse p2p url checkNikolay Shirokovskiy2015-10-121-20/+24
* migration: refactor: get rid of use_params p2p_fullNikolay Shirokovskiy2015-10-121-55/+48
* Minor typo fixes in documentationChristian Loehle2015-09-151-1/+1
* qemu: Check virGetLastError return value for migration finish failureJohn Ferlan2015-09-041-1/+2
* virDomainRename: Extend API documentationTomas Meszaros2015-08-241-0/+5
* api: Adjust comment for virDomainAddIOThreadJohn Ferlan2015-08-181-3/+3
* api: Remove check on iothread_id arg in virDomainPinIOThreadJohn Ferlan2015-08-181-1/+0
* libvirt-domain: forbid use virDomainRename in readonly connectionLuyao Huang2015-08-171-0/+1
* Introduce virDomainRename APITomas Meszaros2015-08-141-0/+35
* virDomainCoreDumpWithFormat: Mention enum for @dumpformatMichal Privoznik2015-08-101-1/+1
* qemu: Use error from Finish instead of "unexpectedly failed"Jiri Denemark2015-07-101-2/+28
* internal: Introduce virCheckNonEmptyStringArgGoto and reuse itPeter Krempa2015-06-261-2/+2
* lib: setvcpus: Remove bogus flag checkPeter Krempa2015-06-191-6/+0
* lib: virDomainPinIOThread: Remove spurious overflow checkPeter Krempa2015-06-041-5/+0
* conf: Store cpu count as unsigned intPeter Krempa2015-06-041-14/+0
* debug: assure NULLSTR() around all %s args in debug at top of public APIsLaine Stump2015-05-281-19/+19
* Introduce virDomainSetUserPassword APIJán Tomko2015-05-211-0/+47
* reject out of range memory in SetMemory APIsJán Tomko2015-05-141-0/+18
* qemu: use new macros for setvcpus to check flags and cleanup the codePavel Hrdina2015-05-041-1/+11
* use new macro helpers to check exclusive flagsPavel Hrdina2015-05-041-185/+73
* Implement virDomainAddIOThread and virDomainDelIOThreadJohn Ferlan2015-04-271-0/+118
* Add articles to virDomainDeviceDetachFlags docsJán Tomko2015-04-141-1/+1
* libvirt: virsh: Kill all uses of __FUNCTION__ in error messagesNoella Ashu2015-04-031-111/+83
* Typos: Get rid of dependan(t|cies)Martin Kletzander2015-04-021-2/+2
* Rename DomainGetIOThreadsInfo to DomainGetIOThreadInfoJán Tomko2015-03-261-7/+7
* Rename virDomainIOThreadsInfoFree to virDomainIOThreadInfoFreeJán Tomko2015-03-261-3/+3
* RPC: Allow HW address in remote_domain_interface struct to be NULLMichal Privoznik2015-03-181-1/+2