From 2b140f0cae46be4171eaf626c0e598526143f8ea Mon Sep 17 00:00:00 2001 From: Alexander Burluka Date: Sat, 14 May 2016 13:06:56 +0300 Subject: [PATCH] cpu: Add support for clflushopt and tsc_adjust Intel features Corresponding QEMU commits: clflushopt f7fda280948a5e74aeb076ef346b991ecb173c56 tsc_adjust 7b458bfd12a71b3da6b531daedc417492c9334e0 Signed-off-by: Alexander Burluka --- src/cpu/cpu_map.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/cpu/cpu_map.xml b/src/cpu/cpu_map.xml index 0b6d424db4..08aded2f1c 100644 --- a/src/cpu/cpu_map.xml +++ b/src/cpu/cpu_map.xml @@ -293,6 +293,9 @@ + + + @@ -332,6 +335,9 @@ + + + -- GitLab