Changelog: v3: * fix test running long time due to control thread also running read test and stalling starting other threads * improve latency accuracy * increase max number of vcpus to 448 (that's what I had in hands for testing) previous rev: '[PATCH v2] x86: add HPET counter read micro benchmark and enable/disable torture tests' https://www.spinics.net/lists/kvm/msg383777.html Igor Mammedov (2): x86: bump number of max cpus to 448 x86: add HPET counter read micro benchmark and enable/disable torture tests lib/x86/smp.h | 2 +- x86/Makefile.common | 2 + x86/hpet_read_test.c | 96 ++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 99 insertions(+), 1 deletion(-) create mode 100644 x86/hpet_read_test.c -- 2.47.1