Am 24/04/2023 um 08:19 schrieb kernel test robot: > Hello, > > kernel test robot noticed "kvm-unit-tests.msr.fail" on: > > commit: c7ed946b95cbd4c0e37479df320daf6af7e86906 ("kvm: vmx: Add IA32_FLUSH_CMD guest support") > https://git.kernel.org/cgit/virt/kvm/kvm.git queue > > in testcase: kvm-unit-tests > version: kvm-unit-tests-x86_64-02d8bef-1_20230421 > > compiler: gcc-11 > test machine: 8 threads 1 sockets Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz (Haswell) with 8G memory > > > If you fix the issue, kindly add following tag > | Reported-by: kernel test robot <yujie.liu@xxxxxxxxx> > | Link: https://lore.kernel.org/oe-lkp/202304241320.ab1eea12-yujie.liu@xxxxxxxxx > > > $ ./run_tests.sh -v msr > TESTNAME=msr TIMEOUT=90s ACCEL= ./x86/run x86/msr.flat -smp 1 -cpu max,vendor=GenuineIntel > FAIL msr (1899 tests, 2 unexpected failures) > > # msr.log > timeout -k 1s --foreground 90s /usr/bin/qemu-system-x86_64 --no-reboot -nodefaults -device pc-testdev -device isa-debug-exit,iobase=0xf4,iosize=0x4 -vnc none -serial stdio -device pci-testdev -machine accel=kvm -kernel x86/msr.flat -smp 1 -cpu max,vendor=GenuineIntel # -initrd /tmp/tmp.BZGuoMxiVP > enabling apic > smp: waiting for 0 APs > ... > FAIL: Expected success on WRSMR(PRED_CMD, 0x0), got vector 13 > FAIL: Expected success on WRSMR(PRED_CMD, 0x1), got vector 13 > ... > > FYI this failure is fixed with https://patchwork.kernel.org/project/kvm/cover/20230322011440.2195485-1-seanjc@xxxxxxxxxx/ which is currently on the 'kvm/next' branch. I tested it just to be sure. The 'kvm/queue' branch doesn't contain that patch yet, and that's why this unit test failed. Thank you, Emanuele