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

Paolo Bonzini posted 7 patches 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230618215114.107337-1-pbonzini@redhat.com
Maintainers: Laurent Vivier <laurent@vivier.eu>, Paolo Bonzini <pbonzini@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Eduardo Habkost <eduardo@habkost.net>
There is a newer version of this series
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(-)
[PATCH 0/7] target/i386: add a few simple features
Posted by Paolo Bonzini 11 months ago
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