summaryrefslogtreecommitdiff
path: root/nova/virt/libvirt/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Refactor ResourceRequest constructor"Zuul2021-02-071-1/+2
|\
| * Refactor ResourceRequest constructorBalazs Gibizer2021-01-181-1/+2
* | libvirt: Drop support for XenStephen Finucane2021-01-221-63/+1
* | libvirt: Drop support for UMLStephen Finucane2021-01-221-2/+1
|/
* Merge "Remove write_to_file."Zuul2020-09-141-11/+0
|\
| * Remove write_to_file.Michael Still2020-09-111-11/+0
* | Support old & new versions of svm and vmx traitsEric Fried2020-09-111-6/+14
|/
* Add support for resize and cold migration of emulated TPM filesStephen Finucane2020-09-081-0/+81
* Add type hints to 'nova.virt.libvirt.utils'Stephen Finucane2020-09-041-35/+75
* Add traits for new AVX512 CPU featureLin Yang2020-07-061-0/+8
* Add default cpu model for AArch64Kevin Zhao2020-03-261-0/+4
* libvirt: Provide the backing file format when creating qcow2 disksLee Yarwood2020-02-261-1/+2
* Merge "Add reminder to update corresponding glance docs"Zuul2019-09-231-0/+4
|\
| * Add reminder to update corresponding glance docsAdam Spiers2019-09-131-0/+4
* | libvirt: Correctly handle non-CPU flag traitsStephen Finucane2019-09-121-1/+2
|/
* vCPU model selectionya.wang2019-09-061-0/+15
* Merge "Add the support of CPU feature 'AVX512-VNNI'"Zuul2019-08-051-0/+1
|\
| * Add the support of CPU feature 'AVX512-VNNI'Wang Huaqiang2019-08-021-0/+1
* | doc: correct the information of 'cpu_map'Wang Huaqiang2019-08-021-1/+1
|/
* libvirt: harden Host.get_domain_capabilities()Sean Mooney2019-07-271-8/+11
* Remove usused umask argument to virt.libvirt.utils.write_to_fileMichael Still2019-07-241-11/+3
* fup: Merge machine_type_mappings into get_default_machine_typeLee Yarwood2019-06-121-13/+5
* libvirt: Use SATA bus for cdrom devices when using Q35 machine typeLee Yarwood2019-06-121-1/+30
* Move libvirt calculation of machine type to utils.pyAdam Spiers2019-03-191-0/+15
* Merge "FUP for test_reshape"Zuul2019-03-071-0/+15
|\
| * FUP for test_reshapeEric Fried2019-03-061-0/+15
* | Merge "Improve libvirt image and snapshot handling"Zuul2019-03-061-11/+3
|\ \ | |/ |/|
| * Improve libvirt image and snapshot handlingJack Ding2019-03-051-11/+3
* | Convert CPU_TRAITS_MAPPING to use os_traitsAdam Spiers2019-02-081-32/+33
|/
* Move nova.libvirt.utils away from using nova.utils.execute().Michael Still2018-12-111-6/+6
* Add I/O Semaphore to limit concurrent disk opsJack Ding2018-11-211-1/+4
* Add method to get cpu traitsleizhang2018-07-241-0/+59
* Plumb trusted_certs through the compute serviceJackie Truong2018-06-121-5/+16
* libvirt: move version to string in utilsSahid Orentino Ferdjaoui2018-04-131-0/+5
* Move configurable mkfs to privsep.Michael Still2018-04-041-2/+2
* Move the idmapshift binary into privsep.Michael Still2017-10-241-12/+6
* Move xend existence probes to privsep.Michael Still2017-10-231-2/+1
* Don't shell out to mkdir, use ensure_tree()Michael Still2017-09-281-1/+2
* Move ploop commands to privsep.Michael Still2017-09-281-7/+2
* Merge "Cleanup unused get_iscsi_initiator."Jenkins2017-09-231-5/+0
|\
| * Cleanup unused get_iscsi_initiator.Michael Still2017-09-081-5/+0
* | Merge "Remove two testing stubs which aren't really needed."Jenkins2017-09-101-20/+0
|\ \
| * | Remove two testing stubs which aren't really needed.Michael Still2017-09-081-20/+0
| |/
* | Move execs of touch to privsep.Michael Still2017-09-081-17/+0
* | Move libvirt usages of chown to privsep.Michael Still2017-09-081-33/+0
|/
* Refactor libvirt.utils.execute() away.Michael Still2017-08-191-20/+17
* Move the last_bytes util method to libvirtMichael Still2017-07-261-0/+24
* Remove translation of log messagesNgo Quoc Cuong2017-06-131-5/+3
* libvirt: Use config types to parse XML for root diskFeodor Tersin2017-04-191-35/+25
* Merge "libvirt: workaround findmnt behaviour change"Jenkins2017-02-031-12/+7
|\