On Tue, 16 Mar 2021 at 21:47, Klaus Jensen <i...@irrelevant.dk> wrote: > > From: Klaus Jensen <k.jen...@samsung.com> > > Hi Peter, > > The following changes since commit 6e31b3a5c34c6e5be7ef60773e607f189eaa15f3: > > Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into > staging (2021-03-16 10:53:47 +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 e2c8dd15807886ca234ffffcdd06eba47fa65162: > > hw/block/nvme: add support for the format nvm command (2021-03-16 22:30:47 > +0100) > > ---------------------------------------------------------------- > emulated nvme updates and fixes > > * fixes for Coverity CID 1450756, 1450757 and 1450758 (me) > * fix for a bug in zone management receive (me) > * metadata and end-to-end data protection support (me & Gollu Appalanaidu) > * verify support (Gollu Appalanaidu) > * multiple lba formats and format nvm support (Minwoo Im) > > and a couple of misc refactorings from me.
> hw/block/nvme-dif.h | 53 ++ > hw/block/nvme-ns.h | 50 +- > hw/block/nvme-subsys.h | 2 + > hw/block/nvme.h | 44 +- > include/block/nvme.h | 29 +- > hw/block/nvme-dif.c | 508 ++++++++++++++++ > hw/block/nvme-ns.c | 124 +++- > hw/block/nvme-subsys.c | 7 +- > hw/block/nvme.c | 1257 ++++++++++++++++++++++++++++++++++++---- > hw/block/meson.build | 2 +- > hw/block/trace-events | 22 +- > 11 files changed, 1939 insertions(+), 159 deletions(-) > create mode 100644 hw/block/nvme-dif.h > create mode 100644 hw/block/nvme-dif.c Hi. This tag includes a submodule update which is not mentioned in the cover letter or listed in the cover letter diffstat: roms/opensbi | 2 +- so I suspect it was inadvertent. Please fix up and resend. thanks -- PMM