From: Klaus Jensen <its@irrelevant.dk>
To: Peter Maydell <peter.maydell@linaro.org>, qemu-devel@nongnu.org
Cc: "Fam Zheng" <fam@euphon.net>, "Kevin Wolf" <kwolf@redhat.com>,
qemu-block@nongnu.org, "Klaus Jensen" <k.jensen@samsung.com>,
"Philippe Mathieu-Daudé" <f4bug@amsat.org>,
"Klaus Jensen" <its@irrelevant.dk>,
"Hanna Reitz" <hreitz@redhat.com>,
"Stefan Hajnoczi" <stefanha@redhat.com>,
"Keith Busch" <kbusch@kernel.org>
Subject: [PULL 0/6] hw/nvme updates
Date: Mon, 14 Feb 2022 09:07:55 +0100 [thread overview]
Message-ID: <20220214080801.13627-1-its@irrelevant.dk> (raw)
From: Klaus Jensen <k.jensen@samsung.com>
Hi Peter,
The following changes since commit 48033ad678ae2def43bf0d543a2c4c3d2a93feaf:
Merge remote-tracking branch 'remotes/vsementsov/tags/pull-nbd-2022-02-09-v2' into staging (2022-02-12 22:04:07 +0000)
are available in the Git repository at:
git://git.infradead.org/qemu-nvme.git tags/nvme-next-pull-request
for you to fetch changes up to e321b4cdc2dd0b5e806ecf759138be7f83774142:
hw/nvme: add support for zoned random write area (2022-02-14 08:58:29 +0100)
----------------------------------------------------------------
hw/nvme updates
- fix CVE-2021-3929
- add zone random write area support
- misc cleanups from Philippe
----------------------------------------------------------------
Klaus Jensen (4):
hw/nvme: fix CVE-2021-3929
hw/nvme: add struct for zone management send
hw/nvme: add ozcs enum
hw/nvme: add support for zoned random write area
Philippe Mathieu-Daudé (2):
hw/nvme/ctrl: Have nvme_addr_write() take const buffer
hw/nvme/ctrl: Pass buffers as 'void *' types
hw/nvme/ctrl.c | 215 ++++++++++++++++++++++++++++++++++++-------
hw/nvme/ns.c | 61 +++++++++++-
hw/nvme/nvme.h | 14 ++-
hw/nvme/trace-events | 1 +
include/block/nvme.h | 40 +++++++-
5 files changed, 296 insertions(+), 35 deletions(-)
--
2.35.1
next reply other threads:[~2022-02-14 8:44 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-14 8:07 Klaus Jensen [this message]
2022-02-14 8:07 ` [PULL 1/6] hw/nvme: fix CVE-2021-3929 Klaus Jensen
2022-02-14 8:07 ` [PULL 2/6] hw/nvme/ctrl: Have nvme_addr_write() take const buffer Klaus Jensen
2022-02-14 8:07 ` [PULL 3/6] hw/nvme/ctrl: Pass buffers as 'void *' types Klaus Jensen
2022-02-14 8:07 ` [PULL 4/6] hw/nvme: add struct for zone management send Klaus Jensen
2022-02-14 8:08 ` [PULL 5/6] hw/nvme: add ozcs enum Klaus Jensen
2022-02-14 8:08 ` [PULL 6/6] hw/nvme: add support for zoned random write area Klaus Jensen
2022-02-15 19:30 ` [PULL 0/6] hw/nvme updates Peter Maydell
-- strict thread matches above, loose matches on Subject: below --
2022-03-04 6:24 Klaus Jensen
2022-03-04 16:47 ` Peter Maydell
2022-07-15 8:43 Klaus Jensen
2022-07-15 19:09 ` Peter Maydell
2023-01-11 7:52 Klaus Jensen
2023-01-12 13:51 ` Peter Maydell
2024-03-11 19:11 Klaus Jensen
2024-03-12 11:34 ` Peter Maydell
2024-03-12 11:59 ` Klaus Jensen
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=20220214080801.13627-1-its@irrelevant.dk \
--to=its@irrelevant.dk \
--cc=f4bug@amsat.org \
--cc=fam@euphon.net \
--cc=hreitz@redhat.com \
--cc=k.jensen@samsung.com \
--cc=kbusch@kernel.org \
--cc=kwolf@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@redhat.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).