mbox

[PULL,0/4] Misc + target/i386 pull request for 2023-02-22

Message ID 20230222144103.467002-1-pbonzini@redhat.com
State New
Headers show

Pull-request

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

Message

Paolo Bonzini Feb. 22, 2023, 2:40 p.m. UTC
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

Comments

Peter Maydell Feb. 24, 2023, 3:07 p.m. UTC | #1
On Wed, 22 Feb 2023 at 14:41, Paolo Bonzini <pbonzini@redhat.com> wrote:
>
> 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
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/8.0
for any user-visible changes.

-- PMM