* target/i386: Expose IBPB-BRTYPE and SBPB CPUID bits to the guest (bsc#1228079) - Add further CPUID bits fixes: * target/i386: Expose new feature bits in CPUID 8000_0021_EAX/EBX * target/i386: Expose bits related to SRSO vulnerability * target/i386: Add PerfMonV2 feature bit * target/i386: Fix minor typo in NO_NESTED_DATA_BP feature bit OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=866
8 lines
233 B
Plaintext
8 lines
233 B
Plaintext
# This line is mandatory to access the configuration functions
|
|
from Config import *
|
|
|
|
addFilter("arch-dependent-file-in-usr-share")
|
|
addFilter("obsolete-not-provided")
|
|
addFilter("summary-not-capitalized")
|
|
addFilter("executable-stack")
|