Adding support for multiple PCI domains (multiple root controllers)

2022-09-14 Thread Richard Hansen
I would like to add support for multiple PCI domains to libvirt. My main motivation is bug #360 [1], though it would also make pSeries machine configurations more intuitive (they can have multiple pci-root controllers). Currently, every PCI controller is in PCI domain 0, and the controller's

[PATCH v2 21/30] Deprecate 32 bit big-endian MIPS

2022-09-14 Thread Alex Bennée
It's becoming harder to maintain a cross-compiler to test this host architecture as the old stable Debian 10 ("Buster") moved into LTS which supports fewer architectures. For now: - mark it's deprecation in the docs - downgrade the containers to build TCG tests only - drop the cross builds

Re: [PATCH] meson: Require libssh-0.8.0 or newer

2022-09-14 Thread Ján Tomko
On a Wednesday in 2022, Michal Privoznik wrote: According to repology.org: RHEL-8: 0.9.4 RHEL-9: 0.9.6 Debian 11: 0.9.5 openSUSE Leap 15.3: 0.8.7 Ubuntu 20.04: 0.9.3 And the rest of distros has something newer anyways. Requiring 0.8.0 or newer allows

[libvirt PATCH] ci: refresh with latest lcitool manifest

2022-09-14 Thread Daniel P . Berrangé
This updates the FreeBSD 13 image to 13.1 which should fix the symbol lookup errors seen in CI recently. Signed-off-by: Daniel P. Berrangé --- Pushing as a CI fix. ci/gitlab/builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/gitlab/builds.yml

[PATCH] meson: Require libssh-0.8.0 or newer

2022-09-14 Thread Michal Privoznik
According to repology.org: RHEL-8: 0.9.4 RHEL-9: 0.9.6 Debian 11: 0.9.5 openSUSE Leap 15.3: 0.8.7 Ubuntu 20.04: 0.9.3 And the rest of distros has something newer anyways. Requiring 0.8.0 or newer allows us to drop the terrible hack where we rename

[PATCH] cpu_map: Introduce Neoverse-N1

2022-09-14 Thread Zhenyu Zhang
Add Neoverse-N1 as a supported cpu model. Signed-off-by: Zhang Zhenyu --- src/cpu_map/arm_neoverse-n1.xml | 6 ++ src/cpu_map/arm_vendors.xml | 1 + src/cpu_map/index.xml | 3 +++ src/cpu_map/meson.build | 1 + 4 files changed, 11 insertions(+) create mode 100644

[PATCH] cpu_map: Introduce Neoverse-N1

2022-09-14 Thread Zhenyu Zhang
From: root Add Neoverse-N1 as a supported cpu model. Signed-off-by: root --- src/cpu_map/arm_neoverse-n1.xml | 6 ++ src/cpu_map/arm_vendors.xml | 1 + src/cpu_map/index.xml | 3 +++ src/cpu_map/meson.build | 1 + 4 files changed, 11 insertions(+) create mode 100644

[PATCH] cpu_map: Introduce Neoverse-N1

2022-09-14 Thread Zhenyu Zhang
From: root Add Neoverse-N1 as a supported cpu model. Signed-off-by: root --- src/cpu_map/arm_neoverse-n1.xml | 6 ++ src/cpu_map/arm_vendors.xml | 1 + src/cpu_map/index.xml | 3 +++ src/cpu_map/meson.build | 1 + 4 files changed, 11 insertions(+) create mode 100644