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