forked from pool/libvirt
906f09abf9
- sysconfig files have not been distributed for many months. Add upstream patches that improve documentation and moves service default settings to the associated systemd service file. - Update to libvirt 8.0.0 - CVE-2021-4147 - bsc#1191511 - jsc#SLE-11435, jsc#SLE-18354 - Many incremental improvements and bug fixes, see https://libvirt.org/news.html#v8-0-0-2022-01-14 OBS-URL: https://build.opensuse.org/request/show/947275 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=918
17 lines
560 B
Diff
17 lines
560 B
Diff
Add POWER8 v2.0 and v2.1 to cpu map XML
|
|
|
|
From: <ro@suse.de>
|
|
|
|
Index: libvirt-8.0.0/src/cpu_map/ppc64_POWER8.xml
|
|
===================================================================
|
|
--- libvirt-8.0.0.orig/src/cpu_map/ppc64_POWER8.xml
|
|
+++ libvirt-8.0.0/src/cpu_map/ppc64_POWER8.xml
|
|
@@ -4,5 +4,7 @@
|
|
<pvr value='0x004b0000' mask='0xffff0000'/>
|
|
<pvr value='0x004c0000' mask='0xffff0000'/>
|
|
<pvr value='0x004d0000' mask='0xffff0000'/>
|
|
+ <pvr value='0x004b0200' mask='0xffffffff'/>
|
|
+ <pvr value='0x004b0201' mask='0xffffffff'/>
|
|
</model>
|
|
</cpus>
|