From: Paolo Bonzini <pbonzini@redhat.com>
To: qemu-devel@nongnu.org
Subject: [PULL 0/5] Misc patches for QEMU 7.2 soft freeze
Date: Wed, 2 Nov 2022 12:41:20 +0100 [thread overview]
Message-ID: <20221102114125.58902-1-pbonzini@redhat.com> (raw)
The following changes since commit 75d30fde55485b965a1168a21d016dd07b50ed32:
Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging (2022-10-30 15:07:25 -0400)
are available in the Git repository at:
https://gitlab.com/bonzini/qemu.git tags/for-upstream
for you to fetch changes up to 03a60ae9cac546d05b076676491ed1606f9d9066:
target/i386: Fix test for paging enabled (2022-11-02 12:35:16 +0100)
----------------------------------------------------------------
* bug fixes
* reduced memory footprint for IPI virtualization on Intel processors
* asynchronous teardown support (Linux only)
----------------------------------------------------------------
Claudio Imbrenda (1):
os-posix: asynchronous teardown for shutdown on Linux
Greg Kurz (1):
util/log: Close per-thread log file on thread termination
Qi Hu (1):
target/i386: Fix calculation of LOCK NEG eflags
Richard Henderson (1):
target/i386: Fix test for paging enabled
Zeng Guang (1):
target/i386: Set maximum APIC ID to KVM prior to vCPU creation
hw/i386/x86.c | 4 +
include/qemu/async-teardown.h | 22 +++++
meson.build | 1 +
os-posix.c | 6 ++
qemu-options.hx | 19 +++++
target/i386/kvm/kvm-stub.c | 5 ++
target/i386/kvm/kvm.c | 5 ++
target/i386/kvm/kvm_i386.h | 2 +
target/i386/tcg/sysemu/excp_helper.c | 10 +--
target/i386/tcg/translate.c | 2 +-
util/async-teardown.c | 150 +++++++++++++++++++++++++++++++++++
util/log.c | 9 +++
util/meson.build | 1 +
13 files changed, 230 insertions(+), 6 deletions(-)
create mode 100644 include/qemu/async-teardown.h
create mode 100644 util/async-teardown.c
--
2.38.1
next reply other threads:[~2022-11-02 11:42 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-02 11:41 Paolo Bonzini [this message]
2022-11-02 11:41 ` [PULL 1/5] target/i386: Fix calculation of LOCK NEG eflags Paolo Bonzini
2022-11-02 11:41 ` [PULL 2/5] os-posix: asynchronous teardown for shutdown on Linux Paolo Bonzini
2022-11-02 11:41 ` [PULL 3/5] target/i386: Set maximum APIC ID to KVM prior to vCPU creation Paolo Bonzini
2022-11-02 11:41 ` [PULL 4/5] util/log: Close per-thread log file on thread termination Paolo Bonzini
2022-11-02 11:41 ` [PULL 5/5] target/i386: Fix test for paging enabled Paolo Bonzini
2022-11-02 12:13 ` [PULL 0/5] Misc patches for QEMU 7.2 soft freeze Bin Meng
2022-11-02 13:04 ` Paolo Bonzini
2022-11-03 21:27 ` Stefan Hajnoczi
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=20221102114125.58902-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).