On 3/7/23 01:55, David Matlack wrote:
Fix 2 small issues with the rdpid test that is a part of x86/tsc.c. Notably, the test is not currently running since qemu is not configured to advertise RDPID support and fixing that uncovers a bug in the test when compiling with Clang. David Matlack (2): x86: Run the tsc test with -cpu max x86: Mark RDPID asm volatile to avoid dropping instructions x86/tsc.c | 2 +- x86/unittests.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) base-commit: e3c5c3ef2524c58023073c0fadde2e8ae3c04ec6
Queued, thanks. Paolo