summaryrefslogtreecommitdiff
path: root/nova/virt/libvirt/guest.py
Commit message (Expand)AuthorAgeFilesLines
* Handle "no RAM info was set" migration caseBrett Milford2022-10-071-0/+7
* Add source dev parsing for vdpa interfacesSean Mooney2022-08-221-0/+19
* Fix typosRajesh Tailor2022-05-301-1/+1
* libvirt: Add announce-self post live-migration workaroundTobias Urdin2022-01-101-0/+10
* Follow up type hints for a634103Balazs Gibizer2021-04-181-5/+23
* Enable mypy on libvirt/guest.pyBalazs Gibizer2021-04-181-1/+6
* Replace blind retry with libvirt event waiting in detachBalazs Gibizer2021-04-181-104/+0
* libvirt: Ignore device already in the process of unplug errorsLee Yarwood2021-04-091-2/+17
* Merge "libvirt: allow querying devices from the persistent domain"Zuul2021-03-021-7/+19
|\
| * libvirt: allow querying devices from the persistent domainBalazs Gibizer2021-02-221-7/+19
* | libvirt: add IP address to libvirt guest metadataNobuhiro MIKI2021-02-181-0/+22
|/
* libvirt: Remove MIN_LIBVIRT_VIR_ERR_DEVICE_MISSINGLee Yarwood2021-01-221-35/+4
* Merge "libvirt: Increase incremental and max sleep time during device detach"Zuul2020-10-101-2/+2
|\
| * libvirt: Increase incremental and max sleep time during device detachLee Yarwood2020-10-061-2/+2
* | Log stack trace when fails launching a defined domainFederico Ressi2020-09-231-3/+2
|/
* Support SRIOV interface attach and detachBalazs Gibizer2020-09-101-9/+8
* Move equality check into LibvirtConfigGuestInterfaceBalazs Gibizer2020-09-011-8/+3
* libvirt: Provide VIR_MIGRATE_PARAM_PERSIST_XML during live migrationLee Yarwood2020-08-251-0/+1
* libvirt: Do not reference VIR_ERR_DEVICE_MISSING when libvirt is < v4.1.0Lee Yarwood2020-08-181-4/+14
* Remove six.PY2 and six.PY3Takashi Natsume2020-08-151-12/+4
* libvirt: Remove blockjob.end == 0 workaround resolved in libvirt v2.3.0Lee Yarwood2020-07-271-9/+1
* Merge "libvirt: Track blockjob status in DEBUG when polling for completion"Zuul2020-07-231-0/+26
|\
| * libvirt: Track blockjob status in DEBUG when polling for completionLee Yarwood2020-07-201-0/+26
* | libvirt: Handle VIR_ERR_DEVICE_MISSING when detaching devicesLee Yarwood2020-07-221-1/+9
|/
* libvirt: Always provide the size in bytes when calling virDomainBlockResizeLee Yarwood2020-04-011-3/+9
* libvirt: Use virDomainBlockCopy to swap volumes when using -blockdevLee Yarwood2020-03-251-0/+16
* libvirt: Remove 'enable_hairpin'Stephen Finucane2019-11-291-12/+0
* Avoid logging traceback when detach device not foundmelanie witt2019-07-191-1/+5
* Remove 'nova.virt.libvirt.compat'Stephen Finucane2019-07-041-9/+4
* hacking: Resolve W503 (line break occurred before a binary operator)Stephen Finucane2019-06-241-6/+6
* Cleanup migrate flagszhu.boxiang2019-04-091-12/+5
* Style corrections for privsep usage.Michael Still2019-04-011-2/+2
* Add missing libvirt exception during device detachChris Friesen2019-03-071-1/+2
* Merge "Skip checking of target_dev for vhostuser"Zuul2019-01-281-1/+4
|\
| * Skip checking of target_dev for vhostuserarches2019-01-241-1/+4
* | Add missing ws seperator between wordszhufl2019-01-231-2/+2
|/
* libvirt: Support native TLS for migration and disks over NBDKashyap Chamarthy2019-01-091-0/+1
* Merge "Revert "libvirt: add method to configure migration speed""Zuul2018-09-181-7/+0
|\
| * Revert "libvirt: add method to configure migration speed"Matt Riedemann2018-08-291-7/+0
* | Merge "libvirt: guest: introduce blockStats instead of domain.blockStats"Zuul2018-09-031-0/+4
|\ \ | |/ |/|
| * libvirt: guest: introduce blockStats instead of domain.blockStatsChen Hanxiao2018-08-021-0/+4
* | Handle unicode characters in migration paramsmelanie witt2018-08-101-2/+2
* | Merge "In Python3.7 async is a keyword [1]"Zuul2018-08-031-5/+5
|\ \ | |/ |/|
| * In Python3.7 async is a keyword [1]Corey Bryant2018-07-201-5/+5
* | libvirt: Remove usage of migrateToURI{2} APIsKashyap Chamarthy2018-07-311-42/+38
* | libvirt: Remove reference to transient domain when detaching devicesLee Yarwood2018-07-231-6/+8
|/
* sync_guest_time: use the proper errnoChen Hanxiao2018-06-071-1/+1
* add parameter docstring for 'params' to libvirt.guest.Guest.migrate()Chris Friesen2018-05-301-0/+2
* Fix issue for pep8 on py3jichen2018-03-291-1/+1
* Remove unnecessary execute permissions in filesTakashi NATSUME2018-01-151-0/+0