mbox

[PULL,0/7] hw/nvme updates

Message ID 20230628092453.39602-9-its@irrelevant.dk
State New
Headers show

Pull-request

https://gitlab.com/birkelund/qemu.git tags/nvme-next-pull-request

Message

Klaus Jensen June 28, 2023, 9:24 a.m. UTC
From: Klaus Jensen <k.jensen@samsung.com>

Hi,

The following changes since commit 4329d049d5b8d4af71c6b399d64a6d1b98856318:

  Merge tag 'pull-tcg-20230626' of https://gitlab.com/rth7680/qemu into staging (2023-06-26 17:40:38 +0200)

are available in the Git repository at:

  https://gitlab.com/birkelund/qemu.git tags/nvme-next-pull-request

for you to fetch changes up to e409c9057b55e890a6e5f70386a36932a5137bcf:

  docs: update hw/nvme documentation for TP4146 (2023-06-28 11:22:49 +0200)

----------------------------------------------------------------
hw/nvme updates

Small set of fixes and some updates for the FDP support.
-----BEGIN PGP SIGNATURE-----

iQEzBAABCgAdFiEEUigzqnXi3OaiR2bATeGvMW1PDekFAmSb/D4ACgkQTeGvMW1P
DemziAf/eQfjnVr57A+Kglf8J15MCW0GiArbHCJfcl9vf0HPP/iY1c9V4cCZjTLG
vkkkU6W+TFaYALGOVgAldHWC7OCpOi7GHrlqRJDuw86d2dyLDn/l+GQin/rVoocD
fzF2gRVQU4x9qzmjRUikVhRzZbrB4F/AH6QQ8EV3wx2wrljyusItEGe53FEuCugx
pwtKrG990188+UCT1ofr2JYhLq3OmYQi3o2fWgzMp9jP+NeROgKaevWG4UEhFonG
CdeL9BMlSRAfrdR1gTvZpG2mFsrroeBCCjXcrKSwkAxBqpMJDSLvbGqoGJo6kDWm
c9x82Zy2/wVuQaDk+atmcTF1+Pddgw==
=//ks
-----END PGP SIGNATURE-----

----------------------------------------------------------------

Klaus Jensen (4):
  hw/nvme: fix verification of number of ruhis
  hw/nvme: verify uniqueness of reclaim unit handle identifiers
  hw/nvme: add placement handle list ranges
  docs: update hw/nvme documentation for TP4146

Minwoo Im (3):
  hw/nvme: add comment for nvme-ns properties
  hw/nvme: consider COPY command in nvme_aio_err
  hw/nvme: check maximum copy length (MCL) for COPY

 docs/system/devices/nvme.rst | 37 +++++++++++++++++++++++-
 hw/nvme/ctrl.c               | 34 +++++++++++++++++++++-
 hw/nvme/ns.c                 | 55 ++++++++++++++++++++++++++++--------
 hw/nvme/subsys.c             |  6 ++--
 4 files changed, 117 insertions(+), 15 deletions(-)

Comments

Richard Henderson June 28, 2023, 1:49 p.m. UTC | #1
On 6/28/23 11:24, Klaus Jensen wrote:
> From: Klaus Jensen<k.jensen@samsung.com>
> 
> Hi,
> 
> The following changes since commit 4329d049d5b8d4af71c6b399d64a6d1b98856318:
> 
>    Merge tag 'pull-tcg-20230626' ofhttps://gitlab.com/rth7680/qemu  into staging (2023-06-26 17:40:38 +0200)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/birkelund/qemu.git  tags/nvme-next-pull-request
> 
> for you to fetch changes up to e409c9057b55e890a6e5f70386a36932a5137bcf:
> 
>    docs: update hw/nvme documentation for TP4146 (2023-06-28 11:22:49 +0200)
> 
> ----------------------------------------------------------------
> hw/nvme updates
> 
> Small set of fixes and some updates for the FDP support.
> -----BEGIN PGP SIGNATURE-----

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/8.1 as appropriate.


r~