Searched +full:pcid +full:- +full:asymmetric (Results 1 – 2 of 2) sorted by relevance
/kvm-unit-tests/ci/ |
H A D | cirrus-ci-fedora.yml | 9 - dnf update -y 10 - dnf install -y diffutils gcc git make qemu-system-x86 12 - git clone --depth 100 "@CI_REPOSITORY_URL@" . 13 - git fetch origin "@CI_COMMIT_REF_NAME@" 14 - git reset --hard "@CI_COMMIT_SHA@" 16 - uname -r 17 - sed -n "/processor.*:.0/,/^$/p" /proc/cpuinfo 18 - mkdir build 19 - cd build 20 - ../configure [all …]
|
/kvm-unit-tests/x86/ |
H A D | unittests.cfg | 10 [apic-split] 13 qemu_params = -cpu qemu64,+x2apic,+tsc-deadline -machine kernel_irqchip=split 17 [ioapic-split] 19 qemu_params = -cpu qemu64 -machine kernel_irqchip=split 26 qemu_params = -cpu qemu64,+x2apic,+tsc-deadline 36 qemu_params = -cpu qemu64,-x2apic,+tsc-deadline -machine pit=off 44 qemu_params = -cpu qemu64,+x2apic 91 qemu_params = -machine pit=off 109 qemu_params = -cpu qemu64,+x2apic,+tsc-deadline 115 qemu_params = -cpu qemu64,+x2apic,+tsc-deadline [all …]
|