From: Paolo Bonzini <pbonzini@redhat.com>
To: qemu-devel@nongnu.org
Subject: [PULL 00/13] Misc bugfix patches for 2021-06-04
Date: Fri, 4 Jun 2021 17:17:32 +0200 [thread overview]
Message-ID: <20210604151745.310318-1-pbonzini@redhat.com> (raw)
The following changes since commit 5a95f5ce3cd5842cc8f61a91ecd4fb4e8d10104f:
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-fpu-20210603' into staging (2021-06-04 10:04:11 +0100)
are available in the Git repository at:
https://gitlab.com/bonzini/qemu.git tags/for-upstream
for you to fetch changes up to 49e987695a1873a769a823604f9065aa88e00c55:
vl: plug -object back into -readconfig (2021-06-04 13:50:04 +0200)
----------------------------------------------------------------
* OpenBSD cleanup (Brad)
* fixes for the i386 accel/cpu refactoring (Claudio)
* unmap test for emulated SCSI (Kit)
* fix for iscsi module (myself)
* fix for -readconfig of objects (myself)
* fixes for x86 16-bit task switching (myself)
* fix for x86 MOV from/to CR8 (Richard)
----------------------------------------------------------------
Brad Smith (1):
oslib-posix: Remove OpenBSD workaround for fcntl("/dev/null", F_SETFL, O_NONBLOCK) failure
Claudio Fontana (2):
i386: reorder call to cpu_exec_realizefn
i386: run accel_cpu_instance_init as post_init
Kit Westneat (1):
tests/qtest/virtio-scsi-test: add unmap large LBA with 4k blocks test
Paolo Bonzini (8):
meson: allow optional dependencies for block modules
iscsi: link libm into the module
target/i386: tcg: fix segment register offsets for 16-bit TSS
target/i386: tcg: fix loading of registers from 16-bit TSS
target/i386: tcg: fix switching from 16-bit to 32-bit tasks or vice versa
qemu-config: parse configuration files to a QDict
vl: plumb keyval-based options into -readconfig
vl: plug -object back into -readconfig
Richard Henderson (1):
target/i386: Fix decode of cr8
block/meson.build | 18 +++----
include/block/qdict.h | 2 -
include/qapi/qmp/qdict.h | 3 ++
include/qemu/config-file.h | 7 ++-
meson.build | 4 +-
softmmu/vl.c | 105 +++++++++++++++++++++++++++++------------
target/i386/cpu.c | 89 ++++++++++++++++++++++------------
target/i386/kvm/kvm-cpu.c | 12 ++++-
target/i386/tcg/seg_helper.c | 31 ++++++------
target/i386/tcg/translate.c | 1 +
tests/qtest/virtio-scsi-test.c | 51 ++++++++++++++++++++
util/oslib-posix.c | 11 -----
util/qemu-config.c | 98 ++++++++++++++++++++++++++------------
13 files changed, 298 insertions(+), 134 deletions(-)
--
2.31.1
next reply other threads:[~2021-06-04 15:19 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-04 15:17 Paolo Bonzini [this message]
2021-06-04 15:17 ` [PULL 01/13] meson: allow optional dependencies for block modules Paolo Bonzini
2021-06-04 15:17 ` [PULL 02/13] iscsi: link libm into the module Paolo Bonzini
2021-06-04 15:17 ` [PULL 03/13] oslib-posix: Remove OpenBSD workaround for fcntl("/dev/null", F_SETFL, O_NONBLOCK) failure Paolo Bonzini
2021-06-04 15:17 ` [PULL 04/13] target/i386: tcg: fix segment register offsets for 16-bit TSS Paolo Bonzini
2021-06-04 15:17 ` [PULL 05/13] target/i386: tcg: fix loading of registers from " Paolo Bonzini
2021-06-04 15:17 ` [PULL 06/13] target/i386: tcg: fix switching from 16-bit to 32-bit tasks or vice versa Paolo Bonzini
2021-06-04 15:17 ` [PULL 07/13] target/i386: Fix decode of cr8 Paolo Bonzini
2021-06-04 15:17 ` [PULL 08/13] tests/qtest/virtio-scsi-test: add unmap large LBA with 4k blocks test Paolo Bonzini
2021-06-04 15:17 ` [PULL 09/13] i386: reorder call to cpu_exec_realizefn Paolo Bonzini
2021-06-04 15:17 ` [PULL 10/13] i386: run accel_cpu_instance_init as post_init Paolo Bonzini
2021-06-04 15:17 ` [PULL 11/13] qemu-config: parse configuration files to a QDict Paolo Bonzini
2021-06-04 15:17 ` [PULL 12/13] vl: plumb keyval-based options into -readconfig Paolo Bonzini
2021-06-29 12:52 ` Peter Maydell
2021-06-04 15:17 ` [PULL 13/13] vl: plug -object back " Paolo Bonzini
2021-06-05 10:25 ` [PULL 00/13] Misc bugfix patches for 2021-06-04 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=20210604151745.310318-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).