summaryrefslogtreecommitdiff
path: root/nova/tests/unit/virt/libvirt/test_host.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Have host look for CPU controller of cgroupsv2 location."Zuul2023-05-041-15/+49
|\
| * Have host look for CPU controller of cgroupsv2 location.Jorge San Emeterio2023-05-031-15/+49
* | libvirt: let CPUs be power managedSylvain Bauza2023-02-101-0/+6
|/
* Remove double mocking... againBalazs Gibizer2022-08-081-13/+8
* Use unittest.mock instead of third party mockStephen Finucane2022-08-011-1/+1
* Adds validation for hw machine type in host capsAmit Uniyal2022-06-271-0/+42
* Merge "Record SRIOV PF MAC in the binding profile"Zuul2022-06-131-9/+17
|\
| * Record SRIOV PF MAC in the binding profileBalazs Gibizer2022-05-031-9/+17
* | Accept both 1 and Y as AMD SEV KVM kernel param valueBalazs Gibizer2022-05-251-12/+21
|/
* Store pf_mac_address and vf_num in extra_infoDmitrii Shcherbakov2022-04-141-2/+18
* Fix the PCI device capability dict creationDmitrii Shcherbakov2022-03-151-0/+3
* Merge "[nova/libvirt] Support for checking and enabling SMM when needed"Zuul2022-02-171-0/+8
|\
| * [nova/libvirt] Support for checking and enabling SMM when neededImran Hussain2022-02-171-0/+8
* | Add supports_remote_managed_ports capabilityDmitrii Shcherbakov2022-02-091-0/+10
* | [yoga] Add PCI VPD Capability HandlingDmitrii Shcherbakov2022-02-011-8/+87
|/
* Support Cpu Compararion on Aarch64 PlatformKevin Zhao2021-09-031-0/+17
* tests: Move libvirt-specific fixturesStephen Finucane2021-05-241-5/+6
* [Arm64][libvirt] Fix read bytes from json filesricolin2021-03-241-1/+1
* Merge "libvirt: Add vDPA nodedev parsing"Zuul2021-03-151-7/+128
|\
| * libvirt: Add vDPA nodedev parsingSean Mooney2021-03-121-7/+128
* | Merge "libvirt: Move PCI host device parsing to 'host'"Zuul2021-03-151-0/+140
|\ \ | |/
| * libvirt: Move PCI host device parsing to 'host'Stephen Finucane2021-03-111-0/+140
* | Merge "Add device event constants to fakelibvirt"Zuul2021-03-151-2/+2
|\ \
| * | Add device event constants to fakelibvirtBalazs Gibizer2021-03-051-2/+2
| |/
* | libvirt: Add parsing of firmware metadata filesStephen Finucane2021-03-091-0/+144
|/
* Merge "libvirt: Parse the 'os' element from domainCapabilities"Zuul2021-03-041-1/+183
|\
| * libvirt: Parse the 'os' element from domainCapabilitiesKashyap Chamarthy2021-02-201-1/+183
* | libvirt: Define and emit DeviceRemovedEvent and DeviceRemovalFailedEventLee Yarwood2021-02-221-0/+37
|/
* libvirt: Drop support for XenStephen Finucane2021-01-221-89/+17
* Remove six.binary_type/integer_types/string_typesTakashi Natsume2020-12-131-2/+1
* libvirt: check for AMD SEV only on x86-64Marcin Juszkiewicz2020-12-011-0/+15
* Remove six.movesTakashi Natsume2020-11-071-14/+10
* libvirt: Only ask tpool.Proxy to autowrap vir* classesLee Yarwood2020-10-271-1/+2
* Merge "fakelibvirt: Remove nova-network remnants"Zuul2020-09-011-1/+0
|\
| * fakelibvirt: Remove nova-network remnantsStephen Finucane2020-08-101-1/+0
* | Remove six.PY2 and six.PY3Takashi Natsume2020-08-151-3/+0
|/
* Lookup nic feature by PCI addressSean Mooney2020-08-041-0/+68
* libvirt: Add vTPM config supportStephen Finucane2020-07-161-0/+1
* Correct reported system memoryStephen Finucane2020-06-251-20/+11
* libvirt: check job status for VIR_DOMAIN_EVENT_SUSPENDED_MIGRATED eventMatt Riedemann2019-11-051-14/+40
* Merge "Get pci_devices from _list_devices"Zuul2019-09-231-4/+4
|\
| * Get pci_devices from _list_devicesDongcan Ye2019-09-071-4/+4
* | libvirt: Start reporting 'HW_CPU_HYPERTHREADING' traitStephen Finucane2019-09-181-0/+50
* | libvirt: '_get_(v|p)cpu_total' to '_get_(v|p)cpu_available'Stephen Finucane2019-09-181-5/+0
* | Merge "libvirt: Fix service-wide pauses caused by un-proxied libvirt calls"Zuul2019-09-161-0/+54
|\ \ | |/ |/|
| * libvirt: Fix service-wide pauses caused by un-proxied libvirt callsMatthew Booth2019-09-021-0/+54
* | Extract SEV-specific bits on host detectionBoris Bobrov2019-09-011-0/+3
|/
* Provide HW_CPU_X86_AMD_SEV trait when SEV is supportedAdam Spiers2019-08-301-0/+61
* Track libvirt host/domain capabilities for multiple machine typesAdam Spiers2019-08-211-3/+38
* libvirt: harden Host.get_domain_capabilities()Sean Mooney2019-07-271-3/+120