mbox series

[0/7] target/i386: add a few simple features

Message ID 20230618215114.107337-1-pbonzini@redhat.com
Headers show
Series target/i386: add a few simple features | expand

Message

Paolo Bonzini June 18, 2023, 9:51 p.m. UTC
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(-)