From: Paolo Bonzini <pbonzini@redhat.com>
To: qemu-devel@nongnu.org
Subject: [PULL v2 00/11] Misc patches for 2023-02-08
Date: Thu, 9 Feb 2023 10:35:12 +0100 [thread overview]
Message-ID: <20230209093514.177999-1-pbonzini@redhat.com> (raw)
The following changes since commit ae2b5d8381a73b27f35f19c988d45c78bb4d5768:
Merge tag 'pull-include-2023-02-06-v2' of https://repo.or.cz/qemu/armbru into staging (2023-02-08 10:40:06 +0000)
are available in the Git repository at:
https://gitlab.com/bonzini/qemu.git tags/for-upstream
for you to fetch changes up to 92f5d4606bedf0e2af0169a32aff9443084c5d0a:
target/i386: fix ADOX followed by ADCX (2023-02-09 10:17:34 +0100)
----------------------------------------------------------------
* block/iscsi: fix double-free on BUSY or similar statuses
* catch [accel] entry without accelerator
* target/i386: various fixes for BMI and ADX instructions
* make the contents of meson-buildoptions.sh stable
----------------------------------------------------------------
* Include review comments from Thomas and Philippe
* Fix year in subject :)
Paolo Bonzini (8):
build: make meson-buildoptions.sh stable
remove unnecessary extern "C" blocks
block/iscsi: fix double-free on BUSY or similar statuses
vl: catch [accel] entry without accelerator
libqtest: split qtest_spawn_qemu function
libqtest: ensure waitpid() is only called once
readconfig-test: add test for accelerator configuration
target/i386: fix ADOX followed by ADCX
Richard Henderson (3):
tests/tcg/i386: Introduce and use reg_t consistently
target/i386: Fix BEXTR instruction
target/i386: Fix C flag for BLSI, BLSMSK, BLSR
block/iscsi.c | 1 +
include/disas/dis-asm.h | 8 --
include/qemu/bswap.h | 8 --
include/qemu/envlist.h | 8 --
include/qemu/rcu.h | 8 --
include/qemu/rcu_queue.h | 8 --
include/qemu/uri.h | 7 --
scripts/meson-buildoptions.py | 7 +-
scripts/meson-buildoptions.sh | 2 +-
softmmu/vl.c | 15 ++-
target/i386/tcg/emit.c.inc | 45 +++++----
tests/qtest/libqtest.c | 186 ++++++++++++++++++++++---------------
tests/qtest/libqtest.h | 12 +++
tests/qtest/readconfig-test.c | 45 +++++++--
tests/tcg/i386/Makefile.target | 6 +-
tests/tcg/i386/test-i386-adcox.c | 75 +++++++++++++++
tests/tcg/i386/test-i386-bmi2.c | 194 +++++++++++++++++++++------------------
17 files changed, 386 insertions(+), 249 deletions(-)
create mode 100644 tests/tcg/i386/test-i386-adcox.c
--
2.39.1
next reply other threads:[~2023-02-09 9:35 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-09 9:35 Paolo Bonzini [this message]
2023-02-09 9:35 ` [PULL v2 04/11] vl: catch [accel] entry without accelerator Paolo Bonzini
2023-02-09 9:35 ` [PULL v2 07/11] readconfig-test: add test for accelerator configuration Paolo Bonzini
2023-02-09 15:17 ` [PULL v2 00/11] Misc patches for 2023-02-08 Peter Maydell
2023-02-20 13:56 ` Thomas Huth
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=20230209093514.177999-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).