Debian: use libvirt 8 and qemu 6.2

Libvirt 8 got recently backported to bullseye so we can make use of it.
QEMU 6.2 was already available but conflicted with libvirt/bullseye.

Also started listing which packages we want from backports.

Change-Id: I335e5748e9624fe470adbaf6a6f080a3ae468f04
This commit is contained in:
Marcin Juszkiewicz 2022-02-17 11:33:48 +01:00
parent a1211c639e
commit 0bc7fe7b1a
2 changed files with 9 additions and 1 deletions

View File

@ -18,7 +18,11 @@ Pin: release n=bullseye-backports
Pin-Priority: -1000
# NOTE(hrw): let us list some backports
Package: openvswitch* python3-openvswitch ovn-*
# - openvswitch 2.15
# - ovn 21.06
# - libvirt 8
# - qemu 6.2
Package: openvswitch* python3-openvswitch ovn-* libvirt* qemu-*
Pin: release n=bullseye-backports
Pin-Priority: 1024

View File

@ -0,0 +1,4 @@
---
upgrade:
- |
Debian images got updated to libvirt 8 and QEMU 6.2 versions.