mbox

[PULL,0/4] nvme queue

Message ID 20241203063112.9135-1-its@irrelevant.dk (mailing list archive)
State New, archived
Headers show

Pull-request

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

Message

Klaus Jensen Dec. 3, 2024, 6:31 a.m. UTC
From: Klaus Jensen <k.jensen@samsung.com>

Hi,

The following changes since commit eb22a064455aeebc105cc89bf77f48aa18b52938:

  Merge tag 'pull-request-2024-12-02' of https://gitlab.com/thuth/qemu into staging (2024-12-02 16:16:15 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 6651f8f2e5051f6750c2534ab3151339b3c476a2:

  hw/nvme: take a reference on the subsystem on vf realization (2024-12-03 07:28:27 +0100)

----------------------------------------------------------------
nvme queue

----------------------------------------------------------------
Klaus Jensen (4):
      hw/nvme: fix msix_uninit with exclusive bar
      hw/nvme: fix use/unuse of msix vectors
      hw/nvme: SR-IOV VFs must hardwire pci interrupt pin register to zero
      hw/nvme: take a reference on the subsystem on vf realization

 hw/nvme/ctrl.c | 27 +++++++++++++++++++++++----
 1 file changed, 23 insertions(+), 4 deletions(-)

Comments

Peter Maydell Dec. 3, 2024, 1:43 p.m. UTC | #1
On Tue, 3 Dec 2024 at 06:31, Klaus Jensen <its@irrelevant.dk> wrote:
>
> From: Klaus Jensen <k.jensen@samsung.com>
>
> Hi,
>
> The following changes since commit eb22a064455aeebc105cc89bf77f48aa18b52938:
>
>   Merge tag 'pull-request-2024-12-02' of https://gitlab.com/thuth/qemu into staging (2024-12-02 16:16:15 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/birkelund/qemu.git tags/pull-nvme-20241203
>
> for you to fetch changes up to 6651f8f2e5051f6750c2534ab3151339b3c476a2:
>
>   hw/nvme: take a reference on the subsystem on vf realization (2024-12-03 07:28:27 +0100)
>
> ----------------------------------------------------------------
> nvme queue
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/9.2
for any user-visible changes.

-- PMM