qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/4] Misc + target/i386 pull request for 2023-02-22
@ 2023-02-22 14:40 Paolo Bonzini
  2023-02-22 14:41 ` [PULL 1/4] target/i386: Fix 32-bit AD[CO]X insns in 64-bit mode Paolo Bonzini
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Paolo Bonzini @ 2023-02-22 14:40 UTC (permalink / raw)
  To: qemu-devel

The following changes since commit 003ba52a8b327180e284630b289c6ece5a3e08b9:

  Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2023-02-16 11:16:39 +0000)

are available in the Git repository at:

  https://gitlab.com/bonzini/qemu.git tags/for-upstream

for you to fetch changes up to 49be78ca02a687ea00ad7534254217b479a4e92d:

  target/i386/gdbstub: Fix a bug about order of FPU stack in 'g' packets. (2023-02-21 13:46:49 +0100)

----------------------------------------------------------------
* x86 bugfixes
* OpenBSD support for naming threads
* Refined Python support policy

----------------------------------------------------------------
Brad Smith (1):
      thread-posix: add support for setting threads name on OpenBSD

Paolo Bonzini (1):
      docs: build-platforms: refine requirements on Python build dependencies

Richard Henderson (1):
      target/i386: Fix 32-bit AD[CO]X insns in 64-bit mode

TaiseiIto (1):
      target/i386/gdbstub: Fix a bug about order of FPU stack in 'g' packets.

 docs/about/build-platforms.rst   | 32 +++++++++++++++++++
 meson.build                      | 12 +++++++
 target/i386/gdbstub.c            |  4 ++-
 target/i386/tcg/emit.c.inc       |  2 ++
 tests/tcg/x86_64/Makefile.target |  3 ++
 tests/tcg/x86_64/adox.c          | 69 ++++++++++++++++++++++++++++++++++++++++
 util/qemu-thread-posix.c         |  9 +++++-
 7 files changed, 129 insertions(+), 2 deletions(-)
 create mode 100644 tests/tcg/x86_64/adox.c
-- 
2.39.1



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-02-24 15:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-22 14:40 [PULL 0/4] Misc + target/i386 pull request for 2023-02-22 Paolo Bonzini
2023-02-22 14:41 ` [PULL 1/4] target/i386: Fix 32-bit AD[CO]X insns in 64-bit mode Paolo Bonzini
2023-02-22 14:41 ` [PULL 2/4] thread-posix: add support for setting threads name on OpenBSD Paolo Bonzini
2023-02-22 14:41 ` [PULL 3/4] docs: build-platforms: refine requirements on Python build dependencies Paolo Bonzini
2023-02-22 14:41 ` [PULL 4/4] target/i386/gdbstub: Fix a bug about order of FPU stack in 'g' packets Paolo Bonzini
2023-02-24 15:07 ` [PULL 0/4] Misc + target/i386 pull request for 2023-02-22 Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).