From: Klaus Jensen <its@irrelevant.dk>
To: qemu-devel@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>,
Klaus Jensen <k.jensen@samsung.com>
Subject: [PULL 00/10] nvme queue
Date: Thu, 27 Feb 2025 10:30:07 +0100 [thread overview]
Message-ID: <20250227093018.11262-1-its@irrelevant.dk> (raw)
From: Klaus Jensen <k.jensen@samsung.com>
Hi,
The following changes since commit b69801dd6b1eb4d107f7c2f643adf0a4e3ec9124:
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into staging (2025-02-22 05:06:39 +0800)
are available in the Git repository at:
https://gitlab.com/birkelund/qemu.git tags/pull-nvme-20250227
for you to fetch changes up to cad58ada8f104bf342097a7a683ef594ac949c8d:
hw/nvme: remove nvme_aio_err() (2025-02-26 12:40:35 +0100)
----------------------------------------------------------------
nvme queue
----------------------------------------------------------------
Klaus Jensen (9):
hw/nvme: always initialize a subsystem
hw/nvme: make oacs dynamic
hw/nvme: add knob for doorbell buffer config support
nvme: fix iocs status code values
hw/nvme: be compliant wrt. dsm processing limits
hw/nvme: rework csi handling
hw/nvme: only set command abort requested when cancelled due to Abort
hw/nvme: set error status code explicitly for misc commands
hw/nvme: remove nvme_aio_err()
Stephen Bates (1):
hw/nvme: Add OCP SMART / Health Information Extended Log Page
docs/system/devices/nvme.rst | 7 +
hw/nvme/ctrl.c | 460 +++++++++++++++++++++++++++----------------
hw/nvme/ns.c | 62 ++----
hw/nvme/nvme.h | 11 +-
include/block/nvme.h | 63 +++++-
5 files changed, 373 insertions(+), 230 deletions(-)
next reply other threads:[~2025-02-27 9:31 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-27 9:30 Klaus Jensen [this message]
2025-02-27 9:30 ` [PULL 01/10] hw/nvme: Add OCP SMART / Health Information Extended Log Page Klaus Jensen
2025-02-27 9:30 ` [PULL 02/10] hw/nvme: always initialize a subsystem Klaus Jensen
2025-02-27 9:30 ` [PULL 03/10] hw/nvme: make oacs dynamic Klaus Jensen
2025-02-27 9:30 ` [PULL 04/10] hw/nvme: add knob for doorbell buffer config support Klaus Jensen
2025-02-27 9:30 ` [PULL 05/10] nvme: fix iocs status code values Klaus Jensen
2025-02-27 9:30 ` [PULL 06/10] hw/nvme: be compliant wrt. dsm processing limits Klaus Jensen
2025-02-27 9:30 ` [PULL 07/10] hw/nvme: rework csi handling Klaus Jensen
2025-02-27 9:30 ` [PULL 08/10] hw/nvme: only set command abort requested when cancelled due to Abort Klaus Jensen
2025-02-27 9:30 ` [PULL 09/10] hw/nvme: set error status code explicitly for misc commands Klaus Jensen
2025-02-27 9:30 ` [PULL 10/10] hw/nvme: remove nvme_aio_err() Klaus Jensen
2025-03-03 12:12 ` [PULL 00/10] nvme queue 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=20250227093018.11262-1-its@irrelevant.dk \
--to=its@irrelevant.dk \
--cc=k.jensen@samsung.com \
--cc=peter.maydell@linaro.org \
--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).