TCG is not reporting a few features that are actually already implemented, or that are easy to implement. Add them.
Paolo Paolo Bonzini (7): target/i386: fix INVD vmexit target/i386: TCG supports 3DNow! prefetch(w) target/i386: TCG supports RDSEED target/i386: TCG supports 32-bit SYSCALL target/i386: TCG supports XSAVEERPTR target/i386: implement RDPID in TCG target/i386: implement WBNOINVD in TCG linux-user/i386/target_cpu.h | 8 ++++++++ linux-user/x86_64/target_cpu.h | 1 + target/i386/cpu.c | 27 +++++++++++++++++++-------- target/i386/helper.h | 2 +- target/i386/tcg/misc_helper.c | 21 +++++++++++++++------ target/i386/tcg/translate.c | 33 ++++++++++++++++++++++++++------- 6 files changed, 70 insertions(+), 22 deletions(-) -- 2.40.1