From: Paolo Bonzini <pbonzini@redhat.com>
To: qemu-devel@nongnu.org
Subject: [PULL 0/4] Misc + target/i386 pull request for 2023-02-22
Date: Wed, 22 Feb 2023 15:40:59 +0100 [thread overview]
Message-ID: <20230222144103.467002-1-pbonzini@redhat.com> (raw)
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
next reply other threads:[~2023-02-22 14:41 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-22 14:40 Paolo Bonzini [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230222144103.467002-1-pbonzini@redhat.com \
--to=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).