forked from pool/libvirt
Accepting request 526416 from Virtualization
1 OBS-URL: https://build.opensuse.org/request/show/526416 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvirt?expand=0&rev=234
This commit is contained in:
commit
3279228479
@ -1,37 +0,0 @@
|
|||||||
commit 0b1ecf7b5342f8631d1b1cce8a7937bda511be98
|
|
||||||
Author: Peter Krempa <pkrempa@redhat.com>
|
|
||||||
Date: Wed Aug 2 17:31:14 2017 +0200
|
|
||||||
|
|
||||||
util: hash: Make virHashCodeGen mockable
|
|
||||||
|
|
||||||
Export the function from the util module so that dynamic linking can
|
|
||||||
override it.
|
|
||||||
|
|
||||||
Index: libvirt-3.6.0/src/libvirt_private.syms
|
|
||||||
===================================================================
|
|
||||||
--- libvirt-3.6.0.orig/src/libvirt_private.syms
|
|
||||||
+++ libvirt-3.6.0/src/libvirt_private.syms
|
|
||||||
@@ -1776,6 +1776,10 @@ virHashUpdateEntry;
|
|
||||||
virHashValueFree;
|
|
||||||
|
|
||||||
|
|
||||||
+# util/virhashcode.h
|
|
||||||
+virHashCodeGen;
|
|
||||||
+
|
|
||||||
+
|
|
||||||
# util/virhook.h
|
|
||||||
virHookCall;
|
|
||||||
virHookInitialize;
|
|
||||||
Index: libvirt-3.6.0/src/util/virhashcode.h
|
|
||||||
===================================================================
|
|
||||||
--- libvirt-3.6.0.orig/src/util/virhashcode.h
|
|
||||||
+++ libvirt-3.6.0/src/util/virhashcode.h
|
|
||||||
@@ -30,6 +30,7 @@
|
|
||||||
|
|
||||||
# include "internal.h"
|
|
||||||
|
|
||||||
-uint32_t virHashCodeGen(const void *key, size_t len, uint32_t seed);
|
|
||||||
+uint32_t virHashCodeGen(const void *key, size_t len, uint32_t seed)
|
|
||||||
+ ATTRIBUTE_NOINLINE;
|
|
||||||
|
|
||||||
#endif /* __VIR_HASH_CODE_H__ */
|
|
490
5c83b360-epyc-test-data.patch
Normal file
490
5c83b360-epyc-test-data.patch
Normal file
@ -0,0 +1,490 @@
|
|||||||
|
commit 5c83b3603cc01c29af3c21d6beec549c3c0f9a1e
|
||||||
|
Author: Jiri Denemark <jdenemar@redhat.com>
|
||||||
|
Date: Thu Sep 7 12:58:41 2017 +0200
|
||||||
|
|
||||||
|
tests: Add CPUID data for AMD EPYC 7601 32-Core Processor
|
||||||
|
|
||||||
|
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
|
||||||
|
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
|
||||||
|
|
||||||
|
Index: libvirt-3.7.0/tests/cputest.c
|
||||||
|
===================================================================
|
||||||
|
--- libvirt-3.7.0.orig/tests/cputest.c
|
||||||
|
+++ libvirt-3.7.0/tests/cputest.c
|
||||||
|
@@ -994,6 +994,7 @@ mymain(void)
|
||||||
|
DO_TEST_CPUID(VIR_ARCH_X86_64, "Core-i7-5600U-arat", true);
|
||||||
|
DO_TEST_CPUID(VIR_ARCH_X86_64, "Core2-E6850", true);
|
||||||
|
DO_TEST_CPUID(VIR_ARCH_X86_64, "Core2-Q9500", false);
|
||||||
|
+ DO_TEST_CPUID(VIR_ARCH_X86_64, "EPYC-7601-32-Core", true);
|
||||||
|
DO_TEST_CPUID(VIR_ARCH_X86_64, "FX-8150", false);
|
||||||
|
DO_TEST_CPUID(VIR_ARCH_X86_64, "Opteron-1352", false);
|
||||||
|
DO_TEST_CPUID(VIR_ARCH_X86_64, "Opteron-2350", true);
|
||||||
|
Index: libvirt-3.7.0/tests/cputestdata/x86_64-cpuid-EPYC-7601-32-Core-disabled.xml
|
||||||
|
===================================================================
|
||||||
|
--- /dev/null
|
||||||
|
+++ libvirt-3.7.0/tests/cputestdata/x86_64-cpuid-EPYC-7601-32-Core-disabled.xml
|
||||||
|
@@ -0,0 +1,8 @@
|
||||||
|
+<!-- Features disabled by QEMU -->
|
||||||
|
+<cpudata arch='x86'>
|
||||||
|
+ <cpuid eax_in='0x00000001' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x08000008' edx='0x10000000'/>
|
||||||
|
+ <cpuid eax_in='0x0000000d' ecx_in='0x01' eax='0x00000008' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x80000001' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x01c2300c' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x80000007' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x00000000' edx='0x00000100'/>
|
||||||
|
+ <cpuid eax_in='0x8000000a' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x00000000' edx='0x000014f6'/>
|
||||||
|
+</cpudata>
|
||||||
|
Index: libvirt-3.7.0/tests/cputestdata/x86_64-cpuid-EPYC-7601-32-Core-enabled.xml
|
||||||
|
===================================================================
|
||||||
|
--- /dev/null
|
||||||
|
+++ libvirt-3.7.0/tests/cputestdata/x86_64-cpuid-EPYC-7601-32-Core-enabled.xml
|
||||||
|
@@ -0,0 +1,10 @@
|
||||||
|
+<!-- Features enabled by QEMU -->
|
||||||
|
+<cpudata arch='x86'>
|
||||||
|
+ <cpuid eax_in='0x00000001' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0xf7f83203' edx='0x078bfbff'/>
|
||||||
|
+ <cpuid eax_in='0x00000006' ecx_in='0x00' eax='0x00000004' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x00000007' ecx_in='0x00' eax='0x00000000' ebx='0x209c01ab' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x0000000d' ecx_in='0x01' eax='0x00000007' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x40000001' ecx_in='0x00' eax='0x010000fa' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x80000001' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x000003f3' edx='0x2e500800'/>
|
||||||
|
+ <cpuid eax_in='0x8000000a' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x00000000' edx='0x00000009'/>
|
||||||
|
+</cpudata>
|
||||||
|
Index: libvirt-3.7.0/tests/cputestdata/x86_64-cpuid-EPYC-7601-32-Core-guest.xml
|
||||||
|
===================================================================
|
||||||
|
--- /dev/null
|
||||||
|
+++ libvirt-3.7.0/tests/cputestdata/x86_64-cpuid-EPYC-7601-32-Core-guest.xml
|
||||||
|
@@ -0,0 +1,40 @@
|
||||||
|
+<cpu mode='custom' match='exact'>
|
||||||
|
+ <model fallback='forbid'>Opteron_G5</model>
|
||||||
|
+ <vendor>AMD</vendor>
|
||||||
|
+ <feature policy='require' name='vme'/>
|
||||||
|
+ <feature policy='require' name='ht'/>
|
||||||
|
+ <feature policy='require' name='monitor'/>
|
||||||
|
+ <feature policy='require' name='movbe'/>
|
||||||
|
+ <feature policy='require' name='osxsave'/>
|
||||||
|
+ <feature policy='require' name='rdrand'/>
|
||||||
|
+ <feature policy='require' name='arat'/>
|
||||||
|
+ <feature policy='require' name='fsgsbase'/>
|
||||||
|
+ <feature policy='require' name='bmi1'/>
|
||||||
|
+ <feature policy='require' name='avx2'/>
|
||||||
|
+ <feature policy='require' name='smep'/>
|
||||||
|
+ <feature policy='require' name='bmi2'/>
|
||||||
|
+ <feature policy='require' name='rdseed'/>
|
||||||
|
+ <feature policy='require' name='adx'/>
|
||||||
|
+ <feature policy='require' name='smap'/>
|
||||||
|
+ <feature policy='require' name='clflushopt'/>
|
||||||
|
+ <feature policy='require' name='xsaveopt'/>
|
||||||
|
+ <feature policy='require' name='xsavec'/>
|
||||||
|
+ <feature policy='require' name='xgetbv1'/>
|
||||||
|
+ <feature policy='require' name='xsaves'/>
|
||||||
|
+ <feature policy='require' name='mmxext'/>
|
||||||
|
+ <feature policy='require' name='fxsr_opt'/>
|
||||||
|
+ <feature policy='require' name='cmp_legacy'/>
|
||||||
|
+ <feature policy='require' name='extapic'/>
|
||||||
|
+ <feature policy='require' name='cr8legacy'/>
|
||||||
|
+ <feature policy='require' name='osvw'/>
|
||||||
|
+ <feature policy='require' name='skinit'/>
|
||||||
|
+ <feature policy='require' name='wdt'/>
|
||||||
|
+ <feature policy='require' name='tce'/>
|
||||||
|
+ <feature policy='require' name='topoext'/>
|
||||||
|
+ <feature policy='require' name='perfctr_core'/>
|
||||||
|
+ <feature policy='require' name='perfctr_nb'/>
|
||||||
|
+ <feature policy='require' name='invtsc'/>
|
||||||
|
+ <feature policy='disable' name='xop'/>
|
||||||
|
+ <feature policy='disable' name='fma4'/>
|
||||||
|
+ <feature policy='disable' name='tbm'/>
|
||||||
|
+</cpu>
|
||||||
|
Index: libvirt-3.7.0/tests/cputestdata/x86_64-cpuid-EPYC-7601-32-Core-host.xml
|
||||||
|
===================================================================
|
||||||
|
--- /dev/null
|
||||||
|
+++ libvirt-3.7.0/tests/cputestdata/x86_64-cpuid-EPYC-7601-32-Core-host.xml
|
||||||
|
@@ -0,0 +1,48 @@
|
||||||
|
+<cpu>
|
||||||
|
+ <arch>x86_64</arch>
|
||||||
|
+ <model>Opteron_G3</model>
|
||||||
|
+ <vendor>AMD</vendor>
|
||||||
|
+ <feature name='vme'/>
|
||||||
|
+ <feature name='ht'/>
|
||||||
|
+ <feature name='pclmuldq'/>
|
||||||
|
+ <feature name='ssse3'/>
|
||||||
|
+ <feature name='fma'/>
|
||||||
|
+ <feature name='sse4.1'/>
|
||||||
|
+ <feature name='sse4.2'/>
|
||||||
|
+ <feature name='movbe'/>
|
||||||
|
+ <feature name='aes'/>
|
||||||
|
+ <feature name='xsave'/>
|
||||||
|
+ <feature name='osxsave'/>
|
||||||
|
+ <feature name='avx'/>
|
||||||
|
+ <feature name='f16c'/>
|
||||||
|
+ <feature name='rdrand'/>
|
||||||
|
+ <feature name='arat'/>
|
||||||
|
+ <feature name='fsgsbase'/>
|
||||||
|
+ <feature name='bmi1'/>
|
||||||
|
+ <feature name='avx2'/>
|
||||||
|
+ <feature name='smep'/>
|
||||||
|
+ <feature name='bmi2'/>
|
||||||
|
+ <feature name='rdseed'/>
|
||||||
|
+ <feature name='adx'/>
|
||||||
|
+ <feature name='smap'/>
|
||||||
|
+ <feature name='clflushopt'/>
|
||||||
|
+ <feature name='xsaveopt'/>
|
||||||
|
+ <feature name='xsavec'/>
|
||||||
|
+ <feature name='xgetbv1'/>
|
||||||
|
+ <feature name='xsaves'/>
|
||||||
|
+ <feature name='mmxext'/>
|
||||||
|
+ <feature name='fxsr_opt'/>
|
||||||
|
+ <feature name='pdpe1gb'/>
|
||||||
|
+ <feature name='cmp_legacy'/>
|
||||||
|
+ <feature name='extapic'/>
|
||||||
|
+ <feature name='cr8legacy'/>
|
||||||
|
+ <feature name='3dnowprefetch'/>
|
||||||
|
+ <feature name='osvw'/>
|
||||||
|
+ <feature name='skinit'/>
|
||||||
|
+ <feature name='wdt'/>
|
||||||
|
+ <feature name='tce'/>
|
||||||
|
+ <feature name='topoext'/>
|
||||||
|
+ <feature name='perfctr_core'/>
|
||||||
|
+ <feature name='perfctr_nb'/>
|
||||||
|
+ <feature name='invtsc'/>
|
||||||
|
+</cpu>
|
||||||
|
Index: libvirt-3.7.0/tests/cputestdata/x86_64-cpuid-EPYC-7601-32-Core-json.xml
|
||||||
|
===================================================================
|
||||||
|
--- /dev/null
|
||||||
|
+++ libvirt-3.7.0/tests/cputestdata/x86_64-cpuid-EPYC-7601-32-Core-json.xml
|
||||||
|
@@ -0,0 +1,33 @@
|
||||||
|
+<cpu mode='custom' match='exact'>
|
||||||
|
+ <model fallback='forbid'>Opteron_G5</model>
|
||||||
|
+ <vendor>AMD</vendor>
|
||||||
|
+ <feature policy='require' name='vme'/>
|
||||||
|
+ <feature policy='require' name='x2apic'/>
|
||||||
|
+ <feature policy='require' name='movbe'/>
|
||||||
|
+ <feature policy='require' name='tsc-deadline'/>
|
||||||
|
+ <feature policy='require' name='rdrand'/>
|
||||||
|
+ <feature policy='require' name='hypervisor'/>
|
||||||
|
+ <feature policy='require' name='arat'/>
|
||||||
|
+ <feature policy='require' name='fsgsbase'/>
|
||||||
|
+ <feature policy='require' name='tsc_adjust'/>
|
||||||
|
+ <feature policy='require' name='bmi1'/>
|
||||||
|
+ <feature policy='require' name='avx2'/>
|
||||||
|
+ <feature policy='require' name='smep'/>
|
||||||
|
+ <feature policy='require' name='bmi2'/>
|
||||||
|
+ <feature policy='require' name='rdseed'/>
|
||||||
|
+ <feature policy='require' name='adx'/>
|
||||||
|
+ <feature policy='require' name='smap'/>
|
||||||
|
+ <feature policy='require' name='clflushopt'/>
|
||||||
|
+ <feature policy='require' name='xsaveopt'/>
|
||||||
|
+ <feature policy='require' name='xsavec'/>
|
||||||
|
+ <feature policy='require' name='xgetbv1'/>
|
||||||
|
+ <feature policy='require' name='mmxext'/>
|
||||||
|
+ <feature policy='require' name='fxsr_opt'/>
|
||||||
|
+ <feature policy='require' name='cmp_legacy'/>
|
||||||
|
+ <feature policy='require' name='cr8legacy'/>
|
||||||
|
+ <feature policy='require' name='osvw'/>
|
||||||
|
+ <feature policy='disable' name='svm'/>
|
||||||
|
+ <feature policy='disable' name='xop'/>
|
||||||
|
+ <feature policy='disable' name='fma4'/>
|
||||||
|
+ <feature policy='disable' name='tbm'/>
|
||||||
|
+</cpu>
|
||||||
|
Index: libvirt-3.7.0/tests/cputestdata/x86_64-cpuid-EPYC-7601-32-Core.json
|
||||||
|
===================================================================
|
||||||
|
--- /dev/null
|
||||||
|
+++ libvirt-3.7.0/tests/cputestdata/x86_64-cpuid-EPYC-7601-32-Core.json
|
||||||
|
@@ -0,0 +1,241 @@
|
||||||
|
+{
|
||||||
|
+ "return": {
|
||||||
|
+ "model": {
|
||||||
|
+ "name": "base",
|
||||||
|
+ "props": {
|
||||||
|
+ "phys-bits": 0,
|
||||||
|
+ "core-id": -1,
|
||||||
|
+ "xlevel": 2147483679,
|
||||||
|
+ "cmov": true,
|
||||||
|
+ "ia64": false,
|
||||||
|
+ "aes": true,
|
||||||
|
+ "mmx": true,
|
||||||
|
+ "arat": true,
|
||||||
|
+ "rdpid": false,
|
||||||
|
+ "pause-filter": false,
|
||||||
|
+ "xsavec": true,
|
||||||
|
+ "osxsave": false,
|
||||||
|
+ "tsc-frequency": 0,
|
||||||
|
+ "xd": true,
|
||||||
|
+ "hv-vendor-id": "",
|
||||||
|
+ "kvm-asyncpf": true,
|
||||||
|
+ "kvm_asyncpf": true,
|
||||||
|
+ "perfctr_core": false,
|
||||||
|
+ "perfctr-core": false,
|
||||||
|
+ "mpx": false,
|
||||||
|
+ "avx512cd": false,
|
||||||
|
+ "decodeassists": false,
|
||||||
|
+ "pbe": false,
|
||||||
|
+ "sse4_1": true,
|
||||||
|
+ "sse4.1": true,
|
||||||
|
+ "sse4-1": true,
|
||||||
|
+ "family": 23,
|
||||||
|
+ "vmware-cpuid-freq": true,
|
||||||
|
+ "avx512f": false,
|
||||||
|
+ "xcrypt": false,
|
||||||
|
+ "hv-runtime": false,
|
||||||
|
+ "msr": true,
|
||||||
|
+ "mce": true,
|
||||||
|
+ "mca": true,
|
||||||
|
+ "thread-id": -1,
|
||||||
|
+ "min-level": 13,
|
||||||
|
+ "xgetbv1": true,
|
||||||
|
+ "cid": false,
|
||||||
|
+ "hv-relaxed": false,
|
||||||
|
+ "fxsr": true,
|
||||||
|
+ "ds": false,
|
||||||
|
+ "hv-crash": false,
|
||||||
|
+ "xsaveopt": true,
|
||||||
|
+ "xtpr": false,
|
||||||
|
+ "avx512-vpopcntdq": false,
|
||||||
|
+ "phe": false,
|
||||||
|
+ "avx512vl": false,
|
||||||
|
+ "extapic": false,
|
||||||
|
+ "3dnowprefetch": true,
|
||||||
|
+ "cr8legacy": true,
|
||||||
|
+ "cpuid-0xb": true,
|
||||||
|
+ "xcrypt-en": false,
|
||||||
|
+ "kvm_pv_eoi": true,
|
||||||
|
+ "apic-id": 4294967295,
|
||||||
|
+ "pn": false,
|
||||||
|
+ "dca": false,
|
||||||
|
+ "vendor": "AuthenticAMD",
|
||||||
|
+ "pku": false,
|
||||||
|
+ "smx": false,
|
||||||
|
+ "cmp-legacy": true,
|
||||||
|
+ "cmp_legacy": true,
|
||||||
|
+ "node-id": -1,
|
||||||
|
+ "avx512-4fmaps": false,
|
||||||
|
+ "vmcb-clean": false,
|
||||||
|
+ "vmcb_clean": false,
|
||||||
|
+ "3dnowext": false,
|
||||||
|
+ "hle": false,
|
||||||
|
+ "npt": true,
|
||||||
|
+ "memory": "/machine/unattached/system[0]",
|
||||||
|
+ "clwb": false,
|
||||||
|
+ "lbrv": false,
|
||||||
|
+ "adx": true,
|
||||||
|
+ "ss": false,
|
||||||
|
+ "pni": true,
|
||||||
|
+ "svm_lock": false,
|
||||||
|
+ "svm-lock": false,
|
||||||
|
+ "smep": true,
|
||||||
|
+ "pfthreshold": false,
|
||||||
|
+ "smap": true,
|
||||||
|
+ "x2apic": true,
|
||||||
|
+ "avx512vbmi": false,
|
||||||
|
+ "hv-stimer": false,
|
||||||
|
+ "i64": true,
|
||||||
|
+ "flushbyasid": false,
|
||||||
|
+ "f16c": true,
|
||||||
|
+ "ace2-en": false,
|
||||||
|
+ "pat": true,
|
||||||
|
+ "pae": true,
|
||||||
|
+ "sse": true,
|
||||||
|
+ "phe-en": false,
|
||||||
|
+ "kvm-nopiodelay": true,
|
||||||
|
+ "kvm_nopiodelay": true,
|
||||||
|
+ "tm": false,
|
||||||
|
+ "kvmclock-stable-bit": true,
|
||||||
|
+ "hypervisor": true,
|
||||||
|
+ "socket-id": -1,
|
||||||
|
+ "pcommit": false,
|
||||||
|
+ "syscall": true,
|
||||||
|
+ "level": 13,
|
||||||
|
+ "avx512dq": false,
|
||||||
|
+ "svm": false,
|
||||||
|
+ "full-cpuid-auto-level": true,
|
||||||
|
+ "hv-reset": false,
|
||||||
|
+ "invtsc": false,
|
||||||
|
+ "sse3": true,
|
||||||
|
+ "sse2": true,
|
||||||
|
+ "est": false,
|
||||||
|
+ "avx512ifma": false,
|
||||||
|
+ "tm2": false,
|
||||||
|
+ "kvm-pv-eoi": true,
|
||||||
|
+ "cx8": true,
|
||||||
|
+ "kvm-mmu": false,
|
||||||
|
+ "kvm_mmu": false,
|
||||||
|
+ "sse4_2": true,
|
||||||
|
+ "sse4.2": true,
|
||||||
|
+ "sse4-2": true,
|
||||||
|
+ "pge": true,
|
||||||
|
+ "fill-mtrr-mask": true,
|
||||||
|
+ "pdcm": false,
|
||||||
|
+ "nodeid_msr": false,
|
||||||
|
+ "model": 1,
|
||||||
|
+ "movbe": true,
|
||||||
|
+ "nrip-save": true,
|
||||||
|
+ "nrip_save": true,
|
||||||
|
+ "sse4a": true,
|
||||||
|
+ "ssse3": true,
|
||||||
|
+ "kvm_pv_unhalt": true,
|
||||||
|
+ "invpcid": false,
|
||||||
|
+ "pdpe1gb": true,
|
||||||
|
+ "tsc-deadline": true,
|
||||||
|
+ "fma": true,
|
||||||
|
+ "cx16": true,
|
||||||
|
+ "de": true,
|
||||||
|
+ "enforce": false,
|
||||||
|
+ "stepping": 2,
|
||||||
|
+ "xsave": true,
|
||||||
|
+ "clflush": true,
|
||||||
|
+ "skinit": false,
|
||||||
|
+ "tce": false,
|
||||||
|
+ "tsc": true,
|
||||||
|
+ "fpu": true,
|
||||||
|
+ "ds-cpl": false,
|
||||||
|
+ "ds_cpl": false,
|
||||||
|
+ "ibs": false,
|
||||||
|
+ "host-phys-bits": false,
|
||||||
|
+ "fma4": false,
|
||||||
|
+ "la57": false,
|
||||||
|
+ "osvw": true,
|
||||||
|
+ "check": true,
|
||||||
|
+ "hv-spinlocks": -1,
|
||||||
|
+ "pmm": false,
|
||||||
|
+ "apic": true,
|
||||||
|
+ "pmu": false,
|
||||||
|
+ "min-xlevel2": 0,
|
||||||
|
+ "tsc-adjust": true,
|
||||||
|
+ "tsc_adjust": true,
|
||||||
|
+ "kvm-steal-time": true,
|
||||||
|
+ "kvm_steal_time": true,
|
||||||
|
+ "kvmclock": true,
|
||||||
|
+ "l3-cache": true,
|
||||||
|
+ "lwp": false,
|
||||||
|
+ "xop": false,
|
||||||
|
+ "avx": true,
|
||||||
|
+ "ospke": false,
|
||||||
|
+ "ace2": false,
|
||||||
|
+ "acpi": false,
|
||||||
|
+ "avx512bw": false,
|
||||||
|
+ "hv-vapic": false,
|
||||||
|
+ "fsgsbase": true,
|
||||||
|
+ "ht": false,
|
||||||
|
+ "nx": true,
|
||||||
|
+ "pclmulqdq": true,
|
||||||
|
+ "mmxext": true,
|
||||||
|
+ "popcnt": true,
|
||||||
|
+ "xsaves": false,
|
||||||
|
+ "lm": true,
|
||||||
|
+ "umip": false,
|
||||||
|
+ "avx2": true,
|
||||||
|
+ "pse": true,
|
||||||
|
+ "sep": true,
|
||||||
|
+ "pclmuldq": true,
|
||||||
|
+ "nodeid-msr": false,
|
||||||
|
+ "kvm": true,
|
||||||
|
+ "misalignsse": true,
|
||||||
|
+ "min-xlevel": 2147483679,
|
||||||
|
+ "bmi2": true,
|
||||||
|
+ "bmi1": true,
|
||||||
|
+ "kvm-pv-unhalt": true,
|
||||||
|
+ "realized": false,
|
||||||
|
+ "tsc_scale": false,
|
||||||
|
+ "tsc-scale": false,
|
||||||
|
+ "topoext": false,
|
||||||
|
+ "hv-vpindex": false,
|
||||||
|
+ "xlevel2": 0,
|
||||||
|
+ "clflushopt": true,
|
||||||
|
+ "kvm-no-smi-migration": false,
|
||||||
|
+ "monitor": false,
|
||||||
|
+ "avx512er": false,
|
||||||
|
+ "pmm-en": false,
|
||||||
|
+ "pcid": false,
|
||||||
|
+ "3dnow": false,
|
||||||
|
+ "erms": false,
|
||||||
|
+ "lahf-lm": true,
|
||||||
|
+ "lahf_lm": true,
|
||||||
|
+ "xstore": false,
|
||||||
|
+ "hv-synic": false,
|
||||||
|
+ "fxsr-opt": true,
|
||||||
|
+ "fxsr_opt": true,
|
||||||
|
+ "rtm": false,
|
||||||
|
+ "lmce": false,
|
||||||
|
+ "hv-time": false,
|
||||||
|
+ "perfctr-nb": false,
|
||||||
|
+ "perfctr_nb": false,
|
||||||
|
+ "ffxsr": true,
|
||||||
|
+ "rdrand": true,
|
||||||
|
+ "rdseed": true,
|
||||||
|
+ "avx512-4vnniw": false,
|
||||||
|
+ "vme": true,
|
||||||
|
+ "vmx": false,
|
||||||
|
+ "dtes64": false,
|
||||||
|
+ "mtrr": true,
|
||||||
|
+ "rdtscp": true,
|
||||||
|
+ "pse36": true,
|
||||||
|
+ "tbm": false,
|
||||||
|
+ "wdt": false,
|
||||||
|
+ "pause_filter": false,
|
||||||
|
+ "model-id": "AMD EPYC 7601 32-Core Processor ",
|
||||||
|
+ "sha-ni": true,
|
||||||
|
+ "abm": true,
|
||||||
|
+ "avx512pf": false,
|
||||||
|
+ "xstore-en": false
|
||||||
|
+ }
|
||||||
|
+ }
|
||||||
|
+ },
|
||||||
|
+ "id": "model-expansion"
|
||||||
|
+}
|
||||||
|
Index: libvirt-3.7.0/tests/cputestdata/x86_64-cpuid-EPYC-7601-32-Core.xml
|
||||||
|
===================================================================
|
||||||
|
--- /dev/null
|
||||||
|
+++ libvirt-3.7.0/tests/cputestdata/x86_64-cpuid-EPYC-7601-32-Core.xml
|
||||||
|
@@ -0,0 +1,54 @@
|
||||||
|
+<!-- AMD EPYC 7601 32-Core Processor -->
|
||||||
|
+<cpudata arch='x86'>
|
||||||
|
+ <cpuid eax_in='0x00000000' ecx_in='0x00' eax='0x0000000d' ebx='0x68747541' ecx='0x444d4163' edx='0x69746e65'/>
|
||||||
|
+ <cpuid eax_in='0x00000001' ecx_in='0x00' eax='0x00800f12' ebx='0x08400800' ecx='0x7ed8320b' edx='0x178bfbff'/>
|
||||||
|
+ <cpuid eax_in='0x00000002' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x00000003' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x00000005' ecx_in='0x00' eax='0x00000040' ebx='0x00000040' ecx='0x00000003' edx='0x00000011'/>
|
||||||
|
+ <cpuid eax_in='0x00000006' ecx_in='0x00' eax='0x00000004' ebx='0x00000000' ecx='0x00000001' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x00000007' ecx_in='0x00' eax='0x00000000' ebx='0x209c01a9' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x00000008' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x00000009' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x0000000a' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x0000000c' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x0000000d' ecx_in='0x00' eax='0x00000007' ebx='0x00000340' ecx='0x00000340' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x0000000d' ecx_in='0x01' eax='0x0000000f' ebx='0x00000340' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x0000000d' ecx_in='0x02' eax='0x00000100' ebx='0x00000240' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x80000000' ecx_in='0x00' eax='0x8000001f' ebx='0x68747541' ecx='0x444d4163' edx='0x69746e65'/>
|
||||||
|
+ <cpuid eax_in='0x80000001' ecx_in='0x00' eax='0x00800f12' ebx='0x40000000' ecx='0x35c233ff' edx='0x2fd3fbff'/>
|
||||||
|
+ <cpuid eax_in='0x80000002' ecx_in='0x00' eax='0x20444d41' ebx='0x43595045' ecx='0x30363720' edx='0x32332031'/>
|
||||||
|
+ <cpuid eax_in='0x80000003' ecx_in='0x00' eax='0x726f432d' ebx='0x72502065' ecx='0x7365636f' edx='0x20726f73'/>
|
||||||
|
+ <cpuid eax_in='0x80000004' ecx_in='0x00' eax='0x20202020' ebx='0x20202020' ecx='0x20202020' edx='0x00202020'/>
|
||||||
|
+ <cpuid eax_in='0x80000005' ecx_in='0x00' eax='0xff40ff40' ebx='0xff40ff40' ecx='0x20080140' edx='0x40040140'/>
|
||||||
|
+ <cpuid eax_in='0x80000006' ecx_in='0x00' eax='0x36006400' ebx='0x56006400' ecx='0x02006140' edx='0x0200c140'/>
|
||||||
|
+ <cpuid eax_in='0x80000007' ecx_in='0x00' eax='0x00000000' ebx='0x0000001b' ecx='0x00000000' edx='0x00006799'/>
|
||||||
|
+ <cpuid eax_in='0x80000008' ecx_in='0x00' eax='0x00003030' ebx='0x00000007' ecx='0x0000603f' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x80000009' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x8000000a' ecx_in='0x00' eax='0x00000001' ebx='0x00008000' ecx='0x00000000' edx='0x0001bcff'/>
|
||||||
|
+ <cpuid eax_in='0x8000000b' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x8000000c' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x8000000d' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x8000000e' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x8000000f' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x80000010' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x80000011' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x80000012' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x80000013' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x80000014' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x80000015' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x80000016' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x80000017' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x80000018' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x80000019' ecx_in='0x00' eax='0xf040f040' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x8000001a' ecx_in='0x00' eax='0x00000003' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x8000001b' ecx_in='0x00' eax='0x000003ff' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x8000001c' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x8000001d' ecx_in='0x00' eax='0x00004121' ebx='0x01c0003f' ecx='0x0000003f' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x8000001d' ecx_in='0x01' eax='0x00004122' ebx='0x00c0003f' ecx='0x000000ff' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x8000001d' ecx_in='0x02' eax='0x00004143' ebx='0x01c0003f' ecx='0x000003ff' edx='0x00000002'/>
|
||||||
|
+ <cpuid eax_in='0x8000001d' ecx_in='0x03' eax='0x0001c163' ebx='0x03c0003f' ecx='0x00001fff' edx='0x00000001'/>
|
||||||
|
+ <cpuid eax_in='0x8000001e' ecx_in='0x00' eax='0x00000008' ebx='0x00000104' ecx='0x00000300' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x8000001f' ecx_in='0x00' eax='0x0000000f' ebx='0x0000016f' ecx='0x0000000f' edx='0x00000001'/>
|
||||||
|
+ <cpuid eax_in='0x80860000' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0xc0000000' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+</cpudata>
|
@ -1,21 +0,0 @@
|
|||||||
commit 8982f3ab20194e23e34205c4165602a03ada8b56
|
|
||||||
Author: Peter Krempa <pkrempa@redhat.com>
|
|
||||||
Date: Wed Aug 2 17:28:55 2017 +0200
|
|
||||||
|
|
||||||
util: hash: Include stdbool.h in the header file
|
|
||||||
|
|
||||||
The functions declared in virhash.h return bool, but stdbool.h was not
|
|
||||||
included.
|
|
||||||
|
|
||||||
Index: libvirt-3.6.0/src/util/virhash.h
|
|
||||||
===================================================================
|
|
||||||
--- libvirt-3.6.0.orig/src/util/virhash.h
|
|
||||||
+++ libvirt-3.6.0/src/util/virhash.h
|
|
||||||
@@ -14,6 +14,7 @@
|
|
||||||
# define __VIR_HASH_H__
|
|
||||||
|
|
||||||
# include <stdint.h>
|
|
||||||
+# include <stdbool.h>
|
|
||||||
|
|
||||||
/*
|
|
||||||
* The hash table.
|
|
450
92bd87a2-ryzen-test-data.patch
Normal file
450
92bd87a2-ryzen-test-data.patch
Normal file
@ -0,0 +1,450 @@
|
|||||||
|
commit 92bd87a2395c8e350aa2d5694d4b8e95ce7349b0
|
||||||
|
Author: Jiri Denemark <jdenemar@redhat.com>
|
||||||
|
Date: Fri Apr 28 14:09:45 2017 +0200
|
||||||
|
|
||||||
|
tests: Add CPUID data for AMD Ryzen 7 1800X Eight-Core Processor
|
||||||
|
|
||||||
|
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
|
||||||
|
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
|
||||||
|
|
||||||
|
Index: libvirt-3.7.0/tests/cputest.c
|
||||||
|
===================================================================
|
||||||
|
--- libvirt-3.7.0.orig/tests/cputest.c
|
||||||
|
+++ libvirt-3.7.0/tests/cputest.c
|
||||||
|
@@ -1001,6 +1001,7 @@ mymain(void)
|
||||||
|
DO_TEST_CPUID(VIR_ARCH_X86_64, "Opteron-6282", false);
|
||||||
|
DO_TEST_CPUID(VIR_ARCH_X86_64, "Pentium-P6100", false);
|
||||||
|
DO_TEST_CPUID(VIR_ARCH_X86_64, "Phenom-B95", true);
|
||||||
|
+ DO_TEST_CPUID(VIR_ARCH_X86_64, "Ryzen-7-1800X-Eight-Core", true);
|
||||||
|
DO_TEST_CPUID(VIR_ARCH_X86_64, "Xeon-5110", false);
|
||||||
|
DO_TEST_CPUID(VIR_ARCH_X86_64, "Xeon-E3-1245", true);
|
||||||
|
DO_TEST_CPUID(VIR_ARCH_X86_64, "Xeon-E5-2630", true);
|
||||||
|
Index: libvirt-3.7.0/tests/cputestdata/x86_64-cpuid-Ryzen-7-1800X-Eight-Core-disabled.xml
|
||||||
|
===================================================================
|
||||||
|
--- /dev/null
|
||||||
|
+++ libvirt-3.7.0/tests/cputestdata/x86_64-cpuid-Ryzen-7-1800X-Eight-Core-disabled.xml
|
||||||
|
@@ -0,0 +1,9 @@
|
||||||
|
+<!-- Features disabled by QEMU -->
|
||||||
|
+<cpudata arch='x86'>
|
||||||
|
+ <cpuid eax_in='0x00000001' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x08000008' edx='0x10000000'/>
|
||||||
|
+ <cpuid eax_in='0x00000007' ecx_in='0x00' eax='0x00000000' ebx='0x20000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x0000000d' ecx_in='0x01' eax='0x00000008' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x80000001' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x01c23008' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x80000007' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x00000000' edx='0x00000100'/>
|
||||||
|
+ <cpuid eax_in='0x8000000a' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x00000000' edx='0x000014f6'/>
|
||||||
|
+</cpudata>
|
||||||
|
Index: libvirt-3.7.0/tests/cputestdata/x86_64-cpuid-Ryzen-7-1800X-Eight-Core-enabled.xml
|
||||||
|
===================================================================
|
||||||
|
--- /dev/null
|
||||||
|
+++ libvirt-3.7.0/tests/cputestdata/x86_64-cpuid-Ryzen-7-1800X-Eight-Core-enabled.xml
|
||||||
|
@@ -0,0 +1,10 @@
|
||||||
|
+<!-- Features enabled by QEMU -->
|
||||||
|
+<cpudata arch='x86'>
|
||||||
|
+ <cpuid eax_in='0x00000001' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0xf7f83203' edx='0x078bfbff'/>
|
||||||
|
+ <cpuid eax_in='0x00000006' ecx_in='0x00' eax='0x00000004' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x00000007' ecx_in='0x00' eax='0x00000000' ebx='0x009c01ab' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x0000000d' ecx_in='0x01' eax='0x00000007' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x40000001' ecx_in='0x00' eax='0x010000fa' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x80000001' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x000003f7' edx='0x2e500800'/>
|
||||||
|
+ <cpuid eax_in='0x8000000a' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x00000000' edx='0x00000009'/>
|
||||||
|
+</cpudata>
|
||||||
|
Index: libvirt-3.7.0/tests/cputestdata/x86_64-cpuid-Ryzen-7-1800X-Eight-Core-guest.xml
|
||||||
|
===================================================================
|
||||||
|
--- /dev/null
|
||||||
|
+++ libvirt-3.7.0/tests/cputestdata/x86_64-cpuid-Ryzen-7-1800X-Eight-Core-guest.xml
|
||||||
|
@@ -0,0 +1,40 @@
|
||||||
|
+<cpu mode='custom' match='exact'>
|
||||||
|
+ <model fallback='forbid'>Opteron_G5</model>
|
||||||
|
+ <vendor>AMD</vendor>
|
||||||
|
+ <feature policy='require' name='vme'/>
|
||||||
|
+ <feature policy='require' name='ht'/>
|
||||||
|
+ <feature policy='require' name='monitor'/>
|
||||||
|
+ <feature policy='require' name='movbe'/>
|
||||||
|
+ <feature policy='require' name='osxsave'/>
|
||||||
|
+ <feature policy='require' name='rdrand'/>
|
||||||
|
+ <feature policy='require' name='arat'/>
|
||||||
|
+ <feature policy='require' name='fsgsbase'/>
|
||||||
|
+ <feature policy='require' name='bmi1'/>
|
||||||
|
+ <feature policy='require' name='avx2'/>
|
||||||
|
+ <feature policy='require' name='smep'/>
|
||||||
|
+ <feature policy='require' name='bmi2'/>
|
||||||
|
+ <feature policy='require' name='rdseed'/>
|
||||||
|
+ <feature policy='require' name='adx'/>
|
||||||
|
+ <feature policy='require' name='smap'/>
|
||||||
|
+ <feature policy='require' name='clflushopt'/>
|
||||||
|
+ <feature policy='require' name='xsaveopt'/>
|
||||||
|
+ <feature policy='require' name='xsavec'/>
|
||||||
|
+ <feature policy='require' name='xgetbv1'/>
|
||||||
|
+ <feature policy='require' name='xsaves'/>
|
||||||
|
+ <feature policy='require' name='mmxext'/>
|
||||||
|
+ <feature policy='require' name='fxsr_opt'/>
|
||||||
|
+ <feature policy='require' name='cmp_legacy'/>
|
||||||
|
+ <feature policy='require' name='extapic'/>
|
||||||
|
+ <feature policy='require' name='cr8legacy'/>
|
||||||
|
+ <feature policy='require' name='osvw'/>
|
||||||
|
+ <feature policy='require' name='skinit'/>
|
||||||
|
+ <feature policy='require' name='wdt'/>
|
||||||
|
+ <feature policy='require' name='tce'/>
|
||||||
|
+ <feature policy='require' name='topoext'/>
|
||||||
|
+ <feature policy='require' name='perfctr_core'/>
|
||||||
|
+ <feature policy='require' name='perfctr_nb'/>
|
||||||
|
+ <feature policy='require' name='invtsc'/>
|
||||||
|
+ <feature policy='disable' name='xop'/>
|
||||||
|
+ <feature policy='disable' name='fma4'/>
|
||||||
|
+ <feature policy='disable' name='tbm'/>
|
||||||
|
+</cpu>
|
||||||
|
Index: libvirt-3.7.0/tests/cputestdata/x86_64-cpuid-Ryzen-7-1800X-Eight-Core-host.xml
|
||||||
|
===================================================================
|
||||||
|
--- /dev/null
|
||||||
|
+++ libvirt-3.7.0/tests/cputestdata/x86_64-cpuid-Ryzen-7-1800X-Eight-Core-host.xml
|
||||||
|
@@ -0,0 +1,48 @@
|
||||||
|
+<cpu>
|
||||||
|
+ <arch>x86_64</arch>
|
||||||
|
+ <model>Opteron_G3</model>
|
||||||
|
+ <vendor>AMD</vendor>
|
||||||
|
+ <feature name='vme'/>
|
||||||
|
+ <feature name='ht'/>
|
||||||
|
+ <feature name='pclmuldq'/>
|
||||||
|
+ <feature name='ssse3'/>
|
||||||
|
+ <feature name='fma'/>
|
||||||
|
+ <feature name='sse4.1'/>
|
||||||
|
+ <feature name='sse4.2'/>
|
||||||
|
+ <feature name='movbe'/>
|
||||||
|
+ <feature name='aes'/>
|
||||||
|
+ <feature name='xsave'/>
|
||||||
|
+ <feature name='osxsave'/>
|
||||||
|
+ <feature name='avx'/>
|
||||||
|
+ <feature name='f16c'/>
|
||||||
|
+ <feature name='rdrand'/>
|
||||||
|
+ <feature name='arat'/>
|
||||||
|
+ <feature name='fsgsbase'/>
|
||||||
|
+ <feature name='bmi1'/>
|
||||||
|
+ <feature name='avx2'/>
|
||||||
|
+ <feature name='smep'/>
|
||||||
|
+ <feature name='bmi2'/>
|
||||||
|
+ <feature name='rdseed'/>
|
||||||
|
+ <feature name='adx'/>
|
||||||
|
+ <feature name='smap'/>
|
||||||
|
+ <feature name='clflushopt'/>
|
||||||
|
+ <feature name='xsaveopt'/>
|
||||||
|
+ <feature name='xsavec'/>
|
||||||
|
+ <feature name='xgetbv1'/>
|
||||||
|
+ <feature name='xsaves'/>
|
||||||
|
+ <feature name='mmxext'/>
|
||||||
|
+ <feature name='fxsr_opt'/>
|
||||||
|
+ <feature name='pdpe1gb'/>
|
||||||
|
+ <feature name='cmp_legacy'/>
|
||||||
|
+ <feature name='extapic'/>
|
||||||
|
+ <feature name='cr8legacy'/>
|
||||||
|
+ <feature name='3dnowprefetch'/>
|
||||||
|
+ <feature name='osvw'/>
|
||||||
|
+ <feature name='skinit'/>
|
||||||
|
+ <feature name='wdt'/>
|
||||||
|
+ <feature name='tce'/>
|
||||||
|
+ <feature name='topoext'/>
|
||||||
|
+ <feature name='perfctr_core'/>
|
||||||
|
+ <feature name='perfctr_nb'/>
|
||||||
|
+ <feature name='invtsc'/>
|
||||||
|
+</cpu>
|
||||||
|
Index: libvirt-3.7.0/tests/cputestdata/x86_64-cpuid-Ryzen-7-1800X-Eight-Core-json.xml
|
||||||
|
===================================================================
|
||||||
|
--- /dev/null
|
||||||
|
+++ libvirt-3.7.0/tests/cputestdata/x86_64-cpuid-Ryzen-7-1800X-Eight-Core-json.xml
|
||||||
|
@@ -0,0 +1,32 @@
|
||||||
|
+<cpu mode='custom' match='exact'>
|
||||||
|
+ <model fallback='forbid'>Opteron_G5</model>
|
||||||
|
+ <vendor>AMD</vendor>
|
||||||
|
+ <feature policy='require' name='vme'/>
|
||||||
|
+ <feature policy='require' name='x2apic'/>
|
||||||
|
+ <feature policy='require' name='movbe'/>
|
||||||
|
+ <feature policy='require' name='tsc-deadline'/>
|
||||||
|
+ <feature policy='require' name='rdrand'/>
|
||||||
|
+ <feature policy='require' name='hypervisor'/>
|
||||||
|
+ <feature policy='require' name='arat'/>
|
||||||
|
+ <feature policy='require' name='fsgsbase'/>
|
||||||
|
+ <feature policy='require' name='tsc_adjust'/>
|
||||||
|
+ <feature policy='require' name='bmi1'/>
|
||||||
|
+ <feature policy='require' name='avx2'/>
|
||||||
|
+ <feature policy='require' name='smep'/>
|
||||||
|
+ <feature policy='require' name='bmi2'/>
|
||||||
|
+ <feature policy='require' name='rdseed'/>
|
||||||
|
+ <feature policy='require' name='adx'/>
|
||||||
|
+ <feature policy='require' name='smap'/>
|
||||||
|
+ <feature policy='require' name='clflushopt'/>
|
||||||
|
+ <feature policy='require' name='xsaveopt'/>
|
||||||
|
+ <feature policy='require' name='xsavec'/>
|
||||||
|
+ <feature policy='require' name='xgetbv1'/>
|
||||||
|
+ <feature policy='require' name='mmxext'/>
|
||||||
|
+ <feature policy='require' name='fxsr_opt'/>
|
||||||
|
+ <feature policy='require' name='cmp_legacy'/>
|
||||||
|
+ <feature policy='require' name='cr8legacy'/>
|
||||||
|
+ <feature policy='require' name='osvw'/>
|
||||||
|
+ <feature policy='disable' name='xop'/>
|
||||||
|
+ <feature policy='disable' name='fma4'/>
|
||||||
|
+ <feature policy='disable' name='tbm'/>
|
||||||
|
+</cpu>
|
||||||
|
Index: libvirt-3.7.0/tests/cputestdata/x86_64-cpuid-Ryzen-7-1800X-Eight-Core.json
|
||||||
|
===================================================================
|
||||||
|
--- /dev/null
|
||||||
|
+++ libvirt-3.7.0/tests/cputestdata/x86_64-cpuid-Ryzen-7-1800X-Eight-Core.json
|
||||||
|
@@ -0,0 +1,203 @@
|
||||||
|
+{
|
||||||
|
+ "return": {
|
||||||
|
+ "model": {
|
||||||
|
+ "name": "base",
|
||||||
|
+ "props": {
|
||||||
|
+ "pfthreshold": false,
|
||||||
|
+ "pku": false,
|
||||||
|
+ "rtm": false,
|
||||||
|
+ "tsc_adjust": true,
|
||||||
|
+ "tsc-deadline": true,
|
||||||
|
+ "xstore-en": false,
|
||||||
|
+ "tsc-scale": false,
|
||||||
|
+ "sse": true,
|
||||||
|
+ "smap": true,
|
||||||
|
+ "stepping": 1,
|
||||||
|
+ "tce": false,
|
||||||
|
+ "kvm_steal_time": true,
|
||||||
|
+ "smep": true,
|
||||||
|
+ "rdpid": false,
|
||||||
|
+ "xcrypt": false,
|
||||||
|
+ "sse4_2": true,
|
||||||
|
+ "monitor": false,
|
||||||
|
+ "sse4_1": true,
|
||||||
|
+ "kvm-mmu": false,
|
||||||
|
+ "flushbyasid": false,
|
||||||
|
+ "kvm-steal-time": true,
|
||||||
|
+ "lm": true,
|
||||||
|
+ "tsc": true,
|
||||||
|
+ "adx": true,
|
||||||
|
+ "fxsr": true,
|
||||||
|
+ "sha-ni": false,
|
||||||
|
+ "tm": false,
|
||||||
|
+ "pclmuldq": true,
|
||||||
|
+ "xgetbv1": true,
|
||||||
|
+ "xstore": false,
|
||||||
|
+ "vmcb_clean": false,
|
||||||
|
+ "vme": true,
|
||||||
|
+ "vendor": "AuthenticAMD",
|
||||||
|
+ "arat": true,
|
||||||
|
+ "ffxsr": true,
|
||||||
|
+ "de": true,
|
||||||
|
+ "avx512f": false,
|
||||||
|
+ "pse": true,
|
||||||
|
+ "ds-cpl": false,
|
||||||
|
+ "tbm": false,
|
||||||
|
+ "ia64": false,
|
||||||
|
+ "phe-en": false,
|
||||||
|
+ "f16c": true,
|
||||||
|
+ "ds": false,
|
||||||
|
+ "mpx": false,
|
||||||
|
+ "tsc-adjust": true,
|
||||||
|
+ "aes": true,
|
||||||
|
+ "avx2": true,
|
||||||
|
+ "pbe": false,
|
||||||
|
+ "cx16": true,
|
||||||
|
+ "ds_cpl": false,
|
||||||
|
+ "movbe": true,
|
||||||
|
+ "perfctr-nb": false,
|
||||||
|
+ "nrip_save": true,
|
||||||
|
+ "kvm_mmu": false,
|
||||||
|
+ "ospke": false,
|
||||||
|
+ "avx512ifma": false,
|
||||||
|
+ "vmx": false,
|
||||||
|
+ "sep": true,
|
||||||
|
+ "xsaveopt": true,
|
||||||
|
+ "sse4a": true,
|
||||||
|
+ "avx512dq": false,
|
||||||
|
+ "i64": true,
|
||||||
|
+ "avx512-4vnniw": false,
|
||||||
|
+ "xsave": true,
|
||||||
|
+ "erms": false,
|
||||||
|
+ "hle": false,
|
||||||
|
+ "nodeid_msr": false,
|
||||||
|
+ "est": false,
|
||||||
|
+ "svm_lock": false,
|
||||||
|
+ "xop": false,
|
||||||
|
+ "model-id": "AMD Ryzen 7 1800X Eight-Core Processor ",
|
||||||
|
+ "abm": true,
|
||||||
|
+ "avx512er": false,
|
||||||
|
+ "sse4.1": true,
|
||||||
|
+ "sse4.2": true,
|
||||||
|
+ "pause-filter": false,
|
||||||
|
+ "lahf-lm": true,
|
||||||
|
+ "kvm-nopiodelay": true,
|
||||||
|
+ "cmp_legacy": true,
|
||||||
|
+ "acpi": false,
|
||||||
|
+ "fma4": false,
|
||||||
|
+ "popcnt": true,
|
||||||
|
+ "mmx": true,
|
||||||
|
+ "osxsave": false,
|
||||||
|
+ "pcommit": false,
|
||||||
|
+ "avx512pf": false,
|
||||||
|
+ "clwb": false,
|
||||||
|
+ "dca": false,
|
||||||
|
+ "pdcm": false,
|
||||||
|
+ "xcrypt-en": false,
|
||||||
|
+ "3dnow": false,
|
||||||
|
+ "invtsc": false,
|
||||||
|
+ "tm2": false,
|
||||||
|
+ "hypervisor": true,
|
||||||
|
+ "kvmclock-stable-bit": true,
|
||||||
|
+ "fxsr-opt": true,
|
||||||
|
+ "pcid": false,
|
||||||
|
+ "sse4-1": true,
|
||||||
|
+ "sse4-2": true,
|
||||||
|
+ "avx512-vpopcntdq": false,
|
||||||
|
+ "avx512-4fmaps": false,
|
||||||
|
+ "pause_filter": false,
|
||||||
|
+ "svm-lock": false,
|
||||||
|
+ "rdrand": true,
|
||||||
|
+ "nrip-save": true,
|
||||||
|
+ "avx512vl": false,
|
||||||
|
+ "x2apic": true,
|
||||||
|
+ "kvmclock": true,
|
||||||
|
+ "pge": true,
|
||||||
|
+ "family": 23,
|
||||||
|
+ "dtes64": false,
|
||||||
|
+ "xd": true,
|
||||||
|
+ "kvm_pv_eoi": true,
|
||||||
|
+ "ace2": false,
|
||||||
|
+ "kvm_pv_unhalt": true,
|
||||||
|
+ "xtpr": false,
|
||||||
|
+ "perfctr_nb": false,
|
||||||
|
+ "avx512bw": false,
|
||||||
|
+ "nx": true,
|
||||||
|
+ "lwp": false,
|
||||||
|
+ "msr": true,
|
||||||
|
+ "ace2-en": false,
|
||||||
|
+ "decodeassists": false,
|
||||||
|
+ "perfctr-core": false,
|
||||||
|
+ "pn": false,
|
||||||
|
+ "fma": true,
|
||||||
|
+ "nodeid-msr": false,
|
||||||
|
+ "kvm_asyncpf": true,
|
||||||
|
+ "clflush": true,
|
||||||
|
+ "cx8": true,
|
||||||
|
+ "mce": true,
|
||||||
|
+ "avx512cd": false,
|
||||||
|
+ "cr8legacy": true,
|
||||||
|
+ "mca": true,
|
||||||
|
+ "pni": true,
|
||||||
|
+ "rdseed": true,
|
||||||
|
+ "apic": true,
|
||||||
|
+ "fsgsbase": true,
|
||||||
|
+ "cmp-legacy": true,
|
||||||
|
+ "kvm-pv-unhalt": true,
|
||||||
|
+ "rdtscp": true,
|
||||||
|
+ "mmxext": true,
|
||||||
|
+ "cid": false,
|
||||||
|
+ "ssse3": true,
|
||||||
|
+ "extapic": false,
|
||||||
|
+ "pse36": true,
|
||||||
|
+ "mtrr": true,
|
||||||
|
+ "ibs": false,
|
||||||
|
+ "la57": false,
|
||||||
|
+ "avx": true,
|
||||||
|
+ "syscall": true,
|
||||||
|
+ "umip": false,
|
||||||
|
+ "invpcid": false,
|
||||||
|
+ "avx512vbmi": false,
|
||||||
|
+ "kvm-asyncpf": true,
|
||||||
|
+ "vmcb-clean": false,
|
||||||
|
+ "pmm": false,
|
||||||
|
+ "cmov": true,
|
||||||
|
+ "perfctr_core": false,
|
||||||
|
+ "misalignsse": true,
|
||||||
|
+ "clflushopt": true,
|
||||||
|
+ "pat": true,
|
||||||
|
+ "lbrv": false,
|
||||||
|
+ "3dnowprefetch": true,
|
||||||
|
+ "fpu": true,
|
||||||
|
+ "pae": true,
|
||||||
|
+ "wdt": false,
|
||||||
|
+ "tsc_scale": false,
|
||||||
|
+ "skinit": false,
|
||||||
|
+ "fxsr_opt": true,
|
||||||
|
+ "kvm_nopiodelay": true,
|
||||||
|
+ "pmm-en": false,
|
||||||
|
+ "phe": false,
|
||||||
|
+ "3dnowext": false,
|
||||||
|
+ "osvw": true,
|
||||||
|
+ "ht": false,
|
||||||
|
+ "pdpe1gb": true,
|
||||||
|
+ "kvm-pv-eoi": true,
|
||||||
|
+ "npt": true,
|
||||||
|
+ "xsavec": true,
|
||||||
|
+ "lahf_lm": true,
|
||||||
|
+ "pclmulqdq": true,
|
||||||
|
+ "svm": true,
|
||||||
|
+ "sse3": true,
|
||||||
|
+ "sse2": true,
|
||||||
|
+ "ss": false,
|
||||||
|
+ "topoext": false,
|
||||||
|
+ "smx": false,
|
||||||
|
+ "bmi1": true,
|
||||||
|
+ "bmi2": true,
|
||||||
|
+ "xsaves": false,
|
||||||
|
+ "model": 1
|
||||||
|
+ }
|
||||||
|
+ }
|
||||||
|
+ },
|
||||||
|
+ "id": "model-expansion"
|
||||||
|
+}
|
||||||
|
Index: libvirt-3.7.0/tests/cputestdata/x86_64-cpuid-Ryzen-7-1800X-Eight-Core.xml
|
||||||
|
===================================================================
|
||||||
|
--- /dev/null
|
||||||
|
+++ libvirt-3.7.0/tests/cputestdata/x86_64-cpuid-Ryzen-7-1800X-Eight-Core.xml
|
||||||
|
@@ -0,0 +1,52 @@
|
||||||
|
+<!-- AMD Ryzen 7 1800X Eight-Core Processor -->
|
||||||
|
+<cpudata arch='x86'>
|
||||||
|
+ <cpuid eax_in='0x00000000' ecx_in='0x00' eax='0x0000000d' ebx='0x68747541' ecx='0x444d4163' edx='0x69746e65'/>
|
||||||
|
+ <cpuid eax_in='0x00000001' ecx_in='0x00' eax='0x00800f11' ebx='0x09100800' ecx='0x7ed8320b' edx='0x178bfbff'/>
|
||||||
|
+ <cpuid eax_in='0x00000002' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x00000003' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x00000005' ecx_in='0x00' eax='0x00000040' ebx='0x00000040' ecx='0x00000003' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x00000006' ecx_in='0x00' eax='0x00000004' ebx='0x00000000' ecx='0x00000001' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x00000007' ecx_in='0x00' eax='0x00000000' ebx='0x209c01a9' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x00000008' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x00000009' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x0000000a' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x0000000c' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x0000000d' ecx_in='0x00' eax='0x00000007' ebx='0x00000340' ecx='0x00000340' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x0000000d' ecx_in='0x01' eax='0x0000000f' ebx='0x00000340' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x0000000d' ecx_in='0x02' eax='0x00000100' ebx='0x00000240' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x0000000d' ecx_in='0x03' eax='0x00000000' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x80000000' ecx_in='0x00' eax='0x8000001f' ebx='0x68747541' ecx='0x444d4163' edx='0x69746e65'/>
|
||||||
|
+ <cpuid eax_in='0x80000001' ecx_in='0x00' eax='0x00800f11' ebx='0x20000000' ecx='0x35c233ff' edx='0x2fd3fbff'/>
|
||||||
|
+ <cpuid eax_in='0x80000002' ecx_in='0x00' eax='0x20444d41' ebx='0x657a7952' ecx='0x2037206e' edx='0x30303831'/>
|
||||||
|
+ <cpuid eax_in='0x80000003' ecx_in='0x00' eax='0x69452058' ebx='0x2d746867' ecx='0x65726f43' edx='0x6f725020'/>
|
||||||
|
+ <cpuid eax_in='0x80000004' ecx_in='0x00' eax='0x73736563' ebx='0x2020726f' ecx='0x20202020' edx='0x00202020'/>
|
||||||
|
+ <cpuid eax_in='0x80000005' ecx_in='0x00' eax='0xff40ff40' ebx='0xff40ff40' ecx='0x20080140' edx='0x40040140'/>
|
||||||
|
+ <cpuid eax_in='0x80000006' ecx_in='0x00' eax='0x26006400' ebx='0x66006400' ecx='0x02006140' edx='0x00808140'/>
|
||||||
|
+ <cpuid eax_in='0x80000007' ecx_in='0x00' eax='0x00000000' ebx='0x0000001b' ecx='0x00000000' edx='0x00006599'/>
|
||||||
|
+ <cpuid eax_in='0x80000008' ecx_in='0x00' eax='0x00003030' ebx='0x00000007' ecx='0x0000400f' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x80000009' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x8000000a' ecx_in='0x00' eax='0x00000001' ebx='0x00008000' ecx='0x00000000' edx='0x0001bcff'/>
|
||||||
|
+ <cpuid eax_in='0x8000000b' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x8000000c' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x8000000d' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x8000000e' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x8000000f' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x80000010' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x80000011' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x80000012' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x80000013' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x80000014' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x80000015' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x80000016' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x80000017' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x80000018' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x80000019' ecx_in='0x00' eax='0xf040f040' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x8000001a' ecx_in='0x00' eax='0x00000003' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x8000001b' ecx_in='0x00' eax='0x000003ff' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x8000001c' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x8000001d' ecx_in='0x00' eax='0x00004121' ebx='0x01c0003f' ecx='0x0000003f' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x8000001e' ecx_in='0x00' eax='0x00000009' ebx='0x00000104' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x8000001f' ecx_in='0x00' eax='0x00000007' ebx='0x0000016f' ecx='0x0000000f' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0x80860000' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+ <cpuid eax_in='0xc0000000' ecx_in='0x00' eax='0x00000000' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
|
||||||
|
+</cpudata>
|
388
a0b62843-epyc-cpu-model.patch
Normal file
388
a0b62843-epyc-cpu-model.patch
Normal file
@ -0,0 +1,388 @@
|
|||||||
|
commit a0b628432a11ec97bbda9893504fb8180c36186e
|
||||||
|
Author: Brijesh Singh <brijesh.singh@amd.com>
|
||||||
|
Date: Wed Aug 23 13:49:41 2017 -0500
|
||||||
|
|
||||||
|
cpu: Add new EPYC CPU model
|
||||||
|
|
||||||
|
Add a new CPU model called 'EPYC' to model processors from AMD EPYC
|
||||||
|
family (which includes EPYC 76xx,75xx,74xx, 73xx and 72xx).
|
||||||
|
|
||||||
|
The following features bits have been added/removed compare to Opteron_G5
|
||||||
|
|
||||||
|
Added: monitor, movbe, rdrand, mmxext, ffxsr, rdtscp, cr8legacy, osvw,
|
||||||
|
fsgsbase, bmi1, avx2, smep, bmi2, rdseed, adx, smap, clfshopt, sha
|
||||||
|
xsaveopt, xsavec, xgetbv1, arat
|
||||||
|
|
||||||
|
Removed: xop, fma4, tbm
|
||||||
|
|
||||||
|
The patch is depend on EPYC CPU model supported introduced in qemu [1]
|
||||||
|
|
||||||
|
[1] https://patchwork.kernel.org/patch/9902205/
|
||||||
|
|
||||||
|
Cc: Tom Lendacky <Thomas.Lendacky@amd.com>
|
||||||
|
Signed-off-by: Brijesh Singh <brijesh.singh@amd.com>
|
||||||
|
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
|
||||||
|
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
|
||||||
|
|
||||||
|
Index: libvirt-3.7.0/src/cpu/cpu_map.xml
|
||||||
|
===================================================================
|
||||||
|
--- libvirt-3.7.0.orig/src/cpu/cpu_map.xml
|
||||||
|
+++ libvirt-3.7.0/src/cpu/cpu_map.xml
|
||||||
|
@@ -260,6 +260,9 @@
|
||||||
|
<feature name='avx512cd'>
|
||||||
|
<cpuid eax_in='0x07' ecx_in='0x00' ebx='0x10000000'/>
|
||||||
|
</feature>
|
||||||
|
+ <feature name='sha-ni'>
|
||||||
|
+ <cpuid eax_in='0x07' ecx_in='0x00' ebx='0x20000000'/>
|
||||||
|
+ </feature>
|
||||||
|
<feature name='avx512bw'>
|
||||||
|
<cpuid eax_in='0x07' ecx_in='0x00' ebx='0x40000000'/>
|
||||||
|
</feature>
|
||||||
|
@@ -1545,6 +1548,77 @@
|
||||||
|
<feature name='xop'/>
|
||||||
|
<feature name='xsave'/>
|
||||||
|
</model>
|
||||||
|
+
|
||||||
|
+ <model name='EPYC'>
|
||||||
|
+ <signature family='23' model='1'/>
|
||||||
|
+ <vendor name='AMD'/>
|
||||||
|
+ <feature name='3dnowprefetch'/>
|
||||||
|
+ <feature name='abm'/>
|
||||||
|
+ <feature name='adx'/>
|
||||||
|
+ <feature name='aes'/>
|
||||||
|
+ <feature name='apic'/>
|
||||||
|
+ <feature name='arat'/>
|
||||||
|
+ <feature name='avx'/>
|
||||||
|
+ <feature name='avx2'/>
|
||||||
|
+ <feature name='bmi1'/>
|
||||||
|
+ <feature name='bmi2'/>
|
||||||
|
+ <feature name='clflush'/>
|
||||||
|
+ <feature name='clflushopt'/>
|
||||||
|
+ <feature name='cmov'/>
|
||||||
|
+ <feature name='cr8legacy'/>
|
||||||
|
+ <feature name='cx16'/>
|
||||||
|
+ <feature name='cx8'/>
|
||||||
|
+ <feature name='de'/>
|
||||||
|
+ <feature name='f16c'/>
|
||||||
|
+ <feature name='fma'/>
|
||||||
|
+ <feature name='fpu'/>
|
||||||
|
+ <feature name='fsgsbase'/>
|
||||||
|
+ <feature name='fxsr'/>
|
||||||
|
+ <feature name='fxsr_opt'/>
|
||||||
|
+ <feature name='lahf_lm'/>
|
||||||
|
+ <feature name='lm'/>
|
||||||
|
+ <feature name='mca'/>
|
||||||
|
+ <feature name='mce'/>
|
||||||
|
+ <feature name='misalignsse'/>
|
||||||
|
+ <feature name='mmx'/>
|
||||||
|
+ <feature name='mmxext'/>
|
||||||
|
+ <feature name='monitor'/>
|
||||||
|
+ <feature name='movbe'/>
|
||||||
|
+ <feature name='msr'/>
|
||||||
|
+ <feature name='mtrr'/>
|
||||||
|
+ <feature name='nx'/>
|
||||||
|
+ <feature name='osvw'/>
|
||||||
|
+ <feature name='pae'/>
|
||||||
|
+ <feature name='pat'/>
|
||||||
|
+ <feature name='pclmuldq'/>
|
||||||
|
+ <feature name='pdpe1gb'/>
|
||||||
|
+ <feature name='pge'/>
|
||||||
|
+ <feature name='pni'/>
|
||||||
|
+ <feature name='popcnt'/>
|
||||||
|
+ <feature name='pse'/>
|
||||||
|
+ <feature name='pse36'/>
|
||||||
|
+ <feature name='rdrand'/>
|
||||||
|
+ <feature name='rdseed'/>
|
||||||
|
+ <feature name='rdtscp'/>
|
||||||
|
+ <feature name='sep'/>
|
||||||
|
+ <feature name='sha-ni'/>
|
||||||
|
+ <feature name='smap'/>
|
||||||
|
+ <feature name='smep'/>
|
||||||
|
+ <feature name='sse'/>
|
||||||
|
+ <feature name='sse2'/>
|
||||||
|
+ <feature name='sse4.1'/>
|
||||||
|
+ <feature name='sse4.2'/>
|
||||||
|
+ <feature name='sse4a'/>
|
||||||
|
+ <feature name='ssse3'/>
|
||||||
|
+ <feature name='svm'/>
|
||||||
|
+ <feature name='syscall'/>
|
||||||
|
+ <feature name='tsc'/>
|
||||||
|
+ <feature name='vme'/>
|
||||||
|
+ <feature name='xgetbv1'/>
|
||||||
|
+ <feature name='xsave'/>
|
||||||
|
+ <feature name='xsavec'/>
|
||||||
|
+ <feature name='xsaveopt'/>
|
||||||
|
+ </model>
|
||||||
|
</arch>
|
||||||
|
|
||||||
|
<arch name='ppc64'>
|
||||||
|
Index: libvirt-3.7.0/tests/cputestdata/x86_64-cpuid-EPYC-7601-32-Core-guest.xml
|
||||||
|
===================================================================
|
||||||
|
--- libvirt-3.7.0.orig/tests/cputestdata/x86_64-cpuid-EPYC-7601-32-Core-guest.xml
|
||||||
|
+++ libvirt-3.7.0/tests/cputestdata/x86_64-cpuid-EPYC-7601-32-Core-guest.xml
|
||||||
|
@@ -1,32 +1,11 @@
|
||||||
|
<cpu mode='custom' match='exact'>
|
||||||
|
- <model fallback='forbid'>Opteron_G5</model>
|
||||||
|
+ <model fallback='forbid'>EPYC</model>
|
||||||
|
<vendor>AMD</vendor>
|
||||||
|
- <feature policy='require' name='vme'/>
|
||||||
|
<feature policy='require' name='ht'/>
|
||||||
|
- <feature policy='require' name='monitor'/>
|
||||||
|
- <feature policy='require' name='movbe'/>
|
||||||
|
<feature policy='require' name='osxsave'/>
|
||||||
|
- <feature policy='require' name='rdrand'/>
|
||||||
|
- <feature policy='require' name='arat'/>
|
||||||
|
- <feature policy='require' name='fsgsbase'/>
|
||||||
|
- <feature policy='require' name='bmi1'/>
|
||||||
|
- <feature policy='require' name='avx2'/>
|
||||||
|
- <feature policy='require' name='smep'/>
|
||||||
|
- <feature policy='require' name='bmi2'/>
|
||||||
|
- <feature policy='require' name='rdseed'/>
|
||||||
|
- <feature policy='require' name='adx'/>
|
||||||
|
- <feature policy='require' name='smap'/>
|
||||||
|
- <feature policy='require' name='clflushopt'/>
|
||||||
|
- <feature policy='require' name='xsaveopt'/>
|
||||||
|
- <feature policy='require' name='xsavec'/>
|
||||||
|
- <feature policy='require' name='xgetbv1'/>
|
||||||
|
<feature policy='require' name='xsaves'/>
|
||||||
|
- <feature policy='require' name='mmxext'/>
|
||||||
|
- <feature policy='require' name='fxsr_opt'/>
|
||||||
|
<feature policy='require' name='cmp_legacy'/>
|
||||||
|
<feature policy='require' name='extapic'/>
|
||||||
|
- <feature policy='require' name='cr8legacy'/>
|
||||||
|
- <feature policy='require' name='osvw'/>
|
||||||
|
<feature policy='require' name='skinit'/>
|
||||||
|
<feature policy='require' name='wdt'/>
|
||||||
|
<feature policy='require' name='tce'/>
|
||||||
|
@@ -34,7 +13,4 @@
|
||||||
|
<feature policy='require' name='perfctr_core'/>
|
||||||
|
<feature policy='require' name='perfctr_nb'/>
|
||||||
|
<feature policy='require' name='invtsc'/>
|
||||||
|
- <feature policy='disable' name='xop'/>
|
||||||
|
- <feature policy='disable' name='fma4'/>
|
||||||
|
- <feature policy='disable' name='tbm'/>
|
||||||
|
</cpu>
|
||||||
|
Index: libvirt-3.7.0/tests/cputestdata/x86_64-cpuid-EPYC-7601-32-Core-host.xml
|
||||||
|
===================================================================
|
||||||
|
--- libvirt-3.7.0.orig/tests/cputestdata/x86_64-cpuid-EPYC-7601-32-Core-host.xml
|
||||||
|
+++ libvirt-3.7.0/tests/cputestdata/x86_64-cpuid-EPYC-7601-32-Core-host.xml
|
||||||
|
@@ -1,43 +1,12 @@
|
||||||
|
<cpu>
|
||||||
|
<arch>x86_64</arch>
|
||||||
|
- <model>Opteron_G3</model>
|
||||||
|
+ <model>EPYC</model>
|
||||||
|
<vendor>AMD</vendor>
|
||||||
|
- <feature name='vme'/>
|
||||||
|
<feature name='ht'/>
|
||||||
|
- <feature name='pclmuldq'/>
|
||||||
|
- <feature name='ssse3'/>
|
||||||
|
- <feature name='fma'/>
|
||||||
|
- <feature name='sse4.1'/>
|
||||||
|
- <feature name='sse4.2'/>
|
||||||
|
- <feature name='movbe'/>
|
||||||
|
- <feature name='aes'/>
|
||||||
|
- <feature name='xsave'/>
|
||||||
|
<feature name='osxsave'/>
|
||||||
|
- <feature name='avx'/>
|
||||||
|
- <feature name='f16c'/>
|
||||||
|
- <feature name='rdrand'/>
|
||||||
|
- <feature name='arat'/>
|
||||||
|
- <feature name='fsgsbase'/>
|
||||||
|
- <feature name='bmi1'/>
|
||||||
|
- <feature name='avx2'/>
|
||||||
|
- <feature name='smep'/>
|
||||||
|
- <feature name='bmi2'/>
|
||||||
|
- <feature name='rdseed'/>
|
||||||
|
- <feature name='adx'/>
|
||||||
|
- <feature name='smap'/>
|
||||||
|
- <feature name='clflushopt'/>
|
||||||
|
- <feature name='xsaveopt'/>
|
||||||
|
- <feature name='xsavec'/>
|
||||||
|
- <feature name='xgetbv1'/>
|
||||||
|
<feature name='xsaves'/>
|
||||||
|
- <feature name='mmxext'/>
|
||||||
|
- <feature name='fxsr_opt'/>
|
||||||
|
- <feature name='pdpe1gb'/>
|
||||||
|
<feature name='cmp_legacy'/>
|
||||||
|
<feature name='extapic'/>
|
||||||
|
- <feature name='cr8legacy'/>
|
||||||
|
- <feature name='3dnowprefetch'/>
|
||||||
|
- <feature name='osvw'/>
|
||||||
|
<feature name='skinit'/>
|
||||||
|
<feature name='wdt'/>
|
||||||
|
<feature name='tce'/>
|
||||||
|
Index: libvirt-3.7.0/tests/cputestdata/x86_64-cpuid-EPYC-7601-32-Core-json.xml
|
||||||
|
===================================================================
|
||||||
|
--- libvirt-3.7.0.orig/tests/cputestdata/x86_64-cpuid-EPYC-7601-32-Core-json.xml
|
||||||
|
+++ libvirt-3.7.0/tests/cputestdata/x86_64-cpuid-EPYC-7601-32-Core-json.xml
|
||||||
|
@@ -1,33 +1,11 @@
|
||||||
|
<cpu mode='custom' match='exact'>
|
||||||
|
- <model fallback='forbid'>Opteron_G5</model>
|
||||||
|
+ <model fallback='forbid'>EPYC</model>
|
||||||
|
<vendor>AMD</vendor>
|
||||||
|
- <feature policy='require' name='vme'/>
|
||||||
|
<feature policy='require' name='x2apic'/>
|
||||||
|
- <feature policy='require' name='movbe'/>
|
||||||
|
<feature policy='require' name='tsc-deadline'/>
|
||||||
|
- <feature policy='require' name='rdrand'/>
|
||||||
|
<feature policy='require' name='hypervisor'/>
|
||||||
|
- <feature policy='require' name='arat'/>
|
||||||
|
- <feature policy='require' name='fsgsbase'/>
|
||||||
|
<feature policy='require' name='tsc_adjust'/>
|
||||||
|
- <feature policy='require' name='bmi1'/>
|
||||||
|
- <feature policy='require' name='avx2'/>
|
||||||
|
- <feature policy='require' name='smep'/>
|
||||||
|
- <feature policy='require' name='bmi2'/>
|
||||||
|
- <feature policy='require' name='rdseed'/>
|
||||||
|
- <feature policy='require' name='adx'/>
|
||||||
|
- <feature policy='require' name='smap'/>
|
||||||
|
- <feature policy='require' name='clflushopt'/>
|
||||||
|
- <feature policy='require' name='xsaveopt'/>
|
||||||
|
- <feature policy='require' name='xsavec'/>
|
||||||
|
- <feature policy='require' name='xgetbv1'/>
|
||||||
|
- <feature policy='require' name='mmxext'/>
|
||||||
|
- <feature policy='require' name='fxsr_opt'/>
|
||||||
|
<feature policy='require' name='cmp_legacy'/>
|
||||||
|
- <feature policy='require' name='cr8legacy'/>
|
||||||
|
- <feature policy='require' name='osvw'/>
|
||||||
|
+ <feature policy='disable' name='monitor'/>
|
||||||
|
<feature policy='disable' name='svm'/>
|
||||||
|
- <feature policy='disable' name='xop'/>
|
||||||
|
- <feature policy='disable' name='fma4'/>
|
||||||
|
- <feature policy='disable' name='tbm'/>
|
||||||
|
</cpu>
|
||||||
|
Index: libvirt-3.7.0/tests/cputestdata/x86_64-cpuid-Ryzen-7-1800X-Eight-Core-guest.xml
|
||||||
|
===================================================================
|
||||||
|
--- libvirt-3.7.0.orig/tests/cputestdata/x86_64-cpuid-Ryzen-7-1800X-Eight-Core-guest.xml
|
||||||
|
+++ libvirt-3.7.0/tests/cputestdata/x86_64-cpuid-Ryzen-7-1800X-Eight-Core-guest.xml
|
||||||
|
@@ -1,32 +1,11 @@
|
||||||
|
<cpu mode='custom' match='exact'>
|
||||||
|
- <model fallback='forbid'>Opteron_G5</model>
|
||||||
|
+ <model fallback='forbid'>EPYC</model>
|
||||||
|
<vendor>AMD</vendor>
|
||||||
|
- <feature policy='require' name='vme'/>
|
||||||
|
<feature policy='require' name='ht'/>
|
||||||
|
- <feature policy='require' name='monitor'/>
|
||||||
|
- <feature policy='require' name='movbe'/>
|
||||||
|
<feature policy='require' name='osxsave'/>
|
||||||
|
- <feature policy='require' name='rdrand'/>
|
||||||
|
- <feature policy='require' name='arat'/>
|
||||||
|
- <feature policy='require' name='fsgsbase'/>
|
||||||
|
- <feature policy='require' name='bmi1'/>
|
||||||
|
- <feature policy='require' name='avx2'/>
|
||||||
|
- <feature policy='require' name='smep'/>
|
||||||
|
- <feature policy='require' name='bmi2'/>
|
||||||
|
- <feature policy='require' name='rdseed'/>
|
||||||
|
- <feature policy='require' name='adx'/>
|
||||||
|
- <feature policy='require' name='smap'/>
|
||||||
|
- <feature policy='require' name='clflushopt'/>
|
||||||
|
- <feature policy='require' name='xsaveopt'/>
|
||||||
|
- <feature policy='require' name='xsavec'/>
|
||||||
|
- <feature policy='require' name='xgetbv1'/>
|
||||||
|
<feature policy='require' name='xsaves'/>
|
||||||
|
- <feature policy='require' name='mmxext'/>
|
||||||
|
- <feature policy='require' name='fxsr_opt'/>
|
||||||
|
<feature policy='require' name='cmp_legacy'/>
|
||||||
|
<feature policy='require' name='extapic'/>
|
||||||
|
- <feature policy='require' name='cr8legacy'/>
|
||||||
|
- <feature policy='require' name='osvw'/>
|
||||||
|
<feature policy='require' name='skinit'/>
|
||||||
|
<feature policy='require' name='wdt'/>
|
||||||
|
<feature policy='require' name='tce'/>
|
||||||
|
@@ -34,7 +13,4 @@
|
||||||
|
<feature policy='require' name='perfctr_core'/>
|
||||||
|
<feature policy='require' name='perfctr_nb'/>
|
||||||
|
<feature policy='require' name='invtsc'/>
|
||||||
|
- <feature policy='disable' name='xop'/>
|
||||||
|
- <feature policy='disable' name='fma4'/>
|
||||||
|
- <feature policy='disable' name='tbm'/>
|
||||||
|
</cpu>
|
||||||
|
Index: libvirt-3.7.0/tests/cputestdata/x86_64-cpuid-Ryzen-7-1800X-Eight-Core-host.xml
|
||||||
|
===================================================================
|
||||||
|
--- libvirt-3.7.0.orig/tests/cputestdata/x86_64-cpuid-Ryzen-7-1800X-Eight-Core-host.xml
|
||||||
|
+++ libvirt-3.7.0/tests/cputestdata/x86_64-cpuid-Ryzen-7-1800X-Eight-Core-host.xml
|
||||||
|
@@ -1,43 +1,12 @@
|
||||||
|
<cpu>
|
||||||
|
<arch>x86_64</arch>
|
||||||
|
- <model>Opteron_G3</model>
|
||||||
|
+ <model>EPYC</model>
|
||||||
|
<vendor>AMD</vendor>
|
||||||
|
- <feature name='vme'/>
|
||||||
|
<feature name='ht'/>
|
||||||
|
- <feature name='pclmuldq'/>
|
||||||
|
- <feature name='ssse3'/>
|
||||||
|
- <feature name='fma'/>
|
||||||
|
- <feature name='sse4.1'/>
|
||||||
|
- <feature name='sse4.2'/>
|
||||||
|
- <feature name='movbe'/>
|
||||||
|
- <feature name='aes'/>
|
||||||
|
- <feature name='xsave'/>
|
||||||
|
<feature name='osxsave'/>
|
||||||
|
- <feature name='avx'/>
|
||||||
|
- <feature name='f16c'/>
|
||||||
|
- <feature name='rdrand'/>
|
||||||
|
- <feature name='arat'/>
|
||||||
|
- <feature name='fsgsbase'/>
|
||||||
|
- <feature name='bmi1'/>
|
||||||
|
- <feature name='avx2'/>
|
||||||
|
- <feature name='smep'/>
|
||||||
|
- <feature name='bmi2'/>
|
||||||
|
- <feature name='rdseed'/>
|
||||||
|
- <feature name='adx'/>
|
||||||
|
- <feature name='smap'/>
|
||||||
|
- <feature name='clflushopt'/>
|
||||||
|
- <feature name='xsaveopt'/>
|
||||||
|
- <feature name='xsavec'/>
|
||||||
|
- <feature name='xgetbv1'/>
|
||||||
|
<feature name='xsaves'/>
|
||||||
|
- <feature name='mmxext'/>
|
||||||
|
- <feature name='fxsr_opt'/>
|
||||||
|
- <feature name='pdpe1gb'/>
|
||||||
|
<feature name='cmp_legacy'/>
|
||||||
|
<feature name='extapic'/>
|
||||||
|
- <feature name='cr8legacy'/>
|
||||||
|
- <feature name='3dnowprefetch'/>
|
||||||
|
- <feature name='osvw'/>
|
||||||
|
<feature name='skinit'/>
|
||||||
|
<feature name='wdt'/>
|
||||||
|
<feature name='tce'/>
|
||||||
|
Index: libvirt-3.7.0/tests/cputestdata/x86_64-cpuid-Ryzen-7-1800X-Eight-Core-json.xml
|
||||||
|
===================================================================
|
||||||
|
--- libvirt-3.7.0.orig/tests/cputestdata/x86_64-cpuid-Ryzen-7-1800X-Eight-Core-json.xml
|
||||||
|
+++ libvirt-3.7.0/tests/cputestdata/x86_64-cpuid-Ryzen-7-1800X-Eight-Core-json.xml
|
||||||
|
@@ -1,32 +1,11 @@
|
||||||
|
<cpu mode='custom' match='exact'>
|
||||||
|
- <model fallback='forbid'>Opteron_G5</model>
|
||||||
|
+ <model fallback='forbid'>EPYC</model>
|
||||||
|
<vendor>AMD</vendor>
|
||||||
|
- <feature policy='require' name='vme'/>
|
||||||
|
<feature policy='require' name='x2apic'/>
|
||||||
|
- <feature policy='require' name='movbe'/>
|
||||||
|
<feature policy='require' name='tsc-deadline'/>
|
||||||
|
- <feature policy='require' name='rdrand'/>
|
||||||
|
<feature policy='require' name='hypervisor'/>
|
||||||
|
- <feature policy='require' name='arat'/>
|
||||||
|
- <feature policy='require' name='fsgsbase'/>
|
||||||
|
<feature policy='require' name='tsc_adjust'/>
|
||||||
|
- <feature policy='require' name='bmi1'/>
|
||||||
|
- <feature policy='require' name='avx2'/>
|
||||||
|
- <feature policy='require' name='smep'/>
|
||||||
|
- <feature policy='require' name='bmi2'/>
|
||||||
|
- <feature policy='require' name='rdseed'/>
|
||||||
|
- <feature policy='require' name='adx'/>
|
||||||
|
- <feature policy='require' name='smap'/>
|
||||||
|
- <feature policy='require' name='clflushopt'/>
|
||||||
|
- <feature policy='require' name='xsaveopt'/>
|
||||||
|
- <feature policy='require' name='xsavec'/>
|
||||||
|
- <feature policy='require' name='xgetbv1'/>
|
||||||
|
- <feature policy='require' name='mmxext'/>
|
||||||
|
- <feature policy='require' name='fxsr_opt'/>
|
||||||
|
<feature policy='require' name='cmp_legacy'/>
|
||||||
|
- <feature policy='require' name='cr8legacy'/>
|
||||||
|
- <feature policy='require' name='osvw'/>
|
||||||
|
- <feature policy='disable' name='xop'/>
|
||||||
|
- <feature policy='disable' name='fma4'/>
|
||||||
|
- <feature policy='disable' name='tbm'/>
|
||||||
|
+ <feature policy='disable' name='monitor'/>
|
||||||
|
+ <feature policy='disable' name='sha-ni'/>
|
||||||
|
</cpu>
|
@ -1,7 +1,7 @@
|
|||||||
Index: libvirt-3.6.0/examples/apparmor/libvirt-qemu
|
Index: libvirt-3.7.0/examples/apparmor/libvirt-qemu
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libvirt-3.6.0.orig/examples/apparmor/libvirt-qemu
|
--- libvirt-3.7.0.orig/examples/apparmor/libvirt-qemu
|
||||||
+++ libvirt-3.6.0/examples/apparmor/libvirt-qemu
|
+++ libvirt-3.7.0/examples/apparmor/libvirt-qemu
|
||||||
@@ -156,6 +156,9 @@
|
@@ -156,6 +156,9 @@
|
||||||
# for restore
|
# for restore
|
||||||
/{usr/,}bin/bash rmix,
|
/{usr/,}bin/bash rmix,
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Index: libvirt-3.6.0/examples/apparmor/libvirt-lxc
|
Index: libvirt-3.7.0/examples/apparmor/libvirt-lxc
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libvirt-3.6.0.orig/examples/apparmor/libvirt-lxc
|
--- libvirt-3.7.0.orig/examples/apparmor/libvirt-lxc
|
||||||
+++ libvirt-3.6.0/examples/apparmor/libvirt-lxc
|
+++ libvirt-3.7.0/examples/apparmor/libvirt-lxc
|
||||||
@@ -2,39 +2,15 @@
|
@@ -2,39 +2,15 @@
|
||||||
|
|
||||||
#include <abstractions/base>
|
#include <abstractions/base>
|
||||||
|
@ -11,11 +11,11 @@ Signed-off-by: Chunyan Liu <cyliu@suse.com>
|
|||||||
src/qemu/qemu_driver.c | 7 +++++++
|
src/qemu/qemu_driver.c | 7 +++++++
|
||||||
1 file changed, 7 insertions(+)
|
1 file changed, 7 insertions(+)
|
||||||
|
|
||||||
Index: libvirt-3.6.0/src/qemu/qemu_driver.c
|
Index: libvirt-3.7.0/src/qemu/qemu_driver.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libvirt-3.6.0.orig/src/qemu/qemu_driver.c
|
--- libvirt-3.7.0.orig/src/qemu/qemu_driver.c
|
||||||
+++ libvirt-3.6.0/src/qemu/qemu_driver.c
|
+++ libvirt-3.7.0/src/qemu/qemu_driver.c
|
||||||
@@ -16836,6 +16836,14 @@ qemuDomainBlockCopyCommon(virDomainObjPt
|
@@ -16976,6 +16976,14 @@ qemuDomainBlockCopyCommon(virDomainObjPt
|
||||||
goto endjob;
|
goto endjob;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,42 +0,0 @@
|
|||||||
commit e4cb8500810a310a10a6cb359e1b53fac03ed597
|
|
||||||
Author: Daniel P. Berrange <berrange@redhat.com>
|
|
||||||
Date: Fri Aug 11 17:19:53 2017 +0100
|
|
||||||
|
|
||||||
rpc: avoid ssh interpreting malicious hostname as arguments
|
|
||||||
|
|
||||||
Inspired by the recent GIT / Mercurial security flaws
|
|
||||||
(http://blog.recurity-labs.com/2017-08-10/scm-vulns),
|
|
||||||
consider someone/something manages to feed libvirt a bogus
|
|
||||||
URI such as:
|
|
||||||
|
|
||||||
virsh -c qemu+ssh://-oProxyCommand=gnome-calculator/system
|
|
||||||
|
|
||||||
In this case, the hosname "-oProxyCommand=gnome-calculator"
|
|
||||||
will get interpreted as an argument to ssh, not a hostname.
|
|
||||||
Fortunately, due to the set of args we have following the
|
|
||||||
hostname, SSH will then interpret our bit of shell script
|
|
||||||
that runs 'nc' on the remote host as a cipher name, which is
|
|
||||||
clearly invalid. This makes ssh exit during argv parsing and
|
|
||||||
so it never tries to run gnome-calculator.
|
|
||||||
|
|
||||||
We are lucky this time, but lets be more paranoid, by using
|
|
||||||
'--' to explicitly tell SSH when it has finished seeing
|
|
||||||
command line options. This forces it to interpret
|
|
||||||
"-oProxyCommand=gnome-calculator" as a hostname, and thus
|
|
||||||
see a fail from hostname lookup.
|
|
||||||
|
|
||||||
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
|
|
||||||
|
|
||||||
Index: libvirt-3.6.0/src/rpc/virnetsocket.c
|
|
||||||
===================================================================
|
|
||||||
--- libvirt-3.6.0.orig/src/rpc/virnetsocket.c
|
|
||||||
+++ libvirt-3.6.0/src/rpc/virnetsocket.c
|
|
||||||
@@ -868,7 +868,7 @@ int virNetSocketNewConnectSSH(const char
|
|
||||||
if (!netcat)
|
|
||||||
netcat = "nc";
|
|
||||||
|
|
||||||
- virCommandAddArgList(cmd, nodename, "sh", "-c", NULL);
|
|
||||||
+ virCommandAddArgList(cmd, "--", nodename, "sh", "-c", NULL);
|
|
||||||
|
|
||||||
virBufferEscapeShell(&buf, netcat);
|
|
||||||
if (virBufferCheckError(&buf) < 0) {
|
|
@ -1,139 +0,0 @@
|
|||||||
commit f536b0dd7318c736c20ae646209671011d16c12c
|
|
||||||
Author: Peter Krempa <pkrempa@redhat.com>
|
|
||||||
Date: Wed Aug 2 17:23:51 2017 +0200
|
|
||||||
|
|
||||||
tests: deterministichash: Make hash tables arch-independent
|
|
||||||
|
|
||||||
It turns out that our implementation of the hashing function is
|
|
||||||
endian-dependent and thus if used on various architectures the testsuite
|
|
||||||
may have different results. Work this around by mocking virHashCodeGen
|
|
||||||
to something which does not use bit operations instead of just setting a
|
|
||||||
deterministic seed.
|
|
||||||
|
|
||||||
Index: libvirt-3.6.0/tests/qemumonitorjsondata/qemumonitorjson-nodename-relative.result
|
|
||||||
===================================================================
|
|
||||||
--- libvirt-3.6.0.orig/tests/qemumonitorjsondata/qemumonitorjson-nodename-relative.result
|
|
||||||
+++ libvirt-3.6.0/tests/qemumonitorjsondata/qemumonitorjson-nodename-relative.result
|
|
||||||
@@ -1,15 +1,3 @@
|
|
||||||
-drive-ide0-0-1
|
|
||||||
-filename : '/var/lib/libvirt/images/relsnap.qcow2'
|
|
||||||
-format node : '#block1290'
|
|
||||||
-format drv : 'qcow2'
|
|
||||||
-storage node: '#block1107'
|
|
||||||
-storage drv : 'file'
|
|
||||||
- filename : '/var/lib/libvirt/images/base.qcow2'
|
|
||||||
- format node : '#block927'
|
|
||||||
- format drv : 'qcow2'
|
|
||||||
- storage node: '#block800'
|
|
||||||
- storage drv : 'file'
|
|
||||||
-
|
|
||||||
drive-ide0-0-0
|
|
||||||
filename : '/var/lib/libvirt/images/img3'
|
|
||||||
format node : '#block118'
|
|
||||||
@@ -31,3 +19,15 @@ storage drv : 'file'
|
|
||||||
format drv : 'qcow2'
|
|
||||||
storage node: '#block614'
|
|
||||||
storage drv : 'file'
|
|
||||||
+
|
|
||||||
+drive-ide0-0-1
|
|
||||||
+filename : '/var/lib/libvirt/images/relsnap.qcow2'
|
|
||||||
+format node : '#block1290'
|
|
||||||
+format drv : 'qcow2'
|
|
||||||
+storage node: '#block1107'
|
|
||||||
+storage drv : 'file'
|
|
||||||
+ filename : '/var/lib/libvirt/images/base.qcow2'
|
|
||||||
+ format node : '#block927'
|
|
||||||
+ format drv : 'qcow2'
|
|
||||||
+ storage node: '#block800'
|
|
||||||
+ storage drv : 'file'
|
|
||||||
Index: libvirt-3.6.0/tests/qemumonitorjsondata/qemumonitorjson-nodename-same-backing.result
|
|
||||||
===================================================================
|
|
||||||
--- libvirt-3.6.0.orig/tests/qemumonitorjsondata/qemumonitorjson-nodename-same-backing.result
|
|
||||||
+++ libvirt-3.6.0/tests/qemumonitorjsondata/qemumonitorjson-nodename-same-backing.result
|
|
||||||
@@ -1,15 +1,3 @@
|
|
||||||
-drive-sata0-0-1
|
|
||||||
-filename : '/var/lib/libvirt/images/b.qcow2'
|
|
||||||
-format node : '#block548'
|
|
||||||
-format drv : 'qcow2'
|
|
||||||
-storage node: '#block487'
|
|
||||||
-storage drv : 'file'
|
|
||||||
- filename : '/var/lib/libvirt/images/base.qcow2'
|
|
||||||
- format node : '#block771'
|
|
||||||
- format drv : 'qcow2'
|
|
||||||
- storage node: '#block692'
|
|
||||||
- storage drv : 'file'
|
|
||||||
-
|
|
||||||
drive-sata0-0-0
|
|
||||||
filename : '/var/lib/libvirt/images/a.qcow2'
|
|
||||||
format node : '#block132'
|
|
||||||
@@ -21,3 +9,15 @@ storage drv : 'file'
|
|
||||||
format drv : 'qcow2'
|
|
||||||
storage node: '#block224'
|
|
||||||
storage drv : 'file'
|
|
||||||
+
|
|
||||||
+drive-sata0-0-1
|
|
||||||
+filename : '/var/lib/libvirt/images/b.qcow2'
|
|
||||||
+format node : '#block548'
|
|
||||||
+format drv : 'qcow2'
|
|
||||||
+storage node: '#block487'
|
|
||||||
+storage drv : 'file'
|
|
||||||
+ filename : '/var/lib/libvirt/images/base.qcow2'
|
|
||||||
+ format node : '#block771'
|
|
||||||
+ format drv : 'qcow2'
|
|
||||||
+ storage node: '#block692'
|
|
||||||
+ storage drv : 'file'
|
|
||||||
Index: libvirt-3.6.0/tests/virdeterministichashmock.c
|
|
||||||
===================================================================
|
|
||||||
--- libvirt-3.6.0.orig/tests/virdeterministichashmock.c
|
|
||||||
+++ libvirt-3.6.0/tests/virdeterministichashmock.c
|
|
||||||
@@ -20,10 +20,19 @@
|
|
||||||
|
|
||||||
#include <config.h>
|
|
||||||
|
|
||||||
-#include "virrandom.h"
|
|
||||||
+#include "util/virhashcode.h"
|
|
||||||
|
|
||||||
-uint64_t virRandomBits(int nbits ATTRIBUTE_UNUSED)
|
|
||||||
+uint32_t
|
|
||||||
+virHashCodeGen(const void *key,
|
|
||||||
+ size_t len,
|
|
||||||
+ uint32_t seed ATTRIBUTE_UNUSED)
|
|
||||||
{
|
|
||||||
- return 4; /* chosen by fair dice roll.
|
|
||||||
- guaranteed to be random. */
|
|
||||||
+ const uint8_t *k = key;
|
|
||||||
+ uint32_t h = 0;
|
|
||||||
+ size_t i;
|
|
||||||
+
|
|
||||||
+ for (i = 0; i < len; i++)
|
|
||||||
+ h += k[i];
|
|
||||||
+
|
|
||||||
+ return h;
|
|
||||||
}
|
|
||||||
Index: libvirt-3.6.0/tests/virmacmaptestdata/simple2.json
|
|
||||||
===================================================================
|
|
||||||
--- libvirt-3.6.0.orig/tests/virmacmaptestdata/simple2.json
|
|
||||||
+++ libvirt-3.6.0/tests/virmacmaptestdata/simple2.json
|
|
||||||
@@ -1,16 +1,16 @@
|
|
||||||
[
|
|
||||||
{
|
|
||||||
- "domain": "f25",
|
|
||||||
+ "domain": "f24",
|
|
||||||
"macs": [
|
|
||||||
- "00:11:22:33:44:55",
|
|
||||||
- "aa:bb:cc:00:11:22"
|
|
||||||
+ "aa:bb:cc:dd:ee:ff",
|
|
||||||
+ "a1:b2:c3:d4:e5:f6"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
- "domain": "f24",
|
|
||||||
+ "domain": "f25",
|
|
||||||
"macs": [
|
|
||||||
- "aa:bb:cc:dd:ee:ff",
|
|
||||||
- "a1:b2:c3:d4:e5:f6"
|
|
||||||
+ "00:11:22:33:44:55",
|
|
||||||
+ "aa:bb:cc:00:11:22"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3a2c97f6950796f300f6a2e0404f4de8e51c3b9430cdb82738439adb0ac59e3d
|
|
||||||
size 14797704
|
|
@ -1,10 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEcBAABAgAGBQJZgTFuAAoJEBVYiyZZa+pdtVgH/AlO4NEMgA8VLeOCrQxDCAqB
|
|
||||||
Bvfx3tw1pm+6suwSAQBUfNIjRcmZzJbXXfmZX20K4pIjUBR3edz30ergxtIM9YXP
|
|
||||||
DJ+oPTl7lE1ibaqE/6lFD16KXZ1pXK4iAvbSske84ANYHjADUVOZDeov5beqs3Ef
|
|
||||||
DPCpN03Y5RPe/lrfY1c3ma3+wq5jFBJp4ERgpsKIuviD2XUFAhyiXyogQDqzyIZ1
|
|
||||||
I54GDZfJWFAof1iTB9f0mqtEEhNPCnBY/veS5GjUHI4EUrs+/TbYINLqfTyttf5l
|
|
||||||
Qyw9QOXvhQzGu0YF2TLvlVLcSfz/ZqeQkACROz4bRi85UvlmcSIVek01Qnr82Hw=
|
|
||||||
=ZqVA
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
libvirt-3.7.0.tar.xz
Normal file
3
libvirt-3.7.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4e7bcb209eeef99f026484293abc733e30ed06dabcdde62c4c3e95f71b2b67ba
|
||||||
|
size 14803752
|
10
libvirt-3.7.0.tar.xz.asc
Normal file
10
libvirt-3.7.0.tar.xz.asc
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEcBAABAgAGBQJZrSOIAAoJEBVYiyZZa+pd/9IH/1bGgu6+j2Q86NNQQ/rEsmL6
|
||||||
|
1lR2hvZCNxKEVSNshJfWQvSY2UT87HKYJPMbVdRJx6j/vc48bG8lZvt128wRMjji
|
||||||
|
sjJ/eDP0oLi48ZnICYx+KNcmLJVYjadueCqYclUIUrHhUsNzGZin3bmLN7vPLEP/
|
||||||
|
BeRmexJqfTSKftxHY1/ZMEJmTkHP7xBRJ56C2wascBjqtbw6UT0L97bn+rtm659Q
|
||||||
|
278zDS8vwalwef5CnTm89Pp7d2oBHtD52XE+jJtpv1mC1zwvKCpPhfgVj1U3+mPR
|
||||||
|
js3D0avcBQ9lApvAl6ByAJvXDaGb3T9MpM4K0UYr5j5p3h3/ffL3i/0+4ez46cc=
|
||||||
|
=DNDB
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -2,11 +2,11 @@ Add POWER8 v2.0 and v2.1 to cpu map XML
|
|||||||
|
|
||||||
From: <ro@suse.de>
|
From: <ro@suse.de>
|
||||||
|
|
||||||
Index: libvirt-3.6.0/src/cpu/cpu_map.xml
|
Index: libvirt-3.7.0/src/cpu/cpu_map.xml
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libvirt-3.6.0.orig/src/cpu/cpu_map.xml
|
--- libvirt-3.7.0.orig/src/cpu/cpu_map.xml
|
||||||
+++ libvirt-3.6.0/src/cpu/cpu_map.xml
|
+++ libvirt-3.7.0/src/cpu/cpu_map.xml
|
||||||
@@ -1569,6 +1569,8 @@
|
@@ -1643,6 +1643,8 @@
|
||||||
<pvr value='0x004b0000' mask='0xffff0000'/>
|
<pvr value='0x004b0000' mask='0xffff0000'/>
|
||||||
<pvr value='0x004c0000' mask='0xffff0000'/>
|
<pvr value='0x004c0000' mask='0xffff0000'/>
|
||||||
<pvr value='0x004d0000' mask='0xffff0000'/>
|
<pvr value='0x004d0000' mask='0xffff0000'/>
|
||||||
|
@ -98,7 +98,7 @@ if systemctl is-enabled libvirtd.service 2>&1 > /dev/null; then
|
|||||||
plugin_command "virsh snapshot-list $DOM"
|
plugin_command "virsh snapshot-list $DOM"
|
||||||
echo
|
echo
|
||||||
done
|
done
|
||||||
# dump configuration info of inactive domains od default URI
|
# dump configuration info of inactive domains on default URI
|
||||||
for DOM in $(virsh list --name --inactive)
|
for DOM in $(virsh list --name --inactive)
|
||||||
do
|
do
|
||||||
plugin_command "virsh dumpxml $DOM"
|
plugin_command "virsh dumpxml $DOM"
|
||||||
@ -113,6 +113,11 @@ if systemctl is-enabled libvirtd.service 2>&1 > /dev/null; then
|
|||||||
echo
|
echo
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# dump active networks, interfaces and storage pools
|
||||||
|
plugin_command "virsh net-list"
|
||||||
|
plugin_command "virsh iface-list"
|
||||||
|
plugin_command "virsh pool-list"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# dump libvirtd-related conf files
|
# dump libvirtd-related conf files
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Index: libvirt-3.6.0/configure.ac
|
Index: libvirt-3.7.0/configure.ac
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libvirt-3.6.0.orig/configure.ac
|
--- libvirt-3.7.0.orig/configure.ac
|
||||||
+++ libvirt-3.6.0/configure.ac
|
+++ libvirt-3.7.0/configure.ac
|
||||||
@@ -256,6 +256,7 @@ LIBVIRT_ARG_LIBSSH
|
@@ -256,6 +256,7 @@ LIBVIRT_ARG_LIBSSH
|
||||||
LIBVIRT_ARG_LIBXML
|
LIBVIRT_ARG_LIBXML
|
||||||
LIBVIRT_ARG_MACVTAP
|
LIBVIRT_ARG_MACVTAP
|
||||||
@ -26,11 +26,11 @@ Index: libvirt-3.6.0/configure.ac
|
|||||||
LIBVIRT_RESULT_NSS
|
LIBVIRT_RESULT_NSS
|
||||||
LIBVIRT_RESULT_NUMACTL
|
LIBVIRT_RESULT_NUMACTL
|
||||||
LIBVIRT_RESULT_OPENWSMAN
|
LIBVIRT_RESULT_OPENWSMAN
|
||||||
Index: libvirt-3.6.0/src/Makefile.am
|
Index: libvirt-3.7.0/src/Makefile.am
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libvirt-3.6.0.orig/src/Makefile.am
|
--- libvirt-3.7.0.orig/src/Makefile.am
|
||||||
+++ libvirt-3.6.0/src/Makefile.am
|
+++ libvirt-3.7.0/src/Makefile.am
|
||||||
@@ -1036,6 +1036,10 @@ if WITH_NETCF
|
@@ -1037,6 +1037,10 @@ if WITH_NETCF
|
||||||
INTERFACE_DRIVER_SOURCES += \
|
INTERFACE_DRIVER_SOURCES += \
|
||||||
interface/interface_backend_netcf.c
|
interface/interface_backend_netcf.c
|
||||||
endif WITH_NETCF
|
endif WITH_NETCF
|
||||||
@ -41,7 +41,7 @@ Index: libvirt-3.6.0/src/Makefile.am
|
|||||||
if WITH_UDEV
|
if WITH_UDEV
|
||||||
INTERFACE_DRIVER_SOURCES += \
|
INTERFACE_DRIVER_SOURCES += \
|
||||||
interface/interface_backend_udev.c
|
interface/interface_backend_udev.c
|
||||||
@@ -1648,6 +1652,10 @@ if WITH_NETCF
|
@@ -1649,6 +1653,10 @@ if WITH_NETCF
|
||||||
libvirt_driver_interface_la_CFLAGS += $(NETCF_CFLAGS)
|
libvirt_driver_interface_la_CFLAGS += $(NETCF_CFLAGS)
|
||||||
libvirt_driver_interface_la_LIBADD += $(NETCF_LIBS)
|
libvirt_driver_interface_la_LIBADD += $(NETCF_LIBS)
|
||||||
endif WITH_NETCF
|
endif WITH_NETCF
|
||||||
@ -52,11 +52,11 @@ Index: libvirt-3.6.0/src/Makefile.am
|
|||||||
if WITH_UDEV
|
if WITH_UDEV
|
||||||
libvirt_driver_interface_la_CFLAGS += $(UDEV_CFLAGS)
|
libvirt_driver_interface_la_CFLAGS += $(UDEV_CFLAGS)
|
||||||
libvirt_driver_interface_la_LIBADD += $(UDEV_LIBS)
|
libvirt_driver_interface_la_LIBADD += $(UDEV_LIBS)
|
||||||
Index: libvirt-3.6.0/tools/virsh.c
|
Index: libvirt-3.7.0/tools/virsh.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libvirt-3.6.0.orig/tools/virsh.c
|
--- libvirt-3.7.0.orig/tools/virsh.c
|
||||||
+++ libvirt-3.6.0/tools/virsh.c
|
+++ libvirt-3.7.0/tools/virsh.c
|
||||||
@@ -570,6 +570,8 @@ virshShowVersion(vshControl *ctl ATTRIBU
|
@@ -576,6 +576,8 @@ virshShowVersion(vshControl *ctl ATTRIBU
|
||||||
vshPrint(ctl, " Interface");
|
vshPrint(ctl, " Interface");
|
||||||
# if defined(WITH_NETCF)
|
# if defined(WITH_NETCF)
|
||||||
vshPrint(ctl, " netcf");
|
vshPrint(ctl, " netcf");
|
||||||
@ -65,10 +65,10 @@ Index: libvirt-3.6.0/tools/virsh.c
|
|||||||
# elif defined(WITH_UDEV)
|
# elif defined(WITH_UDEV)
|
||||||
vshPrint(ctl, " udev");
|
vshPrint(ctl, " udev");
|
||||||
# endif
|
# endif
|
||||||
Index: libvirt-3.6.0/src/interface/interface_backend_netcf.c
|
Index: libvirt-3.7.0/src/interface/interface_backend_netcf.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libvirt-3.6.0.orig/src/interface/interface_backend_netcf.c
|
--- libvirt-3.7.0.orig/src/interface/interface_backend_netcf.c
|
||||||
+++ libvirt-3.6.0/src/interface/interface_backend_netcf.c
|
+++ libvirt-3.7.0/src/interface/interface_backend_netcf.c
|
||||||
@@ -23,7 +23,12 @@
|
@@ -23,7 +23,12 @@
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
@ -152,10 +152,10 @@ Index: libvirt-3.6.0/src/interface/interface_backend_netcf.c
|
|||||||
if (virSetSharedInterfaceDriver(&interfaceDriver) < 0)
|
if (virSetSharedInterfaceDriver(&interfaceDriver) < 0)
|
||||||
return -1;
|
return -1;
|
||||||
if (virRegisterStateDriver(&interfaceStateDriver) < 0)
|
if (virRegisterStateDriver(&interfaceStateDriver) < 0)
|
||||||
Index: libvirt-3.6.0/src/interface/interface_driver.c
|
Index: libvirt-3.7.0/src/interface/interface_driver.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libvirt-3.6.0.orig/src/interface/interface_driver.c
|
--- libvirt-3.7.0.orig/src/interface/interface_driver.c
|
||||||
+++ libvirt-3.6.0/src/interface/interface_driver.c
|
+++ libvirt-3.7.0/src/interface/interface_driver.c
|
||||||
@@ -30,8 +30,15 @@ interfaceRegister(void)
|
@@ -30,8 +30,15 @@ interfaceRegister(void)
|
||||||
if (netcfIfaceRegister() == 0)
|
if (netcfIfaceRegister() == 0)
|
||||||
return 0;
|
return 0;
|
||||||
@ -173,10 +173,10 @@ Index: libvirt-3.6.0/src/interface/interface_driver.c
|
|||||||
if (udevIfaceRegister() == 0)
|
if (udevIfaceRegister() == 0)
|
||||||
return 0;
|
return 0;
|
||||||
#endif /* WITH_UDEV */
|
#endif /* WITH_UDEV */
|
||||||
Index: libvirt-3.6.0/m4/virt-netcontrol.m4
|
Index: libvirt-3.7.0/m4/virt-netcontrol.m4
|
||||||
===================================================================
|
===================================================================
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ libvirt-3.6.0/m4/virt-netcontrol.m4
|
+++ libvirt-3.7.0/m4/virt-netcontrol.m4
|
||||||
@@ -0,0 +1,39 @@
|
@@ -0,0 +1,39 @@
|
||||||
+dnl The libnetcontrol library
|
+dnl The libnetcontrol library
|
||||||
+dnl
|
+dnl
|
||||||
|
@ -1,3 +1,35 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 15 17:29:55 UTC 2017 - jfehlig@suse.com
|
||||||
|
|
||||||
|
- cpu: Add new EPYC CPU model
|
||||||
|
92bd87a2-ryzen-test-data.patch, 5c83b360-epyc-test-data.patch,
|
||||||
|
a0b62843-epyc-cpu-model.patch
|
||||||
|
bsc#1052825
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 15 16:20:34 UTC 2017 - jfehlig@suse.com
|
||||||
|
|
||||||
|
- Update to libvirt 3.7.0
|
||||||
|
- Many incremental improvements and bug fixes, see
|
||||||
|
http://libvirt.org/news.html
|
||||||
|
- Dropped patches:
|
||||||
|
8982f3ab-util-hash-header.patch,
|
||||||
|
0b1ecf7b-virHashCodeGen-mockable.patch,
|
||||||
|
f536b0dd-tests-arch-independent-hash.patch,
|
||||||
|
e4cb8500-avoid-malicious-ssh-hostname-as-args.patch
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 1 19:55:30 UTC 2017 - jfehlig@suse.com
|
||||||
|
|
||||||
|
- Support OVMF 4MB firmware images
|
||||||
|
Adjustment to spec file and suse-ovmf-paths.patch
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 31 19:33:01 UTC 2017 - jfehlig@suse.com
|
||||||
|
|
||||||
|
- supportconfig plugin: list active networks, interfaces and
|
||||||
|
storage pools
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 29 22:34:42 UTC 2017 - jfehlig@suse.com
|
Tue Aug 29 22:34:42 UTC 2017 - jfehlig@suse.com
|
||||||
|
|
||||||
|
20
libvirt.spec
20
libvirt.spec
@ -165,7 +165,7 @@
|
|||||||
|
|
||||||
Name: libvirt
|
Name: libvirt
|
||||||
Url: http://libvirt.org/
|
Url: http://libvirt.org/
|
||||||
Version: 3.6.0
|
Version: 3.7.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library providing a simple virtualization API
|
Summary: Library providing a simple virtualization API
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
@ -230,7 +230,6 @@ BuildRequires: perl
|
|||||||
BuildRequires: python
|
BuildRequires: python
|
||||||
BuildRequires: python-xml
|
BuildRequires: python-xml
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
BuildRequires: xhtml-dtd
|
|
||||||
# perl XPath is needed since we have a patch touching files that cause
|
# perl XPath is needed since we have a patch touching files that cause
|
||||||
# hvsupport.html to be regenerated
|
# hvsupport.html to be regenerated
|
||||||
BuildRequires: perl(XML::XPath)
|
BuildRequires: perl(XML::XPath)
|
||||||
@ -305,10 +304,9 @@ Source4: libvirt-supportconfig
|
|||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
Source100: %{name}-rpmlintrc
|
Source100: %{name}-rpmlintrc
|
||||||
# Upstream patches
|
# Upstream patches
|
||||||
Patch0: 8982f3ab-util-hash-header.patch
|
Patch0: 92bd87a2-ryzen-test-data.patch
|
||||||
Patch1: 0b1ecf7b-virHashCodeGen-mockable.patch
|
Patch1: 5c83b360-epyc-test-data.patch
|
||||||
Patch2: f536b0dd-tests-arch-independent-hash.patch
|
Patch2: a0b62843-epyc-cpu-model.patch
|
||||||
Patch3: e4cb8500-avoid-malicious-ssh-hostname-as-args.patch
|
|
||||||
# Patches pending upstream review
|
# Patches pending upstream review
|
||||||
Patch100: libxl-dom-reset.patch
|
Patch100: libxl-dom-reset.patch
|
||||||
Patch101: network-don-t-use-dhcp-authoritative-on-static-netwo.patch
|
Patch101: network-don-t-use-dhcp-authoritative-on-static-netwo.patch
|
||||||
@ -877,7 +875,6 @@ libvirt plugin for NSS for translating domain names into IP addresses.
|
|||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
%patch3 -p1
|
|
||||||
%patch100 -p1
|
%patch100 -p1
|
||||||
%patch101 -p1
|
%patch101 -p1
|
||||||
%patch150 -p1
|
%patch150 -p1
|
||||||
@ -1015,7 +1012,14 @@ libvirt plugin for NSS for translating domain names into IP addresses.
|
|||||||
# x86_64 UEFI firmwares
|
# x86_64 UEFI firmwares
|
||||||
# To more closely resemble actual hardware, we use the firmwares with
|
# To more closely resemble actual hardware, we use the firmwares with
|
||||||
# embedded Microsoft keys
|
# embedded Microsoft keys
|
||||||
LOADERS="/usr/share/qemu/ovmf-x86_64-ms-code.bin:/usr/share/qemu/ovmf-x86_64-ms-vars.bin"
|
#
|
||||||
|
# The Windows HCK test requires a bigger variable store, so 4MB firmware
|
||||||
|
# images have been introduced. They are advertised first and will be
|
||||||
|
# used by default for new VM installations. The 2MB images are still
|
||||||
|
# available for existing VMs, and can be selected for new installations
|
||||||
|
# as well.
|
||||||
|
LOADERS="/usr/share/qemu/ovmf-x86_64-ms-4m-code.bin:/usr/share/qemu/ovmf-x86_64-ms-4m-vars.bin"
|
||||||
|
LOADERS="$LOADERS:/usr/share/qemu/ovmf-x86_64-ms-code.bin:/usr/share/qemu/ovmf-x86_64-ms-vars.bin"
|
||||||
# aarch64 UEFI firmwares
|
# aarch64 UEFI firmwares
|
||||||
LOADERS="$LOADERS:/usr/share/qemu/aavmf-aarch64-code.bin:/usr/share/qemu/aavmf-aarch64-vars.bin"
|
LOADERS="$LOADERS:/usr/share/qemu/aavmf-aarch64-code.bin:/usr/share/qemu/aavmf-aarch64-vars.bin"
|
||||||
%define arg_loader_nvram --with-loader-nvram="$LOADERS"
|
%define arg_loader_nvram --with-loader-nvram="$LOADERS"
|
||||||
|
@ -8,10 +8,10 @@ Date: Mon Jun 23 15:51:20 2014 -0600
|
|||||||
option, but domainReset can be implemented in the libxl driver by
|
option, but domainReset can be implemented in the libxl driver by
|
||||||
forcibly destroying the domain and starting it again.
|
forcibly destroying the domain and starting it again.
|
||||||
|
|
||||||
Index: libvirt-3.6.0/src/libxl/libxl_driver.c
|
Index: libvirt-3.7.0/src/libxl/libxl_driver.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libvirt-3.6.0.orig/src/libxl/libxl_driver.c
|
--- libvirt-3.7.0.orig/src/libxl/libxl_driver.c
|
||||||
+++ libvirt-3.6.0/src/libxl/libxl_driver.c
|
+++ libvirt-3.7.0/src/libxl/libxl_driver.c
|
||||||
@@ -1381,6 +1381,61 @@ libxlDomainReboot(virDomainPtr dom, unsi
|
@@ -1381,6 +1381,61 @@ libxlDomainReboot(virDomainPtr dom, unsi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -8,10 +8,10 @@ as the default <emulator>, instead of the qemu-xen one.
|
|||||||
|
|
||||||
See FATE#320638 for details.
|
See FATE#320638 for details.
|
||||||
|
|
||||||
Index: libvirt-3.6.0/src/libxl/libxl_capabilities.c
|
Index: libvirt-3.7.0/src/libxl/libxl_capabilities.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libvirt-3.6.0.orig/src/libxl/libxl_capabilities.c
|
--- libvirt-3.7.0.orig/src/libxl/libxl_capabilities.c
|
||||||
+++ libvirt-3.6.0/src/libxl/libxl_capabilities.c
|
+++ libvirt-3.7.0/src/libxl/libxl_capabilities.c
|
||||||
@@ -38,6 +38,7 @@
|
@@ -38,6 +38,7 @@
|
||||||
#include "libxl_capabilities.h"
|
#include "libxl_capabilities.h"
|
||||||
#include "cpu/cpu_x86.h"
|
#include "cpu/cpu_x86.h"
|
||||||
|
@ -3,10 +3,10 @@ https://bugzilla.novell.com/show_bug.cgi?id=879425
|
|||||||
src/libxl/libxl_conf.c | 25 +++++++++++++++++++++++++
|
src/libxl/libxl_conf.c | 25 +++++++++++++++++++++++++
|
||||||
1 file changed, 25 insertions(+)
|
1 file changed, 25 insertions(+)
|
||||||
|
|
||||||
Index: libvirt-3.6.0/src/libxl/libxl_conf.c
|
Index: libvirt-3.7.0/src/libxl/libxl_conf.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libvirt-3.6.0.orig/src/libxl/libxl_conf.c
|
--- libvirt-3.7.0.orig/src/libxl/libxl_conf.c
|
||||||
+++ libvirt-3.6.0/src/libxl/libxl_conf.c
|
+++ libvirt-3.7.0/src/libxl/libxl_conf.c
|
||||||
@@ -646,6 +646,30 @@ libxlDiskSetDiscard(libxl_device_disk *x
|
@@ -646,6 +646,30 @@ libxlDiskSetDiscard(libxl_device_disk *x
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
@ -16,10 +16,10 @@ Signed-off-by: Jim Fehlig <jfehlig@suse.com>
|
|||||||
tools/virsh.pod | 8 ++++++++
|
tools/virsh.pod | 8 ++++++++
|
||||||
6 files changed, 125 insertions(+), 6 deletions(-)
|
6 files changed, 125 insertions(+), 6 deletions(-)
|
||||||
|
|
||||||
Index: libvirt-3.6.0/include/libvirt/libvirt-domain.h
|
Index: libvirt-3.7.0/include/libvirt/libvirt-domain.h
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libvirt-3.6.0.orig/include/libvirt/libvirt-domain.h
|
--- libvirt-3.7.0.orig/include/libvirt/libvirt-domain.h
|
||||||
+++ libvirt-3.6.0/include/libvirt/libvirt-domain.h
|
+++ libvirt-3.7.0/include/libvirt/libvirt-domain.h
|
||||||
@@ -1008,6 +1008,31 @@ typedef enum {
|
@@ -1008,6 +1008,31 @@ typedef enum {
|
||||||
*/
|
*/
|
||||||
# define VIR_MIGRATE_PARAM_AUTO_CONVERGE_INCREMENT "auto_converge.increment"
|
# define VIR_MIGRATE_PARAM_AUTO_CONVERGE_INCREMENT "auto_converge.increment"
|
||||||
@ -52,10 +52,10 @@ Index: libvirt-3.6.0/include/libvirt/libvirt-domain.h
|
|||||||
/* Domain migration. */
|
/* Domain migration. */
|
||||||
virDomainPtr virDomainMigrate (virDomainPtr domain, virConnectPtr dconn,
|
virDomainPtr virDomainMigrate (virDomainPtr domain, virConnectPtr dconn,
|
||||||
unsigned long flags, const char *dname,
|
unsigned long flags, const char *dname,
|
||||||
Index: libvirt-3.6.0/src/libxl/libxl_driver.c
|
Index: libvirt-3.7.0/src/libxl/libxl_driver.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libvirt-3.6.0.orig/src/libxl/libxl_driver.c
|
--- libvirt-3.7.0.orig/src/libxl/libxl_driver.c
|
||||||
+++ libvirt-3.6.0/src/libxl/libxl_driver.c
|
+++ libvirt-3.7.0/src/libxl/libxl_driver.c
|
||||||
@@ -6105,6 +6105,9 @@ libxlDomainMigratePerform3Params(virDoma
|
@@ -6105,6 +6105,9 @@ libxlDomainMigratePerform3Params(virDoma
|
||||||
const char *dname = NULL;
|
const char *dname = NULL;
|
||||||
const char *uri = NULL;
|
const char *uri = NULL;
|
||||||
@ -99,10 +99,10 @@ Index: libvirt-3.6.0/src/libxl/libxl_driver.c
|
|||||||
goto cleanup;
|
goto cleanup;
|
||||||
}
|
}
|
||||||
|
|
||||||
Index: libvirt-3.6.0/src/libxl/libxl_migration.c
|
Index: libvirt-3.7.0/src/libxl/libxl_migration.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libvirt-3.6.0.orig/src/libxl/libxl_migration.c
|
--- libvirt-3.7.0.orig/src/libxl/libxl_migration.c
|
||||||
+++ libvirt-3.6.0/src/libxl/libxl_migration.c
|
+++ libvirt-3.7.0/src/libxl/libxl_migration.c
|
||||||
@@ -359,18 +359,39 @@ libxlMigrateReceive(virNetSocketPtr sock
|
@@ -359,18 +359,39 @@ libxlMigrateReceive(virNetSocketPtr sock
|
||||||
static int
|
static int
|
||||||
libxlDoMigrateSend(libxlDriverPrivatePtr driver,
|
libxlDoMigrateSend(libxlDriverPrivatePtr driver,
|
||||||
@ -263,10 +263,10 @@ Index: libvirt-3.6.0/src/libxl/libxl_migration.c
|
|||||||
virObjectLock(vm);
|
virObjectLock(vm);
|
||||||
|
|
||||||
cleanup:
|
cleanup:
|
||||||
Index: libvirt-3.6.0/src/libxl/libxl_migration.h
|
Index: libvirt-3.7.0/src/libxl/libxl_migration.h
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libvirt-3.6.0.orig/src/libxl/libxl_migration.h
|
--- libvirt-3.7.0.orig/src/libxl/libxl_migration.h
|
||||||
+++ libvirt-3.6.0/src/libxl/libxl_migration.h
|
+++ libvirt-3.7.0/src/libxl/libxl_migration.h
|
||||||
@@ -39,6 +39,10 @@
|
@@ -39,6 +39,10 @@
|
||||||
VIR_MIGRATE_PARAM_URI, VIR_TYPED_PARAM_STRING, \
|
VIR_MIGRATE_PARAM_URI, VIR_TYPED_PARAM_STRING, \
|
||||||
VIR_MIGRATE_PARAM_DEST_NAME, VIR_TYPED_PARAM_STRING, \
|
VIR_MIGRATE_PARAM_DEST_NAME, VIR_TYPED_PARAM_STRING, \
|
||||||
@ -311,11 +311,11 @@ Index: libvirt-3.6.0/src/libxl/libxl_migration.h
|
|||||||
|
|
||||||
virDomainPtr
|
virDomainPtr
|
||||||
libxlDomainMigrationFinish(virConnectPtr dconn,
|
libxlDomainMigrationFinish(virConnectPtr dconn,
|
||||||
Index: libvirt-3.6.0/tools/virsh-domain.c
|
Index: libvirt-3.7.0/tools/virsh-domain.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libvirt-3.6.0.orig/tools/virsh-domain.c
|
--- libvirt-3.7.0.orig/tools/virsh-domain.c
|
||||||
+++ libvirt-3.6.0/tools/virsh-domain.c
|
+++ libvirt-3.7.0/tools/virsh-domain.c
|
||||||
@@ -10246,6 +10246,22 @@ static const vshCmdOptDef opts_migrate[]
|
@@ -10432,6 +10432,22 @@ static const vshCmdOptDef opts_migrate[]
|
||||||
.type = VSH_OT_BOOL,
|
.type = VSH_OT_BOOL,
|
||||||
.help = N_("use TLS for migration")
|
.help = N_("use TLS for migration")
|
||||||
},
|
},
|
||||||
@ -338,7 +338,7 @@ Index: libvirt-3.6.0/tools/virsh-domain.c
|
|||||||
{.name = NULL}
|
{.name = NULL}
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -10269,6 +10285,7 @@ doMigrate(void *opaque)
|
@@ -10455,6 +10471,7 @@ doMigrate(void *opaque)
|
||||||
unsigned long long ullOpt = 0;
|
unsigned long long ullOpt = 0;
|
||||||
int rv;
|
int rv;
|
||||||
virConnectPtr dconn = data->dconn;
|
virConnectPtr dconn = data->dconn;
|
||||||
@ -346,7 +346,7 @@ Index: libvirt-3.6.0/tools/virsh-domain.c
|
|||||||
|
|
||||||
sigemptyset(&sigmask);
|
sigemptyset(&sigmask);
|
||||||
sigaddset(&sigmask, SIGINT);
|
sigaddset(&sigmask, SIGINT);
|
||||||
@@ -10388,6 +10405,27 @@ doMigrate(void *opaque)
|
@@ -10574,6 +10591,27 @@ doMigrate(void *opaque)
|
||||||
goto save_error;
|
goto save_error;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -374,11 +374,11 @@ Index: libvirt-3.6.0/tools/virsh-domain.c
|
|||||||
if (vshCommandOptStringReq(ctl, cmd, "xml", &opt) < 0)
|
if (vshCommandOptStringReq(ctl, cmd, "xml", &opt) < 0)
|
||||||
goto out;
|
goto out;
|
||||||
if (opt) {
|
if (opt) {
|
||||||
Index: libvirt-3.6.0/tools/virsh.pod
|
Index: libvirt-3.7.0/tools/virsh.pod
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libvirt-3.6.0.orig/tools/virsh.pod
|
--- libvirt-3.7.0.orig/tools/virsh.pod
|
||||||
+++ libvirt-3.6.0/tools/virsh.pod
|
+++ libvirt-3.7.0/tools/virsh.pod
|
||||||
@@ -1771,6 +1771,14 @@ Providing I<--tls> causes the migration
|
@@ -1810,6 +1810,14 @@ Providing I<--tls> causes the migration
|
||||||
the migration of the domain. Usage requires proper TLS setup for both source
|
the migration of the domain. Usage requires proper TLS setup for both source
|
||||||
and target.
|
and target.
|
||||||
|
|
||||||
|
@ -7,10 +7,10 @@ and npiv.
|
|||||||
|
|
||||||
For more details, see bsc#954872 and FATE#319810
|
For more details, see bsc#954872 and FATE#319810
|
||||||
|
|
||||||
Index: libvirt-3.6.0/src/libxl/libxl_conf.c
|
Index: libvirt-3.7.0/src/libxl/libxl_conf.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libvirt-3.6.0.orig/src/libxl/libxl_conf.c
|
--- libvirt-3.7.0.orig/src/libxl/libxl_conf.c
|
||||||
+++ libvirt-3.6.0/src/libxl/libxl_conf.c
|
+++ libvirt-3.7.0/src/libxl/libxl_conf.c
|
||||||
@@ -646,6 +646,25 @@ libxlDiskSetDiscard(libxl_device_disk *x
|
@@ -646,6 +646,25 @@ libxlDiskSetDiscard(libxl_device_disk *x
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
@ -13,10 +13,10 @@ device with the same name that is being created.
|
|||||||
src/lxc/lxc_process.c | 1 +
|
src/lxc/lxc_process.c | 1 +
|
||||||
3 files changed, 4 insertions(+)
|
3 files changed, 4 insertions(+)
|
||||||
|
|
||||||
Index: libvirt-3.6.0/src/lxc/lxc_controller.c
|
Index: libvirt-3.7.0/src/lxc/lxc_controller.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libvirt-3.6.0.orig/src/lxc/lxc_controller.c
|
--- libvirt-3.7.0.orig/src/lxc/lxc_controller.c
|
||||||
+++ libvirt-3.6.0/src/lxc/lxc_controller.c
|
+++ libvirt-3.7.0/src/lxc/lxc_controller.c
|
||||||
@@ -73,6 +73,7 @@
|
@@ -73,6 +73,7 @@
|
||||||
#include "rpc/virnetdaemon.h"
|
#include "rpc/virnetdaemon.h"
|
||||||
#include "virstring.h"
|
#include "virstring.h"
|
||||||
@ -33,10 +33,10 @@ Index: libvirt-3.6.0/src/lxc/lxc_controller.c
|
|||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
Index: libvirt-3.6.0/src/lxc/lxc_driver.c
|
Index: libvirt-3.7.0/src/lxc/lxc_driver.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libvirt-3.6.0.orig/src/lxc/lxc_driver.c
|
--- libvirt-3.7.0.orig/src/lxc/lxc_driver.c
|
||||||
+++ libvirt-3.6.0/src/lxc/lxc_driver.c
|
+++ libvirt-3.7.0/src/lxc/lxc_driver.c
|
||||||
@@ -76,6 +76,7 @@
|
@@ -76,6 +76,7 @@
|
||||||
#include "virtime.h"
|
#include "virtime.h"
|
||||||
#include "virtypedparam.h"
|
#include "virtypedparam.h"
|
||||||
@ -61,10 +61,10 @@ Index: libvirt-3.6.0/src/lxc/lxc_driver.c
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
/* It'd be nice to support this, but with macvlan
|
/* It'd be nice to support this, but with macvlan
|
||||||
Index: libvirt-3.6.0/src/lxc/lxc_process.c
|
Index: libvirt-3.7.0/src/lxc/lxc_process.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libvirt-3.6.0.orig/src/lxc/lxc_process.c
|
--- libvirt-3.7.0.orig/src/lxc/lxc_process.c
|
||||||
+++ libvirt-3.6.0/src/lxc/lxc_process.c
|
+++ libvirt-3.7.0/src/lxc/lxc_process.c
|
||||||
@@ -52,6 +52,7 @@
|
@@ -52,6 +52,7 @@
|
||||||
#include "viratomic.h"
|
#include "viratomic.h"
|
||||||
#include "virprocess.h"
|
#include "virprocess.h"
|
||||||
|
@ -17,11 +17,11 @@ Signed-off-by: Martin Wilck <mwilck@suse.com>
|
|||||||
tests/networkxml2confdata/dhcp6host-routed-network.conf | 1 -
|
tests/networkxml2confdata/dhcp6host-routed-network.conf | 1 -
|
||||||
2 files changed, 8 insertions(+), 2 deletions(-)
|
2 files changed, 8 insertions(+), 2 deletions(-)
|
||||||
|
|
||||||
Index: libvirt-3.6.0/src/network/bridge_driver.c
|
Index: libvirt-3.7.0/src/network/bridge_driver.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libvirt-3.6.0.orig/src/network/bridge_driver.c
|
--- libvirt-3.7.0.orig/src/network/bridge_driver.c
|
||||||
+++ libvirt-3.6.0/src/network/bridge_driver.c
|
+++ libvirt-3.7.0/src/network/bridge_driver.c
|
||||||
@@ -1454,7 +1454,14 @@ networkDnsmasqConfContents(virNetworkObj
|
@@ -1393,7 +1393,14 @@ networkDnsmasqConfContents(virNetworkObj
|
||||||
if (VIR_SOCKET_ADDR_IS_FAMILY(&ipdef->address, AF_INET)) {
|
if (VIR_SOCKET_ADDR_IS_FAMILY(&ipdef->address, AF_INET)) {
|
||||||
if (ipdef->nranges || ipdef->nhosts) {
|
if (ipdef->nranges || ipdef->nhosts) {
|
||||||
virBufferAddLit(&configbuf, "dhcp-no-override\n");
|
virBufferAddLit(&configbuf, "dhcp-no-override\n");
|
||||||
@ -37,10 +37,10 @@ Index: libvirt-3.6.0/src/network/bridge_driver.c
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (ipdef->tftproot) {
|
if (ipdef->tftproot) {
|
||||||
Index: libvirt-3.6.0/tests/networkxml2confdata/dhcp6host-routed-network.conf
|
Index: libvirt-3.7.0/tests/networkxml2confdata/dhcp6host-routed-network.conf
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libvirt-3.6.0.orig/tests/networkxml2confdata/dhcp6host-routed-network.conf
|
--- libvirt-3.7.0.orig/tests/networkxml2confdata/dhcp6host-routed-network.conf
|
||||||
+++ libvirt-3.6.0/tests/networkxml2confdata/dhcp6host-routed-network.conf
|
+++ libvirt-3.7.0/tests/networkxml2confdata/dhcp6host-routed-network.conf
|
||||||
@@ -10,7 +10,6 @@ bind-dynamic
|
@@ -10,7 +10,6 @@ bind-dynamic
|
||||||
interface=virbr1
|
interface=virbr1
|
||||||
dhcp-range=192.168.122.1,static
|
dhcp-range=192.168.122.1,static
|
||||||
|
@ -2,10 +2,10 @@ Canonicalize hostarch name ppc64le to ppc64
|
|||||||
|
|
||||||
See bnc#894956
|
See bnc#894956
|
||||||
|
|
||||||
Index: libvirt-3.6.0/src/util/virarch.c
|
Index: libvirt-3.7.0/src/util/virarch.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libvirt-3.6.0.orig/src/util/virarch.c
|
--- libvirt-3.7.0.orig/src/util/virarch.c
|
||||||
+++ libvirt-3.6.0/src/util/virarch.c
|
+++ libvirt-3.7.0/src/util/virarch.c
|
||||||
@@ -169,6 +169,8 @@ virArch virArchFromHost(void)
|
@@ -169,6 +169,8 @@ virArch virArchFromHost(void)
|
||||||
arch = VIR_ARCH_I686;
|
arch = VIR_ARCH_I686;
|
||||||
} else if (STREQ(ut.machine, "amd64")) {
|
} else if (STREQ(ut.machine, "amd64")) {
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
Index: libvirt-3.6.0/examples/apparmor/libvirt-qemu
|
Index: libvirt-3.7.0/examples/apparmor/libvirt-qemu
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libvirt-3.6.0.orig/examples/apparmor/libvirt-qemu
|
--- libvirt-3.7.0.orig/examples/apparmor/libvirt-qemu
|
||||||
+++ libvirt-3.6.0/examples/apparmor/libvirt-qemu
|
+++ libvirt-3.7.0/examples/apparmor/libvirt-qemu
|
||||||
@@ -172,3 +172,6 @@
|
@@ -178,3 +178,6 @@
|
||||||
@{PROC}/device-tree/ r,
|
/sys/devices/system/node/ r,
|
||||||
@{PROC}/device-tree/** r,
|
/sys/devices/system/node/node[0-9]*/meminfo r,
|
||||||
/sys/firmware/devicetree/** r,
|
/sys/module/vhost/parameters/max_mem_regions r,
|
||||||
+
|
+
|
||||||
+ # Temporary screendump rule -- See bsc#904426
|
+ # Temporary screendump rule -- See bsc#904426
|
||||||
+ /var/cache/libvirt/qemu/qemu.screendump.* rw,
|
+ /var/cache/libvirt/qemu/qemu.screendump.* rw,
|
||||||
|
@ -8,10 +8,10 @@ Subject: [PATCH] support managed pci devices in xen driver
|
|||||||
src/xenxs/xen_xm.c | 28 +++++++++++++++++++++++++++-
|
src/xenxs/xen_xm.c | 28 +++++++++++++++++++++++++++-
|
||||||
2 files changed, 35 insertions(+), 15 deletions(-)
|
2 files changed, 35 insertions(+), 15 deletions(-)
|
||||||
|
|
||||||
Index: libvirt-3.6.0/src/xenconfig/xen_common.c
|
Index: libvirt-3.7.0/src/xenconfig/xen_common.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libvirt-3.6.0.orig/src/xenconfig/xen_common.c
|
--- libvirt-3.7.0.orig/src/xenconfig/xen_common.c
|
||||||
+++ libvirt-3.6.0/src/xenconfig/xen_common.c
|
+++ libvirt-3.7.0/src/xenconfig/xen_common.c
|
||||||
@@ -394,6 +394,8 @@ xenParsePCI(virConfPtr conf, virDomainDe
|
@@ -394,6 +394,8 @@ xenParsePCI(virConfPtr conf, virDomainDe
|
||||||
{
|
{
|
||||||
virConfValuePtr list = virConfGetValue(conf, "pci");
|
virConfValuePtr list = virConfGetValue(conf, "pci");
|
||||||
@ -66,10 +66,10 @@ Index: libvirt-3.6.0/src/xenconfig/xen_common.c
|
|||||||
hostdev->source.subsys.type = VIR_DOMAIN_HOSTDEV_SUBSYS_TYPE_PCI;
|
hostdev->source.subsys.type = VIR_DOMAIN_HOSTDEV_SUBSYS_TYPE_PCI;
|
||||||
hostdev->source.subsys.u.pci.addr.domain = domainID;
|
hostdev->source.subsys.u.pci.addr.domain = domainID;
|
||||||
hostdev->source.subsys.u.pci.addr.bus = busID;
|
hostdev->source.subsys.u.pci.addr.bus = busID;
|
||||||
Index: libvirt-3.6.0/src/xenconfig/xen_sxpr.c
|
Index: libvirt-3.7.0/src/xenconfig/xen_sxpr.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libvirt-3.6.0.orig/src/xenconfig/xen_sxpr.c
|
--- libvirt-3.7.0.orig/src/xenconfig/xen_sxpr.c
|
||||||
+++ libvirt-3.6.0/src/xenconfig/xen_sxpr.c
|
+++ libvirt-3.7.0/src/xenconfig/xen_sxpr.c
|
||||||
@@ -1062,6 +1062,7 @@ xenParseSxprPCI(virDomainDefPtr def,
|
@@ -1062,6 +1062,7 @@ xenParseSxprPCI(virDomainDefPtr def,
|
||||||
int busID;
|
int busID;
|
||||||
int slotID;
|
int slotID;
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
Adjust libvirt-guests service to conform to SUSE standards
|
Adjust libvirt-guests service to conform to SUSE standards
|
||||||
|
|
||||||
Index: libvirt-3.6.0/tools/libvirt-guests.init.in
|
Index: libvirt-3.7.0/tools/libvirt-guests.init.in
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libvirt-3.6.0.orig/tools/libvirt-guests.init.in
|
--- libvirt-3.7.0.orig/tools/libvirt-guests.init.in
|
||||||
+++ libvirt-3.6.0/tools/libvirt-guests.init.in
|
+++ libvirt-3.7.0/tools/libvirt-guests.init.in
|
||||||
@@ -4,27 +4,27 @@
|
@@ -4,27 +4,27 @@
|
||||||
# http://refspecs.linuxfoundation.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/initscrcomconv.html
|
# http://refspecs.linuxfoundation.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/initscrcomconv.html
|
||||||
#
|
#
|
||||||
@ -45,10 +45,10 @@ Index: libvirt-3.6.0/tools/libvirt-guests.init.in
|
|||||||
#
|
#
|
||||||
|
|
||||||
exec @libexecdir@/libvirt-guests.sh "$@"
|
exec @libexecdir@/libvirt-guests.sh "$@"
|
||||||
Index: libvirt-3.6.0/tools/libvirt-guests.sh.in
|
Index: libvirt-3.7.0/tools/libvirt-guests.sh.in
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libvirt-3.6.0.orig/tools/libvirt-guests.sh.in
|
--- libvirt-3.7.0.orig/tools/libvirt-guests.sh.in
|
||||||
+++ libvirt-3.6.0/tools/libvirt-guests.sh.in
|
+++ libvirt-3.7.0/tools/libvirt-guests.sh.in
|
||||||
@@ -16,14 +16,13 @@
|
@@ -16,14 +16,13 @@
|
||||||
# License along with this library. If not, see
|
# License along with this library. If not, see
|
||||||
# <http://www.gnu.org/licenses/>.
|
# <http://www.gnu.org/licenses/>.
|
||||||
@ -208,10 +208,10 @@ Index: libvirt-3.6.0/tools/libvirt-guests.sh.in
|
|||||||
esac
|
esac
|
||||||
-exit $RETVAL
|
-exit $RETVAL
|
||||||
+rc_exit
|
+rc_exit
|
||||||
Index: libvirt-3.6.0/tools/libvirt-guests.sysconf
|
Index: libvirt-3.7.0/tools/libvirt-guests.sysconf
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libvirt-3.6.0.orig/tools/libvirt-guests.sysconf
|
--- libvirt-3.7.0.orig/tools/libvirt-guests.sysconf
|
||||||
+++ libvirt-3.6.0/tools/libvirt-guests.sysconf
|
+++ libvirt-3.7.0/tools/libvirt-guests.sysconf
|
||||||
@@ -1,19 +1,29 @@
|
@@ -1,19 +1,29 @@
|
||||||
+## Path: System/Virtualization/libvirt-guests
|
+## Path: System/Virtualization/libvirt-guests
|
||||||
+
|
+
|
||||||
@ -245,7 +245,7 @@ Index: libvirt-3.6.0/tools/libvirt-guests.sysconf
|
|||||||
# action taken on host shutdown
|
# action taken on host shutdown
|
||||||
# - suspend all running guests are suspended using virsh managedsave
|
# - suspend all running guests are suspended using virsh managedsave
|
||||||
# - shutdown all running guests are asked to shutdown. Please be careful with
|
# - shutdown all running guests are asked to shutdown. Please be careful with
|
||||||
@@ -22,12 +32,16 @@
|
@@ -22,14 +32,18 @@
|
||||||
# which just needs a long time to shutdown. When setting
|
# which just needs a long time to shutdown. When setting
|
||||||
# ON_SHUTDOWN=shutdown, you must also set SHUTDOWN_TIMEOUT to a
|
# ON_SHUTDOWN=shutdown, you must also set SHUTDOWN_TIMEOUT to a
|
||||||
# value suitable for your guests.
|
# value suitable for your guests.
|
||||||
@ -254,8 +254,10 @@ Index: libvirt-3.6.0/tools/libvirt-guests.sysconf
|
|||||||
|
|
||||||
+## Type: integer
|
+## Type: integer
|
||||||
+## Default: 0
|
+## Default: 0
|
||||||
# If set to non-zero, shutdown will suspend guests concurrently. Number of
|
# Number of guests will be shutdown concurrently, taking effect when
|
||||||
# guests on shutdown at any time will not exceed number set in this variable.
|
# "ON_SHUTDOWN" is set to "shutdown". If Set to 0, guests will be shutdown one
|
||||||
|
# after another. Number of guests on shutdown at any time will not exceed number
|
||||||
|
# set in this variable.
|
||||||
-#PARALLEL_SHUTDOWN=0
|
-#PARALLEL_SHUTDOWN=0
|
||||||
+PARALLEL_SHUTDOWN=0
|
+PARALLEL_SHUTDOWN=0
|
||||||
|
|
||||||
@ -264,7 +266,7 @@ Index: libvirt-3.6.0/tools/libvirt-guests.sysconf
|
|||||||
# Number of seconds we're willing to wait for a guest to shut down. If parallel
|
# Number of seconds we're willing to wait for a guest to shut down. If parallel
|
||||||
# shutdown is enabled, this timeout applies as a timeout for shutting down all
|
# shutdown is enabled, this timeout applies as a timeout for shutting down all
|
||||||
# guests on a single URI defined in the variable URIS. If this is 0, then there
|
# guests on a single URI defined in the variable URIS. If this is 0, then there
|
||||||
@@ -35,14 +49,18 @@
|
@@ -37,14 +51,18 @@
|
||||||
# request). The default value is 300 seconds (5 minutes).
|
# request). The default value is 300 seconds (5 minutes).
|
||||||
#SHUTDOWN_TIMEOUT=300
|
#SHUTDOWN_TIMEOUT=300
|
||||||
|
|
||||||
|
@ -3,10 +3,10 @@ Disable TLS by default
|
|||||||
On SUSE distros, the default is for libvirtd to listen only on the
|
On SUSE distros, the default is for libvirtd to listen only on the
|
||||||
Unix Domain Socket. The libvirt client still provides remote access
|
Unix Domain Socket. The libvirt client still provides remote access
|
||||||
via a SSH tunnel.
|
via a SSH tunnel.
|
||||||
Index: libvirt-3.6.0/daemon/libvirtd.conf
|
Index: libvirt-3.7.0/daemon/libvirtd.conf
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libvirt-3.6.0.orig/daemon/libvirtd.conf
|
--- libvirt-3.7.0.orig/daemon/libvirtd.conf
|
||||||
+++ libvirt-3.6.0/daemon/libvirtd.conf
|
+++ libvirt-3.7.0/daemon/libvirtd.conf
|
||||||
@@ -18,8 +18,8 @@
|
@@ -18,8 +18,8 @@
|
||||||
# It is necessary to setup a CA and issue server certificates before
|
# It is necessary to setup a CA and issue server certificates before
|
||||||
# using this capability.
|
# using this capability.
|
||||||
@ -18,10 +18,10 @@ Index: libvirt-3.6.0/daemon/libvirtd.conf
|
|||||||
|
|
||||||
# Listen for unencrypted TCP connections on the public TCP/IP port.
|
# Listen for unencrypted TCP connections on the public TCP/IP port.
|
||||||
# NB, must pass the --listen flag to the libvirtd process for this to
|
# NB, must pass the --listen flag to the libvirtd process for this to
|
||||||
Index: libvirt-3.6.0/daemon/libvirtd-config.c
|
Index: libvirt-3.7.0/daemon/libvirtd-config.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libvirt-3.6.0.orig/daemon/libvirtd-config.c
|
--- libvirt-3.7.0.orig/daemon/libvirtd-config.c
|
||||||
+++ libvirt-3.6.0/daemon/libvirtd-config.c
|
+++ libvirt-3.7.0/daemon/libvirtd-config.c
|
||||||
@@ -110,7 +110,7 @@ daemonConfigNew(bool privileged ATTRIBUT
|
@@ -110,7 +110,7 @@ daemonConfigNew(bool privileged ATTRIBUT
|
||||||
if (VIR_ALLOC(data) < 0)
|
if (VIR_ALLOC(data) < 0)
|
||||||
return NULL;
|
return NULL;
|
||||||
@ -31,10 +31,10 @@ Index: libvirt-3.6.0/daemon/libvirtd-config.c
|
|||||||
data->listen_tcp = 0;
|
data->listen_tcp = 0;
|
||||||
|
|
||||||
if (VIR_STRDUP(data->tls_port, LIBVIRTD_TLS_PORT) < 0 ||
|
if (VIR_STRDUP(data->tls_port, LIBVIRTD_TLS_PORT) < 0 ||
|
||||||
Index: libvirt-3.6.0/daemon/test_libvirtd.aug.in
|
Index: libvirt-3.7.0/daemon/test_libvirtd.aug.in
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libvirt-3.6.0.orig/daemon/test_libvirtd.aug.in
|
--- libvirt-3.7.0.orig/daemon/test_libvirtd.aug.in
|
||||||
+++ libvirt-3.6.0/daemon/test_libvirtd.aug.in
|
+++ libvirt-3.7.0/daemon/test_libvirtd.aug.in
|
||||||
@@ -2,7 +2,7 @@ module Test_libvirtd =
|
@@ -2,7 +2,7 @@ module Test_libvirtd =
|
||||||
::CONFIG::
|
::CONFIG::
|
||||||
|
|
||||||
|
@ -7,10 +7,10 @@ On SUSE distros, we promote libvirt and all the libvirt-based
|
|||||||
tools. If a user installs libvirt on their SUSE Xen host, then
|
tools. If a user installs libvirt on their SUSE Xen host, then
|
||||||
libvirt should be king and override xendomains. See bsc#1015348
|
libvirt should be king and override xendomains. See bsc#1015348
|
||||||
|
|
||||||
Index: libvirt-3.6.0/daemon/libvirtd.service.in
|
Index: libvirt-3.7.0/daemon/libvirtd.service.in
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libvirt-3.6.0.orig/daemon/libvirtd.service.in
|
--- libvirt-3.7.0.orig/daemon/libvirtd.service.in
|
||||||
+++ libvirt-3.6.0/daemon/libvirtd.service.in
|
+++ libvirt-3.7.0/daemon/libvirtd.service.in
|
||||||
@@ -14,6 +14,8 @@ After=iscsid.service
|
@@ -14,6 +14,8 @@ After=iscsid.service
|
||||||
After=apparmor.service
|
After=apparmor.service
|
||||||
After=local-fs.target
|
After=local-fs.target
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
Adjust libvirtd sysconfig file to conform to SUSE standards
|
Adjust libvirtd sysconfig file to conform to SUSE standards
|
||||||
|
|
||||||
Index: libvirt-3.6.0/daemon/libvirtd.sysconf
|
Index: libvirt-3.7.0/daemon/libvirtd.sysconf
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libvirt-3.6.0.orig/daemon/libvirtd.sysconf
|
--- libvirt-3.7.0.orig/daemon/libvirtd.sysconf
|
||||||
+++ libvirt-3.6.0/daemon/libvirtd.sysconf
|
+++ libvirt-3.7.0/daemon/libvirtd.sysconf
|
||||||
@@ -1,16 +1,25 @@
|
@@ -1,16 +1,25 @@
|
||||||
+## Path: System/Virtualization/libvirt
|
+## Path: System/Virtualization/libvirt
|
||||||
+
|
+
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
Adjust paths of OVMF firmwares on SUSE distros
|
Adjust paths of OVMF firmwares on SUSE distros
|
||||||
|
|
||||||
Index: libvirt-3.6.0/src/qemu/qemu.conf
|
Index: libvirt-3.7.0/src/qemu/qemu.conf
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libvirt-3.6.0.orig/src/qemu/qemu.conf
|
--- libvirt-3.7.0.orig/src/qemu/qemu.conf
|
||||||
+++ libvirt-3.6.0/src/qemu/qemu.conf
|
+++ libvirt-3.7.0/src/qemu/qemu.conf
|
||||||
@@ -695,10 +695,8 @@ security_default_confined = 0
|
@@ -703,10 +703,9 @@ security_default_confined = 0
|
||||||
# for x86_64 and i686, but it's AAVMF for aarch64. The libvirt default
|
# for x86_64 and i686, but it's AAVMF for aarch64. The libvirt default
|
||||||
# follows this scheme.
|
# follows this scheme.
|
||||||
#nvram = [
|
#nvram = [
|
||||||
@ -12,16 +12,17 @@ Index: libvirt-3.6.0/src/qemu/qemu.conf
|
|||||||
-# "/usr/share/OVMF/OVMF_CODE.secboot.fd:/usr/share/OVMF/OVMF_VARS.fd",
|
-# "/usr/share/OVMF/OVMF_CODE.secboot.fd:/usr/share/OVMF/OVMF_VARS.fd",
|
||||||
-# "/usr/share/AAVMF/AAVMF_CODE.fd:/usr/share/AAVMF/AAVMF_VARS.fd",
|
-# "/usr/share/AAVMF/AAVMF_CODE.fd:/usr/share/AAVMF/AAVMF_VARS.fd",
|
||||||
-# "/usr/share/AAVMF/AAVMF32_CODE.fd:/usr/share/AAVMF/AAVMF32_VARS.fd"
|
-# "/usr/share/AAVMF/AAVMF32_CODE.fd:/usr/share/AAVMF/AAVMF32_VARS.fd"
|
||||||
|
+# "/usr/share/qemu/ovmf-x86_64-ms-4m-code.bin:/usr/share/qemu/ovmf-x86_64-ms-4m-vars.bin",
|
||||||
+# "/usr/share/qemu/ovmf-x86_64-ms-code.bin:/usr/share/qemu/ovmf-x86_64-ms-vars.bin",
|
+# "/usr/share/qemu/ovmf-x86_64-ms-code.bin:/usr/share/qemu/ovmf-x86_64-ms-vars.bin",
|
||||||
+# "/usr/share/qemu/aavmf-aarch64-code.bin:/usr/share/qemu/aavmf-aarch64-vars.bin"
|
+# "/usr/share/qemu/aavmf-aarch64-code.bin:/usr/share/qemu/aavmf-aarch64-vars.bin"
|
||||||
#]
|
#]
|
||||||
|
|
||||||
# The backend to use for handling stdout/stderr output from
|
# The backend to use for handling stdout/stderr output from
|
||||||
Index: libvirt-3.6.0/src/qemu/qemu_conf.c
|
Index: libvirt-3.7.0/src/qemu/qemu_conf.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libvirt-3.6.0.orig/src/qemu/qemu_conf.c
|
--- libvirt-3.7.0.orig/src/qemu/qemu_conf.c
|
||||||
+++ libvirt-3.6.0/src/qemu/qemu_conf.c
|
+++ libvirt-3.7.0/src/qemu/qemu_conf.c
|
||||||
@@ -127,10 +127,8 @@ void qemuDomainCmdlineDefFree(qemuDomain
|
@@ -127,10 +127,9 @@ void qemuDomainCmdlineDefFree(qemuDomain
|
||||||
|
|
||||||
#ifndef DEFAULT_LOADER_NVRAM
|
#ifndef DEFAULT_LOADER_NVRAM
|
||||||
# define DEFAULT_LOADER_NVRAM \
|
# define DEFAULT_LOADER_NVRAM \
|
||||||
@ -29,6 +30,7 @@ Index: libvirt-3.6.0/src/qemu/qemu_conf.c
|
|||||||
- "/usr/share/OVMF/OVMF_CODE.secboot.fd:/usr/share/OVMF/OVMF_VARS.fd:" \
|
- "/usr/share/OVMF/OVMF_CODE.secboot.fd:/usr/share/OVMF/OVMF_VARS.fd:" \
|
||||||
- "/usr/share/AAVMF/AAVMF_CODE.fd:/usr/share/AAVMF/AAVMF_VARS.fd:" \
|
- "/usr/share/AAVMF/AAVMF_CODE.fd:/usr/share/AAVMF/AAVMF_VARS.fd:" \
|
||||||
- "/usr/share/AAVMF/AAVMF32_CODE.fd:/usr/share/AAVMF/AAVMF32_VARS.fd"
|
- "/usr/share/AAVMF/AAVMF32_CODE.fd:/usr/share/AAVMF/AAVMF32_VARS.fd"
|
||||||
|
+ "/usr/share/qemu/ovmf-x86_64-ms-4m-code.bin:/usr/share/qemu/ovmf-x86_64-ms-4m-vars.bin:" \
|
||||||
+ "/usr/share/qemu/ovmf-x86_64-ms-code.bin:/usr/share/qemu/ovmf-x86_64-ms-vars.bin:" \
|
+ "/usr/share/qemu/ovmf-x86_64-ms-code.bin:/usr/share/qemu/ovmf-x86_64-ms-vars.bin:" \
|
||||||
+ "/usr/share/qemu/aavmf-aarch64-code.bin:/usr/share/qemu/aavmf-aarch64-vars.bin"
|
+ "/usr/share/qemu/aavmf-aarch64-code.bin:/usr/share/qemu/aavmf-aarch64-vars.bin"
|
||||||
#endif
|
#endif
|
||||||
|
@ -7,11 +7,11 @@ suse-qemu-conf-secdriver.patch, suse-qemu-conf-lockmgr.patch,
|
|||||||
etc.), but for now they are all lumped together in this
|
etc.), but for now they are all lumped together in this
|
||||||
single patch.
|
single patch.
|
||||||
|
|
||||||
Index: libvirt-3.6.0/src/qemu/qemu.conf
|
Index: libvirt-3.7.0/src/qemu/qemu.conf
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libvirt-3.6.0.orig/src/qemu/qemu.conf
|
--- libvirt-3.7.0.orig/src/qemu/qemu.conf
|
||||||
+++ libvirt-3.6.0/src/qemu/qemu.conf
|
+++ libvirt-3.7.0/src/qemu/qemu.conf
|
||||||
@@ -332,11 +332,20 @@
|
@@ -340,11 +340,20 @@
|
||||||
# isolation, but it cannot appear in a list of drivers.
|
# isolation, but it cannot appear in a list of drivers.
|
||||||
#
|
#
|
||||||
#security_driver = "selinux"
|
#security_driver = "selinux"
|
||||||
@ -34,7 +34,7 @@ Index: libvirt-3.6.0/src/qemu/qemu.conf
|
|||||||
|
|
||||||
# If set to non-zero, then attempts to create unconfined
|
# If set to non-zero, then attempts to create unconfined
|
||||||
# guests will be blocked. Defaults to 0.
|
# guests will be blocked. Defaults to 0.
|
||||||
@@ -580,11 +589,22 @@
|
@@ -588,11 +597,22 @@
|
||||||
#allow_disk_format_probing = 1
|
#allow_disk_format_probing = 1
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
Adjust virtlockd sysconfig file to conform to SUSE standards
|
Adjust virtlockd sysconfig file to conform to SUSE standards
|
||||||
|
|
||||||
Index: libvirt-3.6.0/src/locking/virtlockd.sysconf
|
Index: libvirt-3.7.0/src/locking/virtlockd.sysconf
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libvirt-3.6.0.orig/src/locking/virtlockd.sysconf
|
--- libvirt-3.7.0.orig/src/locking/virtlockd.sysconf
|
||||||
+++ libvirt-3.6.0/src/locking/virtlockd.sysconf
|
+++ libvirt-3.7.0/src/locking/virtlockd.sysconf
|
||||||
@@ -1,3 +1,7 @@
|
@@ -1,3 +1,7 @@
|
||||||
+## Path: System/Virtualization/virtlockd
|
+## Path: System/Virtualization/virtlockd
|
||||||
+
|
+
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
Adjust virtlogd sysconfig file to conform to SUSE standards
|
Adjust virtlogd sysconfig file to conform to SUSE standards
|
||||||
|
|
||||||
Index: libvirt-3.6.0/src/logging/virtlogd.sysconf
|
Index: libvirt-3.7.0/src/logging/virtlogd.sysconf
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libvirt-3.6.0.orig/src/logging/virtlogd.sysconf
|
--- libvirt-3.7.0.orig/src/logging/virtlogd.sysconf
|
||||||
+++ libvirt-3.6.0/src/logging/virtlogd.sysconf
|
+++ libvirt-3.7.0/src/logging/virtlogd.sysconf
|
||||||
@@ -1,3 +1,7 @@
|
@@ -1,3 +1,7 @@
|
||||||
+## Path: System/Virtualization/virtlogd
|
+## Path: System/Virtualization/virtlogd
|
||||||
+
|
+
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Index: libvirt-3.6.0/src/xenconfig/xen_sxpr.c
|
Index: libvirt-3.7.0/src/xenconfig/xen_sxpr.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libvirt-3.6.0.orig/src/xenconfig/xen_sxpr.c
|
--- libvirt-3.7.0.orig/src/xenconfig/xen_sxpr.c
|
||||||
+++ libvirt-3.6.0/src/xenconfig/xen_sxpr.c
|
+++ libvirt-3.7.0/src/xenconfig/xen_sxpr.c
|
||||||
@@ -392,7 +392,7 @@ xenParseSxprVifRate(const char *rate, un
|
@@ -392,7 +392,7 @@ xenParseSxprVifRate(const char *rate, un
|
||||||
static int
|
static int
|
||||||
xenParseSxprDisks(virDomainDefPtr def,
|
xenParseSxprDisks(virDomainDefPtr def,
|
||||||
|
@ -6,10 +6,10 @@ and 'file'. This was implicitly done prior to commit 9673418c.
|
|||||||
|
|
||||||
https://bugzilla.suse.com/show_bug.cgi?id=938228
|
https://bugzilla.suse.com/show_bug.cgi?id=938228
|
||||||
|
|
||||||
Index: libvirt-3.6.0/src/xenconfig/xen_sxpr.c
|
Index: libvirt-3.7.0/src/xenconfig/xen_sxpr.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libvirt-3.6.0.orig/src/xenconfig/xen_sxpr.c
|
--- libvirt-3.7.0.orig/src/xenconfig/xen_sxpr.c
|
||||||
+++ libvirt-3.6.0/src/xenconfig/xen_sxpr.c
|
+++ libvirt-3.7.0/src/xenconfig/xen_sxpr.c
|
||||||
@@ -506,10 +506,11 @@ xenParseSxprDisks(virDomainDefPtr def,
|
@@ -506,10 +506,11 @@ xenParseSxprDisks(virDomainDefPtr def,
|
||||||
omnipotent, we can revisit this, perhaps stat()'ing
|
omnipotent, we can revisit this, perhaps stat()'ing
|
||||||
the src file in question */
|
the src file in question */
|
||||||
|
Loading…
Reference in New Issue
Block a user