ff134ddc0f
- Update to libvirt 2.0.0 - Change version scheme to match libvirt's time-driven release schedule. <major> will be incremented on first release of new calendar year, <minor> on each monthly release, and <micro> on stable branch maintenance release - Include libvirt-admin utility and API - Many incremental improvements and bug fixes, see http://libvirt.org/news.html - Dropped patches: apparmor-dont-scrub-environment-of-virtlogd-process.patch, e33cd67a-xenconfig-backendtype-fix.patch OBS-URL: https://build.opensuse.org/request/show/405936 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=548
22 lines
643 B
Diff
22 lines
643 B
Diff
Index: libvirt-2.0.0/src/cpu/cpu_map.xml
|
|
===================================================================
|
|
--- libvirt-2.0.0.orig/src/cpu/cpu_map.xml
|
|
+++ libvirt-2.0.0/src/cpu/cpu_map.xml
|
|
@@ -1542,6 +1542,16 @@
|
|
<pvr value='0x004d0000' mask='0xffff0000'/>
|
|
</model>
|
|
|
|
+ <model name='POWER8_v2.0'>
|
|
+ <vendor name='IBM'/>
|
|
+ <pvr value='0x004b0200' mask='0xffffffff'/>
|
|
+ </model>
|
|
+
|
|
+ <model name='POWER8_v2.1'>
|
|
+ <vendor name='IBM'/>
|
|
+ <pvr value='0x004b0201' mask='0xffffffff'/>
|
|
+ </model>
|
|
+
|
|
<!-- Freescale-based CPU models -->
|
|
<model name='POWERPC_e5500'>
|
|
<vendor name='Freescale'/>
|