b6cf8e6128
The minimum required version of QEMU is now 5.2.0, and of libvirt is 7.0.0. The below version constants get removed: - MIN_LIBVIRT_VIOMMU_AW_BITS - MIN_LIBVIRT_VDPA - MIN_QEMU_VDPA - MIN_LIBVIRT_AARCH64_CPU_COMPARE Adjust the related unit tests accordingly. Change-Id: Ie805eb7fa59f9f7728da27fddbd6e968e971a2e4 Signed-off-by: Kashyap Chamarthy <kchamart@redhat.com>
12 lines
440 B
YAML
12 lines
440 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
The minimum required version of libvirt by the `nova-compute`
|
|
service is now 7.0.0, and the minimum required version of QEMU is
|
|
5.2.0. Failing to meet these minimum versions when using the libvirt
|
|
compute driver will result in the `nova-compute` service not
|
|
starting.
|
|
|
|
The next minimum required version of libvirt to be used in a future
|
|
release is 8.0.0, while the next minimum QEMU is 6.2.0.
|