mbox

[PULL,0/4] hw/nvme patches

Message ID 20240722164026.61128-6-its@irrelevant.dk
State New
Headers show

Pull-request

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

Message

Klaus Jensen July 22, 2024, 4:40 p.m. UTC
From: Klaus Jensen <k.jensen@samsung.com>

Hi,

The following changes since commit a7ddb48bd1363c8bcdf42776d320289c42191f01:

  Merge tag 'pull-aspeed-20240721' of https://github.com/legoater/qemu into staging (2024-07-22 07:52:05 +1000)

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 4ea3de93a353b4462d96edd94be08d3be9484947:

  hw/nvme: remove useless type cast (2024-07-22 14:43:17 +0200)

----------------------------------------------------------------
hw/nvme patches
-----BEGIN PGP SIGNATURE-----

iQEzBAABCgAdFiEEUigzqnXi3OaiR2bATeGvMW1PDekFAmaeiz4ACgkQTeGvMW1P
Dem5DggAkudAwZYUlKLz/FuxmOJsZ/CKL7iIu6wE3P93WTTbi4m2AL5lMFz1bOUH
33LtjHz51bDvOsnhAwLs2TwjfhICiMJCOXEmxF9zJnO4Yo8ih9UbeE7sEukpxsVr
FJlAg5OXhdIHuo48ow7hu7BqMs58jnXhVA6zSvLU5rbKTSdG/369jyQKy5aoFPN0
Rk+S6hqDmVMiN7u6E+QqPyB2tSbmNKkhPICu3O9fbHmaOoMFmrcvyxkd1wJ9JxwF
8MWbuEZlIpLIIL/mCN4wzDw8VKlJ26sBJJC1b+NHmWIWmPkqMeXwcmQtWhUqsrcs
xAGUcjgJuJ3Fu6Xzt+09Y+FXO8v0oQ==
=vCDb
-----END PGP SIGNATURE-----

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

Arun Kumar (1):
  hw/nvme: add cross namespace copy support

Ayush Mishra (1):
  hw/nvme: actually implement abort

Yao Xingtao (1):
  hw/nvme: remove useless type cast

Zheyu Ma (1):
  hw/nvme: fix memory leak in nvme_dsm

 hw/nvme/ctrl.c       | 404 ++++++++++++++++++++++++++++++++-----------
 include/block/nvme.h |  37 ++--
 2 files changed, 330 insertions(+), 111 deletions(-)

Comments

Richard Henderson July 23, 2024, 5:19 a.m. UTC | #1
On 7/23/24 02:40, Klaus Jensen wrote:
> From: Klaus Jensen<k.jensen@samsung.com>
> 
> Hi,
> 
> The following changes since commit a7ddb48bd1363c8bcdf42776d320289c42191f01:
> 
>    Merge tag 'pull-aspeed-20240721' ofhttps://github.com/legoater/qemu into staging (2024-07-22 07:52:05 +1000)
> 
> 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 4ea3de93a353b4462d96edd94be08d3be9484947:
> 
>    hw/nvme: remove useless type cast (2024-07-22 14:43:17 +0200)

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

r~