From: Anthony PERARD via <qemu-devel@nongnu.org>
To: <qemu-devel@nongnu.org>
Cc: Anthony PERARD <anthony.perard@citrix.com>
Subject: [PULL 0/5] Misc fixes, for thread-pool, xen, and xen-emulate
Date: Tue, 1 Aug 2023 10:40:33 +0100 [thread overview]
Message-ID: <20230801094038.11026-1-anthony.perard@citrix.com> (raw)
The following changes since commit 802341823f1720511dd5cf53ae40285f7978c61b:
Merge tag 'pull-tcg-20230731' of https://gitlab.com/rth7680/qemu into staging (2023-07-31 14:02:51 -0700)
are available in the Git repository at:
https://xenbits.xen.org/git-http/people/aperard/qemu-dm.git tags/pull-xen-20230801
for you to fetch changes up to 856ca10f9ce1fcffeab18546b36a64f79017c905:
xen-platform: do full PCI reset during unplug of IDE devices (2023-08-01 10:22:33 +0100)
----------------------------------------------------------------
Misc fixes, for thread-pool, xen, and xen-emulate
* fix an access to `request_cond` QemuCond in thread-pool
* fix issue with PCI devices when unplugging IDE devices in Xen guest
* several fixes for issues pointed out by Coverity
----------------------------------------------------------------
Anthony PERARD (2):
xen-block: Avoid leaks on new error path
thread-pool: signal "request_cond" while locked
David Woodhouse (1):
hw/xen: Clarify (lack of) error handling in transaction_commit()
Olaf Hering (1):
xen-platform: do full PCI reset during unplug of IDE devices
Peter Maydell (1):
xen: Don't pass MemoryListener around by value
hw/arm/xen_arm.c | 4 ++--
hw/block/xen-block.c | 11 ++++++-----
hw/i386/kvm/xenstore_impl.c | 12 +++++++++++-
hw/i386/xen/xen-hvm.c | 4 ++--
hw/i386/xen/xen_platform.c | 7 ++++---
hw/xen/xen-hvm-common.c | 8 ++++----
include/hw/xen/xen-hvm-common.h | 2 +-
util/thread-pool.c | 2 +-
8 files changed, 31 insertions(+), 19 deletions(-)
next reply other threads:[~2023-08-01 9:42 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-01 9:40 Anthony PERARD via [this message]
2023-08-01 9:40 ` [PULL 1/5] hw/xen: Clarify (lack of) error handling in transaction_commit() Anthony PERARD via
2023-08-01 9:40 ` [PULL 2/5] xen-block: Avoid leaks on new error path Anthony PERARD via
2023-08-01 9:40 ` [PULL 3/5] thread-pool: signal "request_cond" while locked Anthony PERARD via
2023-08-01 9:40 ` [PULL 4/5] xen: Don't pass MemoryListener around by value Anthony PERARD via
2023-08-01 9:40 ` [PULL 5/5] xen-platform: do full PCI reset during unplug of IDE devices Anthony PERARD via
2023-08-01 17:48 ` [PULL 0/5] Misc fixes, for thread-pool, xen, and xen-emulate Richard Henderson
2023-08-02 15:18 ` Michael Tokarev
2023-08-02 18:34 ` Olaf Hering
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=20230801094038.11026-1-anthony.perard@citrix.com \
--to=qemu-devel@nongnu.org \
--cc=anthony.perard@citrix.com \
/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).